Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-27 | Rename 'kohana' to 'system' to conform to the Kohana filesystem layout. I'm ↵ | Bharat Mediratta | |
comfortable with us not clearly drawing the distinction about the fact that it's Kohana. | |||
2009-05-26 | Update Kohana to r4357 | Bharat Mediratta | |
2009-05-24 | Change Kohana::include_path() to put APPPATH (core) at the end of the | Bharat Mediratta | |
module list so that all modules can override core views and helpers, etc for max application flexibility. | |||
2009-05-18 | Add preamble. http://dev.kohanaphp.com/issues/1661 | Bharat Mediratta | |
2009-05-18 | Updated kohana and modules/unit_test to upstream r4356 | Bharat Mediratta | |
2009-03-30 | Updated to r807 | Bharat Mediratta | |
2009-03-19 | Update kohana to r4095 | Bharat Mediratta | |
2009-03-19 | Normalize whitespace inconsistencies with upstream code that probably snuck ↵ | Bharat Mediratta | |
in during various edits. These files are now the same as the upstream code. | |||
2009-03-19 | Updated kohana to r4091 | Bharat Mediratta | |
2009-03-18 | Resolve deviation from the kohana code left aronud by r20297 and | Bharat Mediratta | |
r20301 (which was an unclean rollback of r20297) by just rolling them both back: $ svn merge -c-20301 kohana/helpers/form.php $ svn merge -c-20297 kohana/helpers/form.php | |||
2009-03-17 | Update Kohana to r4081. | Bharat Mediratta | |
This resolves ticket http://dev.kohanaphp.com/ticket/1156 1156: "Table prefix gets append to column name" All tests pass. | |||
2009-03-06 | Undo local change for ticket #1170 | Tim Almdal | |
2009-03-06 | Local fix to address Kohana ticket 1170 where form::open doesn't allow | Tim Almdal | |
specification of a put method. Only post and get are currently allowed. | |||
2009-03-06 | Added json and filter as requirements | Chris Kelly | |
2009-03-04 | Annotate local fix for Kohana ticket #1156 | Tim Almdal | |
2009-03-04 | Updated Kohana to r4033 | Bharat Mediratta | |
2009-03-04 | Work around for Kohana ticket #1156 | Tim Almdal | |
http://dev.kohanaphp.com/ticket/1156 | |||
2009-01-21 | Update Kohana to r3918 | Bharat Mediratta | |
2009-01-19 | Change ORM and the MySql driver to clear static caches using | Bharat Mediratta | |
clear_cache(). This supercedes the TEST_MODE checks. Upstream ticket: http://dev.kohanaphp.com/ticket/1062 | |||
2009-01-11 | Disable Kohana's new column caching when we're in TEST_MODE | Bharat Mediratta | |
2009-01-11 | Update Kohana to r3890 | Bharat Mediratta | |
2009-01-05 | Oops: TEST_MODE is now always defined, so we were taking a performance hit ↵ | Bharat Mediratta | |
by skipping the cache. Fixed | |||
2008-12-29 | Updated to Kohana r3849 | Bharat Mediratta | |
2008-12-29 | Create Image::composite() and implement it in GD, ImageMagick and ↵ | Bharat Mediratta | |
GraphicsMagick drivers. | |||
2008-12-25 | Updated Kohana to r3845 | Bharat Mediratta | |
2008-12-20 | Update modified to Kohana r3823 (svn merge -c19322 ↵ | Bharat Mediratta | |
vendor/kohana/modified/kohana trunk/kohana) | |||
2008-12-18 | Update cookie handling to ignore $Version, $Path and $Domain cookie | Bharat Mediratta | |
attributes and make it RF2109 compliant. | |||
2008-12-17 | Update Kohana code to r3799 from their svn head. All tests pass. | Bharat Mediratta | |
Resolved upstream tickets: http://dev.kohanaphp.com/ticket/972 Command: svn merge -c19275 vendor/kohana/modified/kohana trunk/kohana | |||
2008-12-17 | Extend the changes in list_tables() and list_fields() that uses | Bharat Mediratta | |
TEST_MODE to avoid static members. | |||
2008-12-15 | Refresh from Kohana r3778. | Bharat Mediratta | |
Resolved tickets: http://dev.kohanaphp.com/ticket/967 | |||
2008-12-15 | Reapply r18995: disable static table caches when we're in TEST_MODE. | Bharat Mediratta | |
2008-12-15 | Fix Database::instance()->list_tables() | Bharat Mediratta | |
Upstream ticket: http://dev.kohanaphp.com/ticket/967 | |||
2008-12-15 | (merge of vendor/kohana/modified r19221) Remove captcha, swift and ↵ | Bharat Mediratta | |
pagination message catalogs; we don't need those | |||
2008-12-15 | (merge of vendor/kohana/modified r19219) Add back in English localization ↵ | Bharat Mediratta | |
strings, else we're missing a lot of critical strings at development time | |||
2008-12-15 | Refresh kohana from upstream svn trunk r3771. | Bharat Mediratta | |
During this process, remove a considerable number of files from kohana that we will not be needing in Gallery3, including the following files and directories: kohana/application kohana/example.htaccess kohana/index.php kohana/install.php kohana/kohana.png kohana/modules/archive kohana/modules/auth kohana/modules/flot kohana/modules/gmaps kohana/modules/kodoc kohana/modules/payment kohana/modules/smarty kohana/modules/unit_test/i18n kohana/modules/unit_test/tests/Example_Test.php kohana/modules/unit_test/tests/Valid_Test.php kohana/system/config/captcha.php kohana/system/controllers/captcha.php kohana/system/fonts kohana/system/i18n kohana/system/libraries/Calendar.php kohana/system/libraries/Calendar_Event.php kohana/system/libraries/Captcha.php kohana/system/libraries/Tagcloud.php kohana/system/vendor kohana/system/views/pagination kohana/system/views/kohana_calendar.php | |||
2008-12-15 | Delete trunk/kohana and trunk/modules/unit_test in preparation to refresh | Bharat Mediratta | |
them properly from the vendor branch. | |||
2008-12-03 | Don't cache the table field definition when we're in test mode, else | Bharat Mediratta | |
all the table changing shenanigans we do to add permissions and groups will fail to register. | |||
2008-10-31 | Merge over vendor code. | Bharat Mediratta | |
git-svn-id: http://gallery.svn.sourceforge.net/svnroot/gallery/trunk/eval/gx/gallery3/trunk@18408 57fcd75e-5312-0410-8df3-f5eb6fbb1595 |