root/trunk/patForms.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @392 [392] 05/11/07 11:23:20 argh Fixed a bug when using an autoload() function in combination with …
(edit) @378 [378] 09/05/06 21:44:30 gerd Added feature: addModuleDir / addModuleBaseDir in patForms
(edit) @374 [374] 08/20/06 15:10:29 schst Removed decorateElement() (should not have been committed)
(edit) @359 [359] 08/05/06 21:44:09 schst Added class attribute to form, whitespace changes, added new method to …
(edit) @349 [349] 12/20/05 08:20:48 gerd Draft of new feature: attribute filter
(edit) @345 [345] 10/08/05 14:00:48 argh Small bugfixes
(edit) @325 [325] 08/22/05 18:31:37 schst Fixed bug #193: Javascript of form rules is not generated
(edit) @318 [318] 08/12/05 20:50:17 schst Added validateForm() and finalizeForm() to the Collection
(edit) @315 [315] 08/12/05 20:41:22 schst CS fixes
(edit) @311 [311] 08/09/05 16:40:31 argh Added the getRenderer method with which the current renderer object …
(edit) @310 [310] 08/08/05 22:09:19 luckec fixed bug #139, encoding problems see: …
(edit) @309 [309] 08/08/05 20:39:40 schst Updated docblocks and @todos
(edit) @300 [300] 08/07/05 17:07:51 schst Some CS fixes
(edit) @299 [299] 08/07/05 16:50:49 schst Allow several elements with the same name to be set in the form …
(edit) @293 [293] 08/04/05 23:07:02 schst Removed obsolete @todo, that lead to bug #180
(edit) @289 [289] 08/02/05 19:01:15 schst Added error checks to filter creation and appliance. Fixed the Number …
(edit) @288 [288] 08/02/05 18:20:32 schst Check, whether locale file exists
(edit) @286 [286] 08/02/05 16:35:30 schst Added the containerElement attribute, needed for getValues()
(edit) @285 [285] 08/02/05 16:21:42 schst Fixed some PHP 4.4 notices and adjusted to PEAR CS
(edit) @281 [281] 07/31/05 22:36:56 schst Pass event-handler errors to the user, check, whether DB connection could …
(edit) @277 [277] 07/31/05 19:45:33 schst Removed obsolete @todo tags
(edit) @274 [274] 07/31/05 19:06:38 schst Avoid multiple auto-validate checks, clean up event management, add the …
(edit) @267 [267] 07/31/05 12:41:39 schst Pass the element to the datasource, to allow context-sensitive datasources …
(edit) @265 [265] 07/31/05 04:41:25 sfuchs added patForms::convertElement() and patForms_Element::convertElement() …
(edit) @258 [258] 07/27/05 01:32:47 sfuchs changed patForms, patForms_Element and several element subclasses to …
(edit) @238 [238] 06/12/05 03:17:02 sfuchs - added initial version of patForms value namespaces - added method …
(edit) @202 [202] 05/11/05 16:57:41 sfuchs Changed scripts collection mechanism in patForms, patForms_Element and …
(edit) @199 [199] 05/05/05 15:12:58 schst prepared 0.9.0a2 release
(edit) @192 [192] 02/26/05 11:18:19 schst fixed bug in setValues() that caused a fatal error when setting the value …
(edit) @190 [190] 12/29/04 12:50:16 argh Changed the createElementId() method to a static method so the …
(edit) @182 [182] 11/30/04 12:52:12 schst issue a warning when a script file is not found
(edit) @178 [178] 11/30/04 12:00:27 schst disabled javascript by default, this is in pre alpha state!
(edit) @173 [173] 11/17/04 17:19:19 argh Fixed element ID attribution, added support for an element's custom …
(edit) @172 [172] 11/16/04 13:57:47 schst added setDefaultValue() and the overrideUserInput argument
(edit) @171 [171] 11/16/04 13:44:20 schst fixed popExpect()
(edit) @170 [170] 11/16/04 13:22:02 schst changed setValues() to work with groups
(edit) @168 [168] 11/16/04 12:04:05 schst getElementByName() now searches in containers like groups
(edit) @165 [165] 11/15/04 17:43:26 schst getValidationErrors() can now be used to only return the form errors Rules …
(edit) @160 [160] 11/15/04 13:30:01 schst added missing ampersand
(edit) @159 [159] 11/15/04 13:27:21 schst fixed getElementById()
(edit) @158 [158] 11/15/04 13:00:40 schst getElementById() now searches inside groups
(edit) @146 [146] 11/05/04 15:45:27 schst allowed custom locales, that are loaded from files
(edit) @145 [145] 11/04/04 15:25:00 schst Search for element in groups when using replaceElement
(edit) @144 [144] 11/04/04 15:18:21 schst added replace element
(edit) @137 [137] 11/02/04 17:20:20 schst added different modes to return values from getValues()
(edit) @136 [136] 11/02/04 17:10:44 schst Fixed bug with elements in second level that needed a renderer
(edit) @130 [130] 11/02/04 16:02:31 schst fixed call to static method
(edit) @127 [127] 11/02/04 13:21:16 schst integrated parser with Group element
(edit) @124 [124] 11/02/04 13:00:38 argh Changed the way default attributes are added to elements so that elements …
(edit) @121 [121] 10/22/04 11:31:22 argh Fixed the notice with the missing params variable when setting a form …
(edit) @119 [119] 08/26/04 16:01:01 argh Added the toXML() method
(edit) @106 [106] 08/26/04 14:54:22 argh Added the createCreator() method, calling the getElementByName() with …
(edit) @102 [102] 08/13/04 01:51:56 gerd added validation error defines
(edit) @100 [100] 07/06/04 20:42:44 argh Fixed the autoValidate in the isSubmitted method
(edit) @95 [95] 07/05/04 23:10:30 schst fixed setAction() and setMethod() automatically add the session ID to the …
(edit) @94 [94] 07/01/04 08:37:48 argh Added the applyFilter() method, fixed some comments
(edit) @86 [86] 05/05/04 00:20:10 argh Changed the getValidationErrors() method to return false when no errors …
(edit) @84 [84] 05/03/04 21:26:01 schst added observer concept to patForms class
(edit) @83 [83] 05/03/04 21:05:18 schst moved rule constants to form
(edit) @82 [82] 05/03/04 20:57:59 schst added first draft of the observers that allow very flexible error handling …
(edit) @78 [78] 04/30/04 15:46:13 schst fixed creation of modules in subdirectories
(edit) @65 [65] 04/29/04 23:19:30 schst added first version of the CSV storage container, others will follow soon
(edit) @63 [63] 04/29/04 15:45:45 schst fixed PHP4 constructor
(edit) @62 [62] 04/29/04 15:43:54 schst fixed small reference bug
(edit) @42 [42] 04/02/04 15:12:36 argh Added a second optional parameter to the setRenderer() method. If an array …
(edit) @22 [22] 04/01/04 17:52:23 argh Changed the createElement method to be callable statically.
(edit) @15 [15] 03/28/04 15:17:10 schst fixed setMethod()
(edit) @12 [12] 03/27/04 13:29:23 argh Fixed typo in setMethod()
(add) @2 [2] 02/29/04 19:58:13 schst initial import on new server
Note: See TracRevisionLog for help on using the revision log.