Timeline
11/17/05:
- 16:13 Changeset [60] by
- Fixed a bug where postgres 7.4 doesnt return an id when last_insert_id is …
- 11:41 Changeset [59] by
- Fixed a bug where I should I was not correctly accessing the 'type' of …
- 11:38 Changeset [58] by
- Fixed a bug where the Makefile.PL would not correctly generate a Makefile …
- 11:18 Changeset [57] by
- Minor tweaks to some of the templates used to generate the code.
- 11:18 Changeset [56] by
- Bumped up the version number.
- 11:15 Changeset [55] by
- Added some files.
- 11:14 Changeset [54] by
- Added an RPM .spec file to allow the creation of RPM's.
- 11:14 Changeset [53] by
- Added preliminary support for MySQL. It works fine for the most part, but …
- 11:09 Changeset [52] by
- Now uses componentName() (from the table) instead of working out what it …
11/02/05:
- 09:15 Changeset [51] by
- Fields are now sorted by ordinal position when generating the table …
- 09:03 Changeset [50] by
- Preliminary support for MySQL has now been added.
11/01/05:
- 10:50 Changeset [49] by
- setValue now converts undef => false for boolean values.
- 10:49 Changeset [48] by
- Changed use of autoloaded method to setValue() instead.
10/28/05:
- 15:48 Changeset [47] by
- Better protection against attempting to retrieve a foreign key that does …
- 15:35 Changeset [46] by
- Added timestamp data type support.
- 15:35 Changeset [45] by
- Fixed a bug where no database handle is supplied, the error function didnt …
- 12:15 GestaltDocumentation/TableRow created by
- 12:12 GestaltDocumentation/DispatcherController edited by
- (diff)
- 12:09 GestaltDownload edited by
- (diff)
- 11:57 Changeset [44] by
- Fixes so that DESTDIR is taken into consideration to aid with building …
- 11:56 Changeset [43] by
- Minor changes to the spec file for building an RPM.
- 11:55 Changeset [42] by
- Some improvments to the build files.
- 11:54 Changeset [41] by
- Changes to auto-generated file.
- 11:53 Changeset [40] by
- Fixed a bug when testing if a column can be null or not.
10/26/05:
- 16:41 Changeset [39] by
- Added a spec file to build an RPM.
10/25/05:
- 15:46 Changeset [38] by
- Added some user authentication files.
- 15:44 Changeset [37] by
- Added the beginings of user authentication
- 15:43 Changeset [36] by
- Added the beginings of user authentication
- 15:42 Changeset [35] by
- added a saftey check so that non-inserted rows dont get updated
- 12:46 Ticket #17 (on Delete, catch foreign-key violation) created by
- If table A refers to table B, and a row from table B is deleted, the …
- 11:16 Changeset [34] by
- Added new style-sheet HTML dir to the build files.
- 10:50 Ticket #16 (Allow joins) created by
- It should be possible to allow for joins by "merging" two DB::Table …
- 10:31 Ticket #15 (add a "hidden" attribute to DB::Table internal structure) created by
- Where a table has a "hidden" attribute, it wont be displayed on the …
- 10:26 Ticket #14 (Use our own style-sheet.) closed by
- fixed
- 10:22 Changeset [33] by
- Added a built-in style.
- 10:15 Ticket #7 (Replace the Paginator with Data::Page) closed by
- fixed
- 10:15 Changeset [32] by
- Fixed a bug where "Display all on one page" would not remain selected.
- 10:06 Changeset [31] by
- The included Paginator has now been replaced with the template plugin.
- 09:10 Ticket #10 (Prevent access to controller "actions" that start with an '_' (underscore) ...) closed by
- fixed
- 09:06 Ticket #12 (Add a LICENSE file to te distribution) closed by
- fixed
- 09:06 Changeset [30] by
- Split the default controller actions into multiple smaller methods to make …
- 09:05 Changeset [29] by
- More quoting fixes, and added a getRowsWhere wrapper around the …
- 09:03 Changeset [28] by
- getRowsWhere() class method introduced to allow for custom where clauses …
- 08:56 Changeset [27] by
- $r->location() is now used instead of $ENV{'APP_NAME'} for determining the …
10/24/05:
- 21:55 Changeset [26] by
- Added LICENSE.
- 21:55 Changeset [25] by
- Added TODO file to the MANIFEST.
- 21:53 Changeset [24] by
- absolute URI's are now derived from the request location().
- 21:49 Ticket #14 (Use our own style-sheet.) created by
- 21:47 Changeset [23] by
- Added preliminary support for arrays. This isnt going to be used for a …
- 21:44 Changeset [22] by
- Pager is now displayed regardless of the number of results, and link-backs …
- 21:41 Changeset [21] by
- Added padding-control characters to the template statements.
- 21:40 Changeset [20] by
- The inclusion of the submit button is now optional.
- 21:37 Ticket #13 (add a redirectTo() function to the base Controller) closed by
- fixed: added _internalRedirect() and _externalRedirect functions to handle the …
- 18:13 Ticket #13 (add a redirectTo() function to the base Controller) created by
- The browser should be properly redirected after a create()/update(), …
- 18:01 Ticket #12 (Add a LICENSE file to te distribution) created by
- same license as perl itself.
- 17:27 Ticket #11 (Document the default Controller.) created by
- 17:25 Ticket #10 (Prevent access to controller "actions" that start with an '_' (underscore) ...) created by
- Functions that start with an underscore within a controller should not be …
- 17:24 Ticket #9 (Add support for arrays within DB tables) closed by
- wontfix: This should be implemented as part of DBD::Pg. There is a seperate …
10/20/05:
- 10:46 Ticket #9 (Add support for arrays within DB tables) created by
- Postgres Only feature. Support arrays (even multi-dimensional arrays) …
- 09:53 Changeset [19] by
- Removed some comments. Added a "or die ..." if no DB connection could be …
- 09:52 Changeset [18] by
- Fixed a bug that would prevent DB::Table and DB::Table::Row from being …
10/19/05:
- 16:13 Ticket #8 (FreeBSD) created by
- The generator does not properly copy all required templates on FreeBSD
- 13:52 Changeset [17] by
- Added documentation.
- 13:51 Changeset [16] by
- removed erroneous dependency to Apache2.pm
- 12:44 WikiStart edited by
- (diff)
- 10:26 Ticket #7 (Replace the Paginator with Data::Page) created by
- Data::Page is available from CPAN and provides the required functionality …
- 09:19 Changeset [15] by
- Now builds on FreeBSD as well as redhat/fedora
10/18/05:
- 17:12 Changeset [14] by
- Fixed a bug when validating the URI.
- 17:00 Changeset [13] by
- Some fixes to the detection of the apache included config DIR
- 15:52 Ticket #5 (the build files generated by gestalt need to find the "correct" place to ...) closed by
- fixed
- 15:52 Changeset [12] by
- the build files now try and detect the place where Apache's extra configs …
- 15:51 Changeset [11] by
- Added URL for the project home on the interweb.
- 15:37 Changeset [10] by
- Added HTML escaping where appropriate.
- 15:27 Changeset [9] by
- Fixed up some of the data-type handling bits.
- 13:48 Ticket #2 (in generated dispatcher config, turn off sessions by defualt.) closed by
- fixed
- 13:47 Changeset [8] by
- Sessions are now turned off by default. Closes #2
- 13:45 Ticket #4 (add a 'session_table' config directive to the appConfig template and ...) closed by
- fixed
- 13:45 Changeset [7] by
- Fixed security issue where a user could potentially view the sessions …
- 13:34 Changeset [6] by
- Allow dashes and things in the app-name part of the URI.
- 13:30 Ticket #1 (allow dash in application name) closed by
- fixed
- 13:28 Ticket #6 (Exceptions...) created by
- Need to be implemented.…
- 13:13 Ticket #5 (the build files generated by gestalt need to find the "correct" place to ...) created by
- The project build files that are generated by gestalt assume that apache …
- 12:50 Ticket #4 (add a 'session_table' config directive to the appConfig template and ...) created by
- If you create a sessions table in the database and then generate your …
- 12:39 Ticket #3 (provide access to blob data types.) created by
- There is currently no way to access blobs of a table/row, so things like …
- 11:59 GestaltHowTo edited by
- Fixed some formatting so the image could display correctly. (diff)
- 11:52 GestaltHowTo edited by
- (diff)
- 11:51 GestaltHowTo created by
- First Draft for How-To Page.
- 11:40 Ticket #2 (in generated dispatcher config, turn off sessions by defualt.) created by
- Sessions are currently turned on by default but wont work unless the user …
- 11:34 Ticket #1 (allow dash in application name) created by
- gestalt --app-name does not allow a dash in the name.
- 10:30 Changeset [5] by
- Added PREREQ_PM fixes to the Makefile.PL (and removed that task from the …
Note: See TracTimeline
for information about the timeline view.
