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
-
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.
-
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 -
04:15 pm Bug Report #3944 (Closed): Request::send_headers() should be removed
- Applied in changeset commit:0b72de405c0e1e50fc52045ad5ba5c3e1a06cb01.
-
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...
-
01:34 pm Core Revision 0b72de40: Fixes #3944, Request::send_headers() has been removed
-
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)
-
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.
-
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)
-
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...
- 05:54 am Core Revision 88a9dd2f: Looks like the Kohana class is loaded in bootstrap and not index?
- 01:37 am Core Revision 14da95a9: corrected typo
04/28/2011
-
08:07 pm UnitTest Revision d2618cce: Merge remote-tracking branch 'cambiata/3.1/master' into 3.1/develop
-
07:40 pm UnitTest Revision d9ae4988: Removed old menu.unittest.md, unittest.mockobjects.md etc
-
07:36 pm UnitTest Revision 4d16a626: Moved guide files into unittest/guide/unittest directory, created index.md, re...
-
07:21 pm UnitTest Revision 3ae57b3f: Added config/userguide.php
-
04:54 pm Revision 368467e1: tracking system
-
04:28 pm Core Revision 34cabc2b: Merge branch '3.1/develop' of github.com:kohana/core into 3.1/develop
-
04:27 pm Core Revision d1fd8701: Fixed failing tests for Request
-
04:19 pm Revision 07ba3184: tracking system
-
04:18 pm Core Revision afd1d6b8: Fixing log constants, Refs #3951
-
03:52 pm Revision e5edac96: Tracking system
-
03:38 pm Core Revision 0bd97869: Catch errors when reading the data from session. Fixes #3844.
-
03:38 pm Core Revision 385d1533: Log session reading errors. Refs #3844.
-
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...
-
03:36 pm Revision fe20cf87: tracking system
-
03:33 pm Core Revision 216a81f3: Log session reading errors. Refs #3844.
-
03:30 pm Bug Report #3844 (Closed): Session read errors not properly ignored
- Applied in changeset commit:7d7f204c56293fc196f7838e665fd38b13e63632.
-
03:26 pm Core Revision 7d7f204c: Catch errors when reading the data from session. Fixes #3844.
-
03:20 pm Bug Report #3844 (Assigned): Session read errors not properly ignored
-
01:27 pm Core Revision 15ed964d: Updating codename for 3.1.3
-
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...
-
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...
-
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... -
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...
-
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... -
10:04 am Core Revision d8ad555e: Merge branch '3.1/develop' into 3.2/develop
-
10:02 am Core Revision b77ac79d: Refs #3950 - Add comment regarding log constant inconsistencies on windows.
- http://bugs.php.net/bug.php?id=18090
-
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... -
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...
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... -
09:26 pm Core Revision 542d8bf1: Merged pull request #109 from tangerine/patch-1.
- Amended "coures" to "course".
- 09:13 pm Core Revision 27750536: Amended "coures" to "course".
-
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... -
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...
-
05:16 pm ORM Feature Request #3890 (Closed): Dynamic Finders
-
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...
-
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... -
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...
-
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...
-
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)...
04/26/2011
-
11:53 pm ORM Revision 27c05c7b: Merge branch '3.1/develop' into 3.2/develop
-
11:39 pm ORM Revision ae1d6e35: Fixes #3918 - removing clear cache method
-
11:34 pm ORM Revision 2efb331e: Merge branch '3.1/develop' of github.com:kohana/orm into 3.1/develop
-
11:33 pm ORM Revision c430b6c8: Fixes #3918 - removing clear cache method
-
11:30 pm ORM Bug Report #3918 (Closed): undefined method Database_MySQL::clear_cache()
- Applied in changeset commit:c430b6c8b1dae46c3a6938b97425b6e4e17a6057.
-
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.
-
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 ...
-
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...
-
11:16 pm ORM Revision 394ba344: removing clear cache method
-
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.
-
07:54 pm Core Revision ff2c4e0a: Updated Kohana version number to 3.1.3 égalité, ahead of impending release
-
07:26 pm Core Revision 50ff70ca: Fixes 3846, query parameters are now properly parsed by the Request class
-
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...
-
04:45 pm Bug Report #3884 (Closed): Request should account for custom methods
- Applied in changeset commit:01008aaa046bc3bc459a99464426e0c4bc6be32e.
-
04:45 pm Bug Report #3926 (Closed): last-modified header is wrongly parsed
- Applied in changeset commit:823d3b8c655de310990a78b59073656833661976.
-
04:08 pm Core Revision 823d3b8c: Fixes #3926, last-modified header is wrongly parsed
-
04:07 pm Core Revision 01008aaa: Fixes #3884, Request should account for custom methods
-
04:00 pm Bug Report #3861 (Closed): $this->request->headers() returns empty array
- Applied in changeset commit:dfc2ebf22b7517d73ddd54f41acde1df1d434fcc.
-
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...
-
03:57 pm Bug Report #3811 (Closed): External requests with POST do not work properly
-
03:54 pm Bug Report #3811 (Resolved): External requests with POST do not work properly
-
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!
-
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()
-
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...
-
03:14 pm Feature Request #3888: ability to pass arguments to model`s constructor
- Other idea:...
-
03:00 pm Feature Request #3945 (Closed): Make attribute escaping optional in HTML::attributes()
- pull request here: https://github.com/kohana/core/pull/107
-
03:00 pm Feature Request #3887: ability to pass arguments to model`s constructor
- Other idea:...
-
02:59 pm Core Revision 85256c4d: Refs #3811, added a note explaining the new CURL api usage and why it was so w...
-
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
-
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...
-
12:37 pm Bug Report #3943: retain() and uri_defaults() in Kohana_Route
- Target version should be 3.2
-
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... -
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....
-
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...
04/25/2011
-
11:49 pm Core Revision 44f3d80a: Merged pull request #101 from martco/3.1/develop.
- 3.1/develop
-
11:48 pm Core Revision e0da9ef7: Merged pull request #102 from AlexC/guide-errorpages-3.1-compat.
- Guide errorpages 3.1 compat
-
11:46 pm Userguide Bug Report #3905 (Closed): The link to ORM page is broken
- Thanks - Merged in 44f3d80a71b9477b9c81f0ef46a3e5a76039673c
-
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... -
11:35 pm Core Revision f9e6aa51: Merged pull request #105 from ClaudioAlbertin/3.1/develop.
- Ticket #3937
-
11:31 pm Bug Report #3937 (Closed): Validation rules in the examples for Upload::size() and Upload::type()...
- Merged in f9e6aa515d91e45bbd578195d0fdcc3ece0c9147
-
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...
-
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... -
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 ... -
01:00 pm Bug Report #3941 (New): PHPDoc error for IntelliJ IDEA
- The PHPDoc for the db::expr() method confuses IntelliJ IDEA...
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:...
-
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() ... -
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... -
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...
-
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. ...
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 -
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... -
04:47 pm Core Revision 8eb3d122: Update the examples for Upload::size() and Upload::type()
-
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.
-
07:53 am ORM Revision c5509563: Added some basic information on what will happen with non-existing IDs.
-
04:31 am ORM Revision 6f1a8c02: one-to-one relations example in userguide
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.
-
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... -
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... -
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.
-
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.
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...
-
08:14 pm Database Bug Report #3934: PDO errorCode Exception codes
- Pull request and fix at https://github.com/kohana/database/pull/13
-
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 ... -
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
-
06:40 pm Database Bug Report #3934: PDO errorCode Exception codes
- I'm sure this was fixed already, what version are you using?
-
06:40 pm ORM Feature Request #3935 (New): Using with() is slow compared to join()
- Using @->with('escola')@
Time: 2.987454 s... -
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?
-
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...
-
03:27 pm Revision bd8d45dd: Tracking database
-
03:27 pm Database Revision d9c179c8: Merge branch '3.1/develop' into 3.2/develop. Refs #3929
-
03:25 pm Revision 71b435b7: Tracking database
-
03:23 pm Database Revision 82709bc4: Follow up to c2adc4db3e13e6c9c01be2767b49cd7e18f42ff5. Refs #3928
-
01:44 pm ORM Revision 66bec8f0: loaded & saved are not accessed by properties, but by methods
-
12:59 pm OAuth Revision 766637ce: Added required params to OAuth v1 Request_Credentials class
-
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 ...
-
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.
04/19/2011
-
02:05 pm Revision 67df0b12: tracking system
-
02:04 pm Core Revision caf3df9a: Merge remote branch 'origin/3.0/develop' into 3.1/develop
- Conflicts:
tests/kohana/CoreTest.php -
02:02 pm Revision 61c9c723: tracking system
-
02:02 pm Core Revision 6e61816e: Removing exception handler test, its not needed
-
01:57 pm Revision bf68ecf7: Tracking system
-
01:56 pm Core Revision 652a5d30: Merge remote branch 'origin/3.0/develop' into 3.1/develop
- Conflicts:
classes/kohana/core.php -
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
-
01:45 pm Bug Report #3931 (Closed): Kohana_Exception::handler() doesn't exit with proper error codes
- Applied in changeset commit:f294337b23a698c2162c1d8a489f6d32bc1a14c7.
-
01:44 pm Revision 9fd076ef: tracking system
-
01:42 pm Core Revision f294337b: Exception handler should always exit with an error code, Fixes #3931
-
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...
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...-
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...
-
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...
-
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...
04/17/2011
-
08:00 am Bug Report #3929 (Closed): Kohana_Exception should handle non-integer codes
- Applied in changeset commit:ba885529f31221f10e45e3f1b939b9140d66310e.
-
07:56 am Revision b4de262b: Tracking system, database
-
07:53 am Database Revision 65c4c3a6: Merge branch '3.1/develop' into 3.2/develop. Refs #3929
-
07:50 am Core Revision ba885529: Merge branch '3.1/develop' into 3.2/develop. Fixes #3929
-
07:32 am Revision d03c9ac1: Tracking database
-
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 -
07:19 am Revision f748b55b: Tracking database
-
07:18 am Database Revision 1d9c6dc2: Clean up Exception formatting. Refs #3927
-
07:18 am Database Revision 539c81c3: Revert "Moving all error codes into messages for Database_Exception calls, fix...
- This reverts commit f2e5662d373e8d5847ee12c3e27c8210500bb5d2.
-
07:17 am Database Revision ad91d022: Revert "Fixes #3704 - Database error codes are inaccessible without parsing th...
- This reverts commit 2e4509950a49b42e1c866958d8676f1a54fd984f.
-
06:30 am Revision 3c7db39f: Tracking system
-
06:30 am Core Revision 7365b5eb: Proper @covers. Followup to fa1b2485e02f8098ee11a892e00705cb6e16c637
-
06:16 am Revision cbd055fe: Tracking system
-
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 -
06:15 am Bug Report #3927 (Closed): Kohana_Exception should handle non-integer codes
- Applied in changeset commit:5b60fd71a3e1b720467dacda136ee43da4d1b2ba.
-
06:15 am Bug Report #3928 (Closed): Kohana_Exception should handle non-integer codes
- Applied in changeset commit:7257f58696c2b449bcce6c3d5e2a6a191f31f7b5.
-
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 ...
-
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 ...
-
05:35 am Revision 3a457152: Tracking system
-
05:32 am Core Revision 5b60fd71: Handle non-integer code in Kohana_Exception. Fixes #3927
-
05:29 am Core Revision fa1b2485: Kohana_Exception tests. Refs #3927
-
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.
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 ...
-
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...
-
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@...
04/15/2011
-
06:01 pm Cache Feature Request #3923 (Closed): Support for redis
-
06:00 pm Database Bug Report #3924 (Closed): Support for mongodb
-
04:02 pm Cache Feature Request #3923 (Review): Support for redis
- See http://dev.kohanaframework.org/issues/3924#note-1
-
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...
-
02:35 pm Database Bug Report #3924 (Closed): Support for mongodb
- Support for mongodb
-
02:34 pm Cache Feature Request #3923 (Closed): Support for redis
- Support for redis as cache system
-
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...
04/14/2011
-
08:41 pm UnitTest Bug Report #3921 (Closed): HTTP_PROXY_HTTP constant assumed
- Actually - Already fixed in 3.1/develop ..
-
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/... -
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' ... -
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
... -
07:53 pm UnitTest Bug Report #3851: Exclude files from being parsed by PHPCS
- Duplicate #3852 #3717
-
07:51 pm UnitTest Bug Report #3852: Exclude files from being parsed by PHPCS
- Duplicate Issue #3851
-
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...
-
12:11 am ORM Bug Report #3918 (Assigned): undefined method Database_MySQL::clear_cache()
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...
-
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... -
07:40 pm ORM Bug Report #3917 (Closed): Unittest breaks when NOT activating the auth module. class not exists
-
05:29 pm OAuth Revision 2a6460a3: Merge branch '3.1/develop' into 3.0/develop
-
05:28 pm OAuth Revision 93b5bd33: 3.1 compatibility fix
-
05:17 pm OAuth Revision ba36ccf8: Merge branch 'feature/oauth2' into 3.1/develop
-
05:14 pm ORM Bug Report #3918 (Closed): undefined method Database_MySQL::clear_cache()
- Hi.
Method clear_cache() doesn`t exists in database module!... -
05:06 pm OAuth Revision ddbc97a7: OAuth2 refers to "clients" instead of "consumers", uses "id" instead of "key"
-
05:06 pm OAuth Revision 22ee92dd: Added OAuth2 demo controller
-
05:06 pm OAuth Revision 15d4f974: Remove verify_credentials from OAuth2 provider abstract and providers, it is n...
-
05:06 pm OAuth Revision 06cfa23f: Modify OAuth_Token to have a configured set of required options
-
05:06 pm OAuth Revision 68d5904f: Rename all v2 class files from oauth/v2 to oauth2
-
05:06 pm OAuth Revision bb7b9055: Cleaning up OAuth2 classes, fixing formatting and line endings
-
05:06 pm OAuth Revision 48d3060d: Added OAuth2 example to config/oauth
-
05:06 pm OAuth Revision 65550f65: Redeclare all OAuth_v2 classes as OAuth2
-
05:06 pm OAuth Revision 56d62a80: Implemented OAuth v2
- Signed-off-by: Woody Gilk <[email protected]>
-
05:03 pm OAuth Revision 41c0d0d7: Fixed permissions on OAuth files
-
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... -
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... -
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:...
-
06:16 am OAuth Revision d7336a69: Renamed OAuth_Demo to Demo_OAuth
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.
-
10:14 pm Core Revision 58b66370: Follow up to ca0c640a36fb98bb58bb28f3e81472725e72f2b3, simplify variable names
-
10:13 pm Core Revision 3f790645: Merge branch '3.1/master' of https://github.com/timborden/core into feature/39...
-
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
-
08:08 pm Bug Report #3916 (New): Deprecate HTML::$windowed_urls
- Used by HTML::anchor.
-
07:07 pm Feature Request #3914: class Kohana_Form HTML5 helpers
- Sorry, didn't realize it was as easy as:...
-
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...
-
06:53 pm Feature Request #3914 (Closed): class Kohana_Form HTML5 helpers
- See the multitude of other related issues.
-
06:05 pm Feature Request #3914: class Kohana_Form HTML5 helpers
- Grammatical correction: "While not fully supported by all browsers"
-
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...
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... -
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... -
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...
-
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...
-
09:06 pm ORM Feature Request #3912 (Closed): Return list of relationships for ORM model
- No worries, closing :)
-
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
-
07:07 pm ORM Feature Request #3913: Polymorphic relationships
- May also be good to have syntax like:
protected $_belongs_to = array(
'animal' => array(
... -
06:52 pm ORM Feature Request #3913: Polymorphic relationships
- this should be a feature request, sorry
-
06:52 pm ORM Feature Request #3913 (New): Polymorphic relationships
- Basically, the ability to do something like:
protected $_belongs_to = array(
'dog' => array(
... -
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... -
09:18 am Feature Request #3911 (Closed): Add mime type for .webm format to mime types config
- I think it should be video/webm
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
-
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...
-
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... -
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.
-
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...
04/07/2011
-
06:19 pm Core Revision ca0c640a: Added support for setting a recursion limit in Debug::_dump parameters
-
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...
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.... -
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
-
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...
-
05:43 pm Core Revision 322cfd73: Fixed code errors in "Custom Error Pages" tutorial not compatible with K3.1
-
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...
-
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...
-
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... -
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...
-
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...
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...
-
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...
-
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.
-
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...
-
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...
-
09:38 pm OAuth Revision fa65fe1e: Merge branch '3.0/develop' into 3.1/develop
-
09:37 pm OAuth Revision c78351f7: Added base controller for demos and description file
-
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...
-
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...
-
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..
... -
01:31 pm Database Bug Report #3358: pdo Database_Exception vs pgsql
- http://bugs.php.net/51742
-
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... -
09:03 am Bug Report #3861 (Assigned): $this->request->headers() returns empty array
- Completed the fix, just need to finish the tests
-
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]>
-
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...
-
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
-
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]>
-
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...
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... -
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...
-
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.
... -
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...
-
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...
-
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... -
01:27 am Core Revision aa864966: Update config file reader test for phpunit 3.5
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...
-
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)....
-
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...
-
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... -
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... -
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 ...
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...
-
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... -
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 ...
Also available in: Atom