Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta | |
2012-06-11 | Follow-on to 3caf3cc323cd25b002aa8e44d871d4677da7a029 for #1866 - harden one | Bharat Mediratta | |
more place and update the test. | |||
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
2010-02-07 | Add prefix support for the target of RENAME TABLE. | Bharat Mediratta | |
2010-01-31 | Fix lots of warnings that pop up when we're in E_STRICT mode. They're | Bharat Mediratta | |
mostly issues around uninitialized variables, calling non-static functions in a static context, calling Session functions directly instead of on its singleton, passing non-variables by reference, and subclasses not using the same interface as the parent class. | |||
2010-01-19 | Extend Gallery_Unit_Test_Case instead of Unit_Test_Case. | Bharat Mediratta | |
2009-12-21 | Update database tests for K24. Use a mock database that we load | Bharat Mediratta | |
through the framework so that we're properly testing the Database_Builder, it's a lot cleaner than what we had before. | |||
2009-12-21 | Updated for K24 | Bharat Mediratta | |
2009-11-26 | Database::orwhere() is now Database_Builder::or_where() | Bharat Mediratta | |
2009-11-26 | Convert all DB where() calls to take 3 arguments. | Bharat Mediratta | |
Convert all open_paren() calls to and_open() or or_open() as appropriate. | |||
2009-11-25 | Remove a debugging statement | Tim Almdal | |
2009-11-01 | Update the modified with a local fix for Kohana ticket #2298 | Tim Almdal | |
2009-07-25 | Rename columns that use reserved SQL words : items.left and items.right | Romain LE DISEZ | |
2009-05-27 | Restructure things so that the application is now just another module. | Bharat Mediratta | |
Kohana makes this type of transition fairly straightforward in that all controllers/helpers/etc are still located in the cascading filesystem without any extra effort, except that I've temporarily added a hack to force modules/gallery into the module path. Rename what's left of "core" to be "application" so that it conforms more closely to the Kohana standard (basically, just application/config/config.php which is the minimal thing that you need in the application directory) There's still considerable work left to be done here. |