1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 14 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed the router::controllers() call from index.php More... about 11 years ago
More documentation for Kennel.php More... about 11 years ago
Inline documentation and module requirement More... about 11 years ago
Kennel class refactoring More... about 11 years ago
router::match() now accepts method in lower case More... about 11 years ago
Refactored the request helper More... about 11 years ago
Underscores to hyphens in generated routes More... about 11 years ago
Correct Controller call from the Kennel class. More... about 11 years ago
Small refactor of the Kennel class. More... about 11 years ago
Removed empty line. More... about 11 years ago
Refactored router and Controller More... about 11 years ago
Updated the Ksetup stack More... about 11 years ago
Disallow .git folder web access More... about 11 years ago
Updated ksetup view naming More... about 11 years ago
Fixed bug with Controller::call More... about 11 years ago
Large-scale refactoring. Introducing routes. More... about 11 years ago
Merge branch 'master' of kamino:kennel More... about 11 years ago
request helper now uses lower case for the controller string More... about 11 years ago
Display the model dump before the error dump for invalid content Model saves More... about 11 years ago
Updated the example.index.php to include the new prefix/hook architecture More... about 11 years ago
Added a new Field property: cascading (for cascading deletions in relationships More... about 11 years ago
Benchmark now is printed only on non-ajax requests More... about 11 years ago
Benchmarking now delegated to the debug helper; prefix support for the request resolution (see documentation); added styling to various outputs in the debug helper; More... about 11 years ago
Template::getInstance() now accepts a view name as parameter; if there is no instance created yet, the method creates one with the passed view name and returns it More... about 11 years ago
Added script to allow toggling of large content in debug messages More... about 11 years ago
Added the format helper for unit formatting, currently only the format::size() method is available, for formating byte sizes in human readable format More... about 11 years ago
MySQL error messages now use the new debug styling More... about 11 years ago
Correct static method declaration in the browser helper More... about 11 years ago
Added styling for kennel generated debug messages More... about 11 years ago
Added recursive array search to the a helper, as a::rsearch() More... about 11 years ago