I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 20 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
José Lorenzo Rodríguez
as José Lorenzo Rodríguez Urdaneta
More... almost 14 years ago
Removing some of the loaded fixtures to show that tables are not needed in the process of model construction
José Lorenzo Rodríguez
as José Lorenzo Rodríguez Urdaneta
More... almost 14 years ago
Adding failing test for #917
Mark Story
as mark_story
More... almost 14 years ago
Replacing direct reads to schema cache and routing them to the correct method
José Lorenzo Rodríguez
as José Lorenzo Rodríguez Urdaneta
More... almost 14 years ago
Fixing errors with displayField
José Lorenzo Rodríguez
as José Lorenzo Rodríguez Urdaneta
More... almost 14 years ago
Making the model require database connection only wen needed or requested
José Lorenzo Rodríguez
as José Lorenzo Rodríguez Urdaneta
More... almost 14 years ago
Updating to match ticket, using radians() SQL function. More... almost 14 years ago
Adding testcase for ticket #219 More... almost 14 years ago
Moving Component::beforeRender triggering to allow components to modify the view class to use for the render() call. Fixes #917
ceeram
as Ceeram
More... almost 14 years ago
Removing non used fixtures
José Lorenzo Rodríguez
as José Lorenzo Rodríguez Urdaneta
More... almost 14 years ago
Changing how dynamic "with" models are loaded Changing all calls to get model's datasourse to use Model::getDatasource()
José Lorenzo Rodríguez
as José Lorenzo Rodríguez Urdaneta
More... almost 14 years ago
Removing comment about a feature that no longer exists.
Mark Story
as mark_story
More... almost 14 years ago
Adding temporary $View property to controller until I figure out a better way to provide access for it. Test case updated to reflect View not being in the registry anymore.
Mark Story
as mark_story
More... almost 14 years ago
Removing ClassRegistry access in RssHelper.
Mark Story
as mark_story
More... almost 14 years ago
Fixing tests failing in ThemeView test as they were not expecting exceptions that should be expected.
Mark Story
as mark_story
More... almost 14 years ago
Removing ability to register View and ThemeView into ClassRegistry.
Mark Story
as mark_story
More... almost 14 years ago
Making SessionHelper not use ClassRegistry to access View. SessionHelper still needs to not inherit from CakeSession.
Mark Story
as mark_story
More... almost 14 years ago
Removing ClassRegistry use from FormHelper and its test case.
Mark Story
as mark_story
More... almost 14 years ago
Removing remaining ClassRegistry::getObject() in HtmlHelper.
Mark Story
as mark_story
More... almost 14 years ago
Changing HtmlReporter to print out testname and stack trace instead of trying to guess where things went wrong.
Mark Story
as mark_story
More... almost 14 years ago
Improving tests for model associations lazy loading
José Lorenzo Rodríguez
as José Lorenzo Rodríguez Urdaneta
More... almost 14 years ago
Updating methods in Helper to use $this->_View.
Mark Story
as mark_story
More... almost 14 years ago
Making HtmlHelper not use ClassRegistry to access the View instance. Updating test cases.
Mark Story
as mark_story
More... almost 14 years ago
Removing additional call to camelize(). Fixes #913
Mark Story
as mark_story
More... almost 14 years ago
Correctly registering plugin models in CR, initial test case onmodel associations lazy loading
José Lorenzo Rodríguez
as José Lorenzo Rodríguez Urdaneta
More... almost 14 years ago
Various bugfixes in model associations lazy loafing for "with" associations
José Lorenzo Rodríguez
as José Lorenzo Rodríguez Urdaneta
More... almost 14 years ago
Initial approach for model associations lazy loading, all model tests passing
José Lorenzo Rodríguez
as José Lorenzo Rodríguez Urdaneta
More... almost 14 years ago
Refactoring Model::__createLinks to not loose the plugin name when creating the association
José Lorenzo Rodríguez
as José Lorenzo Rodríguez Urdaneta
More... almost 14 years ago
Merge branch '2.0-phpunit' into 2.0
José Lorenzo Rodríguez
as José Lorenzo Rodríguez Urdaneta
More... almost 14 years ago
FormHelper::create should use domId to determine the default ID of the form tag. More... almost 14 years ago