0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed old user.php from User class folder More... over 10 years ago
Fixing naming error of User class More... over 10 years ago
Added User class that exposes user variables to the application More... almost 11 years ago
Added useful flash message and breadcrumbs capabilities to Page and PageView classes More... almost 11 years ago
Added a Utilities class that can be used for various miscellaneous functions More... almost 11 years ago
Added request class that encapsulated $_GET, $_POST and other globals. Classes that depend on these globals have also been updated More... almost 11 years ago
Updated the copyright date in the LICENSE file More... about 11 years ago
Fixed an issue with an exception throw in the FormField class More... about 11 years ago
Added the class table-actions to cells in the actions column of the Table class for better CSS targeting More... over 11 years ago
You can now add attributes to action buttons and only show certain acions from certain table rows in the Table class More... over 11 years ago
Fixed a problem with the router where GET parameters where being passed at the routed action when the URL didnt end with a slash More... over 11 years ago
Fixed an issue with fetchRow and fetchRows in the Database class whereby select queries in the form x as y did not yield the expected data More... over 11 years ago
You must now provide arguments in in key => val rather than val => key order to the setOption method for FormField class - This is more intuitive More... over 11 years ago
Changed getRow and getRows in Database class to flatten returned array if only one field is required in the select query More... over 11 years ago
Updated FormValidation class to allow rules to pass validation if value passed to them is empty. "required" validation rule should be added to fields that must not be empty More... over 11 years ago
Updated FormField class to render labels correctly for checkboxes and radio buttons More... over 11 years ago
Fixed an issue with pagination when using urls that end in a slash and made regex routes take precedence over url generated routes More... over 11 years ago
Fixed variable name issue in FormValidation class More... over 11 years ago
Merge branch 'master' of github.com:jooldesign/Blueprint-PHP-Framework More... over 11 years ago
Removed the 'store' property from database class as it wasn't being used for anything More... over 11 years ago
'store' property from database class as it wasn't being used for anything More... over 11 years ago
Fixed error with setSubmittedValue in FormField class where the value for radio fields were not being set More... over 11 years ago
Small changes to ease extending of the base classes. More... almost 12 years ago
Removed some extraneous tabs from a couple of files that were messing up the formatting More... almost 12 years ago
Updated the copyright notice in the LICENSE file More... almost 12 years ago
Changed my mind again on the labels for the renderPagination method, now reads: first, prev, num, num, num...., next, last More... almost 12 years ago
Changed the next and previous labels on the renderPagination method More... almost 12 years ago
The session id is regenerated on authentication to increase security More... almost 12 years ago
Now added pagination class, didn't add for some reason More... almost 12 years ago
Added a pagination class More... almost 12 years ago