Changeset 236 for trunk/docs
- Timestamp:
- 06/11/05 17:36:41 (3 years ago)
- Files:
-
- trunk/docs/roadmap.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/roadmap.txt
r230 r236 3 3 $Id$ 4 4 5 Wizards 6 Event based form-processing 5 Candidates for patForms 0.9.0ax 7 6 8 Storage containers do not work with groups 9 Storage container: PEAR_DB 10 Storage container: CVS 11 Storage container: XML 12 Storage container: Mail 7 - event based form-processing (Schst) 8 - add more Storage containers: 9 - Storage_DB 10 - Storage_CSV (Schst) 11 - Storage_Mail (Schst) 12 - fix: Storage containers do not work with groups 13 - Element_String: fix password problem (Schst) (done) 14 - serveral Parser fixes 15 - implement patForms::convertElementTo() 16 (see: http://forum.php-tools.net/viewtopic.php?t=462) 17 - Form-Namespacing (#129) (Sven) 18 19 Candidates for patForms 1.0.0 13 20 14 Creator: DB (using DB::tableInfo) 15 Creator: MySQL (using SHOW COLUMNS) 16 Creator: DB_DataObject 21 - make support for Propel stable w/ all Element types (Sven) 22 - implement clientside JS support (Schst) 23 - implement more Renderers: 24 - Renderer_Smarty 25 - Renderer_Savant 26 - Renderer_Flexy 27 - fix all Elements 28 - Element_File 29 - Element_Date 30 - Element_Group - finish element 31 - (are there more?) 32 - add HTMLArea Element 33 - add ComboBox Element 34 - fix encoding problems (#139) (Carsten) 35 36 Candidates for patForms 1.1.0 17 37 18 Clientside/JS integration (class for each element type) 19 Filters (see docs/filters.txt) 38 - implement Wizards (Schst) 39 - replace all Creators by FormDefinitions 40 - implement Storage_XML 20 41 21 Element_File 22 Element_Date 23 Element_Group - finish element 24 Element_String - fix password problem 42 Candidates for patForms 2.0.0 25 43 26 Encoding-Probleme http://bugs.php-tools.net/show_bug.cgi?id=139 27 Form-Namespacing http://bugs.php-tools.net/show_bug.cgi?id=129 44 - adopt XForms standard for FormDefinitions 45 - XForms Support (read/write) 46 47 Minor problems: 48 49 - add access private/public flag for attributes (Argh) 50 - number-based attributes w/ insertSpecials modifier (Argh)
