Timeline


and .

10/25/05:

15:46 Changeset [38] by bradley
Added some user authentication files.
15:44 Changeset [37] by bradley
Added the beginings of user authentication
15:43 Changeset [36] by bradley
Added the beginings of user authentication
15:42 Changeset [35] by bradley
added a saftey check so that non-inserted rows dont get updated
12:46 Ticket #17 (on Delete, catch foreign-key violation) created by bradley
If table A refers to table B, and a row from table B is deleted, the …
11:16 Changeset [34] by bradley
Added new style-sheet HTML dir to the build files.
10:50 Ticket #16 (Allow joins) created by bradley
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 bradley
Where a table has a "hidden" attribute, it wont be displayed on the …
10:26 Ticket #14 (Use our own style-sheet.) closed by bradley
fixed
10:22 Changeset [33] by bradley
Added a built-in style.
10:15 Ticket #7 (Replace the Paginator with Data::Page) closed by bradley
fixed
10:15 Changeset [32] by bradley
Fixed a bug where "Display all on one page" would not remain selected.
10:06 Changeset [31] by bradley
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 bradley
fixed
09:06 Ticket #12 (Add a LICENSE file to te distribution) closed by bradley
fixed
09:06 Changeset [30] by bradley
Split the default controller actions into multiple smaller methods to make …
09:05 Changeset [29] by bradley
More quoting fixes, and added a getRowsWhere wrapper around the …
09:03 Changeset [28] by bradley
getRowsWhere() class method introduced to allow for custom where clauses …
08:56 Changeset [27] by bradley
$r->location() is now used instead of $ENV{'APP_NAME'} for determining the …

10/24/05:

21:55 Changeset [26] by bradley
Added LICENSE.
21:55 Changeset [25] by bradley
Added TODO file to the MANIFEST.
21:53 Changeset [24] by bradley
absolute URI's are now derived from the request location().
21:49 Ticket #14 (Use our own style-sheet.) created by bradley
21:47 Changeset [23] by bradley
Added preliminary support for arrays. This isnt going to be used for a …
21:44 Changeset [22] by bradley
Pager is now displayed regardless of the number of results, and link-backs …
21:41 Changeset [21] by bradley
Added padding-control characters to the template statements.
21:40 Changeset [20] by bradley
The inclusion of the submit button is now optional.
21:37 Ticket #13 (add a redirectTo() function to the base Controller) closed by bradley
fixed: added _internalRedirect() and _externalRedirect functions to handle the …
18:13 Ticket #13 (add a redirectTo() function to the base Controller) created by bradley
The browser should be properly redirected after a create()/update(), …
18:01 Ticket #12 (Add a LICENSE file to te distribution) created by bradley
same license as perl itself.
17:27 Ticket #11 (Document the default Controller.) created by bradley
17:25 Ticket #10 (Prevent access to controller "actions" that start with an '_' (underscore) ...) created by bradley
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 bradley
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 bradley
Postgres Only feature. Support arrays (even multi-dimensional arrays) …
09:53 Changeset [19] by bradley
Removed some comments. Added a "or die ..." if no DB connection could be …
09:52 Changeset [18] by bradley
Fixed a bug that would prevent DB::Table and DB::Table::Row from being …

10/19/05:

16:13 Ticket #8 (FreeBSD) created by bradley
The generator does not properly copy all required templates on FreeBSD
13:52 Changeset [17] by bradley
Added documentation.
13:51 Changeset [16] by bradley
removed erroneous dependency to Apache2.pm
12:44 WikiStart edited by anonymous
(diff)
10:26 Ticket #7 (Replace the Paginator with Data::Page) created by bradley
Data::Page is available from CPAN and provides the required functionality …
09:19 Changeset [15] by root
Now builds on FreeBSD as well as redhat/fedora

10/18/05:

17:12 Changeset [14] by bradley
Fixed a bug when validating the URI.
17:00 Changeset [13] by bradley
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 bradley
fixed
15:52 Changeset [12] by bradley
the build files now try and detect the place where Apache's extra configs …
15:51 Changeset [11] by bradley
Added URL for the project home on the interweb.
15:37 Changeset [10] by bradley
Added HTML escaping where appropriate.
15:27 Changeset [9] by bradley
Fixed up some of the data-type handling bits.
13:48 Ticket #2 (in generated dispatcher config, turn off sessions by defualt.) closed by bradley
fixed
13:47 Changeset [8] by bradley
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 bradley
fixed
13:45 Changeset [7] by bradley
Fixed security issue where a user could potentially view the sessions …
13:34 Changeset [6] by bradley
Allow dashes and things in the app-name part of the URI.
13:30 Ticket #1 (allow dash in application name) closed by bradley
fixed
13:28 Ticket #6 (Exceptions...) created by bradley
Need to be implemented.…
13:13 Ticket #5 (the build files generated by gestalt need to find the "correct" place to ...) created by bradley
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 bradley
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 bradley
There is currently no way to access blobs of a table/row, so things like …
11:59 GestaltHowTo edited by anonymous
Fixed some formatting so the image could display correctly. (diff)
11:52 GestaltHowTo edited by bradley
(diff)
11:51 GestaltHowTo created by bradley
First Draft for How-To Page.
11:40 Ticket #2 (in generated dispatcher config, turn off sessions by defualt.) created by bradley
Sessions are currently turned on by default but wont work unless the user …
11:34 Ticket #1 (allow dash in application name) created by bradley
gestalt --app-name does not allow a dash in the name.
10:30 Changeset [5] by bradley
Added PREREQ_PM fixes to the Makefile.PL (and removed that task from the …

10/17/05:

20:04 GestaltDocumentation edited by anonymous
(diff)
17:03 WikiStart edited by bradley
(diff)
16:55 GestaltDocumentation created by bradley
added top-level documentation.
16:35 GestaltDocumentation/DispatcherController created by bradley
Added Dispatcher/Controller overview
16:20 GestaltDownload edited by bradley
Fixed example svn co command so that it wont pull all tags/branches too. (diff)
16:18 GestaltDownload created by bradley
Added a download page.
15:54 WikiStart edited by bradley
Added links to download & documentation pages (diff)
15:48 Changeset [4] by bradley
Added some extra things to do.
15:42 Changeset [3] by bradley
Added a TODO file and some comments to the Paginator to remind me to …
14:24 Changeset [2] by bradley
Created tag rel-0_0_1
13:29 WikiStart edited by bradley
(diff)
12:33 TracMultipleProjects created by trac
12:33 TracNotification created by trac
12:33 TracPermissions created by trac
12:33 TracRss created by trac
12:33 TracQuery created by trac
12:33 TracReports created by trac
12:33 TracRoadmap created by trac
12:33 TracSearch created by trac
12:33 TracStandalone created by trac
12:33 TracSupport created by trac
12:33 TracSyntaxColoring created by trac
12:33 TracTickets created by trac
12:33 TracTicketsCustomFields created by trac
12:33 TracTimeline created by trac
12:33 TracUnicode created by trac
12:33 TracUpgrade created by trac
12:33 TracWiki created by trac
12:33 WikiFormatting created by trac
12:33 WikiHtml created by trac
12:33 WikiMacros created by trac
12:33 WikiNewPage created by trac
12:33 WikiPageNames created by trac
12:33 WikiProcessors created by trac
12:33 WikiRestructuredText created by trac
12:33 WikiRestructuredTextLinks created by trac
12:33 WikiStart created by trac
12:33 CamelCase created by trac
12:33 SandBox created by trac
12:33 TitleIndex created by trac
12:33 TracAccessibility created by trac
12:33 TracAdmin created by trac
12:33 TracBackup created by trac
12:33 TracBrowser created by trac
12:33 TracChangeset created by trac
12:33 TracEnvironment created by trac
12:33 TracGuide created by trac
12:33 TracImport created by trac
12:33 TracIni created by trac
12:33 TracInstall created by trac
12:33 TracInstallPlatforms created by trac
12:33 TracLinks created by trac
12:33 TracLogging created by trac
12:33 TracModPython created by trac
10:50 Changeset [1] by bradley
Initial import
Note: See TracTimeline for information about the timeline view.