Commit Graph
27 Commits
Author SHA1 Message Date
Bharat Mediratta 9f04fef3e0 Updated to r807 2009-03-30 18:09:17 +00:00
Bharat Mediratta 1004c58490 Update kohana to r4095 2009-03-19 09:10:58 +00:00
Bharat Mediratta b039f43851 Normalize whitespace inconsistencies with upstream code that probably snuck in during various edits. These files are now the same as the upstream code. 2009-03-19 08:38:35 +00:00
Bharat Mediratta 03877250f2 Updated kohana to r4091 2009-03-19 01:41:57 +00:00
Bharat Mediratta 208fc9db68 Update Kohana to r4081.
This resolves ticket http://dev.kohanaphp.com/ticket/1156
1156: "Table prefix gets append to column name"

All tests pass.
2009-03-17 18:56:01 +00:00
Tim Almdal d477ffd575 Annotate local fix for Kohana ticket #1156 2009-03-04 18:58:32 +00:00
Bharat Mediratta 014999758e Updated Kohana to r4033 2009-03-04 18:15:56 +00:00
Tim Almdal f16224ae82 Work around for Kohana ticket #1156
http://dev.kohanaphp.com/ticket/1156
2009-03-04 14:52:47 +00:00
Bharat Mediratta e58a9c509b Update Kohana to r3918 2009-01-21 21:27:09 +00:00
Bharat Mediratta 5f1165698b Change ORM and the MySql driver to clear static caches using
clear_cache().

This supercedes the TEST_MODE checks.

Upstream ticket: http://dev.kohanaphp.com/ticket/1062
2009-01-19 05:12:28 +00:00
Bharat Mediratta 6d4cb95ae3 Disable Kohana's new column caching when we're in TEST_MODE 2009-01-11 22:33:42 +00:00
Bharat Mediratta 39835a5027 Update Kohana to r3890 2009-01-11 22:32:36 +00:00
Bharat Mediratta 0b473327c5 Oops: TEST_MODE is now always defined, so we were taking a performance hit by skipping the cache. Fixed 2009-01-05 04:39:10 +00:00
Bharat Mediratta aed1b08019 Updated to Kohana r3849 2008-12-29 23:31:22 +00:00
Bharat Mediratta 4ab53d145b Create Image::composite() and implement it in GD, ImageMagick and GraphicsMagick drivers. 2008-12-29 23:25:28 +00:00
Bharat Mediratta b91992187d Updated Kohana to r3845 2008-12-25 10:24:29 +00:00
Bharat Mediratta 64f993db6f Update modified to Kohana r3823 (svn merge -c19322 vendor/kohana/modified/kohana trunk/kohana) 2008-12-20 07:38:46 +00:00
Bharat Mediratta dc5faf0ebf Update cookie handling to ignore $Version, $Path and $Domain cookie
attributes and make it RF2109 compliant.
2008-12-18 00:41:55 +00:00
Bharat Mediratta fe39641089 Update Kohana code to r3799 from their svn head. All tests pass.
Resolved upstream tickets:
  http://dev.kohanaphp.com/ticket/972

Command:
  svn merge -c19275 vendor/kohana/modified/kohana trunk/kohana
2008-12-17 19:28:26 +00:00
Bharat Mediratta d1c737ffac Extend the changes in list_tables() and list_fields() that uses
TEST_MODE to avoid static members.
2008-12-17 19:03:36 +00:00
Bharat Mediratta 743ffe96ed Refresh from Kohana r3778.
Resolved tickets:
   http://dev.kohanaphp.com/ticket/967
2008-12-15 21:18:38 +00:00
Bharat Mediratta b9c45407ec Reapply r18995: disable static table caches when we're in TEST_MODE. 2008-12-15 10:10:59 +00:00
Bharat Mediratta 8023325429 Fix Database::instance()->list_tables()
Upstream ticket:
  http://dev.kohanaphp.com/ticket/967
2008-12-15 10:05:00 +00:00
Bharat Mediratta 3b35e8b91c Refresh kohana from upstream svn trunk r3771.
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 08:56:18 +00:00
Bharat Mediratta 31759cb3b3 Delete trunk/kohana and trunk/modules/unit_test in preparation to refresh
them properly from the vendor branch.
2008-12-15 08:37:09 +00:00
Bharat Mediratta dc35a005bc Don't cache the table field definition when we're in test mode, else
all the table changing shenanigans we do to add permissions and groups
will fail to register.
2008-12-03 04:27:29 +00:00
Bharat Mediratta eba717f95f Merge over vendor code.
git-svn-id: http://gallery.svn.sourceforge.net/svnroot/gallery/trunk/eval/gx/gallery3/trunk@18408 57fcd75e-5312-0410-8df3-f5eb6fbb1595
2008-10-31 22:12:14 +00:00