0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 05, 2024 — Jun 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added initial abstract module definition class, along with necessary table extension More... over 17 years ago
Started a basic style sheet to make the admin interfaces more palatable More... over 17 years ago
Automatic database-driven select menu helper More... over 17 years ago
Added three more icons More... over 17 years ago
Added a table_class property to TableBasedController so that custom-named controllers can still be easily table-based. More... over 17 years ago
FriendlyField now keeps a reference to its view, and therefore can use view helpers More... over 17 years ago
Updated groups add view to use new friendlyField helper More... over 17 years ago
Created a new form field helper to assist in the inclusion of validation messages in forms More... over 17 years ago
Set up logs folder to ignore its contents, as there is no reason to involve version control there. More... over 17 years ago
Options view for InstallController; no post action defined yet. More... over 17 years ago
Minor update to InstallController index view More... over 17 years ago
Simplified the message output procedure in several index files More... over 17 years ago
Added an inheritable editAction() in TableBasedController and removed the specific one from GroupsController More... over 17 years ago
Groups and Users Controllers now use an inherited addAction() method More... over 17 years ago
Started implementing a generic addAction for all TableBasedControllers; haven't finished or tested it. More... over 17 years ago
Added the GroupsController editAction() method More... over 17 years ago
Added the UsersController addAction() method More... over 17 years ago
Created a table-install action for when the system is first being set up. More... over 17 years ago
Adjusted database table creation queries somewhat More... over 17 years ago
Added an .htaccess file with rewrite rules instead of having to put it in httpd.conf More... over 17 years ago
'add' action for GroupsController More... over 17 years ago
Tweaked the action links in the groups and users views More... over 17 years ago
Added a GroupsController and, in the process, added action-nav links to core views to link the two controllers together More... almost 18 years ago
Added a simple AclRulesController with index view More... almost 18 years ago
Added a standardized deleteAction() method to the TableBasedController, with associated actions More... almost 18 years ago
Added a full XHTML outline to GlobalLayout More... almost 18 years ago
Reworked GlobalLayout's header-adding procedure to ensure that the heading only gets added once More... almost 18 years ago
Added file-level docblock for GlobalLayout plugin More... almost 18 years ago
Started work on a GlobalLayout plugin for consistent markup of page-level headings, action links, etc. as well as basic HTML/CSS structure More... almost 18 years ago
Added an icon helper to TableBasedController views for easy action icons More... almost 18 years ago