Log of /contributions/modules/validation_api/validation_api.admin.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.22.2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 7 16:41:12 2008 UTC
(15 months, 2 weeks ago)
by
tapocol
Branch:
DRUPAL-6--1
Changes since
1.22.2.7: +9 -5 lines
Diff to
previous 1.22.2.7
, to
branch point 1.22
Fixed bug with not listing validators when there are no arguments. No POST info on failed ajax validation. Fixed bug with adding a field with a validator that had no arguments still listing argument field. Also, added a link to attach another validator in the fields UI when editing.
Revision
1.22.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 4 17:18:39 2008 UTC
(15 months, 3 weeks ago)
by
tapocol
Branch:
DRUPAL-6--1
Changes since
1.22.2.2: +3 -1 lines
Diff to
previous 1.22.2.2
, to
branch point 1.22
Fixed a problem with validators and working with #tree. It will now traverse through any field, independent of depth. Also, got rid of the message box for successful AJAX validations. Small UI change on Validator Add/Edit page, as well.
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 27 22:51:17 2008 UTC
(15 months, 4 weeks ago)
by
tapocol
Branch:
MAIN
CVS Tags:
HEAD
Branch point for:
DRUPAL-6--1
Changes since
1.21: +103 -45 lines
Diff to
previous 1.21
Messages can now be overwritten on the field level. Also, the fields admin UI has been turned into a two-step process for adding new fields.
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 22 02:53:50 2008 UTC
(16 months ago)
by
tapocol
Branch:
MAIN
Changes since
1.17: +20 -19 lines
Diff to
previous 1.17
Added the ability to allow selected fields the ability to bypass a validator by a checkbox in the admin. A couple other database related changes, you will need to uninstall and re-install this module.
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 18 19:16:39 2008 UTC
(16 months, 1 week ago)
by
tapocol
Branch:
MAIN
Changes since
1.15: +76 -71 lines
Diff to
previous 1.15
Fixed the notices popping up throughout the site on Drupal-6.x-dev and increased the size of several database fields and maxlength to a more reasonable length.
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 15 02:11:22 2008 UTC
(16 months, 1 week ago)
by
tapocol
Branch:
MAIN
Changes since
1.13: +113 -16 lines
Diff to
previous 1.13
Now your validators imported from hooks can be updated through a link in the admin. To try it out, import the hook length from this module ('admin/build/validation_api/validators/import'), then goto the validation_api.module, goto the validation_api_add_validator function, and change the message to anything else. Then, reload the validators list page ('admin/build/validation_api/validators'), and a link should appear next to the length hook.
Also, some of the export functionality changed and other minor changes.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 13 17:03:18 2008 UTC
(16 months, 1 week ago)
by
tapocol
Branch:
MAIN
Changes since
1.9: +19 -0 lines
Diff to
previous 1.9
On import of validators, it will add a number to the end of the validator name if it already exists in the database. Also, added some descriptions to a few menu items.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 9 22:30:04 2008 UTC
(16 months, 2 weeks ago)
by
tapocol
Branch:
MAIN
Changes since
1.7: +3 -3 lines
Diff to
previous 1.7
This update allows for CCK textfields to be validated by their name and/or their name[index]. Minor bug fix for default values in the fields form.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 9 14:32:22 2008 UTC
(16 months, 2 weeks ago)
by
tapocol
Branch:
MAIN
Changes since
1.6: +34 -33 lines
Diff to
previous 1.6
Through discussion, the structure changed for the last time. The 'add validator to field' link is gone for now.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.