/[drupal]/contributions/modules/validation_api/validation_api.module
ViewVC logotype

Log of /contributions/modules/validation_api/validation_api.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.25.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 17:05:01 2008 UTC (11 months, 3 weeks ago) by tapocol
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-RC5
Changes since 1.25.2.22: +2 -2 lines
Diff to previous 1.25.2.22 , to branch point 1.25
Fixed Security Problem: Allow admins to determine which roles can input PHP validators (http://drupal.org/node/329396). Also, if the role cannot input PHP validators, they cannot use the /e modifier in regex. Thanks killes.

Revision 1.25.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 20:57:19 2008 UTC (11 months, 3 weeks ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.21: +2 -2 lines
Diff to previous 1.25.2.21 , to branch point 1.25
Fixed Bug: Quotes Problems with PostgreSQL (http://drupal.org/node/326693). Thanks netrunner666.

Revision 1.25.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 2 20:55:34 2008 UTC (13 months, 3 weeks ago) by tapocol
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC3, DRUPAL-6--1-0-RC4
Changes since 1.25.2.20: +19 -3 lines
Diff to previous 1.25.2.20 , to branch point 1.25
Bug fix to properly highlight fields in trees of a FAPI.

Revision 1.25.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 12 15:56:50 2008 UTC (14 months, 2 weeks ago) by tapocol
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC1, DRUPAL-6--1-0-RC2
Changes since 1.25.2.19: +2 -2 lines
Diff to previous 1.25.2.19 , to branch point 1.25
Fixed Illegal offset warning message when calling user_access. Thanks to Uruviel.

Revision 1.25.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 11 19:25:40 2008 UTC (14 months, 2 weeks ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.18: +4 -1 lines
Diff to previous 1.25.2.18 , to branch point 1.25
Added two validators (URL & Email) that will be created automatically for the admin. Plus, fixed a bug where an item would validate successfully if the type was not exactly 'php' or 'regex'. Now, it throws an error.

Revision 1.25.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 21:48:57 2008 UTC (15 months, 1 week ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.17: +11 -11 lines
Diff to previous 1.25.2.17 , to branch point 1.25
Updated most issues shown by Coder.

Revision 1.25.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 21:33:05 2008 UTC (15 months, 1 week ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.16: +50 -5 lines
Diff to previous 1.25.2.16 , to branch point 1.25
Updated code documentation for the Validation API module.

Revision 1.25.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 10 21:30:44 2008 UTC (15 months, 2 weeks ago) by tapocol
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.25.2.15: +10 -1 lines
Diff to previous 1.25.2.15 , to branch point 1.25
Added a feature to give validators the ability to be disconnected from their hook if they were imported.

Revision 1.25.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 10 19:26:33 2008 UTC (15 months, 2 weeks ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.14: +2 -2 lines
Diff to previous 1.25.2.14 , to branch point 1.25
Deleting Validators and Fields will now also delete all corresponding records in other tables. Also, there were a few other minor fixes.

Revision 1.25.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 19:51:45 2008 UTC (15 months, 2 weeks ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.13: +18 -21 lines
Diff to previous 1.25.2.13 , to branch point 1.25
Improved the help system to relate to the many changes over the past month.

Revision 1.25.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 19:23:38 2008 UTC (15 months, 2 weeks ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.12: +3 -2 lines
Diff to previous 1.25.2.12 , to branch point 1.25
Updated README file and the description of the Validation API module.

Revision 1.25.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 18:45:40 2008 UTC (15 months, 2 weeks ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.11: +6 -95 lines
Diff to previous 1.25.2.11 , to branch point 1.25
Transition to move the AJAX Validation section into it's own module.

Revision 1.25.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 05:20:17 2008 UTC (15 months, 3 weeks ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.10: +5 -2 lines
Diff to previous 1.25.2.10 , to branch point 1.25
Updated AJAX submission. No more message box, errors get placed next to their respective fields, and a little notifer gets places by the button.

Revision 1.25.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 03:24:26 2008 UTC (15 months, 3 weeks ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.9: +101 -81 lines
Diff to previous 1.25.2.9 , to branch point 1.25
Restructured how elements get validated. Before, everything in a #tree below the element name would get validated. However, now you specify the exact location, but you can use placeholders (%) to allow flexibility. Also, added Ids and changed a CSS file.

Revision 1.25.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 7 16:41:12 2008 UTC (15 months, 3 weeks ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.8: +14 -16 lines
Diff to previous 1.25.2.8 , to branch point 1.25
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.25.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 7 01:23:36 2008 UTC (15 months, 3 weeks ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.7: +3 -2 lines
Diff to previous 1.25.2.7 , to branch point 1.25
Update CSS of add validator link.

Revision 1.25.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 7 01:09:17 2008 UTC (15 months, 3 weeks ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.6: +1 -28 lines
Diff to previous 1.25.2.6 , to branch point 1.25
Removed Test Page.

Revision 1.25.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 16:20:21 2008 UTC (15 months, 3 weeks ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.5: +3 -6 lines
Diff to previous 1.25.2.5 , to branch point 1.25
Added the ability to manage which field types are allowed to be validated. Plus, took out some minor unnecessary code.

Revision 1.25.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 5 03:16:48 2008 UTC (15 months, 3 weeks ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.4: +50 -39 lines
Diff to previous 1.25.2.4 , to branch point 1.25
Most elements have a link along with them to be validated. However, there are bugs working with CCK fields.

Revision 1.25.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 4 20:12:54 2008 UTC (15 months, 3 weeks ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.3: +13 -1 lines
Diff to previous 1.25.2.3 , to branch point 1.25
Created a table format for importing modules.

Revision 1.25.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.25.2.2: +64 -61 lines
Diff to previous 1.25.2.2 , to branch point 1.25
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.25.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 31 04:34:01 2008 UTC (15 months, 4 weeks ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25.2.1: +6 -6 lines
Diff to previous 1.25.2.1 , to branch point 1.25
Update to the arguments placeholders.

Revision 1.25.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 30 06:39:17 2008 UTC (15 months, 4 weeks ago) by tapocol
Branch: DRUPAL-6--1
Changes since 1.25: +59 -15 lines
Diff to previous 1.25
Unlimited Arguments... not quite fully-functional though.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 27 22:51:17 2008 UTC (16 months ago) by tapocol
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.24: +4 -4 lines
Diff to previous 1.24
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.24 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 22:29:03 2008 UTC (16 months ago) by tapocol
Branch: MAIN
Changes since 1.23: +3 -1 lines
Diff to previous 1.23
Small update. Weight in menu items, added settings to the main admin page, added message for settings submit.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 17:32:00 2008 UTC (16 months ago) by tapocol
Branch: MAIN
Changes since 1.22: +13 -2 lines
Diff to previous 1.22
Added ability to turn the AJAX submission on/off.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 17:16:29 2008 UTC (16 months ago) by tapocol
Branch: MAIN
Changes since 1.21: +15 -15 lines
Diff to previous 1.21
Fixed a lot of the unnecessary abbreviations in the code.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 22 02:53:50 2008 UTC (16 months, 1 week ago) by tapocol
Branch: MAIN
Changes since 1.20: +44 -38 lines
Diff to previous 1.20
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.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 22 00:30:52 2008 UTC (16 months, 1 week ago) by tapocol
Branch: MAIN
Changes since 1.19: +55 -5 lines
Diff to previous 1.19
Accidentally lost the help system.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 21 15:57:02 2008 UTC (16 months, 1 week ago) by tapocol
Branch: MAIN
Changes since 1.18: +19 -13 lines
Diff to previous 1.18
Functional AJAX submissions. This will only validate forms. If error, highlights fields and stops form from submitting. If success, lets the form submit as normal.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 21 07:14:17 2008 UTC (16 months, 1 week ago) by tapocol
Branch: MAIN
Changes since 1.17: +51 -70 lines
Diff to previous 1.17
Updates to AJAX Submission, currently commented out though, because it is not in a stable state.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 18 16:51:52 2008 UTC (16 months, 1 week ago) by tapocol
Branch: MAIN
Changes since 1.16: +51 -1 lines
Diff to previous 1.16
Added in the help system. Plus, made several minor changes to make the admin a little clearer.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 17 05:15:06 2008 UTC (16 months, 1 week ago) by tapocol
Branch: MAIN
Changes since 1.15: +79 -1 lines
Diff to previous 1.15
Began Implementing the AJAX form validating. Currently, it is not enabled. Uncomment line 15 to check it out.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 02:11:22 2008 UTC (16 months, 2 weeks ago) by tapocol
Branch: MAIN
Changes since 1.14: +11 -2 lines
Diff to previous 1.14
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.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 21:38:54 2008 UTC (16 months, 2 weeks ago) by tapocol
Branch: MAIN
Changes since 1.13: +11 -7 lines
Diff to previous 1.13
Updated documentation.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 14 16:17:07 2008 UTC (16 months, 2 weeks ago) by tapocol
Branch: MAIN
Changes since 1.12: +11 -1 lines
Diff to previous 1.12
Added cloning capabilities, exporting is more user-friendly, and adjusted the import messages.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 13 17:03:18 2008 UTC (16 months, 2 weeks ago) by tapocol
Branch: MAIN
Changes since 1.11: +3 -0 lines
Diff to previous 1.11
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.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 12 19:46:38 2008 UTC (16 months, 2 weeks ago) by tapocol
Branch: MAIN
Changes since 1.10: +15 -70 lines
Diff to previous 1.10
Added back in the 'Add Validator to field' link.

Revision 1.10 - (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.9: +89 -37 lines
Diff to previous 1.9
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.9 - (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.8: +59 -281 lines
Diff to previous 1.8
Through discussion, the structure changed for the last time. The 'add validator to field' link is gone for now.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 2 23:02:43 2008 UTC (16 months, 3 weeks ago) by tapocol
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1
Changes since 1.7: +40 -10 lines
Diff to previous 1.7
Change to the structure. Making validations on the whole form, if the form has a field associated with it.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 30 21:58:04 2008 UTC (16 months, 4 weeks ago) by tapocol
Branch: MAIN
Changes since 1.6: +127 -10 lines
Diff to previous 1.6
New update

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 27 15:42:45 2008 UTC (17 months ago) by tapocol
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
Comment out var_dump

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 27 15:39:18 2008 UTC (17 months ago) by tapocol
Branch: MAIN
Changes since 1.4: +50 -16 lines
Diff to previous 1.4
Some more updates.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 16 17:19:37 2008 UTC (17 months, 1 week ago) by tapocol
Branch: MAIN
Changes since 1.3: +74 -42 lines
Diff to previous 1.3
Latest Update

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 17:24:34 2008 UTC (17 months, 3 weeks ago) by tapocol
Branch: MAIN
Changes since 1.2: +241 -41 lines
Diff to previous 1.2
Database and admin UI setup for validators and fields being validated

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 22 19:23:54 2008 UTC (18 months, 1 week ago) by tapocol
Branch: MAIN
Changes since 1.1: +140 -95 lines
Diff to previous 1.1
Latest Update

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 15 18:15:12 2008 UTC (18 months, 2 weeks ago) by tapocol
Branch: MAIN
Adding files for testing

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2