2
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Feb 11, 2025 — Feb 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfix for Zonk_Model: handling of boolean values fixed, it will now not be converted to integers
Jürgen Gramenz
as gramenz
More... over 14 years ago
Zonk_View_Menu: deactivated menu links can now have attributes anyway
Jürgen Gramenz
as gramenz
More... almost 15 years ago
new methods Zonk_Router::getMappedController() and Zonk_Router::getMappedAction() + unit tests
Jürgen Gramenz
as gramenz
More... about 15 years ago
Zonk_View_Menu::addSister() will now add menu items everywhere in the menu tree
Jürgen Gramenz
as gramenz
More... about 15 years ago
new methods Zonk_Captcha::setMapping(), Zonk_Captcha::getMapping() for mapping of numbers and operators to words for the captcha string to show + unit tests
Jürgen Gramenz
as gramenz
More... about 15 years ago
release notes changed
Jürgen Gramenz
as gramenz
More... over 15 years ago
Main switch for automatic SQL column and value escaping added: new methods Zonk_Model_Sql::setAutoEscaping and Zonk_Model_Sql::getAutoEscaping + unit test
Jürgen Gramenz
as gramenz
More... over 15 years ago
code robustness
Jürgen Gramenz
as gramenz
More... over 15 years ago
Zonk_View_Menu: already processed static XML menu files will now be cached for a period of one day + unit tests
Jürgen Gramenz
as gramenz
More... over 15 years ago
unnecessary method Zonk_View::init() removed
Jürgen Gramenz
as gramenz
More... over 15 years ago
Bugfix: Zonk_View::setTpl() now throws an exception if a template file wasn't found and rendering is allowed + unit tests
Jürgen Gramenz
as gramenz
More... over 15 years ago
new method Zonk_Router::loadMapping() for loading of a static controller and action mapping XML file + unit tests
Jürgen Gramenz
as gramenz
More... over 15 years ago
Bugfix: Zonk_Handler_Exception used a Zonk_Front method which was moved to Zonk_Router
Jürgen Gramenz
as gramenz
More... over 15 years ago
Zonk version set to 1.4.0
Jürgen Gramenz
as gramenz
More... over 15 years ago
release notes cleaned up
Jürgen Gramenz
as gramenz
More... over 15 years ago
code shortened
Jürgen Gramenz
as gramenz
More... over 15 years ago
Zonk_Input: new methods Zonk_Input::isEntrySet(), Zonk_Input::isEntrySetInPost(), Zonk_Input::isEntrySetInGet() + unit tests
Jürgen Gramenz
as gramenz
More... over 15 years ago
Zonk_Filter_AppendLangToUri::_isOwnDomainUri: detection of external domains/links improved
Jürgen Gramenz
as gramenz
More... over 15 years ago
Zonk_Filter_AppendLangToUri: RegExp for detecting links fixed
Jürgen Gramenz
as gramenz
More... over 15 years ago
new functionality: alternative names for controllers and actions (mapping), new methods Zonk_Router: setMappingController, setMappingAction, getMapping, getOriginalController, getOriginalAction, methods _has* now public and has*, methods getControllerName and getActionName now always return the original name, not the requested + unit tests
Jürgen Gramenz
as gramenz
More... over 15 years ago
exit removed
Jürgen Gramenz
as gramenz
More... over 15 years ago
new DB-independend method Zonk_Model::getLastInsertId() + unit test
Jürgen Gramenz
as gramenz
More... over 15 years ago
Bugfix: Zonk_Model and Zonk_Model_Sql::escapeValue(): because of different handling of data types automatic value escaping was disabled for PostgreSQL
Jürgen Gramenz
as gramenz
More... over 15 years ago
new Zonk_Router class: all routing and path related methods and functionalities moved from Zonk_Front to Zonk_Router + unit tests - work in progress
Jürgen Gramenz
as gramenz
More... over 15 years ago
bugfix for redirection in Zonk_Front::run()
Jürgen Gramenz
as gramenz
More... over 15 years ago
test methods renamed
Jürgen Gramenz
as gramenz
More... over 15 years ago
phpdoc
Jürgen Gramenz
as gramenz
More... over 15 years ago
new methods Zonk_Input::getFromPost and Zonk_Input::getFromGet in order to require a variable value from a specific source
Jürgen Gramenz
as gramenz
More... over 15 years ago
type hints added
Jürgen Gramenz
as gramenz
More... over 15 years ago
code shortened
Jürgen Gramenz
as gramenz
More... over 15 years ago