I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removing non-existant databases from comments.
Mark Story
as mark_story
More... over 13 years ago
Fixing issues caused by CORE_PATH not being reliable.
Mark Story
as mark_story
More... over 13 years ago
Changing IniAcl to use IniReader.
Mark Story
as mark_story
More... over 13 years ago
Loading the CakeErrorController
José Lorenzo Rodríguez
as José Lorenzo Rodríguez
More... over 13 years ago
Fixing more E_STRICT notices and adding a type check to DboSource::dropSchema().
Mark Story
as mark_story
More... over 13 years ago
Fixing a few more E_STRICT errors in postgres test/class.
Mark Story
as mark_story
More... over 13 years ago
Fixing E_STRICT error in ConsoleErrorHandler.
Mark Story
as mark_story
More... over 13 years ago
Fixing E_STRICT errors in test models.
Mark Story
as mark_story
More... over 13 years ago
Removing reference operators in ModelBehavior.
Mark Story
as mark_story
More... over 13 years ago
Removing & pass by ref operators as they aren't needed any more. Fixing a bunch of E_STRICT errors.
Mark Story
as mark_story
More... over 13 years ago
Adding fixtures that fixed MissingTableExceptions I was getting.
Mark Story
as mark_story
More... over 13 years ago
Removing strtolower() calls. You must now call model magic findBy and findAllBy using camelcase forms.
Mark Story
as mark_story
More... over 13 years ago
loading the ExceptionRenderer
José Lorenzo Rodríguez
as José Lorenzo Rodríguez
More... over 13 years ago
Removing a duplicated property. Changing is_a() to instanceof as it marginally faster. Adding a comment to getConnection as it was missing it. Minor optimization to a regular expression.
Mark Story
as mark_story
More... over 13 years ago
Changing the way loggers are loaded, this will probable need some changes on userland
José Lorenzo Rodríguez
as José Lorenzo Rodríguez
More... over 13 years ago
Stating to move loggers to the new folder
José Lorenzo Rodríguez
as José Lorenzo Rodríguez
More... over 13 years ago
Moving I18n related classes to the new folder schema
José Lorenzo Rodríguez
as José Lorenzo Rodríguez
More... over 13 years ago
Making helpers load
José Lorenzo Rodríguez
as José Lorenzo Rodríguez
More... over 13 years ago
Moving view clasess to their new home
José Lorenzo Rodríguez
as José Lorenzo Rodríguez
More... over 13 years ago
Adding ini file and more tests for types.
Mark Story
as mark_story
More... over 13 years ago
Adding nested value support to IniReader. Adding boolean conversions. Adding test cases.
Mark Story
as mark_story
More... over 13 years ago
Adding file that was omitted from previous commits.
Mark Story
as mark_story
More... over 13 years ago
Changing IniFile to be a ConfigReader for use with Configure. Test case updated.
Mark Story
as mark_story
More... over 13 years ago
Simplifying datasources loading, it now requires datasources to be configured with the 'datasource' array key, which is a relative path from Model/Datasource/
José Lorenzo Rodríguez
as José Lorenzo Rodríguez
More... over 13 years ago
Moving the first database driver to the correct folder to start testing
José Lorenzo Rodríguez
as José Lorenzo Rodríguez
More... over 13 years ago
Merge branch 'feature/2.0/pdo' into 2.0-class-loading
José Lorenzo Rodríguez
as José Lorenzo Rodríguez
More... over 13 years ago
More work towards loading datasources
José Lorenzo Rodríguez
as José Lorenzo Rodríguez
More... over 13 years ago
Updating doc blocks.
Mark Story
as mark_story
More... over 13 years ago
Append Controller to error class name for isAuthorized() not implemented. More... over 13 years ago
Append Controller to error class name for isAuthorized() not implemented. More... over 13 years ago