[svn-components] 5928 - in /trunk/Template: src/functions/ src/structs/ tests/custom_blocks/ tests/regression_tests/custom_functions/correct/

2007-08-17 Thread Raymond Bosman
Author: rb Date: Fri Aug 17 11:28:29 2007 New Revision: 5928 Log: - Custom functions can have a variable amount of arguments when the option variableArgumentList is enabled. Added: trunk/Template/tests/regression_tests/custom_functions/correct/variable_argument_list.in (with props)

[svn-components] 5929 - in /trunk/DatabaseSchema: ChangeLog src/handlers/xml/reader.php

2007-08-17 Thread Derick Rethans
Author: dr Date: Fri Aug 17 13:47:58 2007 New Revision: 5929 Log: - Fixed bug #11281: DatabaseSchema's XML reader does not understand '1' for the notnull, autoincrement and unsigned fields. Modified: trunk/DatabaseSchema/ChangeLog trunk/DatabaseSchema/src/handlers/xml/reader.php

[svn-components] 5931 - in /trunk/DatabaseSchema: ChangeLog src/handlers/persistent/writer.php

2007-08-17 Thread Derick Rethans
Author: dr Date: Fri Aug 17 13:54:34 2007 New Revision: 5931 Log: - Fixed bug #11283: DatabaseSchema's PersistentObject definition writer generates a sequence generater even when the field is not auto-increment. Modified: trunk/DatabaseSchema/ChangeLog

[svn-components] 5930 - in /trunk/DatabaseSchema: ChangeLog src/handlers/sqlite/reader.php

2007-08-17 Thread Derick Rethans
Author: dr Date: Fri Aug 17 13:51:52 2007 New Revision: 5930 Log: - Fixed bug #11282: DatabaseSchema's SQLite reader doesn't understand the float and varchar data types. Modified: trunk/DatabaseSchema/ChangeLog trunk/DatabaseSchema/src/handlers/sqlite/reader.php Modified:

[svn-components] 5934 - in /scripts: build-docs.sh build-downloadable-docs.sh render-tutorial.php

2007-08-17 Thread Derick Rethans
Author: dr Date: Fri Aug 17 15:33:51 2007 New Revision: 5934 Log: - Some tweaks to the docbuilding process. Modified: scripts/build-docs.sh scripts/build-downloadable-docs.sh scripts/render-tutorial.php Modified: scripts/build-docs.sh

[svn-components] 5935 - /trunk/Tree/docs/tutorial.txt

2007-08-17 Thread Derick Rethans
Author: dr Date: Fri Aug 17 16:08:51 2007 New Revision: 5935 Log: - Space is required here. Modified: trunk/Tree/docs/tutorial.txt Modified: trunk/Tree/docs/tutorial.txt == --- trunk/Tree/docs/tutorial.txt

[svn-components] 5936 - in /trunk/DatabaseSchema: ChangeLog docs/tutorial_example_02.php

2007-08-17 Thread Derick Rethans
Author: dr Date: Fri Aug 17 20:48:16 2007 New Revision: 5936 Log: - Fixed bug #11285: Documentation example code comment glitch. Modified: trunk/DatabaseSchema/ChangeLog trunk/DatabaseSchema/docs/tutorial_example_02.php Modified: trunk/DatabaseSchema/ChangeLog