|
|
|
@396
|
[396]
|
09/27/07 20:01:56 |
axel |
Changed the way to calcualte the strlen. If the mb_strlen function is … |
|
|
|
@381
|
[381]
|
10/24/06 14:02:52 |
gerd |
added missing initialisation of attributes (allows to apply modifier) |
|
|
|
@378
|
[378]
|
09/05/06 21:44:30 |
gerd |
Added feature: addModuleDir / addModuleBaseDir in patForms |
|
|
|
@364
|
[364]
|
08/05/06 21:49:40 |
schst |
Removed absolute path entries in config |
|
|
|
@360
|
[360]
|
08/05/06 21:46:48 |
schst |
Whitespace fixes |
|
|
|
@358
|
[358]
|
06/30/06 14:39:03 |
argh |
Tweaked the examples framework to correctly display array-based form … |
|
|
|
@357
|
[357]
|
06/30/06 14:35:49 |
argh |
Added the new SwitchGroup? element used for handling checkbox groups that … |
|
|
|
@355
|
[355]
|
03/14/06 22:53:58 |
gerd |
commited changes from rev 354 to trunk, fixed #208 and #209 … |
|
|
|
@349
|
[349]
|
12/20/05 08:20:48 |
gerd |
Draft of new feature: attribute filter |
|
|
|
@347
|
[347]
|
12/08/05 10:41:36 |
schst |
Added experimental optgroup support to the Enum element |
|
|
|
@338
|
[338]
|
09/20/05 00:31:05 |
sfuchs |
updated examples (Propel bookstore classes) with Propel svn head versions |
|
|
|
@336
|
[336]
|
09/07/05 09:03:07 |
gerd |
Fixed bug #192 and improved tag-validation support using the new attribute … |
|
|
|
@335
|
[335]
|
09/07/05 02:16:00 |
sfuchs |
Extended the Propel/Bookstore example |
|
|
|
@332
|
[332]
|
09/06/05 22:51:40 |
gerd |
Improved checks for "uploaddir", "tempdir" and "usesession".
Now invalid … |
|
|
|
@328
|
[328]
|
08/24/05 20:24:44 |
schst |
Fixed bug #195: Validation of non-required radio-groups fails, updated … |
|
|
|
@326
|
[326]
|
08/22/05 18:41:22 |
schst |
Fixed bug #194: Pass element type to the template |
|
|
|
@325
|
[325]
|
08/22/05 18:31:37 |
schst |
Fixed bug #193: Javascript of form rules is not generated |
|
|
|
@322
|
[322]
|
08/13/05 19:21:34 |
schst |
Removed obsolete @todo (exists as ticket), ignore some generated files |
|
|
|
@321
|
[321]
|
08/13/05 13:03:12 |
argh |
Fixed bugs #171 (Date element accepts invalid dates), #187 (french … |
|
|
|
@320
|
[320]
|
08/13/05 10:45:45 |
schst |
Parser now uses the element's id for the placeholder. … |
|
|
|
@305
|
[305]
|
08/07/05 18:13:20 |
schst |
Added event handlers to Parser (addresses bug #155) |
|
|
|
@304
|
[304]
|
08/07/05 17:53:47 |
schst |
Remove all die() calls (addresses bug #155), CS and whitespace fixes, fix … |
|
|
|
@301
|
[301]
|
08/07/05 17:08:33 |
schst |
Added value namespace support to the parser (addresses bug #155) |
|
|
|
@299
|
[299]
|
08/07/05 16:50:49 |
schst |
Allow several elements with the same name to be set in the form … |
|
|
|
@298
|
[298]
|
08/07/05 11:58:36 |
schst |
Added error checks to displayErrors() |
|
|
|
@297
|
[297]
|
08/06/05 17:28:23 |
schst |
Test and fix the CSV storage container (closes ticket #177) |
|
|
|
@295
|
[295]
|
08/05/05 21:14:38 |
schst |
Added new removeRule() method (Fixes bug #174) |
|
|
|
@294
|
[294]
|
08/05/05 20:28:23 |
schst |
Fixed bug #181 (redeclared function) |
|
|
|
@290
|
[290]
|
08/03/05 14:19:22 |
schst |
Added support for errors in the String renderer (requested by Arnaud) |
|
|
|
@289
|
[289]
|
08/02/05 19:01:15 |
schst |
Added error checks to filter creation and appliance.
Fixed the Number … |
|
|
|
@281
|
[281]
|
07/31/05 22:36:56 |
schst |
Pass event-handler errors to the user, check, whether DB connection could … |
|
|
|
@278
|
[278]
|
07/31/05 19:59:27 |
schst |
Use a RadioGroup? and an Enum element in the example. |
|
|
|
@275
|
[275]
|
07/31/05 19:38:13 |
schst |
Some code cleanup, the HTML parser now also extracts the form attributes |
|
|
|
@274
|
[274]
|
07/31/05 19:06:38 |
schst |
Avoid multiple auto-validate checks, clean up event management, add the … |
|
|
|
@271
|
[271]
|
07/31/05 14:01:04 |
argh |
Fixed bug #172: modified behavior of the setValue for the set element so … |
|
|
|
@268
|
[268]
|
07/31/05 13:15:52 |
schst |
Removed patForms_FormatChecker and replaced it by automatically adding … |
|
|
|
@267
|
[267]
|
07/31/05 12:41:39 |
schst |
Pass the element to the datasource, to allow context-sensitive datasources … |
|
|
|
@264
|
[264]
|
07/30/05 13:57:54 |
schst |
Add simple script to set file permissions |
|
|
|
@235
|
[235]
|
06/10/05 15:36:33 |
schst |
fix bug #87: Passwords will not be sent back to the browser if the … |
|
|
|
@234
|
[234]
|
06/10/05 14:27:32 |
schst |
added new rule: AnyRequired? allows you to specify a list of fields where … |
|
|
|
@231
|
[231]
|
06/10/05 12:07:20 |
schst |
Started implementing the Mail storage container
Provides only very basic … |
|
|
|
@228
|
[228]
|
05/16/05 19:40:42 |
sfuchs |
Changed example_storage_propel to use the new patTemplate renderer. |
|
|
|
@224
|
[224]
|
05/15/05 13:33:05 |
schst |
added todo for sven |
|
|
|
@222
|
[222]
|
05/15/05 13:29:25 |
schst |
allow alternate way to render a form by repeating one template for each … |
|
|
|
@220
|
[220]
|
05/15/05 13:16:22 |
schst |
allow template to render form errors using a different layout |
|
|
|
@219
|
[219]
|
05/15/05 13:05:48 |
schst |
added renderer that uses patTemplate |
|
|
|
@217
|
[217]
|
05/15/05 00:11:51 |
schst |
removed line breaks, some rephrasing |
|
|
|
@216
|
[216]
|
05/12/05 22:34:36 |
sfuchs |
Added a Propel example to the section Storage as well as needed files from … |
|
|
|
@215
|
[215]
|
05/12/05 22:29:13 |
sfuchs |
Added a Propel example to the section Storage as well as needed files from … |
|
|
|
@199
|
[199]
|
05/05/05 15:12:58 |
schst |
prepared 0.9.0a2 release |
|
|
|
@192
|
[192]
|
02/26/05 11:18:19 |
schst |
fixed bug in setValues() that caused a fatal error when setting the value … |
|
|
|
@187
|
[187]
|
11/30/04 13:40:15 |
schst |
added applySimpleFilter |
|
|
|
@186
|
[186]
|
11/30/04 13:33:36 |
schst |
added a flexible function filter |
|
|
|
@185
|
[185]
|
11/30/04 13:18:39 |
schst |
very early version of a combobox |
|
|
|
@184
|
[184]
|
11/30/04 13:18:07 |
schst |
updated example |
|
|
|
@179
|
[179]
|
11/30/04 12:28:11 |
schst |
fix comment |
|
|
|
@176
|
[176]
|
11/17/04 17:22:16 |
argh |
Updated to work with the new version |
|
|
|
@168
|
[168]
|
11/16/04 12:04:05 |
schst |
getElementByName() now searches in containers like groups |
|
|
|
@153
|
[153]
|
11/08/04 16:25:12 |
argh |
Updated descriptions and development states |
|
|
|
@152
|
[152]
|
11/08/04 16:19:49 |
argh |
Added display of form element values below a form when it has been … |
|
|
|
@151
|
[151]
|
11/08/04 16:18:46 |
argh |
Updated to work with the new Date element |
|
|
|
@147
|
[147]
|
11/05/04 16:56:27 |
schst |
add support for custom locales in rules |
|
|
|
@146
|
[146]
|
11/05/04 15:45:27 |
schst |
allowed custom locales, that are loaded from files |
|
|
|
@144
|
[144]
|
11/04/04 15:18:21 |
schst |
added replace element |
|
|
|
@140
|
[140]
|
11/04/04 11:12:06 |
schst |
added first draft of patForms_Collection and use it in patForms_Parser |
|
|
|
@137
|
[137]
|
11/02/04 17:20:20 |
schst |
added different modes to return values from getValues() |
|
|
|
@136
|
[136]
|
11/02/04 17:10:44 |
schst |
Fixed bug with elements in second level that needed a renderer |
|
|
|
@131
|
[131]
|
11/02/04 16:25:07 |
schst |
fixed behaviour of some special elements inside groups |
|
|
|
@129
|
[129]
|
11/02/04 13:42:54 |
schst |
added some missing doc blocks |
|
|
|
@128
|
[128]
|
11/02/04 13:40:04 |
schst |
fixed some error handling problems |
|
|
|
@127
|
[127]
|
11/02/04 13:21:16 |
schst |
integrated parser with Group element |
|
|
|
@123
|
[123]
|
11/02/04 12:11:33 |
schst |
patForms_Parser: added support for multiple forms in one file |
|
|
|
@120
|
[120]
|
08/26/04 22:58:10 |
schst |
fix include (PEAR::Config could accidentally get included on Win32) |
|
|
|
@117
|
[117]
|
08/26/04 15:08:37 |
argh |
Massive update of the examples collection; added the patExampleGen … |
|
|
|
@99
|
[99]
|
07/05/04 23:15:27 |
schst |
added select elements |
|
|
|
@98
|
[98]
|
07/05/04 23:15:04 |
schst |
added new cache file |
|
|
|
@97
|
[97]
|
07/05/04 23:14:35 |
schst |
adjusted docblock |
|
|
|
@89
|
[89]
|
06/27/04 18:51:20 |
schst |
removed old comment |
|
|
|
@88
|
[88]
|
06/27/04 18:32:22 |
schst |
initial commit of Html parser, which allows you to create patForms from … |
|
|
|
@84
|
[84]
|
05/03/04 21:26:01 |
schst |
added observer concept to patForms class |
|
|
|
@82
|
[82]
|
05/03/04 20:57:59 |
schst |
added first draft of the observers that allow very flexible error handling … |
|
|
|
@79
|
[79]
|
04/30/04 16:55:27 |
schst |
first version of Creater_DB_MySQL |
|
|
|
@76
|
[76]
|
04/30/04 14:58:08 |
schst |
fixed treatment of quotes in attributes |
|
|
|
@75
|
[75]
|
04/30/04 14:12:25 |
schst |
changed state of storage subpackage |
|
|
|
@74
|
[74]
|
04/30/04 14:11:28 |
schst |
added sql for Storage::DB example |
|
|
|
@73
|
[73]
|
04/30/04 14:09:35 |
schst |
added DB storage |
|
|
|
@71
|
[71]
|
04/30/04 13:19:50 |
schst |
added storage examples |
|
|
|
@69
|
[69]
|
04/29/04 23:22:52 |
schst |
added cvsignore |
|
|
|
@68
|
[68]
|
04/29/04 23:22:18 |
schst |
removed csv file |
|
|
|
@65
|
[65]
|
04/29/04 23:19:30 |
schst |
added first version of the CSV storage container, others will follow soon |
|
|
|
@64
|
[64]
|
04/29/04 22:17:24 |
schst |
fixed the example |
|
|
|
@59
|
[59]
|
04/15/04 16:03:39 |
schst |
fixed placeholders for form tag |
|
|
|
@53
|
[53]
|
04/06/04 15:26:04 |
argh |
Fixed a layout issue |
|
|
|
@52
|
[52]
|
04/06/04 15:25:46 |
argh |
Commented out the default attribute to be able to see the error message … |
|
|
|
@51
|
[51]
|
04/06/04 15:24:55 |
argh |
Fixed the error output |
|
|
|
@50
|
[50]
|
04/06/04 15:23:50 |
argh |
Added submit button, added error output |
|
|
|
@43
|
[43]
|
04/02/04 15:13:57 |
argh |
Updated to ignore all *.form files |
|
|
|
@37
|
[37]
|
04/02/04 15:03:33 |
argh |
Updated the examples navigation with the new files |
|
|
|
@36
|
[36]
|
04/02/04 15:02:57 |
argh |
Added the example_radio_simple.tmpl file |
|
|
|
@35
|
[35]
|
04/02/04 15:02:22 |
argh |
Updated the template for the RadoGroup? pattemplate renderer example |