Activity
From 01/30/2012 to 02/28/2012
02/28/2012
-
11:58 pm Bug Report #4450: Character support issue
- I should address to, the htmlentities() helper definitely helps but it seems like a bandaid solution rather than a pr...
-
11:53 pm Bug Report #4450: Character support issue
- I'm sorry but I really have to adamantly fight this one. The ellipsis character is not supported in all encoding and ...
-
02:28 am Feature Request #4375: Remove redirect() from the Request class
- Agree with Dmitry
parameter should be (url, code) -
01:27 am Feature Request #4353: External Requests should support Location: redirects
- Just looking at this again, and the currently implemented solution also doesn't resend the request body with a POST/P...
-
01:13 am Userguide Feature Request #3486: Show what interfaces a class implements
- While tidying up my other userguide pull I noticed this was also still floating - have created a pull at https://gith...
-
01:10 am Userguide Feature Request #3529: Configurable transparent extension prefixes in API browser
- Thanks! Merged into 3.3
- 01:09 am Revision 4fc55f62: Update userguide submodule
-
01:09 am Userguide Feature Request #3529 (Closed): Configurable transparent extension prefixes in API browser
-
01:08 am Userguide Revision b82317cb: Merge pull request #42 from acoulton/3.3/feature/3529-configurable-transparent...
- Fixes #3529 - Configurable transparent class prefixes
-
12:36 am Userguide Revision 00e1569e: Hide base classes for both styles of transparent class naming - refs #3529
- Now hides base classes for Module extends Module_Core and Foo extends
Module_Foo.
Additionally some coding standards...
02/27/2012
-
11:33 pm UnitTest Feature Request #4381: Vendor PHPUnit 3.5 and its dependencies
- Just picking up on a comment from @kiall in the forums (also see my comment on #4323 about making the test runner 3.6...
-
11:08 pm UnitTest Feature Request #4323: Support PHPUnit 3.6
- Just bumped this ticket in the forum, and got the following from @kiall:
??#4323 probably won't be merged - we've ... -
10:48 pm Userguide Feature Request #3529: Configurable transparent extension prefixes in API browser
- Updated pull request for 3.3 with passing tests and coding style validated is at https://github.com/kohana/userguide/...
-
10:42 pm Userguide Revision 756f4957: Hide class prefixes other than Kohana_ in userguide - implements #3529
- Userguide now uses Kodoc::is_transparent() method to determine whether
a class is a transparent extension class or no... - 07:37 pm Revision bbca9038: Update minion submodule
-
06:51 pm Bug Report #4450 (Feedback): Character support issue
- From the GitHub discussion @ https://github.com/kohana/core/commit/26b90dba7b96a03b40ff53dadee6ed6e6b7571c9
> Have... - 06:40 pm Revision 89e17c96: Update minion submodule
-
01:50 pm Patch #4314: Use Request::query() instead of $_GET in the URL::query() function
- @Kemal - Agreed. I'll see about getting this sorted in 3.3. I just want to make sure that we're consistent and allow ...
- 01:41 pm Revision 071708ab: Update unittest submodule
-
01:40 pm UnitTest Bug Report #4237 (Closed): Bootstrap sends headers when calling ob_end_flush() even if no output ...
- Merged pull #15 - thanks!
- 01:39 pm Revision a7fbc7ac: Update unittest submodule
-
01:39 pm UnitTest Revision d1856448: Merge branch '3.2/develop' into 3.3/develop
-
01:38 pm UnitTest Revision 075c121a: Merge pull request #15 from leth/issue/4237
- Only ob_end_flush() if the buffer is not empty.
Fixes #4237 - 01:30 pm Revision e1df08d8: Update unittest submodule
-
01:25 pm UnitTest Bug Report #4232 (Closed): PHP files under system/tests/test_data are executed when building list...
- Merged - Thanks!
-
01:25 pm UnitTest Revision affe1120: Merge branch '3.2/develop' into 3.3/develop
-
01:23 pm UnitTest Revision 065343a9: Merge pull request #14 from acoulton/3.2/develop
- Use DIRECTORY_SEPARATOR when excluding php files under test_data - issue with fix for #4232
Refs #4232 -
01:20 pm Patch #4314: Use Request::query() instead of $_GET in the URL::query() function
- @Kemal - Agreed. I'll see about
- 01:13 pm Revision e40f7db8: Update system submodule
-
01:12 pm Core Revision 27770ec6: Update error handling example for #4377.
- Refs #4377
- 01:00 pm Revision 90979a4e: Update system submodule
-
12:59 pm Core Revision c2fed8b1: Use the correct exception handler for rendering errors in View::__toString()
- 12:59 pm Revision 24ffd013: Update userguide submodule
-
12:58 pm Userguide Revision f6569199: Use the correct exception handler for rendering errors.
-
11:29 am Patch #4314: Use Request::query() instead of $_GET in the URL::query() function
- I think this method should be able to accept Request injection, using the initial (current?) Request by default.
02/26/2012
-
09:58 pm Bug Report #4461 (New): Request::uri shortcut no longer available
- According to the documentation (http://kohanaframework.org/3.2/guide/kohana/routing), you can create a new URI that d...
-
09:22 pm Minion Proposals (Political/Workflow) #4460: Minion Design
- Done.
https://github.com/srcspider/Minion-Alternative-Example -
07:46 pm Minion Proposals (Political/Workflow) #4460: Minion Design
- Jeremy Bush wrote:
> > Needs to contain syntax help, usage example, and how to get help information (by default) and... - 05:14 pm Revision c54b7064: Update minion submodule
-
05:12 pm Minion Proposals (Political/Workflow) #4460: Minion Design
- Those two files aren't supposed to be there. They need to be removed before release, they were left over from the por...
-
09:07 am Minion Proposals (Political/Workflow) #4460: Minion Design
- Isaiah DeRose-Wilson wrote:
> What version of Minion are you talking about? I recommend looking at the official mini... -
05:47 am ORM Bug Report #4455: Cannot join using ORM
- Thanks Kemal,
Any reason / merit why it's changed this way?
Because i imagine this would become a mess in the c...
02/25/2012
-
08:34 pm UnitTest Feature Request #4381: Vendor PHPUnit 3.5 and its dependencies
- I see that all the cool kids these days also seem to be distributing their packages as phar archives that can be incl...
-
06:51 pm Minion Proposals (Political/Workflow) #4460: Minion Design
- What version of Minion are you talking about? I recommend looking at the official minion module that will be included...
-
06:34 pm ORM Bug Report #4455 (Closed): Cannot join using ORM
-
03:49 pm Minion Proposals (Political/Workflow) #4460 (New): Minion Design
- I'm just gonna place this here as a proposal for discussion, so there might be several issues in one but I feel it's ...
-
09:22 am ORM Bug Report #4455: Cannot join using ORM
- dexcell - wrote:
> Can you elaborate how to do it correctly in 3.2? Because there is no migration guide for ORM as f... -
09:03 am Database Feature Request #4459 (New): Database order_by accept array parameter
- Something like this...
-
08:49 am ORM Bug Report #4455: Cannot join using ORM
- Can you elaborate how to do it correctly in 3.2? Because there is no migration guide for ORM as far as i can recall.
... -
08:27 am Database Feature Request #4458 (New): Returning for postgresql insert statement
- Add returning to insert statement
`DB::insert($table, $columns)->returning('table_id')` -
06:44 am Bug Report #4457: Kohana::$config incorrectly initialized in Kohana_Core
- Fixed by "9ef1896fa04...":https://github.com/kohana/core/commit/9ef1896fa04e1f94d2bea9def35cf5584fb8d6c6
-
06:43 am Bug Report #4457 (Closed): Kohana::$config incorrectly initialized in Kohana_Core
- file: system/kohana/core.php
line: 339
code: Kohana::$config = new Kohana_Config;
This should be:
Kohana::$conf... -
06:43 am Bug Report #4224 (Closed): Kohana::$config incorrectly initialized in Kohana_Core
-
06:43 am Bug Report #4224: Kohana::$config incorrectly initialized in Kohana_Core
- Thanks for the pull request. Merged in "29fef91f89a":https://github.com/kohana/core/commit/29fef91f89abbce4ed1c6ae8a1...
-
06:42 am Bug Report #4456 (Closed): Kohana::init() overwrites any existing internal Log or Config instances
- Fixed by "05eb9b8d1ce...":https://github.com/kohana/core/commit/05eb9b8d1ce499e96e757025165f0734b0efe0da
- 06:41 am Revision 037ac514: Update system submodule
-
06:41 am Bug Report #4413 (Closed): Kohana::init() overwrites any existing internal Log or Config instances
- Thanks for the pull request. Fixed by "9ef1896fa04e1...":https://github.com/kohana/core/commit/9ef1896fa04e1f94d2bea9...
- 06:38 am Revision c6a2b30e: Update system submodule
-
06:38 am Core Revision 9ef1896f: Merge commit '29fef91f89abbce4ed1c6ae8a165a0d04cce4c86' into 3.3/develop
-
06:36 am Core Revision 05eb9b8d: Merge commit '29fef91f89abbce4ed1c6ae8a165a0d04cce4c86' into 3.2/develop
-
06:31 am Bug Report #4456 (Closed): Kohana::init() overwrites any existing internal Log or Config instances
- During the init() method the Kohana::$log and Kohana::$config properties are set without first checking if they are e...
-
01:44 am Core Revision c7ae57f7: Clean up whitespace and comments for Request::files()
-
01:44 am Core Revision 84965a6d: Remove comment about $_FILES content, it is no longer true
-
01:44 am Core Revision 5d51abb7: Fixed all request clients to properly handle POST data in all situations
-
01:44 am Core Revision 582cf2d9: Added Request_Client_Stream::encode_header_param(), applies quoted printable e...
-
01:44 am Core Revision 6930f3d8: Fixed incorrect boundary placement in Request_Client_Stream
-
01:44 am Core Revision 2c38e98d: Added Request_Client::CRLF, replace all "\n" references in Request_Client_Stre...
-
01:44 am Core Revision 72de10e0: Fixing broken test case, this is not functionally required
-
01:44 am Core Revision 359aee65: Added file upload support to Request_Client_Stream
-
01:44 am Core Revision 544fd4d0: Set the proper MIME type in Request_Client_HTTP when creating file uploads
-
01:44 am Core Revision 0c029ca2: Always set the proper Content-Type, even when no data is being sent
-
01:44 am Core Revision d1d00aff: Do not set the body() to POST data in Request_Client_External::execute(), this...
- 01:44 am Core Revision 8b9370cf: Added in the ability to upload files through the HTTP external client class wi...
- Signed-off-by: Woody Gilk <[email protected]>
-
01:44 am Core Revision f45101da: Follow up to 36ff1d30f18ac681b4e37ebf76ec3f24f9636b5e, adds file upload suppor...
-
12:37 am UnitTest Feature Request #4381: Vendor PHPUnit 3.5 and its dependencies
- I haven't been using it from the vendor path yet so haven't encountered this but I can see how it could be an issue -...
02/24/2012
-
11:19 pm UnitTest Feature Request #4323: Support PHPUnit 3.6
- It would be great to see this merged so that the unittest module is forward-compatible to 3.6 - whether or not the ve...
-
11:10 pm Userguide Feature Request #3529: Configurable transparent extension prefixes in API browser
- Is there anything more I can do to get this mergeable? Would really love to see this in 3.3.
-
11:05 pm UnitTest Bug Report #4237: Bootstrap sends headers when calling ob_end_flush() even if no output sent
- It would be great to see this merged in?
-
11:01 pm UnitTest Revision a26b2b79: Use platform independent DIRECTORY_SEPARATOR when excluding php files under te...
-
10:57 pm UnitTest Bug Report #4232: PHP files under system/tests/test_data are executed when building list of tests
- Just a gentle reminder that I still have a pull request open at https://github.com/kohana/unittest/pull/14 to make th...
-
12:44 pm ORM Bug Report #4455: Cannot join using ORM
- It's the expected behavior, ORM uses the singular alias when building queries (since 3.2) - invalid ticket
-
01:57 am Feature Request #4353: External Requests should support Location: redirects
- I've created a pull at https://github.com/kohana/core/pull/223 implementing the behaviour, tests and some basic docum...
-
01:40 am Bug Report #4413 (Assigned): Kohana::init() overwrites any existing internal Log or Config instances
-
01:39 am Bug Report #4432 (Assigned): Fix 'password confirm' error message in ORM module
-
01:09 am Core Revision 89f13fd7: Fixes #4353 - adds non-strict redirect method, docs and tests
- Mainly implements the strict_redirect option to support non-compliant
POST - 302 Redirect - GET from third party serv... - 12:45 am Revision 8a5a1db2: Update userguide submodule
-
12:43 am Userguide Revision 83858d3d: Add unit test tags for Jenkins
- 12:23 am Revision b158d2a9: Update userguide submodule
-
12:22 am Userguide Revision d971804f: Merge pull request #40 from cbandy/3.3/feature/api-menu-performance
- Improve menu performance in API browser
02/23/2012
-
10:42 pm Feature Request #4353: External Requests should support Location: redirects
- Fully agree - hence offering to write some including for the behaviour that's already implemented :)
The issue is ... -
10:29 pm Feature Request #4353: External Requests should support Location: redirects
- > Alternatively if you'd rather just leave tests out for now I could just do the method and docs.
Tests are import... -
10:18 pm Feature Request #4353: External Requests should support Location: redirects
- I'm very happy to create a pull request for this for review if it's helpful (seems only fair!). One thing I noticed i...
-
10:16 pm Feature Request #4353: External Requests should support Location: redirects
- Now all that remains is the question of how `strict_mode` is going to handle the need for user confirmation in order ...
-
09:41 pm Feature Request #4353: External Requests should support Location: redirects
- I agree with Sam here, @strict_redirect@ should default to @TRUE@. The goal is to make it easy to turn off this behav...
-
09:35 pm Feature Request #4353: External Requests should support Location: redirects
- Andrew Coulton wrote:
> Including in the options array is good - I think strict_redirect is more semantic than quirk... -
09:30 pm Feature Request #4353: External Requests should support Location: redirects
- Including in the options array is good - I think strict_redirect is more semantic than quirksmode. People are used to...
02/22/2012
-
05:13 pm Feature Request #4353: External Requests should support Location: redirects
- Static variable would not be my preferred option. Dependency Injection is better for testing.
-
05:11 pm Feature Request #4353: External Requests should support Location: redirects
- I am fine with having a switch to enforce strict behavior, but it should be @FALSE@ by default:
@$options = array(... -
05:07 pm Feature Request #4353: External Requests should support Location: redirects
- > I am not a fan of killswitches.
Me neither. How about this as a signature?
*EDIT* updated the signature... -
05:05 pm Feature Request #4353: External Requests should support Location: redirects
- I am not a fan of killswitches.
-
05:04 pm Feature Request #4353: External Requests should support Location: redirects
- We should call the switch, "quirksmode" as that is exactly what this is. ;)
-
04:58 pm Feature Request #4353: External Requests should support Location: redirects
- Well I will always support being true to a specification. If we add a kill switch, it must be *off* by default.
-
04:47 pm Feature Request #4353: External Requests should support Location: redirects
- I admire that fact that you wrote several short essays to argue your point, Andrew. ;) "A" for effort.
-
04:45 pm Feature Request #4353: External Requests should support Location: redirects
- Or I could have said that much more simply how @shadowhand put it while I was writing :)
-
04:44 pm Feature Request #4353: External Requests should support Location: redirects
- @samsoir
OK, I think it's unlikely we're going to reach agreement here, which is a shame. But just in case:
> I... -
04:28 pm Feature Request #4353: External Requests should support Location: redirects
- @Sam: Although I completely agree with your idealism, I don't think it is pragmatic. Redirecting POST to POST using 3...
-
04:18 pm Feature Request #4353: External Requests should support Location: redirects
- But here's the rub. After reading this discussion, isn't Joe Developer inevitably going to think as follows:
1. I'... -
03:29 pm Feature Request #4353: External Requests should support Location: redirects
- Andrew Coulton wrote:
> @samsoir thanks for the full response and I do understand where you're coming from. This iss... -
03:14 pm Feature Request #3536: Remove controller method parameters
- Lorenzo Pisani wrote:
> people that agree with it will not come to this ticket and voice their agreement.
More li... - 10:57 am Revision cbfda958: Update system submodule
-
10:56 am Core Revision bd384ba5: Add an example of multiple field validation.
-
07:04 am Feature Request #4353: External Requests should support Location: redirects
- It seems that the real problem with the 1.1 spec is that it has two codes that are supposed to be responded to identi...
-
03:10 am Feature Request #4353: External Requests should support Location: redirects
- @samsoir thanks for the full response and I do understand where you're coming from. This issue has prompted.me to re-...
-
02:49 am Feature Request #3536: Remove controller method parameters
- You can't say most people did not agree with this change because the people that agree with it will not come to this ...
-
01:08 am Feature Request #3536: Remove controller method parameters
- @Ruben, could you please provide an example of how this is more complex?
I see when you are coming from other fram... -
12:42 am Feature Request #4353: External Requests should support Location: redirects
- Thanks, that's a very complete explanation. So just to confirm, as the spec also requires that the redirect (from "no...
-
12:33 am Feature Request #3536: Remove controller method parameters
- Hi Everyone,
This is the first time I write in this community. The first application I wrote in Kohana was in the ... -
12:24 am Feature Request #4353: External Requests should support Location: redirects
- @Kiall, I'm fully supportive of your proposed specification for handling redirects as it ensures that Kohana is doing...
02/21/2012
-
11:44 pm Userguide Revision cf1c27b8: Make formatting optional in the parse method
-
11:44 pm Userguide Revision f8778fb4: Do not convert class description and tags to HTML in the constructor
-
11:44 pm Userguide Revision 14c09e6f: Separate tag formatting from parse method
-
11:15 pm Userguide Bug Report #4428 (Closed): Support comment tags that span multiple lines
- Applied in changeset commit:84143418f6a7d30c58b089d8e3cac2df66fbd2f2.
-
11:12 pm Userguide Revision bc5a9f64: Remove some unused variables
-
11:12 pm Userguide Revision d91e0de2: Do not covert class constants to HTML in the constructor
- 11:11 pm Revision 55adb014: Update userguide submodule
-
11:10 pm Userguide Revision 3e9de262: Merge pull request #39 from cbandy/3.3/feature/multiple-lines
- Fixes #4428
-
09:34 pm Feature Request #4353: External Requests should support Location: redirects
- I think it's a good thing to add in terms of general flexibility, but it still leaves end-users needing to duplicate ...
-
08:09 pm Feature Request #4353: External Requests should support Location: redirects
- That seems like an elegant and flexible solution to me if I understand it correctly. But there's still a need (inevit...
-
07:34 pm Feature Request #4353: External Requests should support Location: redirects
- Myself and sam have discussed the changes on GTalk, I'm sure he'll comment here too and correct me if I'm wrong on an...
-
07:14 pm Feature Request #4353: External Requests should support Location: redirects
- Maybe it would also help with consistency if Kohana's redirect method, which I now see is in Controller and HTTP rath...
-
03:37 pm Feature Request #4353: External Requests should support Location: redirects
- @kiall appreciate your response and it does seem a tricky balance. I think there are a reasonable number of use cases...
-
03:18 pm Feature Request #3776: Text::standardize()
- What's about @ini_set("auto_detect_line_endings", true);@?
- 05:05 am Revision e80b703e: Update system submodule
-
05:04 am Feature Request #4353: External Requests should support Location: redirects
- Also, I had left out the ability to customize the headers to be re-used when following a redirect.
Fixed in ff9582... -
05:03 am Core Revision ff9582c1: Refs #4353 - Allow the list of headers to re-use when following a redirect to ...
-
04:33 am Feature Request #4353: External Requests should support Location: redirects
- Sam, can you please comment on this? I think I understand what is going on, but would prefer your input before giving...
-
02:40 am Feature Request #4353: External Requests should support Location: redirects
- @Andrew Coulton: I'm personally of the opinion "follow the spec", if a user is dealing with a misbehaving server they...
-
02:39 am ORM Bug Report #4455 (Closed): Cannot join using ORM
- For example, there is 2 tables
users and notes,
user has many notes.
And when i need to join the table
ORM::f... -
02:27 am Bug Report #4454 (New): Default validation message incorrect
- In system/messages/validation.php
'matches' => ':field must be the same as :param2',
should be
'matche... -
01:08 am Feature Request #4353: External Requests should support Location: redirects
- And note also that this has been further clarified in the HTTPbis draft of the new HTTP/1.1 spec here:
http://tool... -
12:19 am Feature Request #4353 (Feedback): External Requests should support Location: redirects
- Although this uses the correct request method per the HTTP spec at http://www.w3.org/Protocols/rfc2616/rfc2616-sec10....
02/20/2012
- 07:05 pm Revision a50d0040: Update system submodule
-
07:04 pm Revision b1d886b4: Fixes #4452 - External Requests from inside a Minion task fail.
-
07:03 pm Core Revision b3aff1c7: Fixes #4452 - External Requests from inside a Minion task fail
-
07:02 pm Bug Report #4452 (Closed): External Requests from inside a Minion task fail
-
06:37 pm Feature Request #4353: External Requests should support Location: redirects
- Usage ended up as:...
-
06:31 pm Feature Request #4353 (Closed): External Requests should support Location: redirects
- Applied in changeset commit:f508bc3302fe04f96b2c4f63e81fded627ed0b9f.
- 06:19 pm Revision 7df31b8b: Update system submodule
-
06:18 pm Core Revision f508bc33: Merge pull request #215 from kohana/3.3/feature/4353-FollowRedirects
- Fixes #4353 - Request::execute() should be able to follow Location headers
-
06:13 pm Bug Report #4453 (Closed): The "factory" method for "Kohana_Request" has a wrong PHPDoc @return
- Kohana_Request::factory has a "@return void" instead of "@return Request".
As seen on http://kohanaframework.org... -
06:07 pm Core Revision 151ffd52: Refs #4353 - Request::execute() should be able to follow Location headers.
- 05:53 pm Revision 5661a1d5: Update database submodule
-
02:02 pm Database Revision 8e250936: Update database config for PSR-0. Refs #4001.
-
01:27 pm Bug Report #4452 (Closed): External Requests from inside a Minion task fail
- External Requests from inside a Minion task fail due to @Request::$initial === NULL@.
This needs to change, but I'... - 11:59 am Revision 5eae3479: Update minion submodule
-
06:48 am UnitTest Feature Request #4381: Vendor PHPUnit 3.5 and its dependencies
- How is everyone handling the fact that the unpackaged files from the repos still have the @package_version@ placehold...
02/19/2012
-
06:07 pm Userguide Bug Report #4428 (Review): Support comment tags that span multiple lines
- https://github.com/kohana/userguide/pull/39
-
05:59 pm Userguide Revision 6b7191da: Link @see tags the same as @uses tags
-
05:59 pm Userguide Revision 9e4d5efb: Some tests for Kodoc::parse
-
05:59 pm Userguide Revision 84143418: Allow tags to span multiple lines. Fixes #4428
-
05:59 pm Userguide Revision 3f32e112: Allow tags with trailing whitespace
- 05:47 pm Revision 9433ac85: Update userguide submodule
-
05:45 pm Userguide Revision d457c06c: Class names are case-sensitive. Refs #4001
- Also clean up the method description.
-
01:52 am ORM Bug Report #4451 (Rejected): trim filter on a NULL value should leave it as NULL
- Just create your own method that checks to see if the value is null, and have it return trim($value) when it isn't nu...
02/18/2012
-
11:00 am ORM Bug Report #4451 (Rejected): trim filter on a NULL value should leave it as NULL
- When using ...
02/17/2012
-
03:00 pm Userguide Bug Report #3695 (Closed): Markdown should not be included in the controller
- Applied in changeset commit:5de14dc49879268b64fb9f2352ab5212d2a3a32e.
- 02:48 pm Revision d57e27fe: Update userguide submodule
- 02:48 pm Revision 04b1225d: Update userguide submodule
- 02:48 pm Revision e831dff4: Update userguide submodule
-
02:45 pm Userguide Bug Report #3695 (Resolved): Markdown should not be included in the controller
-
02:45 pm Userguide Revision 462a0d5f: Merge branch '3.2/develop' into 3.3/develop
-
02:45 pm Userguide Revision f2e39343: Merge branch '3.1/develop' into 3.2/develop
- Conflicts:
classes/controller/userguide.php -
06:02 am Core Revision 92fc9926: Clean up whitespace and comments for Request::files()
-
06:02 am Core Revision 51088eb4: Added Request_Client_Stream::encode_header_param(), applies quoted printable e...
-
06:02 am Core Revision c89d2fa9: Fixed incorrect boundary placement in Request_Client_Stream
-
06:02 am Core Revision 7e2433a8: Always set the proper Content-Type, even when no data is being sent
-
06:02 am Core Revision de630282: Fixed all request clients to properly handle POST data in all situations
-
06:02 am Core Revision c6835956: Added Request_Client::CRLF, replace all "\n" references in Request_Client_Stre...
-
06:02 am Core Revision e96eebe1: Added file upload support to Request_Client_Stream
-
06:02 am Core Revision 73e24168: Fixing broken test case, this is not functionally required
-
06:02 am Core Revision 9092c968: Follow up to 36ff1d30f18ac681b4e37ebf76ec3f24f9636b5e, adds file upload suppor...
-
06:02 am Core Revision d0fa79fa: Set the proper MIME type in Request_Client_HTTP when creating file uploads
-
06:00 am Core Revision 5e3323a7: Do not set the body() to POST data in Request_Client_External::execute(), this...
- 06:00 am Core Revision 1f6cf9b8: Added in the ability to upload files through the HTTP external client class wi...
- Signed-off-by: Woody Gilk <[email protected]>
- 05:53 am Revision e47387b0: Update system submodule
-
05:53 am Core Revision 5b8db1e1: Clean up c5c45ac6a8b09ee5925c6f94df521f66dc84c0d8 and use empty() instead of a...
- 03:15 am Bug Report #4450 (Closed): Character support issue
- Applied in changeset commit:0055c46badbb846f4dd9fb80abada6749dc0c510.
- 03:11 am Revision 247c4d4f: Update system submodule
- 03:11 am Core Revision 0055c46b: Merge pull request #221 from thinkclay/3.3/develop
- Fixes #4450
-
03:09 am Bug Report #4450: Character support issue
- Merged.
-
03:08 am Bug Report #4450 (Assigned): Character support issue
-
03:05 am Bug Report #4450 (Closed): Character support issue
- Ellipsis characters are not supported by all IDE's or fonts and as such, should be removed from the core. See:
htt... -
02:47 am Core Revision 26b90dba: Removing elipsis character in favor of (3) periods
02/16/2012
-
11:26 pm Database Feature Request #3898: Add support for MySQLi
- There was a message on the internals mailing list about "deprecating ext/mysql":http://news.php.net/php.internals/53799.
-
03:53 pm Userguide Revision 5de14dc4: Call Kodoc_Markdown directly rather than the Markdown() function
- Fixes #3695
- 02:23 pm Core Revision 82a5fdfe: fixed bug with comments on core->init missing new line
-
06:22 am Bug Report #4315 (Closed): Internal sub-request not receiving correct accept type
- I'm going to mark this as "wontfix" since the underlying issue is not really solved, but rather the methods described...
- 04:54 am Revision 598bc983: Update system submodule
-
04:51 am Core Revision c5c45ac6: Switch to ucwords() for controller and directory route matches. Refs #4001.
- 04:15 am Revision 7889a64d: Update image submodule
-
04:15 am Image Revision f94e3c19: Cleanup coding stye violations.
- 04:10 am Revision 8e962556: Update auth submodule
-
04:09 am Auth Revision ac727ead: Cleanup coding stye violations.
- 03:55 am Revision 6faafbd0: Update system submodule
- 03:55 am Revision 1e2df997: Update system submodule
-
03:12 am Revision eb4c884f: Add minion module to bootstrap.php. Refs #3989.
-
03:03 am Bug Report #4315: Internal sub-request not receiving correct accept type
- Sam / Woody - Is this ticket now closeable?
-
03:01 am Revision 4ed40b55: Fixes #4443 - PSR-0 changes broke install.php tests
-
03:00 am Bug Report #4443 (Closed): 3.3.0 Core Class Capitlization Change Breaks install.php
- Applied in changeset commit:4ed40b558b1e319a8a7bfe49693955c73f46c64d.
-
02:45 am Feature Request #4449 (Closed): Refactor user-agent generation into a single method to allow for ...
- Applied in changeset commit:e79574774920fc11695adc16790b8160c3ae187e.
- 02:41 am Revision 591deea3: Update submodules
-
02:30 am Feature Request #4449 (Closed): Refactor user-agent generation into a single method to allow for ...
- Refactor user-agent generation into a single method to allow for easy overrides.
This is currently used in several... -
02:30 am Core Revision e7957477: Refactor user-agent generation into a single method. Fixes #4449
-
02:15 am Revision ae2f192f: Update submodule pointers
-
01:59 am Core Revision 8454dde1: Merge branch '3.2/develop' into 3.3/develop
- Conflicts:
tests/kohana/CLITest.php -
01:58 am Core Revision 804cc57a: Merge branch '3.1/develop' into 3.2/develop
- Conflicts:
tests/kohana/Http/HeaderTest.php
tests/kohana/RequestTest.php -
01:55 am Core Revision 0d42aa9d: Update unit test @group's
02/14/2012
-
01:26 pm Bug Report #4448 (New): Alias key for error array
- Considering the following code:...
-
03:31 am ORM Feature Request #4445: ORM::with() doesn't prepend `WHERE` fields with alias
- $no_avatars = ORM::factory('user')
->with('profile')
->where('profile.avatar', 'IS', ... -
03:29 am ORM Feature Request #4445: ORM::with() doesn't prepend `WHERE` fields with alias
- > I'm not totally against this, but I don't like adding additional "magic" to ORM. Writing more verbose code isn't a ...
-
03:22 am ORM Feature Request #4445: ORM::with() doesn't prepend `WHERE` fields with alias
- Ivan Kurnosov wrote:
> > There is no reason that where conditions couldn't be applied to the joined table.
> This s... -
02:56 am ORM Feature Request #4445: ORM::with() doesn't prepend `WHERE` fields with alias
- > There is no reason that where conditions couldn't be applied to the joined table.
This statement makes no sense, a... -
02:54 am ORM Feature Request #4445 (Feedback): ORM::with() doesn't prepend `WHERE` fields with alias
- > There is no reason that where conditions couldn't be applied to the joined table.
The `with()` is used to have b... -
02:48 am ORM Feature Request #4445 (Rejected): ORM::with() doesn't prepend `WHERE` fields with alias
- Ivan Kurnosov wrote:
> If I do it in `where()` - obviously I apply the conditions to the main entity, that is used f...
02/13/2012
-
09:51 pm ORM Bug Report #4447 (Closed): Wrong @return for ORM::with()
- It is `@return void` obviously should be `@return $this`
-
09:42 pm ORM Feature Request #4445: ORM::with() doesn't prepend `WHERE` fields with alias
- If I do it in `where()` - obviously I apply the conditions to the main entity, that is used for `from`, because `with...
-
09:38 pm ORM Feature Request #4445 (Feedback): ORM::with() doesn't prepend `WHERE` fields with alias
- If you do @where('some_field', '=', 100)@, how would ORM know which alias/table name to use? Please include your fix ...
-
09:31 pm ORM Feature Request #4445: ORM::with() doesn't prepend `WHERE` fields with alias
- Omg.
Why client should even care of that?! It is ORM business - to make the clients' life easier, by encapsulating... -
09:26 pm ORM Feature Request #4445 (Closed): ORM::with() doesn't prepend `WHERE` fields with alias
- This is expected. You need to include the table alias manually when it is required.
-
09:19 pm Feature Request #4001: Fully Support PSR-0 autoloading requirements
- Jeremy Bush wrote:
> Isaiah DeRose-Wilson wrote:
> > Following a strict coding standard would help with this, but it ... - 08:50 pm Revision da1f7ab4: Update system submodule
-
08:19 pm Feature Request #4446 (New): Add max_numeric and min_numeric to Valid class.
- For example. If you have a field that must be greater than 10 but has no maximum number.
-
08:12 pm ORM Feature Request #4445 (Feedback): ORM::with() doesn't prepend `WHERE` fields with alias
- So it leads to the ambiguous references:...
-
08:04 pm ORM Bug Report #4444 (Closed): Wrong alias character in ORM (postgresql)
- It is `:` (colon char) used in alias name in `Kohana_ORM::with()` implementation and it is a denied char to use in po...
-
07:34 pm Revision 52f3bcdc: Update .gitmodules to point at "kohanatest" repos
-
06:01 pm Feature Request #4001: Fully Support PSR-0 autoloading requirements
- Isaiah DeRose-Wilson wrote:
> Following a strict coding standard would help with this, but it would be almost imposs... -
05:53 pm Feature Request #4001: Fully Support PSR-0 autoloading requirements
- Kiall Mac Innes wrote:
> @Dmitry T: All lowercase means not supporting PSR-0.
>
> We have chosen to support PSR-0... - 05:45 pm Revision 3ef127f2: Update system submodule
-
05:44 pm Core Revision e44612df: Fixup Route tests after PSR-0 changes. Refs #4001.
- 05:33 pm Revision ab834312: Update cache submodule
- 05:32 pm Revision c48f3ab6: Update system submodule
-
05:21 pm Core Revision 2ed1d300: Ensure the default controller param is used if a controller part was not match...
-
05:17 pm Cache Revision 0aaf50cc: Update MemcacheTag filename for PSR-0. Refs #4001.
-
04:46 pm Feature Request #4001: Fully Support PSR-0 autoloading requirements
- Good to hear. Thanks
- 04:16 pm Revision bfd75a0b: Update system submodule
-
04:15 pm Core Revision 83d0f215: Refs #4001 - ucfirst() the controller name, if it was matched from the URL, fo...
-
04:13 pm Core Revision 66da57cb: Revert "Refs #4001 - ucfirst() the controller name for PSR-0"
- This reverts commit 4eb6180377036da0a523178dca1d134cebfde06f.
-
04:10 pm Feature Request #4001: Fully Support PSR-0 autoloading requirements
- Dmitry T. wrote:
> How would controller classes look like?
> Controller_News
> Controller_news
> Controller_Admin... -
04:08 pm Feature Request #4001: Fully Support PSR-0 autoloading requirements
- How would controller classes look like?
Controller_News
Controller_news
Controller_Admin_News
Controller_admin_ne... - 03:16 pm Revision 547fd2b1: Update submodules
-
03:02 pm Core Revision 4eb61803: Refs #4001 - ucfirst() the controller name for PSR-0
-
02:57 pm Bug Report #4437 (Resolved): html::style, image, script base prepending issue
- We've already rejected this feature twice. See the related issues.
-
01:06 pm Bug Report #4437: html::style, image, script base prepending issue
- Yes, here is the url I use :...
-
08:32 am Bug Report #4437: html::style, image, script base prepending issue
- Hello Thomas,
Could you give some examples of when this will fail? -
03:25 am Bug Report #4443 (Closed): 3.3.0 Core Class Capitlization Change Breaks install.php
- The first letter of classes such as system/classes/*.php have changed to uppercase. However, line 68 of install.php h...
02/12/2012
-
04:04 pm ORM Bug Report #4442 (New): Validation Example Error
http://kohanaframework.org/3.1/guide/orm/examples/validation
http://kohanaframework.org/3.2/guide/orm/examples/val...-
03:24 pm Bug Report #4440: Remove the `die` call in the auto loaders
- Dooh.. Typo! *Fixs* #4440 - Remove the `die` call from the auto loaders.
Fixed by "198fb2626ec28eaaf3de1f2c12a04db... -
03:23 pm Bug Report #4440: Remove the `die` call in the auto loaders
- Humm - I wonder if I used the wrong ticket # in the commit..
Will check now.. -
03:22 pm Bug Report #4440: Remove the `die` call in the auto loaders
- How come there's no commit reference for this?
-
02:48 pm Revision 8243d50c: Disable the pre PSR-0 compatiblity autoloader now that all core modules have b...
-
02:42 pm Feature Request #4001: Fully Support PSR-0 autoloading requirements
- @Dmitry T: All lowercase means not supporting PSR-0.
We have chosen to support PSR-0 along with nearly every other... -
02:40 pm Revision a9664a2f: Update cache module
-
02:40 pm Cache Revision cef1d230: Missed a file on the first pass for PSR-0 autoloading support. Refs #4001
-
02:37 pm Revision 91ca2bf2: Initial pass for PSR-0 autoloading support. Refs #4001
-
02:37 pm Userguide Revision 4e667099: Initial pass for PSR-0 autoloading support. Refs #4001
-
02:35 pm ORM Revision 8221614b: Initial pass for PSR-0 autoloading support. Refs #4001
-
02:31 pm Image Revision f0bc8896: Initial pass for PSR-0 autoloading support. Refs #4001
-
02:30 pm Database Revision cb64b293: Initial pass for PSR-0 autoloading support. Refs #4001
-
02:27 pm Codebench Revision 29e93494: Initial pass for PSR-0 autoloading support. Refs #4001
-
02:26 pm Cache Revision d46853b4: Initial pass for PSR-0 autoloading support. Refs #4001
-
02:20 pm Auth Revision a725a68e: Initial pass for PSR-0 autoloading support. Refs #4001
-
01:17 pm Feature Request #4001: Fully Support PSR-0 autoloading requirements
- I vote for all-lowercase file names like it always was in Kohana. This is easier and no need to remember where is a c...
- 01:16 pm Revision 0a07cd3e: Update submodules
-
01:07 pm Bug Report #4441 (Feedback): Clean up use of CameCase in class names.
- Our use of CamelCase (and all caps) is somewhat inconsistent at the moment.
With PSR-0 now implemented, this has b... -
01:02 pm Core Revision 198fb262: Fixs #4440 - Remove the `die` call from the auto loaders.
-
01:01 pm Bug Report #4440 (Closed): Remove the `die` call in the auto loaders
-
12:57 pm Bug Report #4440 (Closed): Remove the `die` call in the auto loaders
- Remove the `die` call in the auto loaders.
This breaks sub-requests for one, and does not provide a proper exit co... -
12:54 pm Feature Request #4001: Fully Support PSR-0 autoloading requirements
- Okay - So we have an issue with PSR-0 support.
with "Controller_Welcome" in "classes/Controller/Welcome.php" our rou...
02/11/2012
-
08:16 pm Revision 139177b2: Temporarily enable the pre PSR-0 compatiblity autoloader. Refs #4001
- 08:11 pm Revision e387def1: Initial pass for PSR-0 autoloading support. Refs #4001
-
08:09 pm UnitTest Revision 93480c14: Initial pass for PSR-0 autoloading support. Refs #4001
-
08:08 pm UnitTest Revision 82952bec: Initial pass for PSR-0 autoloading support. Refs #4001
-
08:07 pm Core Revision 38061c9d: Initial pass for PSR-0 autoloading support. Refs #4001
-
07:56 pm Core Revision 7a12b2ba: Initial pass for PSR-0 autoloading support. Refs #4001
-
07:43 pm Core Revision 67939be9: Initial pass for PSR-0 autoloading support. Refs #4001
-
04:07 pm Userguide Feature Request #3922 (Assigned): Add module conventions to the userguide
-
02:21 pm Feature Request #3989: Make Minion official
- Duh, ignore and/or delete previous post.
-
02:11 pm Feature Request #3989: Make Minion official
- After removal of all CLI code from Request class, kohana can not properly detect URI in CLI mode. Before it was detec...
02/10/2012
- 05:33 pm Revision c4fb148c: Update submodules
-
05:31 pm Core Revision 4bafc4df: Disable Kohana_CoreTest::test_message() due to its fragility.
- 05:25 pm Revision 58291d42: Update submodules
-
05:23 pm Core Revision 672e9921: Remove CLI classes - Refs #3989
-
05:07 pm Feature Request #4353 (Assigned): External Requests should support Location: redirects
- Pull Request @ http://dev.kohanaframework.org/issues/4353
Needs tests and a decision re 3.3 inclusion.
Also - S... -
05:06 pm Core Revision ee6dcca1: Refs #4353 - Request::execute() should be able to follow Location headers.
-
06:06 am Feature Request #4439 (New): Kohana_Config_File_Writer
- How about to create the class, that can write default config files?
Just the same as Kohana_Config_Database_Writer
...
02/09/2012
-
04:59 pm Bug Report #4438 (New): Kohana_Valid::email_domain() doesn't comply to RFC5321
- The @Kohana_Valid::email_domain()@ method only checks if an MX RR is present, it doesn't check if there is a CNAME or...
-
01:50 pm Bug Report #4437 (Resolved): html::style, image, script base prepending issue
- Hi,
Functions on HTML class uses a simple test to detect if the URI of the file is absolute :
strpos($file, ':/... -
09:14 am Patch #4263: Redirect userguide by default to kohana
- Please move this to 3.2 I've made the patch to that version:
https://github.com/kohana/userguide/pull/38 -
12:45 am Database Feature Request #3898: Add support for MySQLi
- I resent the pull request against the correct branch. See https://github.com/kohana/database/pull/29
02/08/2012
-
11:59 pm Database Feature Request #3898: Add support for MySQLi
- https://github.com/kohana/database/pull/27
-
11:04 pm UnitTest Bug Report #4435 (New): Kohana_SecurityTest: test_csrf_token() relies on session data which may b...
- As per this discussion: http://forum.kohanaframework.org/discussion/comment/69697
test_csrf_token() in the Kohana_... -
06:35 pm Bug Report #4434: Request::$initial and Request::$current should be protected properties
- > Fixed: https://github.com/kohana/core/pull/213
I've closed that pull request as it is not a sufficient fix, sinc... -
01:02 pm Bug Report #4434: Request::$initial and Request::$current should be protected properties
- Fixed: https://github.com/kohana/core/pull/213
-
12:31 pm Core Revision 29fef91f: The init() method instantiates the Kohana::$log and Kohana::$config properties...
-
12:23 pm Bug Report #4434 (New): Request::$initial and Request::$current should be protected properties
- @Request::$initial@ and @Request::$current@ should be protected properties and only accessed via their corresponding ...
-
07:57 am Feature Request #3683 (Feedback): Exception naming conventions
- Sorry for bumping this again, but this seems not to be a duplicate of #3765.
The sugestion there is to use the trans...
02/07/2012
- 04:17 pm Revision 399986ee: Update submodules
- 04:16 pm Revision 28b4a10f: Update submodules
- 04:16 pm Revision 4a6af8a6: Update submodules
-
04:06 pm Core Revision 6fbee88b: Merge branch '3.2/develop' into 3.3/develop
-
04:06 pm Bug Report #4431 (Closed): View::capture no longer uses global references
- Even if it does work, still not the correct solution. Fixed.
-
04:06 pm Core Revision 446f032f: Merge branch '3.1/develop' into 3.2/develop
-
04:05 pm Core Revision 2b9a02dd: Follow up to 9803c24111b6b8a9b7665106a0a916ebefd97605, use a bitwise OR instea...
-
04:01 pm Bug Report #4431: View::capture no longer uses global references
- Did you try it? My tests showed that using @OR@ worked just fine. From the "horse's mouth":http://php.net/extract
... -
09:01 am Bug Report #4431 (Feedback): View::capture no longer uses global references
- I think there is an error
http://dev.kohanaframework.org/projects/kohana3-core/repository/revisions/9803c24111b6b8a9... - 02:47 am Revision af063db7: Update submodules
- 02:46 am Revision 0a72cd1c: Update submodules
-
02:36 am Core Revision c9820797: Merge branch '3.2/develop' into 3.3/develop
-
02:35 am Core Revision 64753b7a: Merge branch '3.1/develop' into 3.2/develop
- 01:16 am Revision 54ef4845: Update submodules
-
01:05 am Core Revision 9803c241: Fixed a regression in how global variable references are handled, refs #2919, ...
-
01:04 am Bug Report #4431: View::capture no longer uses global references
- Merged into @3.1/develop@.
-
01:02 am Bug Report #4431: View::capture no longer uses global references
- 3.0 is unsupported. It can go in the final 3.1 release (which should be soon...)
-
12:42 am Bug Report #4432: Fix 'password confirm' error message in ORM module
- Blast, I'm sorry for creating this issue in the wrong section. Please let me know if I should recreate this issue for...
-
12:32 am Bug Report #4432 (Closed): Fix 'password confirm' error message in ORM module
- When using the get_password_validation() rules for validation a password_cofirm field, the error message returned is ...
-
12:17 am Bug Report #4431 (Closed): View::capture no longer uses global references
- Applied in changeset commit:9a149a65a8cd3b321bcfbf86c10a9f09c4a44298.
-
12:13 am Bug Report #4431: View::capture no longer uses global references
- Jeremy, should we do a hotfix on 3.0 or just target this into the final 3.1 maintenance release? The fix is currently...
-
12:12 am Feature Request #2919 (Closed): Write access to global data with references in views
- New issue #4431.
-
12:11 am Core Revision 9a149a65: Fixed a regression in how global variable references are handled, refs #2919, ...
-
12:09 am Bug Report #4431 (Closed): View::capture no longer uses global references
- As discussed here http://forum.kohanaframework.org/discussion/10366/viewcapture-extract-by-reference
This regressi... -
12:08 am Feature Request #2919 (Feedback): Write access to global data with references in views
- http://forum.kohanaframework.org/discussion/10366/viewcapture-extract-by-reference#Item_1
This feature request doe...
02/05/2012
- 06:47 pm Revision 837333fe: Update submodules
- 06:46 pm Core Revision 36303498: Merge pull request #212 from gevans/3.3/feature/4412-empty-attributes-test
- Adds tests for HTML::attributes(), refs #4412
-
06:45 pm Feature Request #4412 (Closed): HTML class and attributes
- Tests added.
-
02:19 pm Core Revision 485acf48: Update HTML::attributes tests for 9cffcd9, refs #4412
-
01:52 pm Bug Report #4120: Fix __() to use default source language
- Reverted #4120 in the pull request since it brings more complexity than the intent of the change. Please close this.
- 10:17 am Revision c0170275: Update submodules
-
10:02 am Core Revision 7ae7010e: Merge branch '3.2/develop' into 3.3/develop (fixes #4430)
-
10:01 am Bug Report #4430 (Closed): Validation::check doesn't check errors added manually
- applied here: 7ae7010e3c95d4c8277b9464dd4c90eefe6f4807
- 10:01 am Revision d57820fb: Update submodules
-
10:00 am Bug Report #4430 (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... -
09:59 am Bug Report #3900 (Closed): Validation::check doesn't check errors added manually
- applied here: https://github.com/kohana/core/commit/f876ba59ea406fea6347127dd2407321e78e270d
-
09:57 am Core Revision f876ba59: unittest and fix for validation callbacks adding errors manually (fixes #3900)
- 09:33 am Revision 3f83893f: Update submodules
- 09:32 am Revision 3331fa21: Update submodules
-
09:23 am ORM Revision 075cb722: Merge branch '3.2/develop' into 3.3/develop
-
09:23 am ORM Bug Report #4429: _external array for Validation loads the incorrect file
- fixed by this merge: https://github.com/kohana/orm/commit/075cb722fedc0333fa2a7dc746bc72abaca85db9
-
09:21 am ORM Bug Report #4429 (Closed): _external array for Validation loads the incorrect file
- Test platform:
- Ubuntu 11.04
- PHP 5.3.5
- Apache 2.2.17
This error surfaces when using external validation wi... -
09:21 am ORM Bug Report #4185 (Closed): _external array for Validation loads the incorrect file
- fixed here: https://github.com/kohana/orm/commit/2f68382df5767ac5f5a69bfb23c48d8b4a392ce0
The messages for `_exter... -
09:20 am ORM Revision 2f68382d: handling external validation differently from merged model validation (fixes #...
- 07:17 am Revision ed9638ef: Update submodules
-
07:04 am ORM Revision 94ddee89: adding the missing alias to using() (fixes #4049)
-
07:03 am ORM Feature Request #4049 (Closed): add using() to ORM::$_db_methods
- applied here: https://github.com/kohana/orm/commit/94ddee89fe6eeadce504edeec83165ead23d7613
-
05:17 am ORM Feature Request #4163 (Closed): Skip validations
- I don't think we should be adding a parameter to save() for the sake of skipping proper behavior. My suggestion would...
-
05:10 am ORM Feature Request #3949 (Closed): has_one through
- No one seems to have voiced their opinion about this and I still don't find it useful so feel free to reopen with som...
- 05:02 am Revision 9d9f74c0: Update submodules
-
04:56 am ORM Revision 59c7d119: making sure fields are unserialized as arrays (fixes #4188)
-
04:55 am ORM Bug Report #4188 (Closed): ORM _unserialize_value() can result in stdClass for associative array
- applied here: https://github.com/kohana/orm/commit/59c7d119208e35b5220772b2ae125c5b8e701fb2
- 04:47 am Revision eb739a63: Update submodules
-
04:41 am Userguide Bug Report #4223 (Closed): Use non-conflicting routes for media and api
- Applied here: https://github.com/kohana/userguide/commit/11f20122d93a9f0ff32f5454bf90b7e535901edf
-
04:41 am Userguide Revision 11f20122: moving api and media routes so they do not conflict with any possible module n...
-
04:40 am Userguide Bug Report #4223 (Assigned): Use non-conflicting routes for media and api
- Taking care of this now
02/04/2012
-
11:00 am Bug Report #4141: Fix Request::redirect() when using an index_page
- TJ Krause wrote:
> Has this issue been solved? If not the fix is quite simple. The third parameter must be a boolean...
02/03/2012
-
09:23 pm Bug Report #4141: Fix Request::redirect() when using an index_page
- Has this issue been solved? If not the fix is quite simple. The third parameter must be a boolean instead of a string...
02/02/2012
-
08:20 pm Database Feature Request #3432: Nested Transactions
- we were kicking this for more than a year, it's time to make a goal here :P
what is the state of this now? I wan...
02/01/2012
-
06:18 pm Userguide Bug Report #4428 (Closed): Support comment tags that span multiple lines
- Specifically, @@param@ tags can get pretty long.
01/31/2012
- 06:17 pm Revision 8e9b2b48: Update submodules
-
06:07 pm Core Revision e139a64c: Follow up to 3bc535eb536e54451b722da9699d052c863ac1b4, determine the download ...
-
06:04 pm Core Revision 18183090: Fix previous bad merge
-
06:04 pm Feature Request #3989: Make Minion official
- Woody Gilk wrote:
> The changes in #3931 should be reverted as part of this, and a new exception handler attached fo... - 06:02 pm Revision 4ef35951: Update submodules
-
05:57 pm Core Revision c7b1986b: Merge branch '3.3/feature/3989-Remove-CLI' into 3.3/develop
- Conflicts:
classes/kohana/kohana/exception.php -
05:57 pm Feature Request #3989 (Closed): Make Minion official
- And core changes have been merged. This is complete.
-
05:52 pm Feature Request #3989: Make Minion official
- The minion branch has been merged.
-
03:27 pm Auth Bug Report #4265 (Closed): Possible bug in Kohana 3.2 Auth?
- The user model is serialized and stored in the session. There is no security concern about the id getting changed bec...
- 06:32 am Revision 69b6f0d5: Update submodules
- 06:31 am Revision 3a3b3b42: Update submodules
-
06:23 am ORM Bug Report #4427 (Closed): ORM and sqlite virtual tables not accessed properly breaking object
- Fixed by "c1d5f2f119afed1...":https://github.com/kohana/orm/commit/c1d5f2f119afed15a34f5cc2b8a181d276707d17
-
06:22 am ORM Bug Report #3729 (Closed): ORM and sqlite virtual tables not accessed properly breaking object
- Fixed by "c1d5f2f119...":https://github.com/kohana/orm/commit/c1d5f2f119afed15a34f5cc2b8a181d276707d17
-
06:19 am ORM Revision d35f7d88: Merge branch '3.2/develop' into 3.3/develop
-
06:18 am ORM Revision d58dc81a: Merge branch 3.1/develop into 3.2/develop
- 06:16 am Revision 3a7e8825: Update submodules
-
06:15 am ORM Bug Report #3587 (Closed): ORM and sqlite virtual tables not accessed properly breaking object
- Applied in changeset commit:c1d5f2f119afed15a34f5cc2b8a181d276707d17.
-
06:10 am ORM Bug Report #4427 (Closed): ORM and sqlite virtual tables not accessed properly breaking object
- sqlite has virtual tables which can be used for (amongst other things) powerful full text searches. virtual tables ar...
-
06:06 am ORM Revision c1d5f2f1: Fixes #3587 - Select columns by name instead of doing select *
- 05:31 am Revision 7989a5ed: Update submodules
-
05:20 am ORM Revision e179155c: Fixes #4406 - Make sure we check for NULL value before loading belongs to data.
-
05:19 am ORM Bug Report #4404 (Closed): Belongs to relationships return the wrong record
- Fixed by "e179155c2...":https://github.com/kohana/orm/commit/e179155c236b3806cfb0d8007b3501eb90fccca9
-
05:17 am ORM Bug Report #4405 (Closed): Belongs to relationships return the wrong record
-
05:17 am ORM Bug Report #4405: Belongs to relationships return the wrong record
- Fixed by "bc56b3d422740...":https://github.com/kohana/orm/commit/bc56b3d42274013c61a2fcfda41c5545bf849697
-
05:13 am ORM Bug Report #4423 (Rejected): forget to check var「$this->_saved」and「$this->_valid」after method val...
- I don't think is this is required. Extra validation should always run. If the model's data hasn't changed, and there ...
-
05:10 am ORM Bug Report #4426 (Closed): Validation should always run in a model isn't valid
- 「$this->_valid」expression should be run before 「$this->_changed」or missing validation like 「password」 matchs 「passwor...
-
05:04 am ORM Bug Report #4425: Validation should always run in a model isn't valid
- Fixed by "0d6c71e7...":https://github.com/kohana/orm/commit/0d6c71e7968bc738cf4f6f1c21419b935f6329c8
- 05:02 am Revision 28b058a4: Update submodules
- 05:01 am Revision c776d55a: Update submodules
- 05:01 am Revision 207c2ebc: Update submodules
-
05:01 am ORM Bug Report #4425 (Closed): Validation should always run in a model isn't valid
- 「$this->_valid」expression should be run before 「$this->_changed」or missing validation like 「password」 matchs 「passwor...
-
05:00 am ORM Bug Report #4423 (Closed): forget to check var「$this->_saved」and「$this->_valid」after method values()
-
05:00 am ORM Bug Report #4424 (Closed): Validation should always run in a model isn't valid
- Fixed by "0d6c71e7...":https://github.com/kohana/orm/commit/0d6c71e7968bc738cf4f6f1c21419b935f6329c8
-
04:58 am ORM Revision fadde0bf: Merge branch '3.2/develop' into 3.3/develop
-
04:58 am ORM Revision e669bf1d: Merge branch '3.1/develop' into 3.2/develop
-
04:54 am ORM Revision 0d6c71e7: Fixes #4423 and #4424 - Run validation before checking changed. Always run val...
-
04:00 am ORM Bug Report #4423 (Assigned): forget to check var「$this->_saved」and「$this->_valid」after method val...
- Ah, I see what the issue is now.
-
03:48 am ORM Bug Report #4424 (Assigned): Validation should always run in a model isn't valid
-
03:48 am ORM Bug Report #4423: forget to check var「$this->_saved」and「$this->_valid」after method values()
- I'm not sure I understand what you are trying to fix here. The `__set()` will change the _saved and _valid flags if y...
01/30/2012
-
09:20 am ORM Bug Report #4424 (Closed): Validation should always run in a model isn't valid
- 「$this->_valid」expression should be run before 「$this->_changed」or missing validation like 「password」 matchs 「passwor...
-
09:01 am ORM Bug Report #4423 (Rejected): forget to check var「$this->_saved」and「$this->_valid」after method val...
- forget to check var「$this->_saved」and「$this->_valid」after set values from an array with support for one-one relations...
-
08:21 am Bug Report #4422 (New): [Validation] decimal message doesnt use :param2 value
- Here is quick example:...
- 03:17 am Revision deb1c92a: Update submodules
-
03:15 am Feature Request #4418 (Closed): std* log writers need to append a newline instead of prepending it
- Applied in changeset commit:00093db6c94e1e40c79c8f020ff8943285a6fe1e.
-
03:05 am Core Revision 00093db6: STD log classes append instead of prepending PHP_EOL (fixes #4418)
- 02:47 am Revision c4dbb1f3: Update submodules
-
02:34 am Core Revision a25b341a: Fix a bug where, in some cases, the exception handler begins the stack trace i...
-
01:42 am Minion Feature Request #4419: Switch newlines to be appended instead of prepending
- This has been applied in the pull request for request decoupling: https://github.com/kohana/minion/pull/52
Assigni...
Also available in: Atom