Activity

From 03/31/2011 to 04/29/2011

04/29/2011

04:30 pm Core Revision 3e5995b7: Refs #3493, fixes for syntax errors and alike.
Nextup, some more tests Sam de Freyssinet
04:18 pm Feature Request #3952: Arr::range() does not support a start value
Except one less parameter, but I agree it should be removed. Jeremy Bush
04:15 pm Core Revision ee305180: Refs #3493, Began refactoring work to separent external client interface and d...
HTTP_Interaction renamed to HTTP_Message
Tidied up HTTP_Header implementation
Sam de Freyssinet
04:15 pm Bug Report #3944 (Closed): Request::send_headers() should be removed
Applied in changeset commit:0b72de405c0e1e50fc52045ad5ba5c3e1a06cb01. Sam de Freyssinet
03:07 pm Feature Request #3952 (New): Arr::range() does not support a start value
This method differs from "range()":http://php.net/manual/function.range in that it does not support a start value and... Chris Bandy
01:34 pm Core Revision 0b72de40: Fixes #3944, Request::send_headers() has been removed
Sam de Freyssinet
01:21 pm UnitTest Revision 42761477: Merged pull request #8 from bobeagan/bobeagan/3.1/develop.
Eliminating coding standard violations from unittest module (3.1) Kiall Mac Innes
01:20 pm Bug Report #3950: Log Writer outputs wrong error levels
Either way, I dont think it's a good idea to limit our log class for windows and a php bug/feature. Jeremy Bush
01:20 pm UnitTest Revision 6f90036f: Merged pull request #6 from bobeagan/bobeagan/3.0/develop.
Eliminating coding standard violations from unittest module (3.0) Kiall Mac Innes
06:25 am Bug Report #3950: Log Writer outputs wrong error levels
I think any use case, that involves a Log Reader (most probably, in addition to Database Log Writer) in a distributed... Korney Czukowski
05:54 am Core Revision 88a9dd2f: Looks like the Kohana class is loaded in bootstrap and not index?
kohanamin
01:37 am Core Revision 14da95a9: corrected typo
kohanamin

04/28/2011

08:07 pm UnitTest Revision d2618cce: Merge remote-tracking branch 'cambiata/3.1/master' into 3.1/develop
Kiall Mac Innes
07:40 pm UnitTest Revision d9ae4988: Removed old menu.unittest.md, unittest.mockobjects.md etc
Jonas Nyström
07:36 pm UnitTest Revision 4d16a626: Moved guide files into unittest/guide/unittest directory, created index.md, re...
Jonas Nyström
07:21 pm UnitTest Revision 3ae57b3f: Added config/userguide.php
Jonas Nyström
04:54 pm Revision 368467e1: tracking system
Jeremy Bush
04:28 pm Core Revision 34cabc2b: Merge branch '3.1/develop' of github.com:kohana/core into 3.1/develop
Sam de Freyssinet
04:27 pm Core Revision d1fd8701: Fixed failing tests for Request
Sam de Freyssinet
04:19 pm Revision 07ba3184: tracking system
Jeremy Bush
04:18 pm Core Revision afd1d6b8: Fixing log constants, Refs #3951
Jeremy Bush
03:52 pm Revision e5edac96: Tracking system
Jeremy Bush
03:38 pm Core Revision 0bd97869: Catch errors when reading the data from session. Fixes #3844.
Jeremy Bush
03:38 pm Core Revision 385d1533: Log session reading errors. Refs #3844.
Jeremy Bush
03:36 pm Bug Report #3951 (Closed): Session read errors not properly ignored
The @Session::read()@ method ignores exceptions which are generated when @unserialize()@ is called on the data return... Chris Smith
03:36 pm Revision fe20cf87: tracking system
Jeremy Bush
03:33 pm Core Revision 216a81f3: Log session reading errors. Refs #3844.
Jeremy Bush
03:30 pm Bug Report #3844 (Closed): Session read errors not properly ignored
Applied in changeset commit:7d7f204c56293fc196f7838e665fd38b13e63632. Jeremy Bush
03:26 pm Core Revision 7d7f204c: Catch errors when reading the data from session. Fixes #3844.
Jeremy Bush
03:20 pm Bug Report #3844 (Assigned): Session read errors not properly ignored
Jeremy Bush
01:27 pm Core Revision 15ed964d: Updating codename for 3.1.3
Jeremy Bush
01:15 pm Bug Report #3950: Log Writer outputs wrong error levels
I think it's fine as is. Windows collapsing log levels isn't really a problem, since it should work consistently on a... Jeremy Bush
11:42 am Userguide Bug Report #3769: Tutorials - Friendly Error Pages
I submitted a pull request that brings this tutorial up to Kohana 3.1.x standards a while ago: https://github.com/koh... David Hancock
11:42 am Bug Report #3950: Log Writer outputs wrong error levels
Yes, I've read about that in PHP ticket.
I can also see your point about consistency. I agree with you, that ensur...
Korney Czukowski
11:19 am Bug Report #3950: Log Writer outputs wrong error levels
The log constants are used by Kohana_Log_Syslog class, which on windows logs to the windows event log. PHP maps the c... Kiall Mac Innes
10:52 am Bug Report #3950: Log Writer outputs wrong error levels
I see.
Unfortunately, Windows is just what I've got, so I'll just have to ignore that until deployment.
Althoug...
Korney Czukowski
10:04 am Core Revision d8ad555e: Merge branch '3.1/develop' into 3.2/develop
Kiall Mac Innes
10:02 am Core Revision b77ac79d: Refs #3950 - Add comment regarding log constant inconsistencies on windows.
http://bugs.php.net/bug.php?id=18090 Kiall Mac Innes
10:01 am Bug Report #3950 (Closed): Log Writer outputs wrong error levels
This is one of those situations that highlights why developing PHP apps on windows is a bad idea ;)
(unless you pl...
Kiall Mac Innes
08:04 am Bug Report #3950 (Closed): Log Writer outputs wrong error levels
When used like this:
Kohana::$log->add(Log::DEBUG, 'This is my error message');
The resulted log file has t...
Korney Czukowski

04/27/2011

09:40 pm Core Revision a603a4de: Revert "Merged pull request #109 from tangerine/patch-1."
This reverts commit 542d8bf1ab9f546a0148ea98f8e6dd09b8a6e12e, reversing
changes made to 2d8e09925fc240a4bcc7d5395bffe...
Isaiah DeRose-Wilson
09:26 pm Core Revision 542d8bf1: Merged pull request #109 from tangerine/patch-1.
Amended "coures" to "course". Isaiah DeRose-Wilson
09:13 pm Core Revision 27750536: Amended "coures" to "course".
tangerine
08:22 pm ORM Feature Request #3948: Updated Column ignore column
Isaiah DeRose-Wilson wrote:
> You can extend the orm class and add this additional functionality if you need it. I d...
Eduardo Pacheco
08:16 pm ORM Feature Request #3948 (Closed): Updated Column ignore column
You can extend the orm class and add this additional functionality if you need it. I don't think this is a common eno... Isaiah DeRose-Wilson
05:16 pm ORM Feature Request #3890 (Closed): Dynamic Finders
Jeremy Bush
05:10 pm ORM Feature Request #3949 (Closed): has_one through
in some cases there is a relationship one to one that would be easier using the method through. I believe it is the o... Eduardo Pacheco
04:50 pm ORM Feature Request #3948 (Closed): Updated Column ignore column
Sometimes some fields are changed in the line of the table but not necessary to update the field last update.
The id...
Eduardo Pacheco
03:37 pm ORM Feature Request #3890 (Feedback): Dynamic Finders
I made an implementation and added a helper module, can have a look at the code, but very functional. Basie in the co... Eduardo Pacheco
09:21 am Bug Report #3947 (Closed): Headers corrupt when Header_Value is array
"The following usage":https://github.com/kohana/core/blob/3.1%2Fdevelop/classes/kohana/response.php#L306 "parses head... Korney Czukowski
02:26 am Bug Report #3946 (New): Illegal offset type when call ArrayObject->offsetExists(arguments)
SYSPATH\classes\kohana\config\reader.php [ 96 ] » ArrayObject->offsetExists(arguments)... SAN KAI LIAO

04/26/2011

11:53 pm ORM Revision 27c05c7b: Merge branch '3.1/develop' into 3.2/develop
jheathco -
11:39 pm ORM Revision ae1d6e35: Fixes #3918 - removing clear cache method
jheathco -
11:34 pm ORM Revision 2efb331e: Merge branch '3.1/develop' of github.com:kohana/orm into 3.1/develop
jheathco -
11:33 pm ORM Revision c430b6c8: Fixes #3918 - removing clear cache method
jheathco -
11:30 pm ORM Bug Report #3918 (Closed): undefined method Database_MySQL::clear_cache()
Applied in changeset commit:c430b6c8b1dae46c3a6938b97425b6e4e17a6057. jheathco -
11:25 pm ORM Feature Request #3826 (Closed): Many-to-many additional data to pivot tables
This was an intentional change. You need to use a through model if you need extra data in your pivot table. Isaiah DeRose-Wilson
11:22 pm ORM Feature Request #3789 (Closed): ORM filter hash password before validation
The userguide example looks correct to me. The model needs the not_empty rule because it requires that a password is ... Isaiah DeRose-Wilson
11:19 pm ORM Feature Request #3827 (Closed): ORM::update_relation() for update relations.
You should have a through model if you are storing data in your pivot table. We don't support adding 'additional' dat... Isaiah DeRose-Wilson
11:16 pm ORM Revision 394ba344: removing clear cache method
jheathco -
11:16 pm ORM Feature Request #3823: Validation Field_Available
New features should be done in the next feature release even if they don't break the api. I like your example though. Isaiah DeRose-Wilson
07:54 pm Core Revision ff2c4e0a: Updated Kohana version number to 3.1.3 égalité, ahead of impending release
Sam de Freyssinet
07:26 pm Core Revision 50ff70ca: Fixes 3846, query parameters are now properly parsed by the Request class
Sam de Freyssinet
07:23 pm Feature Request #3846 (Closed): Request should parse query parameters passed to it
Fixed in https://github.com/kohana/core/commit/50ff70ca91a2268c99c2235ed4b1f379a0d1bafd (missed hash off beginning of... Sam de Freyssinet
04:45 pm Bug Report #3884 (Closed): Request should account for custom methods
Applied in changeset commit:01008aaa046bc3bc459a99464426e0c4bc6be32e. Sam de Freyssinet
04:45 pm Bug Report #3926 (Closed): last-modified header is wrongly parsed
Applied in changeset commit:823d3b8c655de310990a78b59073656833661976. Sam de Freyssinet
04:08 pm Core Revision 823d3b8c: Fixes #3926, last-modified header is wrongly parsed
Sam de Freyssinet
04:07 pm Core Revision 01008aaa: Fixes #3884, Request should account for custom methods
Sam de Freyssinet
04:00 pm Bug Report #3861 (Closed): $this->request->headers() returns empty array
Applied in changeset commit:dfc2ebf22b7517d73ddd54f41acde1df1d434fcc. Sam de Freyssinet
04:00 pm Bug Report #3904 (Closed): $request->send_headers() - HTTP status line instruction is incorrect
The API was completely incorrect and has been fixed in 3.1.3 accordingly. See https://github.com/kohana/core/commit/d... Sam de Freyssinet
03:57 pm Bug Report #3811 (Closed): External requests with POST do not work properly
Sam de Freyssinet
03:54 pm Bug Report #3811 (Resolved): External requests with POST do not work properly
Sam de Freyssinet
03:52 pm Bug Report #3806 (Closed): Clarify in migration guide that new Request::controller() etc are inst...
As per forum discussion, this is totally unnecessary! Sam de Freyssinet
03:50 pm Core Revision dfc2ebf2: Fixes #3861, request->headers() no longer returns empty array on Request::$ini...
Also fixed failing test Request::test_uri_only_trimed_on_internal() Sam de Freyssinet
03:29 pm Bug Report #3930: namespace issues with Request class
The @Kohana_@ prefix is for the cascading file system, it's not for namespacing Kohana classes. Kohana doesn't use an... Bence Eros
03:14 pm Feature Request #3888: ability to pass arguments to model`s constructor
Other idea:... Tiger SEO
03:00 pm Feature Request #3945 (Closed): Make attribute escaping optional in HTML::attributes()
pull request here: https://github.com/kohana/core/pull/107 Bence Eros
03:00 pm Feature Request #3887: ability to pass arguments to model`s constructor
Other idea:... Tiger SEO
02:59 pm Core Revision 85256c4d: Refs #3811, added a note explaining the new CURL api usage and why it was so w...
Sam de Freyssinet
02:49 pm Core Revision 5ffdb7a9: Refs #3811 implemented a working solution to the external POST problem.
POST has greater precedence than Request::body() if set, otherwise the body is used Sam de Freyssinet
02:01 pm Bug Report #3944 (Closed): Request::send_headers() should be removed
@Request::send_headers()@ duplicates code in @Response::send_headers()@, which is where the logic belongs. This shoul... Sam de Freyssinet
12:37 pm Bug Report #3943: retain() and uri_defaults() in Kohana_Route
Target version should be 3.2 Martijn Heijnen
10:19 am Bug Report #3943 (New): retain() and uri_defaults() in Kohana_Route
I've added some features to Kohana_Route to set or 'persist' uri-keys in subsequent calls to uri() on a route.
pul...
Martijn Heijnen
08:15 am Feature Request #3936: Add a couple more useful error response codes
The original intention was to use the most current official documentation coving HTTP, currently RFC 2616 for HTTP/1.... Sam de Freyssinet
04:37 am Bug Report #3942 (Closed): parent::before() call in default controllers
Default controllers are returning parent::before() instead of calling it before any execution, leading to potential s... Kemal Delalic

04/25/2011

11:49 pm Core Revision 44f3d80a: Merged pull request #101 from martco/3.1/develop.
3.1/develop Kiall Mac Innes
11:48 pm Core Revision e0da9ef7: Merged pull request #102 from AlexC/guide-errorpages-3.1-compat.
Guide errorpages 3.1 compat Kiall Mac Innes
11:46 pm Userguide Bug Report #3905 (Closed): The link to ORM page is broken
Thanks - Merged in 44f3d80a71b9477b9c81f0ef46a3e5a76039673c Kiall Mac Innes
11:41 pm Feature Request #3936 (Closed): Add a couple more useful error response codes
@Jeremy Bush is correct - "If we include more than RFC2616, which ones? all RFCs ever written?" etc etc
I've had t...
Kiall Mac Innes
11:35 pm Core Revision f9e6aa51: Merged pull request #105 from ClaudioAlbertin/3.1/develop.
Ticket #3937 Kiall Mac Innes
11:31 pm Bug Report #3937 (Closed): Validation rules in the examples for Upload::size() and Upload::type()...
Merged in f9e6aa515d91e45bbd578195d0fdcc3ece0c9147 Kiall Mac Innes
06:39 pm ORM Feature Request #3940 (Review): Saving new models with one-to-many relationships
I don't really see a need for the add/remove methods to support one-to-many relationships. Current way seems simple e... Isaiah DeRose-Wilson
06:28 pm ORM Feature Request #3940: Saving new models with one-to-many relationships
Aah, I tried it the other way around, and that got an error. Thanks!
It would be more 'natural' if it went in both di...
Peter Briers
01:05 pm Bug Report #3941: PHPDoc error for IntelliJ IDEA
This is actually a larger issue than just the DB::expr() comments. The phpDoc in this case should be:
@* @param ...
Kiall Mac Innes
01:00 pm Bug Report #3941 (New): PHPDoc error for IntelliJ IDEA
The PHPDoc for the db::expr() method confuses IntelliJ IDEA... Kevin D

04/24/2011

04:38 pm ORM Feature Request #3940: Saving new models with one-to-many relationships
actually that's already implemented; you can use belongs_to aliases to set parents. Example:... Kemal Delalic
04:27 pm ORM Feature Request #3940: Saving new models with one-to-many relationships
After thinking about it, I think just adding this functionality to @add()@ would be best...
Is there a reason add() ...
Peter Briers
04:18 pm ORM Feature Request #3940 (Closed): Saving new models with one-to-many relationships
I find it weird that with a many-to-one models, you still have to input the ID of the parent.
It would be nice if yo...
Peter Briers
03:41 pm Feature Request #3936: Add a couple more useful error response codes
Currently allowed status codes are pretty much all that was defined in RFC 2616 (currently active HTTP spec.), the on... Kemal Delalic
09:53 am Userguide Feature Request #3939 (New): Add caching of the userguide
Add caching support to the userguide module. It often takes quite a bit to load userguide pages which gets annoying. ... Kevin D

04/22/2011

07:15 pm ORM Patch #3938: Auto updated/created columns not documented in guide.
Sent pull request via Github:
https://github.com/kohana/orm/pull/30
Carl Groner
07:12 pm ORM Patch #3938 (New): Auto updated/created columns not documented in guide.
Hello,
I noticed that the @$_created_column@ & @$_updated_column@ variables are not documented in the ORM guide a...
Carl Groner
04:47 pm Core Revision 8eb3d122: Update the examples for Upload::size() and Upload::type()
Claudio Albertin
04:37 pm Bug Report #3937 (Closed): Validation rules in the examples for Upload::size() and Upload::type()...
Validation rules in the examples for Upload::size() and Upload::type() are outdated. Claudio Albertin
07:53 am ORM Revision c5509563: Added some basic information on what will happen with non-existing IDs.
Peter Briers
04:31 am ORM Revision 6f1a8c02: one-to-one relations example in userguide
Kemal Delalic

04/21/2011

09:47 pm Patch #3485 (Assigned): _compile_order_by don't support order by SQL functions like RAND()
Chris is right, this is a duplicate and invalid. Woody Gilk
04:15 pm Feature Request #3885: Support for Kohana as a library (include.php)
I've written a blog post, which I plan to turn into a userguide entry at some point.
http://blog.marcuscobden.co.u...
Marcus Cobden
03:17 pm Database Bug Report #3934 (Closed): PDO errorCode Exception codes
This is already be fixed in 3.1/develop and 3.2/develop see #3928
Your links are to the master branch. This is all...
Isaiah DeRose-Wilson
03:00 am Feature Request #3936: Add a couple more useful error response codes
IIRC, these codes aren't included because they aren't in the HTTP 1.1 spec or something. Sam will have to confirm. Jeremy Bush
12:52 am ORM Feature Request #3828 (Closed): Allow DB::expr in created_column and updated_column properties
No real need for this... can be implemented manually if need be. John Heathco

04/20/2011

10:51 pm Feature Request #3936 (Closed): Add a couple more useful error response codes
In particular, I wanted to use response code 422 but was getting an exception that this status was not allowed. There... Logan Aube
08:14 pm Database Bug Report #3934: PDO errorCode Exception codes
Pull request and fix at https://github.com/kohana/database/pull/13 Paul Dixon
07:47 pm Database Bug Report #3934: PDO errorCode Exception codes
Actually no that one is still causing problems, it just wasn't throwing a n error with an alphanumeric code.
If you ...
Paul Dixon
07:19 pm Database Bug Report #3934: PDO errorCode Exception codes
3.1/master, i checked out 3.1/develop though and itts working no problem Paul Dixon
06:40 pm Database Bug Report #3934: PDO errorCode Exception codes
I'm sure this was fixed already, what version are you using? Kiall Mac Innes
06:40 pm ORM Feature Request #3935 (New): Using with() is slow compared to join()
Using @->with('escola')@
Time: 2.987454 s...
new car -
06:34 pm Database Bug Report #3934: PDO errorCode Exception codes
Sorry, i've posted it to the wrong sub project, can you move it or should i re-create it? Paul Dixon
06:30 pm Database Bug Report #3934 (Closed): PDO errorCode Exception codes
"PDO errorCodes":http://www.php.net/manual/en/pdo.errorcode.php are alpha numeric eg HY000, so when an exception is b... Paul Dixon
03:27 pm Revision bd8d45dd: Tracking database
Chris Bandy
03:27 pm Database Revision d9c179c8: Merge branch '3.1/develop' into 3.2/develop. Refs #3929
Chris Bandy
03:25 pm Revision 71b435b7: Tracking database
Chris Bandy
03:23 pm Database Revision 82709bc4: Follow up to c2adc4db3e13e6c9c01be2767b49cd7e18f42ff5. Refs #3928
Chris Bandy
01:44 pm ORM Revision 66bec8f0: loaded & saved are not accessed by properties, but by methods
Peter Briers
12:59 pm OAuth Revision 766637ce: Added required params to OAuth v1 Request_Credentials class
Ivan Brotkin
11:46 am Feature Request #3933 (New): Add params for __construct in Model::factory
The title says it all, they are many cases where you have to pass params to your model constructor, it would be nice ... Cédric Cazette
06:50 am Patch #3485 (Review): _compile_order_by don't support order by SQL functions like RAND()
This has been requested before. A direction without a column makes no sense. Chris Bandy

04/19/2011

02:05 pm Revision 67df0b12: tracking system
Jeremy Bush
02:04 pm Core Revision caf3df9a: Merge remote branch 'origin/3.0/develop' into 3.1/develop
Conflicts:
tests/kohana/CoreTest.php
Jeremy Bush
02:02 pm Revision 61c9c723: tracking system
Jeremy Bush
02:02 pm Core Revision 6e61816e: Removing exception handler test, its not needed
Jeremy Bush
01:57 pm Revision bf68ecf7: Tracking system
Jeremy Bush
01:56 pm Core Revision 652a5d30: Merge remote branch 'origin/3.0/develop' into 3.1/develop
Conflicts:
classes/kohana/core.php
Jeremy Bush
01:55 pm Bug Report #3932 (Closed): Kohana_Exception::handler() doesn't exit with proper error codes
Fixed by https://github.com/kohana/core/commit/f294337b23a698c2162c1d8a489f6d32bc1a14c7 Jeremy Bush
01:45 pm Bug Report #3931 (Closed): Kohana_Exception::handler() doesn't exit with proper error codes
Applied in changeset commit:f294337b23a698c2162c1d8a489f6d32bc1a14c7. Jeremy Bush
01:44 pm Revision 9fd076ef: tracking system
Jeremy Bush
01:42 pm Core Revision f294337b: Exception handler should always exit with an error code, Fixes #3931
Jeremy Bush
11:53 am Bug Report #3811: External requests with POST do not work properly
I disagree with the argument that it needs to be built from Request->post(). POSTFIELDS is a misnomer in this context... Stuart Harland

04/18/2011

04:54 pm Bug Report #3931: Kohana_Exception::handler() doesn't exit with proper error codes

https://github.com/kohana/core/blob/3.1%2Fmaster/classes/kohana/core.php#L508
and a few in this method:
https...
Kiall Mac Innes
04:30 pm Bug Report #3932 (Closed): Kohana_Exception::handler() doesn't exit with proper error codes
Kohana_Exception::handler() currently returns TRUE for many logic paths. It should always exit with a status code, si... Jeremy Bush
04:29 pm Bug Report #3931 (Closed): Kohana_Exception::handler() doesn't exit with proper error codes
Kohana_Exception::handler() currently returns TRUE for many logic paths. It should always exit with a status code, si... Jeremy Bush
11:06 am Bug Report #3930 (New): namespace issues with Request class
It seams that the Kohana 3.1.2 request class has namespace issues with the PEAR request class. If the PEAR request cl... Marcel Evenson

04/17/2011

08:00 am Bug Report #3929 (Closed): Kohana_Exception should handle non-integer codes
Applied in changeset commit:ba885529f31221f10e45e3f1b939b9140d66310e. Chris Bandy
07:56 am Revision b4de262b: Tracking system, database
Chris Bandy
07:53 am Database Revision 65c4c3a6: Merge branch '3.1/develop' into 3.2/develop. Refs #3929
Chris Bandy
07:50 am Core Revision ba885529: Merge branch '3.1/develop' into 3.2/develop. Fixes #3929
Chris Bandy
07:32 am Revision d03c9ac1: Tracking database
Chris Bandy
07:27 am Database Revision c2adc4db: Merge branch '3.0/develop' into 3.1/develop. Refs #3928
Conflicts:
classes/kohana/database/mysql.php
classes/kohana/database/pdo.php
Chris Bandy
07:19 am Revision f748b55b: Tracking database
Chris Bandy
07:18 am Database Revision 1d9c6dc2: Clean up Exception formatting. Refs #3927
Chris Bandy
07:18 am Database Revision 539c81c3: Revert "Moving all error codes into messages for Database_Exception calls, fix...
This reverts commit f2e5662d373e8d5847ee12c3e27c8210500bb5d2. Chris Bandy
07:17 am Database Revision ad91d022: Revert "Fixes #3704 - Database error codes are inaccessible without parsing th...
This reverts commit 2e4509950a49b42e1c866958d8676f1a54fd984f. Chris Bandy
06:30 am Revision 3c7db39f: Tracking system
Chris Bandy
06:30 am Core Revision 7365b5eb: Proper @covers. Followup to fa1b2485e02f8098ee11a892e00705cb6e16c637
Chris Bandy
06:16 am Revision cbd055fe: Tracking system
Chris Bandy
06:15 am Core Revision 7257f586: Merge branch '3.0/develop' into 3.1/develop. Fixes #3928
Conflicts:
classes/kohana/exception.php
tests/kohana/ExceptionTest.php
tests/kohana/ValidateTest.php
Chris Bandy
06:15 am Bug Report #3927 (Closed): Kohana_Exception should handle non-integer codes
Applied in changeset commit:5b60fd71a3e1b720467dacda136ee43da4d1b2ba. Chris Bandy
06:15 am Bug Report #3928 (Closed): Kohana_Exception should handle non-integer codes
Applied in changeset commit:7257f58696c2b449bcce6c3d5e2a6a191f31f7b5. Chris Bandy
06:09 am Bug Report #3929 (Closed): Kohana_Exception should handle non-integer codes
The constructor to "Exception":http://php.net/manual/class.exception requires an integer, but the class can return a ... Chris Bandy
06:08 am Bug Report #3928 (Closed): Kohana_Exception should handle non-integer codes
The constructor to "Exception":http://php.net/manual/class.exception requires an integer, but the class can return a ... Chris Bandy
05:35 am Revision 3a457152: Tracking system
Chris Bandy
05:32 am Core Revision 5b60fd71: Handle non-integer code in Kohana_Exception. Fixes #3927
Chris Bandy
05:29 am Core Revision fa1b2485: Kohana_Exception tests. Refs #3927
Chris Bandy
03:22 am Patch #3925 (Assigned): Cookie::delete should uses Cookie::set
Actually it shouldn't use the delete method. See the related issue. The comment needs to be updated though. Isaiah DeRose-Wilson

04/16/2011

04:02 pm Bug Report #3927 (Closed): Kohana_Exception should handle non-integer codes
The constructor to "Exception":http://php.net/manual/class.exception requires an integer, but the class can return a ... Chris Bandy
01:19 pm Bug Report #3926 (Closed): last-modified header is wrongly parsed
The "last-modified" header is nog part of the $header_commas_allowed array in classes/kohana/http/header.php (37) mak... Jakob Öhman
01:06 pm Patch #3925 (Assigned): Cookie::delete should uses Cookie::set
@Cookie::delete@ should uses @Cookie::set@ as it's written in @cookie.php@... Damian Stasik

04/15/2011

06:01 pm Cache Feature Request #3923 (Closed): Support for redis
Jeremy Bush
06:00 pm Database Bug Report #3924 (Closed): Support for mongodb
Jeremy Bush
04:02 pm Cache Feature Request #3923 (Review): Support for redis
See http://dev.kohanaframework.org/issues/3924#note-1 Isaiah DeRose-Wilson
04:00 pm Database Bug Report #3924 (Review): Support for mongodb
I think this would be better handled by a 3rd-party module. We only want to support the most common caching options i... Isaiah DeRose-Wilson
02:35 pm Database Bug Report #3924 (Closed): Support for mongodb
Support for mongodb kapil reddy
02:34 pm Cache Feature Request #3923 (Closed): Support for redis
Support for redis as cache system kapil reddy
07:30 am Userguide Feature Request #3922 (Assigned): Add module conventions to the userguide
I would love to see conventions for creating modules in the guide. I think it's as important as having conventions fo... creatoro .

04/14/2011

08:41 pm UnitTest Bug Report #3921 (Closed): HTTP_PROXY_HTTP constant assumed
Actually - Already fixed in 3.1/develop .. Kiall Mac Innes
08:27 pm UnitTest Bug Report #3921: HTTP_PROXY_HTTP constant assumed
What (exact) version of kohana are you using?
"RequestTest.php":https://github.com/kohana/core/blob/3.1%2Fdevelop/...
Kiall Mac Innes
08:21 pm UnitTest Bug Report #3921 (Closed): HTTP_PROXY_HTTP constant assumed
When running the unit tests:
PHP Notice: Use of undefined constant HTTP_PROXY_HTTP - assumed 'HTTP_PROXY_HTTP' ...
Merrick Christensen
07:57 pm UnitTest Bug Report #3920 (Closed): Abstract Transparent Classes
The transparent classes (example: Unittests_TestCase) aren't Abstract, this causes unit tests to fail throwing a
...
Merrick Christensen
07:53 pm UnitTest Bug Report #3851: Exclude files from being parsed by PHPCS
Duplicate #3852 #3717 Joel Pittet
07:51 pm UnitTest Bug Report #3852: Exclude files from being parsed by PHPCS
Duplicate Issue #3851 Joel Pittet
05:28 am Userguide Feature Request #3919 (Feedback): Sunlight Syntax Highlighter
There is a very new syntax highlighter called "Sunlight":http://blargh.tommymontgomery.com/2011/04/introducing-sunlig... Woody Gilk
12:11 am ORM Bug Report #3918 (Assigned): undefined method Database_MySQL::clear_cache()
Isaiah DeRose-Wilson

04/13/2011

09:55 pm ORM Feature Request #3913: Polymorphic relationships
I've almost got the `belongs_to` functionality for this working (one bug with `load_with`), and I'm thinking I should... Logan Aube
09:28 pm Bug Report #3690: Request::uri() should return the actual URI
Jeremy Bush wrote:
> This is specifically related to Request::uri() now.
I know, i agree.
>The correct behavio...
Tomek Rychlik
07:40 pm ORM Bug Report #3917 (Closed): Unittest breaks when NOT activating the auth module. class not exists
Isaiah DeRose-Wilson
05:29 pm OAuth Revision 2a6460a3: Merge branch '3.1/develop' into 3.0/develop
Shadowhand -
05:28 pm OAuth Revision 93b5bd33: 3.1 compatibility fix
Shadowhand -
05:17 pm OAuth Revision ba36ccf8: Merge branch 'feature/oauth2' into 3.1/develop
Shadowhand -
05:14 pm ORM Bug Report #3918 (Closed): undefined method Database_MySQL::clear_cache()
Hi.
Method clear_cache() doesn`t exists in database module!...
Tiger SEO
05:06 pm OAuth Revision ddbc97a7: OAuth2 refers to "clients" instead of "consumers", uses "id" instead of "key"
Shadowhand -
05:06 pm OAuth Revision 22ee92dd: Added OAuth2 demo controller
Shadowhand -
05:06 pm OAuth Revision 15d4f974: Remove verify_credentials from OAuth2 provider abstract and providers, it is n...
Shadowhand -
05:06 pm OAuth Revision 06cfa23f: Modify OAuth_Token to have a configured set of required options
Shadowhand -
05:06 pm OAuth Revision 68d5904f: Rename all v2 class files from oauth/v2 to oauth2
Shadowhand -
05:06 pm OAuth Revision bb7b9055: Cleaning up OAuth2 classes, fixing formatting and line endings
Shadowhand -
05:06 pm OAuth Revision 48d3060d: Added OAuth2 example to config/oauth
Shadowhand -
05:06 pm OAuth Revision 65550f65: Redeclare all OAuth_v2 classes as OAuth2
Shadowhand -
05:06 pm OAuth Revision 56d62a80: Implemented OAuth v2
Signed-off-by: Woody Gilk <[email protected]> Ivan Brotkin
05:03 pm OAuth Revision 41c0d0d7: Fixed permissions on OAuth files
Shadowhand -
09:54 am Bug Report #3916: Deprecate HTML::$windowed_urls
For completeness .. the reason for this ticket is that it produces invalid xHTML ..
Re-targeting the depreciation f...
Kiall Mac Innes
09:53 am ORM Bug Report #3917: Unittest breaks when NOT activating the auth module. class not exists
The ORM/Auth modules have no tests - which tests specifically are breaking?
Re "We needed to rename all our existi...
Kiall Mac Innes
09:47 am ORM Bug Report #3917 (Closed): Unittest breaks when NOT activating the auth module. class not exists
After upgrading to v3.1 and the new ORM version unittest breaks with the message:... Matthias Lill
06:16 am OAuth Revision d7336a69: Renamed OAuth_Demo to Demo_OAuth
Shadowhand -

04/12/2011

11:19 pm Feature Request #3909: Debug::dump level recursion
Keep in mind the kohana development guidelines when committing things. This commit did not reference this issue. Jeremy Bush
10:14 pm Core Revision 58b66370: Follow up to ca0c640a36fb98bb58bb28f3e81472725e72f2b3, simplify variable names
Woody Gilk
10:13 pm Core Revision 3f790645: Merge branch '3.1/master' of https://github.com/timborden/core into feature/39...
Woody Gilk
10:12 pm Feature Request #3909 (Needs Test): Debug::dump level recursion
Committed to "feature/3909-debug-recursion-level":https://github.com/kohana/core/tree/feature/3909-debug-recursion-level Woody Gilk
08:08 pm Bug Report #3916 (New): Deprecate HTML::$windowed_urls
Used by HTML::anchor. Chris Bandy
07:07 pm Feature Request #3914: class Kohana_Form HTML5 helpers
Sorry, didn't realize it was as easy as:... Tim Borden
06:54 pm Feature Request #3915 (New): Document XHTML compliance
We should document (in the guide, class comments or both) that the HTML and Form classes will only generate XHTML 1.0... Chris Bandy
06:53 pm Feature Request #3914 (Closed): class Kohana_Form HTML5 helpers
See the multitude of other related issues. Jeremy Bush
06:05 pm Feature Request #3914: class Kohana_Form HTML5 helpers
Grammatical correction: "While not fully supported by all browsers" Tim Borden
04:54 pm Feature Request #3914 (Closed): class Kohana_Form HTML5 helpers
While not fully support by all browser, HTML5 offers some semantic input tags (type= "search", "email", "url") that s... Tim Borden

04/11/2011

10:54 pm Feature Request #3879: Split guides from repos
I really don't think this lowers any barrier or would increase external participation in documentation writing.
Mo...
Jeremy Bush
09:55 pm Feature Request #3879: Split guides from repos
Anything that lowers the barrier to entry without other complications is a good thing..
But - Would this really he...
Kiall Mac Innes
09:29 pm Feature Request #3879: Split guides from repos
The goal is to lower the barrier to people contributing to the docs, not to have people read docs on Github. If the d... Woody Gilk
09:16 pm Feature Request #3879: Split guides from repos
But a commit to the wiki means a commit to the project anyway because you need to track the submodule, no? So what is... Lorenzo Pisani
09:06 pm ORM Feature Request #3912 (Closed): Return list of relationships for ORM model
No worries, closing :) Lorenzo Pisani
08:25 pm ORM Feature Request #3912: Return list of relationships for ORM model
noticed the access methods for this, jumped the gun a bit Logan Aube
07:07 pm ORM Feature Request #3913: Polymorphic relationships
May also be good to have syntax like:
protected $_belongs_to = array(
'animal' => array(
...
Logan Aube
06:52 pm ORM Feature Request #3913: Polymorphic relationships
this should be a feature request, sorry Logan Aube
06:52 pm ORM Feature Request #3913 (New): Polymorphic relationships
Basically, the ability to do something like:
protected $_belongs_to = array(
'dog' => array(
...
Logan Aube
04:51 pm ORM Feature Request #3912 (Closed): Return list of relationships for ORM model
Similar to ORM::list_columns(), we should be able to return the relationship information.
This can be useful for t...
Logan Aube
09:18 am Feature Request #3911 (Closed): Add mime type for .webm format to mime types config
I think it should be video/webm Szymon Piasecki

04/08/2011

08:53 pm Bug Report #3910: Kohana URL
Have to agree - the /guide/ links should not be used anymore.. they are just there to prevent 404's Kiall Mac Innes
08:29 pm Bug Report #3910 (Feedback): Kohana URL
Actually I think redirecting to 3.0 is correct. Those links where for the 3.0 docs before, the redirect was just adde... Isaiah DeRose-Wilson
05:34 pm Bug Report #3910 (Closed): Kohana URL
http://kohanaframework.org/guide
http://v3.kohanaphp.com/guide/about.filesystem (etc)
Both redirect for the docum...
Merrick Christensen
04:32 pm Feature Request #3909 (Closed): Debug::dump level recursion
When dumping the response from the FedEx API, the Debug::dump didn't display the full set of data. Tim Borden
09:19 am Feature Request #3887: ability to pass arguments to model`s constructor
There is a problem with this code. When you pass parameters to a constructor, but the class does not have a construct... Matthias Lill

04/07/2011

06:19 pm Core Revision ca0c640a: Added support for setting a recursion limit in Debug::_dump parameters
Tim Borden
10:17 am Feature Request #3888: ability to pass arguments to model`s constructor
There is a problem with this code. When you pass parameters to a constructor, but the class does not have a construct... Matthias Lill

04/05/2011

08:37 pm Patch #3899: Performance improvement in Validation::check
I see, but there's another problem then because Validation::check is not checking errors added manually:
http://dev....
Enrique Piatti
08:34 pm Bug Report #3859: Validation - check _empty_rules before executing rule (instead of after)
Related to this http://dev.kohanaframework.org/issues/3552 Lorenzo Pisani
05:51 pm Bug Report #3908 (New): "Custom Error Pages" tutorial code incompatible with K3.1
The code shown within the tutorial for "Custom Error Pages" is incompatible with K3.1 due to the Route and Request ch... Alex Cartwright
05:43 pm Core Revision 322cfd73: Fixed code errors in "Custom Error Pages" tutorial not compatible with K3.1
Alex Cartwright
05:06 pm Patch #3899: Performance improvement in Validation::check
Do you mean you do not want the rule to run? Because we cannot do that. All rules need to run in case they want to ad... Lorenzo Pisani
12:46 pm Feature Request #3907 (Closed): Allow single configuration file to store configuration for differ...
As Kiall said the best solution is to add a new config reader to the stack. The config rewrite (#3000) is fairly sta... Matt Button
10:36 am Feature Request #3907: Allow single configuration file to store configuration for different produ...
Rowan - I can't agree less.
Create an extra module?
Seperate application configuration into a module?
Your sug...
Kiall Mac Innes
09:49 am Feature Request #3907: Allow single configuration file to store configuration for different produ...
This issue comes up time and time again. I still believe the better solution for you (and everyone) is to create an e... Rowan Parker
09:12 am Feature Request #3907 (Closed): Allow single configuration file to store configuration for differ...
I need different configuration in different environment (e.g. production server may have different setting from devel... joe chan

04/04/2011

10:34 pm Bug Report #3811: External requests with POST do not work properly
Its certainly possible to do a urlencoded post request in 3.1.0... Kiall Mac Innes
10:16 pm Bug Report #3811: External requests with POST do not work properly
I don't think a hotfix or revert is the correct solution here, because there is no precedent for intended behavior. B... Woody Gilk
10:13 pm Bug Report #3811: External requests with POST do not work properly
The functionality needs to be reverted for 3.1.3 and a hotfix should likely be done for 3.1.2. Jeremy Bush
09:56 pm Bug Report #3811: External requests with POST do not work properly
The way I see it is that data set on the request via the post method not being included in the actual request is a mi... Kiall Mac Innes
09:39 pm Bug Report #3811: External requests with POST do not work properly
What alternative solution are you proposing, Kiall? All I see so far is whining, but this bug still needs a real solu... Woody Gilk
09:38 pm OAuth Revision fa65fe1e: Merge branch '3.0/develop' into 3.1/develop
Shadowhand -
09:37 pm OAuth Revision c78351f7: Added base controller for demos and description file
Shadowhand -
06:26 pm Bug Report #3811: External requests with POST do not work properly
Personally, I simply cannot understand how POST / PUT === "application/x-www-form-urlencoded" code keeps making it in... Kiall Mac Innes
06:15 pm Bug Report #3811: External requests with POST do not work properly
Kiall, I agree and will happily unrestrict the @application/x-www-form-urlencoded@ restriction on POST/PUT. The probl... Sam de Freyssinet
06:12 pm Bug Report #3811 (Feedback): External requests with POST do not work properly
Humm - This has broken the ability to use anything other than the application/x-www-form-urlencoded content-type..
...
Kiall Mac Innes
01:31 pm Database Bug Report #3358: pdo Database_Exception vs pgsql
http://bugs.php.net/51742 Chris Bandy
12:33 pm ORM Feature Request #3906 (Closed): Improved separation of loaded, saved and changed state
Currently when an ORM is first loaded the $_saved flag is also set to TRUE.
However the $_saved flag can be better...
Adam Radwon
09:03 am Bug Report #3861 (Assigned): $this->request->headers() returns empty array
Completed the fix, just need to finish the tests Sam de Freyssinet
05:49 am Core Revision e69bbb42: Tested and corrected broken ORM Module link, goes up one directory higher, iss...
Signed-off-by: Martin Cortez <[email protected]> Martin Cortez
05:30 am Userguide Bug Report #3905: The link to ORM page is broken
For this fix I referenced the Github README on committing to the User Guide module: https://github.com/kohana/usergui... Martin Cortez
05:27 am Userguide Bug Report #3905: The link to ORM page is broken
Submitted a pull request on github in regards to this ticket. https://github.com/kohana/core/pull/101 Martin Cortez
05:25 am Core Revision f76f19f2: Pointed broken ORM Module link in "Models" to ORM Guide section, Ref #3905
Signed-off-by: Martin Cortez <[email protected]> Martin Cortez
04:06 am Userguide Bug Report #3905 (Closed): The link to ORM page is broken
1. Navigate to http://kohanaframework.org/3.1/guide/kohana/mvc/models
2. Scroll down the page to the "ORM Module" li...
Martin Cortez

04/03/2011

10:32 pm Bug Report #3904 (Closed): $request->send_headers() - HTTP status line instruction is incorrect
In: v3.1.2
In file: system/kohana/request
In public method: $request->send_header();
At line 912 - HTTP status l...
Philippe Jos
07:20 pm Feature Request #3903: $this->request->post and query function parameter behavior need to be changed
What happens if I want to set post variable to 0 for example? It's just impossible at the moment, because empty() ret... Dmitry T.
05:25 pm Feature Request #3903: $this->request->post and query function parameter behavior need to be changed
Yeah, i agree it's quite confusing.
I think separate methods for setter and getter is the only way to solve this.
...
dexcell -
05:13 pm Feature Request #3903: $this->request->post and query function parameter behavior need to be changed
@Isaiah, I agree completely. I do not like the default value interface. Unless the entire framework is switching to i... Sam de Freyssinet
04:35 am Feature Request #3903: $this->request->post and query function parameter behavior need to be changed
I think the changes proposed in that thread are a bad idea. They (the above example) would create a very messy confus... Isaiah DeRose-Wilson
04:25 am Feature Request #3903 (Closed): $this->request->post and query function parameter behavior need t...
http://forum.kohanaframework.org/discussion/comment/57936#Comment_57936
// Get a value
$foo = $this->request->pos...
dexcell -
01:27 am Core Revision aa864966: Update config file reader test for phpunit 3.5
Matt Button

04/01/2011

09:59 pm Bug Report #3902 (Closed): Date::formatted_time $timezone parameter overridden by timezone in $da...
@Date::formatted_time()@ accepts a @$timezone@ parameter which should affect the resulting formatted time. However, i... Peter Cowburn
06:20 pm Bug Report #3896: Error message for 'password confirm' is incorrect in Auth module
I wrote this provider array that can be added to ValidationTest::provider_check() (assuming I did it right).... Dow Drake
03:44 pm Image Feature Request #3901 (New): Resize with reduction restriction
Add a parameter like $reduction_only to Image::resize so images are resized only if the final size is smaller than ac... Enrique Piatti
02:31 pm Bug Report #3900 (Closed): Validation::check doesn't check errors added manually
In Validation::check, you are stoping the rules if you find an error in a field:
But you are not checking for errors...
Enrique Piatti
01:01 pm Patch #3899 (Closed): Performance improvement in Validation::check
In Validation::check:
Move this code:
// Ignore return values from rules when the field is empty
if ( ! in_arr...
Enrique Piatti
12:11 pm Database Feature Request #3898 (New): Add support for MySQLi
Kohana was always a framework claiming full PHP5 support, but is using the old mysql instead of mysqli, I think this ... Enrique Piatti

03/31/2011

11:29 am Feature Request #3897 (Closed): Controller actions return Response object
Controller actions should return a response object as a result of their execution. The rationale for this is that log... Sam de Freyssinet
10:52 am Userguide Bug Report #3769: Tutorials - Friendly Error Pages
I believe that we want to set the $page variable to the initial request uri rather than current HMVC request:
$thi...
Miroslav Jahoda
05:40 am Bug Report #3896 (New): Error message for 'password confirm' is incorrect in Auth module
This error surfaced for me in the Auth module, but after a fair amount of testing, I believe the problem is with the ... Dow Drake
« Previous
Next »
 

Also available in: Atom