Activity

From 01/06/2012 to 02/04/2012

Today

11:00 am Kohana v3.x 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 Kohana v3.x 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... TJ Krause

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...
Enrique Piatti

02/01/2012

06:18 pm Userguide Bug Report #4428 (New): Support comment tags that span multiple lines
Specifically, @@param@ tags can get pretty long. Chris Bandy

01/31/2012

06:17 pm Kohana v3.x Revision 8e9b2b48: Update submodules
Kohana Jenkins
06:07 pm Core Revision e139a64c: Follow up to 3bc535eb536e54451b722da9699d052c863ac1b4, determine the download ...
Woody Gilk
06:04 pm Core Revision 18183090: Fix previous bad merge
Jeremy Bush
06:04 pm Kohana v3.x 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...
Jeremy Bush
06:02 pm Kohana v3.x Revision 4ef35951: Update submodules
Kohana Jenkins
05:57 pm Core Revision c7b1986b: Merge branch '3.3/feature/3989-Remove-CLI' into 3.3/develop
Conflicts:
classes/kohana/kohana/exception.php
Jeremy Bush
05:57 pm Kohana v3.x Feature Request #3989 (Closed): Make Minion official
And core changes have been merged. This is complete. Jeremy Bush
05:52 pm Kohana v3.x Feature Request #3989: Make Minion official
The minion branch has been merged. Jeremy Bush
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... Isaiah DeRose-Wilson
06:32 am Kohana v3.x Revision 69b6f0d5: Update submodules
Kohana Jenkins
06:31 am Kohana v3.x Revision 3a3b3b42: Update submodules
Kohana Jenkins
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 Isaiah DeRose-Wilson
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 Isaiah DeRose-Wilson
06:19 am ORM Revision d35f7d88: Merge branch '3.2/develop' into 3.3/develop
Isaiah DeRose-Wilson
06:18 am ORM Revision d58dc81a: Merge branch 3.1/develop into 3.2/develop
Isaiah DeRose-Wilson
06:16 am Kohana v3.x Revision 3a7e8825: Update submodules
Kohana Jenkins
06:15 am ORM Bug Report #3587 (Closed): ORM and sqlite virtual tables not accessed properly breaking object
Applied in changeset commit:c1d5f2f119afed15a34f5cc2b8a181d276707d17. Isaiah DeRose-Wilson
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... Isaiah DeRose-Wilson
06:06 am ORM Revision c1d5f2f1: Fixes #3587 - Select columns by name instead of doing select *
Isaiah DeRose-Wilson
05:31 am Kohana v3.x Revision 7989a5ed: Update submodules
Kohana Jenkins
05:20 am ORM Revision e179155c: Fixes #4406 - Make sure we check for NULL value before loading belongs to data.
Isaiah DeRose-Wilson
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 Isaiah DeRose-Wilson
05:17 am ORM Bug Report #4405 (Closed): Belongs to relationships return the wrong record
Isaiah DeRose-Wilson
05:17 am ORM Bug Report #4405: Belongs to relationships return the wrong record
Fixed by "bc56b3d422740...":https://github.com/kohana/orm/commit/bc56b3d42274013c61a2fcfda41c5545bf849697 Isaiah DeRose-Wilson
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 ... Isaiah DeRose-Wilson
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... Isaiah DeRose-Wilson
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 Isaiah DeRose-Wilson
05:02 am Kohana v3.x Revision 28b058a4: Update submodules
Kohana Jenkins
05:01 am Kohana v3.x Revision c776d55a: Update submodules
Kohana Jenkins
05:01 am Kohana v3.x Revision 207c2ebc: Update submodules
Kohana Jenkins
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... Isaiah DeRose-Wilson
05:00 am ORM Bug Report #4423 (Closed): forget to check var「$this->_saved」and「$this->_valid」after method values()
Isaiah DeRose-Wilson
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 Isaiah DeRose-Wilson
04:58 am ORM Revision fadde0bf: Merge branch '3.2/develop' into 3.3/develop
Isaiah DeRose-Wilson
04:58 am ORM Revision e669bf1d: Merge branch '3.1/develop' into 3.2/develop
Isaiah DeRose-Wilson
04:54 am ORM Revision 0d6c71e7: Fixes #4423 and #4424 - Run validation before checking changed. Always run val...
Isaiah DeRose-Wilson
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. Isaiah DeRose-Wilson
03:48 am ORM Bug Report #4424 (Assigned): Validation should always run in a model isn't valid
Isaiah DeRose-Wilson
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... Isaiah DeRose-Wilson

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... SAN KAI LIAO
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... SAN KAI LIAO
08:21 am Kohana v3.x Bug Report #4422 (New): [Validation] decimal message doesnt use :param2 value
Here is quick example:... Ivan Brotkin
03:17 am Kohana v3.x Revision deb1c92a: Update submodules
Kohana Jenkins
03:15 am Kohana v3.x Feature Request #4418 (Closed): std* log writers need to append a newline instead of prepending it
Applied in changeset commit:00093db6c94e1e40c79c8f020ff8943285a6fe1e. Lorenzo Pisani
03:05 am Core Revision 00093db6: STD log classes append instead of prepending PHP_EOL (fixes #4418)
Lorenzo Pisani
02:47 am Kohana v3.x Revision c4dbb1f3: Update submodules
Kohana Jenkins
02:34 am Core Revision a25b341a: Fix a bug where, in some cases, the exception handler begins the stack trace i...
Kiall Mac Innes
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...
Lorenzo Pisani

01/29/2012

09:32 pm Kohana v3.x Bug Report #4421: Add default robots.txt
Yeah, these apps are 3.0, this has been changed since 3.1 Kemal Delalić
06:31 pm Kohana v3.x Revision 04684277: Update submodules
Kohana Jenkins
06:31 pm Kohana v3.x Revision 9e1da2a7: Update submodules
Kohana Jenkins
06:31 pm Kohana v3.x Revision 0fc9d02f: Update submodules
Kohana Jenkins
06:19 pm Core Revision dce8cc79: Fixed issue with I18n::lang() test expecting state to be preserved across runs.
Kiall Mac Innes
06:19 pm Core Revision c9cc8888: Fixed issue with I18n::lang() test expecting state to be preserved across runs.
Kiall Mac Innes
06:18 pm Core Revision cbed05a5: Fixed issue with I18n::lang() test expecting state to be preserved across runs.
Kiall Mac Innes
06:16 pm Kohana v3.x Revision 98de2c76: Update submodules
Kohana Jenkins
06:16 pm Kohana v3.x Revision 649a2103: Update submodules
Kohana Jenkins
06:16 pm Kohana v3.x Revision b1951620: Update submodules
Kohana Jenkins
06:15 pm Userguide Bug Report #4037 (Closed): API Browser anchors conflict with page styles
Applied in changeset commit:a64008be87d735b7fb0b8739e37b3d8914603e18. Chris Bandy
06:10 pm Core Revision 80d2bc50: Ensure I18n tests work correctly when I18n::$lang has been set to something ot...
Kiall Mac Innes
06:10 pm Core Revision 6b7d050f: Ensure I18n tests work correctly when I18n::$lang has been set to something ot...
Kiall Mac Innes
06:09 pm Core Revision c8320bb7: Ensure I18n tests work correctly when I18n::$lang has been set to something ot...
Kiall Mac Innes
06:02 pm Userguide Revision 2272a16a: Merge branch '3.2/develop' into 3.3/develop
Chris Bandy
05:58 pm Userguide Revision e50a1e0d: Merge branch '3.1/develop' into 3.2/develop
Chris Bandy
05:56 pm Userguide Revision afc289d7: Move jQuery calls into no-conflict scope
Chris Bandy
05:52 pm Userguide Revision 4dbf5eff: Fix API filter with prefix IDs. Refs #4037
Chris Bandy
05:49 pm Userguide Revision a64008be: Merge remote branch 'czukowski/bug/4037-api-browser-anchors-conflict' into 3.1...
Fixes #4037 Chris Bandy
05:29 pm Userguide Bug Report #3694 (Closed): Markdown should not be included in the controller
Chris Bandy
04:30 pm Kohana v3.x Bug Report #4421 (Closed): Add default robots.txt
This isn't true at all:
http://kohanaframework.org/robots.txt
http://www.google.com/search?q=kohanaframework
T...
Jeremy Bush
12:52 pm Kohana v3.x Bug Report #4421 (Closed): Add default robots.txt
With default routing, /robots.txt will return 500+. This doesn't seem like a big deal until *Google removes few of yo... Kemal Delalić

01/28/2012

05:25 pm Kohana v3.x Bug Report #4413: Kohana::init() overwrites any existing internal Log or Config instances
I would very much like to see this get into the core as soon as possible. I would like to have my init options array ... Richard Willis

01/27/2012

08:47 pm ORM Bug Report #4420: ORM with belongs_to causes error when setting it to NULL
Fixed: https://github.com/kohana/orm/pull/52 Adam Radwon
08:46 pm Kohana v3.x Bug Report #4224: Kohana::$config incorrectly initialized in Kohana_Core
Fixed: https://github.com/kohana/core/pull/206 Adam Radwon
08:45 pm Kohana v3.x Bug Report #4413: Kohana::init() overwrites any existing internal Log or Config instances
Fixed: https://github.com/kohana/core/pull/206 Adam Radwon
01:50 pm Userguide Bug Report #3711: Unittest module breaks the userguide api browser
Adding @require_once 'PHPUnit/Autoload.php'@ to @unittest/init.php@ fixes this. Why doesn't the UnitTest module load ... Chris Bandy
01:31 pm Kohana v3.x Revision da21c51f: Update submodules
Kohana Jenkins
01:31 pm Kohana v3.x Revision 42800887: Update submodules
Kohana Jenkins
01:31 pm Kohana v3.x Revision a17d1bb5: Update submodules
Kohana Jenkins
01:28 pm Userguide Feature Request #3919: Sunlight Syntax Highlighter
I think the library has moved: http://sunlightjs.com Chris Bandy
01:21 pm Userguide Bug Report #3334 (Closed): API autofocus
Chris Bandy
01:20 pm Userguide Bug Report #3334: API autofocus
Fixed in https://github.com/kohana/userguide/commit/70b0aa5384d77a6162389c57fc1e46ca37126b8d Chris Bandy
01:19 pm Userguide Revision d5b97202: Merge branch '3.2/develop' into 3.3/develop
Chris Bandy
01:18 pm Userguide Revision eeb6e389: Merge branch '3.1/develop' into 3.2/develop
Chris Bandy
01:16 pm Kohana v3.x Revision 18a7dee2: Update submodules
Kohana Jenkins
01:15 pm Userguide Bug Report #3665 (Closed): Filter does not work on API Browser.
Applied in changeset commit:f60b7bca75c19eadb72db02ba77a719fecca4fd9. Chris Bandy
01:06 pm Userguide Revision 70b0aa53: Simplify API filter and focus on load
Chris Bandy
01:02 pm Userguide Revision f60b7bca: Merge pull request #18 from awellis13/3.1/develop
Fixes #3665 Chris Bandy
10:26 am Kohana v3.x Feature Request #4169: Support for subdomains
Renaming ... David Pommer
09:55 am Kohana v3.x Feature Request #4169: Support for subdomains
Some quick thoughts:... David Pommer
08:56 am ORM Bug Report #4420 (New): ORM with belongs_to causes error when setting it to NULL
Reported in the forums: http://forum.kohanaframework.org/discussion/10125/
Setting a belongs_to relationship to NU...
Adam Radwon

01/26/2012

03:33 pm Kohana v3.x Revision 90f06159: Update submodules
Kohana Jenkins
02:24 pm Kohana v3.x Bug Report #4313: Kohana_Session throws exception when session_start was already called
Zvi Shteingart, did you meant @if(session_id())@? Dmitry T.
01:07 pm Kohana v3.x Bug Report #4313: Kohana_Session throws exception when session_start was already called
nice. i think such exception is better than existing one. it cleares out the reason of exception. Dmitry Selin
12:37 pm Kohana v3.x Bug Report #4313: Kohana_Session throws exception when session_start was already called
I spend a couple of hours on this issue too. It is not straight-forward from the bug that Session::Instance() must be... Zvi Shteingart
10:47 am Kohana v3.x Bug Report #4016: Validation message for "matches" should say :param3 instead of :param2
Agree with Nano Documet.
Kohana 3.0 has only a Validate class, so there was no need for passing Validation object...
Ivan Brotkin

01/25/2012

12:11 am Kohana v3.x Feature Request #4375: Remove redirect() from the Request class
I think I agree. I also think that we should encourage using HTTP::redirect() over $this->redirect() in controllers. ... Jeremy Bush

01/24/2012

11:53 pm Kohana v3.x Feature Request #4375 (Feedback): Remove redirect() from the Request class
What abount interchanging url and code parameters order? (code is optional, and url is required) Dmitry T.
09:41 pm Minion Feature Request #4419 (Assigned): Switch newlines to be appended instead of prepending
This is more logical but we will need to create or update the CLI::write_replace() method to reflect the change. Pull... Lorenzo Pisani
09:40 pm Core Revision 7719279b: Refs #4375 - Add redirect helper method
Kiall Mac Innes
09:37 pm Kohana v3.x Feature Request #4418 (Closed): std* log writers need to append a newline instead of prepending it
We are changing this behavior in minion as well to make it consistent with how other command line tools work Lorenzo Pisani
09:28 pm Kohana v3.x Bug Report #4284: Syslog driver doesn't use $_syslog_levels
Fixed with the following pull request https://github.com/kohana/core/pull/209 Alex Cartwright
08:44 pm Core Revision cbd688b5: Refs #4417 - Cleanup timestamp handling, and add a missing docblock comment.
Kiall Mac Innes
08:11 pm Core Revision e1605fea: Refs #4417 - Move strace_level to Log_Writer
Kiall Mac Innes
08:08 pm Core Revision 09d9e5c6: Merge pull request #208 from kohana/3.3/feature/4417-LogParameters
Fixes #4417 - Support for additional parameters to Kohana_Log::add() Kiall Mac Innes
08:07 pm Kohana v3.x Feature Request #4417 (Closed): Support for additional parameters to Kohana_Log::add()
Kiall Mac Innes
06:52 pm Core Revision f9161128: Refs #4417 - Support for additional parameters to Kohana_Log::add()
Kiall Mac Innes
06:44 pm Core Revision 4557c822: Refs #4417 - Support for additional parameters to Kohana_Log::add()
Kiall Mac Innes
06:21 pm Core Revision 1de08215: Refs #4417 - Support for additional parameters to Kohana_Log::add()
Kiall Mac Innes
05:29 pm Kohana v3.x Feature Request #4417: Support for additional parameters to Kohana_Log::add()
I think it would be nice to get this added to 3.3, it makes logging much more flexible. Isaiah DeRose-Wilson
05:08 pm Kohana v3.x Feature Request #4417: Support for additional parameters to Kohana_Log::add()
See https://github.com/kohana/core/pull/208 Kiall Mac Innes
05:08 pm Core Revision faad2724: Refs #4417 - Support for additional parameters to Kohana_Log::add()
Kiall Mac Innes
05:06 pm Kohana v3.x Feature Request #4417 (Closed): Support for additional parameters to Kohana_Log::add()
Support sending additional parameters to Kohana_Log::add() eg user_id, session_id, exception etc..
This should als...
Kiall Mac Innes
03:27 pm Kohana v3.x Feature Request #4416 (New): Response::send_file(): ability to pass an existing ressource
... Michael Fleischhauer

01/23/2012

01:59 pm Kohana v3.x Bug Report #4415 (New): [Validation] Anonymous function doesnt stop check execution
I have a Validation object with two rules:
$valid->rules('foo',
array(function($value) {...})),
array('V...
Ivan Brotkin

01/21/2012

11:55 pm Userguide Bug Report #4274: Comments of users are shown in production mode(no config option available)
Should this be a setting in each module or in the userguide API browser itself? Chris Bandy

01/20/2012

08:00 pm Kohana v3.x Patch #4414 (New): Add Facebook user agent
Just add ... Kemal Delalić
04:54 pm Kohana v3.x Bug Report #4413 (New): 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... Adam Radwon
04:51 pm Kohana v3.x Bug Report #4257: X-Powered-by header
nope. Anonymous
03:39 pm Kohana v3.x Bug Report #4257: X-Powered-by header
nope Anonymous

01/19/2012

05:15 pm Kohana v3.x Feature Request #4412: HTML class and attributes
By default, XHTML strict mode is still enabled. This just starts opening the path towards HTML5 support. At this poin... Woody Gilk
05:11 pm Kohana v3.x Feature Request #4412: HTML class and attributes
So are we officially supporting html5 now? This seems to not be valid for xhtml, our supported version of html. Jeremy Bush
04:46 pm Kohana v3.x Revision e908b0e3: Update submodules
Kohana Jenkins
04:46 pm Kohana v3.x Feature Request #4412 (Needs Test): HTML class and attributes
Woody Gilk
04:45 pm Kohana v3.x Feature Request #4412 (Closed): HTML class and attributes
Applied in changeset commit:9cffcd9a50ae324241f28de22366181a1df38d66. Shadowhand -
04:43 pm Core Revision 9cffcd9a: Added HTML::$strict and modified HTML::attributes() accordingly, allows empty ...
Shadowhand -
04:37 pm Kohana v3.x Feature Request #4412 (Needs Test): HTML class and attributes
One of the changes in HTML5 is dropping the requirement that all HTML attributes have values. In HTML, this is perfec... Woody Gilk
01:43 pm Kohana v3.x Feature Request #4411 (New): Sessions with namespace
I think Kohana should use sessions with namespace, maybe something like ZF:
http://framework.zend.com/manual/en/...
Enrique Piatti
01:34 pm ORM Bug Report #4410 (New): has method with wrong documentation
The documentation for Orm::has says the return type is Database_Result, you should change it to "bool"
http://k...
Enrique Piatti
12:14 pm Kohana v3.x Proposals (Political/Workflow) #4409 (New): Maybe Kohana_Confg_Database should extend Config_Data...
Instead of Kohana_Config_Database_Writer ? Ruslan Sukhar

01/18/2012

01:38 pm Image Feature Request #4408 (New): Image library should be have a square function
It would be nice to be able to add "padding" to an image to make it square, providing a background color.
Eg:
140...
Dave Carlson
05:09 am Kohana v3.x Bug Report #4407 (New): ORM count_all()
The using the count_all() in the ORM Module it does not return the correct columns.
I have found the problem:
C:\...
Geo G

01/17/2012

02:39 pm Kohana v3.x Bug Report #3300 (Feedback): Cache Directory must be writable even with Caching disabled
What if we are on a read only filesystem? dp de
01:09 am Kohana v3.x Bug Report #4403 (Closed): i18n shortcut __($string, $values = array(), $lang = ('en-us')) ignore...
Jeremy Bush
12:16 am Kohana v3.x Revision f4fd3cfd: Update submodules
Kohana Jenkins
12:15 am ORM Bug Report #4406 (Closed): Belongs to relationships return the wrong record
Applied in changeset commit:bc56b3d42274013c61a2fcfda41c5545bf849697. Isaiah DeRose-Wilson
12:14 am ORM Revision bc56b3d4: Fixes #4406 - Make sure we check for NULL value before loading belongs to data.
Isaiah DeRose-Wilson
12:12 am ORM Bug Report #4406 (Closed): Belongs to relationships return the wrong record
When ORM loads "belongs to" relationships it runs @$model->where($col, '=', $val)->find()@ without making sure $val i... Isaiah DeRose-Wilson
12:12 am ORM Bug Report #4405 (Closed): Belongs to relationships return the wrong record
When ORM loads "belongs to" relationships it runs @$model->where($col, '=', $val)->find()@ without making sure $val i... Isaiah DeRose-Wilson

01/16/2012

09:42 pm ORM Bug Report #4404 (Assigned): Belongs to relationships return the wrong record
Isaiah DeRose-Wilson
09:25 pm ORM Bug Report #4404 (Closed): Belongs to relationships return the wrong record
When ORM loads "belongs to" relationships it runs @$model->where($col, '=', $val)->find()@ without making sure $val i... Isaiah DeRose-Wilson
08:40 pm Kohana v3.x Bug Report #4403: i18n shortcut __($string, $values = array(), $lang = ('en-us')) ignores the $la...
Please ignore/delete this, I posted to quickly.
I think I confused the source language with the target language. Was...
Mike Gustafsson
08:28 pm Kohana v3.x Bug Report #4403 (Closed): i18n shortcut __($string, $values = array(), $lang = ('en-us')) ignore...
Think the subject says it all, but here's the line I'm talking about:
https://github.com/kohana/core/blob/3.2/develo...
Mike Gustafsson
10:42 am Cache Bug Report #4364: Cache tests fail if memcache isn't running
I opened a "PR":https://github.com/kohana/cache/pull/21 surely this can land in 3.2? Chris Smith
10:27 am Database Feature Request #4384: Add Database Insert ignore()
Gah Gneh wrote:
> could, at least the @compile()@ function be decoupled, so I can call @parent::compile()@ without h...
Chris Smith
04:46 am Kohana v3.x Revision f45dee1c: Update submodules
Kohana Jenkins
04:46 am Kohana v3.x Revision 0a884558: Update submodules
Kohana Jenkins
04:43 am Core Revision 374419b1: Merge branch '3.2/develop' into 3.3/develop
Woody Gilk
04:43 am Core Revision 962c5f12: Merge pull request #203 from badsyntax/3.2/develop
Clean URLs tutorial update Woody Gilk

01/15/2012

03:02 am Core Revision 3f5e3e13: Updated the Clean URLs tutorial to include a short explanation of why the .hta...
Richard Willis
02:40 am Database Bug Report #4402 (Closed): Fatal Error after attaching Database_Config object
Isaiah DeRose-Wilson

01/14/2012

10:49 pm Database Bug Report #4402 (Closed): Fatal Error after attaching Database_Config object
h3. The problem
Here is a quick example:...
Ivan Brotkin
10:31 pm Kohana v3.x Bug Report #4401 (New): Config cache should be reset after new Config source attached
h3. The problem
For example, I have a Config_File attached by default:...
Ivan Brotkin
07:39 pm Kohana v3.x Feature Request #4209 (Feedback): Combine regex and callback functionality in Routes
Jeremy, it looks like this feature has basically been implemented by Woody (the filters: http://dev.kohanaframework.o... Lorenzo Pisani
04:24 pm Kohana v3.x Feature Request #4209: Combine regex and callback functionality in Routes
This is kind of related to: http://dev.kohanaframework.org/issues/3866 , it would be nice if both could be added in t... Kemal Delalić

01/13/2012

04:09 pm Kohana v3.x Bug Report #4194 (Feedback): Date::span() returns wrong values
More tests won't tell us anything we don't already know. The code needs to be modified in some way. Woody Gilk
04:08 pm Kohana v3.x Bug Report #4194: Date::span() returns wrong values
Well do you want it mostly accurate for most situations, or perfectly accurate for corner cases? Unfortunately, the m... Woody Gilk
03:45 pm Kohana v3.x Bug Report #4194 (Needs Test): Date::span() returns wrong values
Needs more unit tests. Jeremy Bush
03:39 pm Kohana v3.x Bug Report #4194: Date::span() returns wrong values
There's still a problem with this method as it's returning wtful data:... Michał Matyas
09:55 am Kohana v3.x Bug Report #4400 (New): Documentation Typos in Config class
There's a few small typos in the doc block comments in a couple of the Config classes/tests
Pull request: https://...
Paul Dixon

01/12/2012

07:38 pm Cache Feature Request #4024 (Closed): Redis driver
I don't think we want to support this in core. A third party module would be best. Jeremy Bush
06:18 pm Cache Feature Request #4024: Redis driver
Is the standard Redis PHP extension https://github.com/nicolasff/phpredis? I'd be willing to take a stab at it as lon... Logan Aube
11:42 am Kohana v3.x Bug Report #4399 (New): Seeding incorrect PRNG
The Encrypt class calls @mt_srand()@ to seed the PRNG when @MCRYPT_RAND@ is being used to generate an IV, however it ... Chris Smith
05:19 am Kohana Website Revision 9dce10f7: Add 3.3 guide directories to the Pagodabox Boxfile
Kiall Mac Innes
05:13 am Kohana Website Revision 9785caca: Merge branch 'develop' of github.com:kohana/kohanaphp.com into develop
Kiall Mac Innes
05:12 am Kohana Website Revision a6fe72d9: Add index.php for 3.3 guide.
Kiall Mac Innes
05:07 am Kohana Website Revision 5d2e9101: Update guides
Kohana Jenkins
04:58 am Kohana Website Revision 3e657b3c: Add 3.3 guide cookie salt.
Kiall Mac Innes
04:52 am Kohana Website Revision 5d907f8b: Change the "write your own code" text to read better.
Kiall Mac Innes
04:50 am Kohana Website Revision c272df15: Add 3.3 docs
Kiall Mac Innes
04:46 am Kohana v3.x Revision 5d49dd86: Update submodules
Kohana Jenkins
04:44 am Core Revision efda553d: Update docs regarding redirects including a note on potential changes before 3...
Kiall Mac Innes

01/11/2012

08:29 pm Kohana v3.x Feature Request #4398 (New): Preserve keys in Arr::pluck()
Like this:... Ivan Petropolsky
10:33 am Kohana v3.x Patch #4020: Stack traces for Fatal PHP errors
Thanks, I must have missed it somehow :) Marcus Cobden
07:47 am Kohana v3.x Revision d9efe13d: Update submodules
Kohana Jenkins
07:47 am Kohana v3.x Revision 27ccb97d: Update submodules
Kohana Jenkins
07:46 am Kohana v3.x Revision c9ee8087: Update submodules
Kohana Jenkins
07:45 am Database Bug Report #4033 (Closed): Configuration defaults
Applied in changeset commit:005ecf12b6a15a66b0d05412adfb54df7783de11. Chris Bandy
07:32 am Database Revision 25a7aa92: Merge branch '3.2/develop' into 3.3/develop
Chris Bandy
07:32 am Database Revision d7ce493a: Merge branch '3.1/develop' into 3.2/develop
Chris Bandy
07:32 am Kohana v3.x Revision bbea71aa: Update submodules
Kohana Jenkins
07:31 am Kohana v3.x Revision e155a3aa: Update submodules
Kohana Jenkins
07:31 am Database Revision 005ecf12: Ensure the table_prefix is assigned. Fixes #4033
Chris Bandy
07:31 am Kohana v3.x Revision 4d5824ac: Update submodules
Kohana Jenkins
07:30 am Database Feature Request #3963 (Closed): Db query docs: the term "prepared statements" is misleading.
Applied in changeset commit:f226b9139d1119c68c3a4b05426b0ff7ff5dcb41. Chris Bandy
07:17 am Database Revision 8e39e898: Merge branch '3.2/develop' into 3.3/develop
Chris Bandy
07:16 am Database Revision 49ee952a: Merge branch '3.1/develop' into 3.2/develop
Chris Bandy
07:16 am Database Revision f226b913: Use 'parameterized' rather than 'prepared' in docs. Fixes #3963
Chris Bandy

01/10/2012

11:02 pm Kohana v3.x Revision 106f6117: Update submodules
Kohana Jenkins
10:55 pm Kohana v3.x Feature Request #3141 (Closed): Config merging should treat non-associative array elelemts as unique
Kiall Mac Innes
10:54 pm Core Revision fa8f2182: Merge pull request #198 from kohana/3.3/issue/3141-merge-indexed-arrays
#3141 - Handle indexed arrays consistently in Arr::merge(). Fixes #3141. Kiall Mac Innes
09:47 pm Kohana v3.x Revision 3c67a143: Update submodules
Kohana Jenkins
09:46 pm Kohana v3.x Revision 7b60e925: Update submodules
Kohana Jenkins
09:46 pm Kohana v3.x Revision 7cbedb31: Update submodules
Kohana Jenkins
09:45 pm Kohana v3.x Bug Report #4397 (Closed): Broken links in core guide
Applied in changeset commit:2463efe93a65cb0223cbefeebe1eec596514e1a8. Woody Gilk
09:37 pm Core Revision 140a88d6: Merge branch '3.2/develop' into 3.3/develop
Woody Gilk
09:37 pm Core Revision 6f722f3b: Merge branch '3.1/develop' into 3.2/develop
Woody Gilk
09:37 pm Kohana v3.x Bug Report #4397 (Assigned): Broken links in core guide
Merged up to v3.2 and v3.3. Woody Gilk
09:34 pm Core Revision 2463efe9: Merge pull request #201 from mintbridge/3.1/issue/4397-guide-broken-links
Fixes #4397 Woody Gilk
09:03 pm Kohana v3.x Bug Report #4397: Broken links in core guide
Pull request at https://github.com/kohana/core/pull/200 Paul Dixon
08:38 pm Core Revision a3ac81ac: fixing broken links on the main guide page
Paul Dixon
08:00 pm Kohana v3.x Bug Report #4397 (Closed): Broken links in core guide
There are a few broken links in the guide for core. I'm correcting them now, pull request to follow Paul Dixon
07:47 pm Kohana v3.x Revision dc39fc8d: Update submodules
Kohana Jenkins
07:39 pm Core Revision 47132998: Follow up to f3425119c7b5cb1a7e49b92730d1c10c0415b155, reference HTTP_Header m...
Woody Gilk
07:34 pm Core Revision f3425119: Deprecated Request methods: accept_lang(), accept_encoding(), accept_type(), r...
Woody Gilk
07:15 pm Kohana v3.x Revision 07c91f7a: Update submodules
Kohana Jenkins
07:15 pm Kohana v3.x Feature Request #4383: append() and prepend() for View class
suppose I have this template:... Gah Gneh
07:15 pm Kohana v3.x Revision 4963bbc2: Update submodules
Kohana Jenkins
07:15 pm Kohana v3.x Revision a989baf8: Update submodules
Kohana Jenkins
07:13 pm Database Revision bcb3515a: Merge branch 3.2/develop into 3.3/develop
Kiall Mac Innes
07:13 pm Codebench Revision 241226a6: Merge branch 3.2/develop into 3.3/develop
Kiall Mac Innes
07:13 pm Image Revision 87b7e783: Merge branch 3.2/develop into 3.3/develop
Kiall Mac Innes
07:13 pm ORM Revision 7ea060e0: Merge branch 3.2/develop into 3.3/develop
Kiall Mac Innes
07:13 pm Core Revision 196f96cf: Merge branch 3.2/develop into 3.3/develop
Kiall Mac Innes
07:13 pm Userguide Revision c93e8d63: Merge branch 3.2/develop into 3.3/develop
Kiall Mac Innes
07:13 pm Auth Revision dc590e17: Merge branch 3.2/develop into 3.3/develop
Kiall Mac Innes
07:13 pm Cache Revision 970ee406: Merge branch 3.2/develop into 3.3/develop
Kiall Mac Innes
07:13 pm UnitTest Revision 93e88bbb: Merge branch 3.2/develop into 3.3/develop
Kiall Mac Innes
07:12 pm UnitTest Revision 5291551a: Merge branch 3.1/develop into 3.2/develop
Kiall Mac Innes
07:12 pm Image Revision f077aa89: Merge branch 3.1/develop into 3.2/develop
Kiall Mac Innes
07:12 pm Database Revision 45f900b0: Merge branch 3.1/develop into 3.2/develop
Kiall Mac Innes
07:12 pm ORM Revision 6be969a1: Merge branch 3.1/develop into 3.2/develop
Kiall Mac Innes
07:12 pm Core Revision c2d22a90: Merge branch 3.1/develop into 3.2/develop
Kiall Mac Innes
07:12 pm Userguide Revision 7c4baf17: Merge branch 3.1/develop into 3.2/develop
Kiall Mac Innes
07:12 pm Cache Revision b42f9eec: Merge branch 3.1/develop into 3.2/develop
Kiall Mac Innes
07:12 pm Codebench Revision 98aace38: Merge branch 3.1/develop into 3.2/develop
Kiall Mac Innes
07:11 pm Auth Revision 135f4bf6: Merge branch '3.1/develop' into 3.2/develop
Kiall Mac Innes
07:07 pm Database Revision 87b3466b: Merge branch '3.1/develop' of http://github.com/kohana/database into 3.1/develop
Kiall Mac Innes
07:04 pm UnitTest Revision 4356acb9: Update @copyright notices to 2012. Fixes #4396.
Kiall Mac Innes
07:04 pm Core Revision f0c2f80a: Update @copyright notices to 2012. Fixes #4396.
Kiall Mac Innes
07:04 pm ORM Revision 5212e985: Update @copyright notices to 2012. Fixes #4396.
Kiall Mac Innes
07:04 pm Userguide Revision 159e5b8f: Update @copyright notices to 2012. Fixes #4396.
Kiall Mac Innes
07:04 pm Database Revision 4abc7035: Update @copyright notices to 2012. Fixes #4396.
Kiall Mac Innes
07:04 pm Codebench Revision df799d99: Update @copyright notices to 2012. Fixes #4396.
Kiall Mac Innes
07:04 pm Image Revision 47412f2e: Update @copyright notices to 2012. Fixes #4396.
Kiall Mac Innes
07:04 pm Auth Revision 7ad3e737: Update @copyright notices to 2012. Fixes #4396.
Kiall Mac Innes
07:04 pm Cache Revision af71caf2: Update @copyright notices to 2012. Fixes #4396.
Kiall Mac Innes
07:02 pm Kohana v3.x Revision e34e08f5: Update submodules
Kohana Jenkins
07:01 pm Kohana v3.x Revision 39764f14: Update submodules
Kohana Jenkins
07:01 pm Kohana v3.x Revision 925dd293: Update submodules
Kohana Jenkins
07:00 pm Kohana v3.x Bug Report #4396 (Closed): Update @copyright notices to 2012
Applied in changeset commit:af7abfeb60e2d367d067443bdb47cb011baf358d. Kiall Mac Innes
06:58 pm Core Revision 1fcafa4b: Merge branch '3.3/develop' of http://github.com/kohana/core into 3.3/develop
Kiall Mac Innes
06:57 pm Core Revision f5f99b4e: Merge branch '3.2/develop' into 3.3/develop
Conflicts:
classes/kohana/http/cache.php
tests/kohana/request/client/CacheTest.php
Kiall Mac Innes
06:57 pm Core Revision 86d2a2cd: Merge branch 3.1/develop into 3.2/develop
Kiall Mac Innes
06:55 pm Kohana v3.x Bug Report #4396 (Closed): Update @copyright notices to 2012
Kiall Mac Innes
06:55 pm Core Revision af7abfeb: Update @copyright notices to 2012. Fixes #4396.
Kiall Mac Innes
06:44 pm Kohana v3.x Patch #4020: Stack traces for Fatal PHP errors
@Marcus Cobden - yes it did.
See: http://dev.kohanaframework.org/projects/kohana3-core/repository/revisions/039737...
Kiall Mac Innes
06:38 pm Database Feature Request #4384 (Feedback): Add Database Insert ignore()
could, at least the @compile()@ function be decoupled, so I can call @parent::compile()@ without having to manually c... Gah Gneh
06:32 pm Kohana Website Bug Report #4395 (New): Error Handling
Hi! I want to read a documentation about error handling for kohana 3.2, but when I open http://kohanaframework.org/3.... Yaroslav Losev
06:32 pm Kohana v3.x Revision e3f6f040: Update submodules
Kohana Jenkins
06:30 pm Codebench Revision 6e4d4a36: Fixup CodeBench controller for $request->redirect() changes. Refs #4375.
Kiall Mac Innes
06:24 pm Userguide Revision a185e310: Update userguide controller for $response->check_cache() changes. Refs #4373
Kiall Mac Innes
06:13 pm Kohana v3.x Revision f281f66b: Update submodules
Kohana Jenkins
06:05 pm Kohana v3.x Bug Report #4319 (Closed): Kohana_Request::redirect() and HMVC
Kiall Mac Innes
06:05 pm Kohana v3.x Feature Request #4373 (Closed): Provide better isolation of requests/sub-requests
Kiall Mac Innes
06:04 pm Kohana v3.x Feature Request #4374 (Closed): Decouple Response object creation from the Request class..
Kiall Mac Innes
06:04 pm Kohana v3.x Feature Request #4375 (Closed): Remove redirect() from the Request class
Kiall Mac Innes
06:04 pm Kohana v3.x Feature Request #4377 (Closed): Introduce the notion of `HTTP_Exception_Expected` and `HTTP_Excep...
Kiall Mac Innes
06:02 pm Kohana v3.x Revision 36dbad1a: Update submodules
Kohana Jenkins
06:01 pm Core Revision 0c6854b0: Merge pull request #194 from kohana/3.3/feature/RequestResponseCleanup
Fixes #4377, #4375, #4374, #4373, #4319 Kiall Mac Innes
05:51 pm Kohana Website Revision bfa9b026: Merge branch 'develop'
Shadowhand -
05:51 pm Kohana Website Revision c0338c10: Added ?v= to style link, better caching support
Shadowhand -
05:35 pm Kohana Website Revision 320c6155: Merge branch 'develop'
Shadowhand -
05:35 pm Kohana Website Revision 45c4fed1: Added [email protected] email to team page
Shadowhand -
05:33 pm Core Revision 6bc6cf0a: Truncate rather than scrap the stack trace under PHPUnit. Refs #4373
Kiall Mac Innes
05:29 pm Kohana Website Revision 8b8351a7: Replaced Facebook with oDesk in social
Shadowhand -
05:17 pm Cache Revision 45fa4375: Fixup HTTP_Cache for #4374
Kiall Mac Innes
05:07 pm Core Revision c6186dc0: Fixup Kohana_Request_Client_Internal test. Refs #4373
Kiall Mac Innes
05:06 pm Core Revision ca05ec91: Remove HTTPTest, It has no tests..
Kiall Mac Innes
05:04 pm Core Revision 7ce1a72e: Fixup Request_Client_External. Refs #4374.
Kiall Mac Innes
03:42 pm Core Revision 31226d0f: Merge branch '3.3/develop' into 3.3/feature/RequestResponseCleanup
Conflicts:
guide/kohana/menu.md
Kiall Mac Innes
01:14 pm Core Revision 24e4c3d7: Remove cli check from exception handler, remove exit calls. Refs #3989
Jeremy Bush
12:26 pm Kohana v3.x Bug Report #4313: Kohana_Session throws exception when session_start was already called
and it also could be useful to add some info to documentation about kohana_session. saying that kohana sessions shoul... Dmitry Selin
12:24 pm Kohana v3.x Bug Report #4313: Kohana_Session throws exception when session_start was already called
this "specific" situation will become more common, when people will begin to use more external libraries and classes ... Dmitry Selin
10:41 am Kohana v3.x Patch #4020: Stack traces for Fatal PHP errors
*bump*
Did the ini_set make it in?
(my last comment was sent when the mail queue had backed up)
Marcus Cobden
09:47 am Kohana v3.x Feature Request #3396: Move User Agent parser out of Request::user_agent()
How about @HTTP_Text@ or @Text_HTTP@ then? Korney Czukowski
07:41 am Kohana v3.x Bug Report #4016 (Feedback): Validation message for "matches" should say :param3 instead of :param2
You are correct, the original ticket is invalid. The issue is with the order of the fields in the rule definition:
...
Nano Documet
05:47 am Kohana v3.x Revision 4d438e7b: Update submodules
Kohana Jenkins
05:45 am Database Bug Report #4052 (Closed): Ignore empty parentheses in or_where_close() / and_where_close()
Applied in changeset commit:5173c52f728cad71cdb9d9be7384de220ff8c5f6. Chris Bandy
05:41 am Database Revision 5173c52f: Method to remove empty WHERE parentheses. Fixes #4052
Chris Bandy
05:32 am Kohana v3.x Revision f0c6c482: Update submodules
Kohana Jenkins
05:31 am Kohana v3.x Revision 90aac332: Update submodules
Kohana Jenkins
05:31 am Kohana v3.x Revision 9befdaca: Update submodules
Kohana Jenkins
05:30 am Database Bug Report #4394 (Closed): MySQL enum doesn't handle values with parentheses
Applied in changeset commit:7109723b97383d2594abc324627500a7a02fdd56. Chris Bandy
05:30 am Database Bug Report #4393 (Closed): MySQL enum doesn't handle values with parentheses
Applied in changeset commit:a7e8d984909d66c93403c056c38dcc4b1dbb2b07. Chris Bandy
05:25 am Database Revision 9b4d1151: Merge branch '3.2/develop' into 3.3/develop
Chris Bandy
05:23 am Kohana v3.x Bug Report #4313: Kohana_Session throws exception when session_start was already called
If you need sessions always running, then yes, you should always start it in boostrap. Your "bug" only applies to you... Woody Gilk
05:18 am Kohana v3.x Bug Report #4313: Kohana_Session throws exception when session_start was already called
in such case.. may be it would be better to automatically start session from bootstrap or some core class?
or have s...
Dmitry Selin
03:11 am Database Revision 7109723b: Merge branch '3.1/develop' into 3.2/develop. Fixes #4394
Chris Bandy
03:09 am Database Revision a7e8d984: MySQL: Handle ENUM values with parentheses. Fixes #4393
Chris Bandy
02:51 am Kohana v3.x Feature Request #3989: Make Minion official
The changes in #3931 should be reverted as part of this, and a new exception handler attached for CLI mode. Woody Gilk
02:23 am Kohana v3.x Bug Report #3931: Kohana_Exception::handler() doesn't exit with proper error codes
This should be changed as part of #3989. Jeremy Bush
12:37 am Kohana v3.x Bug Report #3931: Kohana_Exception::handler() doesn't exit with proper error codes
This is a regression. We used to call @exit@ in exception handlers, but doing so is broken behavior, as it prevents n... Woody Gilk

01/09/2012

11:33 pm Kohana v3.x Bug Report #4336 (Closed): Request/Response header support broken
I should have put more information into the original issue. Now I can't figure out how to replicate this.
Closing ...
Woody Gilk
11:22 pm Kohana v3.x Bug Report #4313: Kohana_Session throws exception when session_start was already called
Dmitry Selin wrote:
> the only way to make everything work is calling Session::Instance() prior to including faceboo...
Woody Gilk
11:21 pm Kohana v3.x Bug Report #4313: Kohana_Session throws exception when session_start was already called
Your suggested fix is not reliable at all. As I mentioned before, we _must_ use @session_set_cookie_params@ before st... Woody Gilk
09:58 pm Kohana v3.x Bug Report #4336: Request/Response header support broken
I assume you're referring to Kohana 3.1 as 3.2 does not parse headers in this way? Sam de Freyssinet
09:57 pm Kohana v3.x Bug Report #4315: Internal sub-request not receiving correct accept type
The @HTTP_Header@ class handles all of this encapsulated. Also helps if you use the _correct_ http headers! Sam de Freyssinet
09:15 pm Kohana v3.x Bug Report #4313: Kohana_Session throws exception when session_start was already called
hey, but i suggested fix .
with check of session_id()
so we can conditionally run session_start().
in such way eve...
Dmitry Selin
08:49 pm Kohana v3.x Bug Report #3900 (Assigned): Validation::check doesn't check errors added manually
Whoops, not fixed, but refs 0e363a9b9b9c9f7d30262106d934f1405bc36a33. Woody Gilk
08:48 pm Kohana v3.x Bug Report #3900 (Closed): Validation::check doesn't check errors added manually
This was fixed by 0e363a9b9b9c9f7d30262106d934f1405bc36a33. Woody Gilk
08:47 pm Kohana v3.x Revision 5abef0ad: Update submodules
Kohana Jenkins
08:46 pm Kohana v3.x Revision 673f907f: Update submodules
Kohana Jenkins
08:45 pm Kohana v3.x Feature Request #4283 (Closed): HTML::style improvement
Applied in changeset commit:1f76bf490f1d62d668a10579de3b21a290b5751f. Woody Gilk
08:45 pm Kohana v3.x Feature Request #3911 (Closed): Add mime type for .webm format to mime types config
Applied in changeset commit:324f0fb96006c8c37f555589446af98d929ed4ad. Woody Gilk
08:45 pm Userguide Feature Request #4298 (Closed): Show property defaults
Applied in changeset commit:19856ed612de85b77cee3d0cf946e7dd0a3b3fd7. Woody Gilk
08:44 pm Core Revision 3bed1cef: Merge branch '3.2/develop' into 3.3/develop
Woody Gilk
08:44 pm Kohana v3.x Feature Request #3911 (Assigned): Add mime type for .webm format to mime types config
Woody Gilk
08:44 pm Core Revision 324f0fb9: Added webm content type to config/mimes.php, fixes #3911
Woody Gilk
08:41 pm Kohana v3.x Bug Report #4016 (Closed): Validation message for "matches" should say :param3 instead of :param2
I'm 99% sure this is invalid. Please reopen if it is not. Woody Gilk
08:40 pm Kohana v3.x Feature Request #4255 (Closed): More strict URL Validation
Use a custom callback, I don't see a reason for this. Woody Gilk
08:39 pm OAuth Feature Request #4045 (Closed): Ability to add more options to the oAuth cURL call
Please open an issue at https://github.com/shadowhand/oauth, this module is no longer part of Kohana. Woody Gilk
08:38 pm Core Revision 1f76bf49: Allow "rel" attribute to be overloaded in HTML::style(), fixes #4283
Woody Gilk
08:38 pm Kohana v3.x Feature Request #4283 (Assigned): HTML::style improvement
Woody Gilk
08:34 pm Kohana v3.x Bug Report #4288 (Closed): Redirect on HTTPS site does not function properly in 3.2.0
Woody Gilk
08:33 pm Kohana v3.x Bug Report #4284 (Assigned): Syslog driver doesn't use $_syslog_levels
Woody Gilk
08:33 pm Userguide Revision 19856ed6: Show default class property values, fixes #4298
Woody Gilk
08:33 pm Userguide Feature Request #4298 (Assigned): Show property defaults
Woody Gilk
08:19 pm UnitTest Bug Report #4304 (Closed): Guide page incorrectly references application index.php instead of mod...
This was fixed by "bc9259ed76886278cd800e56c5b9596c28fd4ca4":https://github.com/kohana/unittest/commit/bc9259ed768862... Woody Gilk
08:18 pm Kohana v3.x Bug Report #4334 (Feedback): Proposed Upload::type change
I don't see why we should change the logic of this specific rule and none of the others. Woody Gilk
08:17 pm Kohana v3.x Bug Report #4315: Internal sub-request not receiving correct accept type
Committed a deprecation, as per Sam. Maybe we should do something similar to #3396 and make `Request::_parse_accept` ... Woody Gilk
08:17 pm Kohana v3.x Revision 6e048526: Update submodules
Kohana Jenkins
08:16 pm Kohana v3.x Revision 10fb076f: Update submodules
Kohana Jenkins
08:15 pm Kohana v3.x Bug Report #4351 (Closed): installation guide error
Applied in changeset commit:aa472ab4852143bef299412161562a640dbf3993. Woody Gilk
08:14 pm Core Revision dd823936: Deprecated Request::parse_accept(), refs #4315
Woody Gilk
08:10 pm Kohana v3.x Bug Report #4319 (Assigned): Kohana_Request::redirect() and HMVC
Yea, its implemented in a branch already.
I have a few hours tomorrow to try clean it all up...
Kiall Mac Innes
08:09 pm Kohana v3.x Bug Report #4306 (Closed): URL::base() fails to account for HTTPS under certain situations
Woody Gilk
08:06 pm Kohana v3.x Bug Report #4351: installation guide error
The upgrading page in 3.3 has not been updated for 3.2. This only fixes explicit references to version in the menu an... Woody Gilk
08:04 pm Kohana v3.x Bug Report #4351 (Assigned): installation guide error
Fixed and merged up to v3.3. Woody Gilk
08:03 pm Core Revision 3a01c55c: Merge branch '3.2/develop' into 3.3/develop
Woody Gilk
08:03 pm Core Revision aa472ab4: Remove version-specific references from guide install and menu files, fixes #4351
Woody Gilk
07:54 pm Kohana v3.x Bug Report #4313 (Closed): Kohana_Session throws exception when session_start was already called
Kohana uses @session_set_cookie_params@ and other functions before starting session that are required for things to w... Woody Gilk
07:51 pm Kohana v3.x Bug Report #4319 (Feedback): Kohana_Request::redirect() and HMVC
Kiall, does this fit into the Request/Response work you are doing for v3.3? Woody Gilk
07:50 pm Kohana v3.x Bug Report #4332 (Feedback): Please fix docblock
I think most docblocks have been fixed in recent versions. Do you have a list of methods that are incorrect? Woody Gilk
07:47 pm Kohana v3.x Bug Report #4347: Route::cache() should append cached routes
This targets v3.3 because it adds a new parameter to @Route::cache@. Woody Gilk
07:47 pm Kohana v3.x Revision 5a0f50ed: Update submodules
Kohana Jenkins
07:46 pm Core Revision 6033b757: Follow up to 73032a6db0770c68d69abc9635c2f159814deb25, rather than changing ex...
Woody Gilk
07:45 pm Kohana v3.x Bug Report #4347 (Closed): Route::cache() should append cached routes
Applied in changeset commit:73032a6db0770c68d69abc9635c2f159814deb25. Woody Gilk
07:32 pm Kohana v3.x Revision 1160f36d: Update submodules
Kohana Jenkins
07:31 pm Core Revision 73032a6d: Append, rather than replace, cached routes in Route::cache(). Fixes #4347
Woody Gilk
07:30 pm ORM Feature Request #4349 (Closed): Add has_any function or ORM
Applied in changeset commit:980c9da7dfd0a581d60dfa7c3d263b33b71d9b05. Jim K
07:26 pm ORM Feature Request #4349 (Assigned): Add has_any function or ORM
Woody Gilk
07:26 pm ORM Revision 980c9da7: Added ORM::has_any() for checking if a relationship exists, moved ORM::has() t...
Jim K
07:16 pm Kohana v3.x Feature Request #4350 (Closed): money and currency helper functions in Num
Currency display is very region/language/locale dependent, I don't think this is a good solution for a difficult prob... Woody Gilk
07:06 pm Kohana v3.x Feature Request #4383 (Feedback): append() and prepend() for View class
I'm not really sure what the use case for this would be. Can you provide a real-world example? Woody Gilk
06:05 pm Kohana v3.x Bug Report #4306: URL::base() fails to account for HTTPS under certain situations
Ohh, this is duplicated: http://dev.kohanaframework.org/issues/4135 Alejandro García Iglesias
05:50 pm Kohana v3.x Bug Report #4306: URL::base() fails to account for HTTPS under certain situations
Same here, it returns a non-HTTPS URL with the addition of :443 port...
http://stackoverflow.com/questions/8792553/k...
Alejandro García Iglesias
05:07 pm Kohana v3.x Bug Report #4365 (Closed): Validation does not check message type
Tests were added in 77847ce628c404f36b091cfd938eed627628b680. Woody Gilk
05:06 pm Database Feature Request #4384 (Closed): Add Database Insert ignore()
We don't support database-specific features.
BTW, have you considered copying the Insert class and making a @REPLA...
Woody Gilk
04:56 pm Kohana v3.x Feature Request #3396: Move User Agent parser out of Request::user_agent()
The point is to allow parsing of eg: user agent strings that have been stored elsewhere. This makes perfect sense. Ma... Woody Gilk
04:04 pm Database Bug Report #4394 (Closed): MySQL enum doesn't handle values with parentheses
bq. This field's Type looks like @enum('student','professional','retired','other (see description)')@.
@Kohana_Datab...
Chris Bandy
12:21 pm Kohana v3.x Feature Request #4376: Isolate PHP Superglobals for sub requests
No, we "isolate" them inside `query()` and `post()` methods. Pure isolation into the globals is damn hard (nearly imp... Jeremy Bush
12:19 pm Kohana v3.x Feature Request #3396: Move User Agent parser out of Request::user_agent()
I'm not sure I really agree with this. A user agent is specific to http (requests, specifically).
I think a better...
Jeremy Bush
12:00 pm Database Feature Request #3963: Db query docs: the term "prepared statements" is misleading.
Yeah, parameterized queries. Jeremy Bush
07:13 am Kohana v3.x Feature Request #4174: Add `Arr::values()`
Wrap it in @array_values@ then. Woody Gilk
07:05 am Kohana v3.x Feature Request #4174: Add `Arr::values()`
Woody Gilk wrote:
> We already have @Arr::extract@ which does the same thing.
Almost the same thing, `list()` doe...
Kemal Delalić
06:46 am Kohana v3.x Revision 4e206a67: Update submodules
Kohana Jenkins
06:46 am Kohana v3.x Feature Request #4376: Isolate PHP Superglobals for sub requests
Don't we already do this? Woody Gilk
06:46 am Kohana v3.x Revision 8d502517: Update submodules
Kohana Jenkins
06:46 am Kohana v3.x Revision a54ea0e7: Update submodules
Kohana Jenkins
06:45 am Kohana v3.x Bug Report #4361 (Feedback): Security issues on Kohana_Encrypt
Patches welcome. Woody Gilk
06:45 am Kohana v3.x Bug Report #3659 (Closed): Irregular Inflector class term
Applied in changeset commit:3b44190a9d70bbb69eb936ff59b98502b7113a01. Woody Gilk
06:45 am Database Feature Request #3963: Db query docs: the term "prepared statements" is misleading.
Parameterized Chris Bandy
06:35 am Database Bug Report #4393 (Assigned): MySQL enum doesn't handle values with parentheses
Woody Gilk
06:34 am Kohana v3.x Bug Report #3659 (Assigned): Irregular Inflector class term
Woody Gilk
06:31 am Core Revision c3f8ccbb: Merge branch '3.2/develop' into 3.3/develop
Woody Gilk
06:31 am Kohana v3.x Revision 4c19ef93: Update submodules
Kohana Jenkins
06:31 am Core Revision d9808dee: Merge branch '3.1/develop' into 3.2/develop
Woody Gilk
06:31 am Core Revision 3b44190a: Added "releases" to irregular inflector config, fixes #3659
Woody Gilk
06:31 am Kohana v3.x Revision 7078315a: Update submodules
Kohana Jenkins
06:30 am Kohana v3.x Bug Report #4359 (Closed): FILE_SECURITY should use "OR" instead of "or"
Applied in changeset commit:57c4566153e7e3cc57887479e59ec9d29ee1cbce. Woody Gilk
06:29 am UnitTest Bug Report #3814 (Closed): Not work with PHPUnit Releases: 3.5.12 (stable)
#4381 Fixes this for v3.3, previous versions will just have to suffer with PHPUnit inconsistency. Woody Gilk
06:26 am Kohana v3.x Bug Report #4359 (Assigned): FILE_SECURITY should use "OR" instead of "or"
Woody Gilk
06:26 am Database Bug Report #4393 (Closed): MySQL enum doesn't handle values with parentheses
My inserts didn't work until tracked this down:
I have a field in my database. This field's Type looks like "enum...
Alexey Serikov
06:24 am Core Revision 6ad162dc: Merge branch '3.2/develop' into 3.3/develop
Woody Gilk
06:23 am Core Revision 57c45661: Fixed missed CS "OR" value in Kohana::FILE_SECURITY, fixes #4359
Woody Gilk
06:20 am Kohana v3.x Feature Request #4174 (Closed): Add `Arr::values()`
We already have @Arr::extract@ which does the same thing. Woody Gilk
06:16 am Kohana v3.x Revision 10736933: Update submodules
Kohana Jenkins
06:16 am Kohana v3.x Bug Report #4207 (Closed): Kohana should enforce environment usage
Woody Gilk
06:15 am Kohana v3.x Bug Report #4200 (Closed): <controller> is case insensitive
This only applies to the "default" route that ships with Kohana. If you want to control casing, use proper routing. Woody Gilk
06:15 am Kohana v3.x Bug Report #4043 (Closed): Valid::range
Applied in changeset commit:23e1b0bc03f5457aa54a4a2b95a50b4c0313979a. Woody Gilk
06:06 am Kohana v3.x Feature Request #4026 (Closed): Add option for url-safe encryption
Just use "rawurlencode":http://php.net/rawurlencode on the encrypted string. Using "URL::query":http://kohanaframewor... Woody Gilk
06:03 am Core Revision 23e1b0bc: Added $step parameter to Valid::range(), fixes #4043
Woody Gilk
06:03 am Kohana v3.x Bug Report #4043 (Assigned): Valid::range
Woody Gilk
05:46 am Kohana v3.x Revision d4a083f8: Update submodules
Kohana Jenkins
05:45 am Kohana v3.x Bug Report #4194 (Closed): Date::span() returns wrong values
Applied in changeset commit:c9e8d0255548e6a84f2f8a7d0ad652525d77195f. Woody Gilk
05:44 am Kohana v3.x Bug Report #4194 (Assigned): Date::span() returns wrong values
Without a lot of effort, this can only be fixed in v3.3 (when we require PHP 5.3+). Woody Gilk
05:44 am Core Revision c9e8d025: Use date_diff() in Date::span() for calculating months, as not all months are ...
Woody Gilk
05:31 am Kohana v3.x Revision 1242bc66: Update submodules
Kohana Jenkins
05:30 am Kohana v3.x Feature Request #4158 (Closed): Request query/post methods should use Arr::path() rather than Arr...
Applied in changeset commit:b25d30f405e571fcae6f194fcefe5984d1d8a7e1. Woody Gilk
05:18 am Core Revision b25d30f4: Use Arr::path() instead of Arr::get() in Request::query() and Request::post(),...
Woody Gilk
05:17 am Kohana v3.x Revision 2e6ef468: Update submodules
Kohana Jenkins
05:16 am Kohana v3.x Feature Request #4158 (Assigned): Request query/post methods should use Arr::path() rather than A...
I take it back, this makes perfect sense and is much more convenient. Woody Gilk
05:15 am Kohana v3.x Feature Request #3872 (Closed): Make Database instance parameter in Database_Query_Builder_XXX::C...
Applied in changeset commit:8e2e3d08b11a9277011f7c95de490fd0791fe378. Woody Gilk
05:14 am Kohana v3.x Feature Request #4158 (Closed): Request query/post methods should use Arr::path() rather than Arr...
I don't think this is a good idea, as it applies a little too much magic to something that has to be as efficient and... Woody Gilk
05:06 am Database Revision 8e2e3d08: Modify the signature of Database_Query::compile(), do not require the $db para...
Woody Gilk
05:05 am Kohana v3.x Feature Request #3872 (Assigned): Make Database instance parameter in Database_Query_Builder_XXX:...
Woody Gilk
05:01 am Kohana v3.x Revision d072e431: Update submodules
Kohana Jenkins
05:01 am Kohana v3.x Revision b165d444: Update submodules
Kohana Jenkins
05:01 am Kohana v3.x Revision 7749616a: Update submodules
Kohana Jenkins
05:00 am Kohana v3.x Feature Request #3326 (Closed): Arr::flatten doesn't flatten like I expected it to
Applied in changeset commit:56aac4745299476163161f10057ea498564471be. Woody Gilk
04:58 am Kohana v3.x Feature Request #3497 (Closed): Allow a controller to query the name of the matched route
We already have @Route::name()@ and as Jeremy said, we have to support anonymous routes. Woody Gilk
04:55 am Kohana v3.x Feature Request #3326 (Assigned): Arr::flatten doesn't flatten like I expected it to
Woody Gilk
04:53 am Core Revision d8fcaae7: Merge branch '3.2/develop' into 3.3/develop
Woody Gilk
04:53 am Core Revision 6b11df25: Merge branch '3.1/develop' into 3.2/develop
Woody Gilk
04:53 am Core Revision 56aac474: Use array_merge() instead of += in Arr::flatten(), which causes issues when fl...
Woody Gilk
04:52 am Core Revision b350db6e: Merge branch '3.1/develop' into 3.2/develop
Woody Gilk
04:46 am Kohana v3.x Revision ed1f2917: Update submodules
Kohana Jenkins
04:45 am Kohana v3.x Feature Request #3396 (Closed): Move User Agent parser out of Request::user_agent()
Applied in changeset commit:3c732353ff55c859c70737663e60880b51fc2b24. Woody Gilk
04:42 am Core Revision 3c732353: Moved Request::user_agent() to Text::user_agent(), user agent string can now b...
Woody Gilk
04:42 am Kohana v3.x Feature Request #3396 (Assigned): Move User Agent parser out of Request::user_agent()
Woody Gilk
04:31 am Kohana v3.x Revision a284ee0d: Update submodules
Kohana Jenkins
04:31 am Kohana v3.x Revision 2e86d40f: Update submodules
Kohana Jenkins
04:28 am Core Revision 160011f2: Merge branch '3.2/develop' into 3.3/develop
Woody Gilk
04:28 am Core Revision 77847ce6: Added tests for fe38fe9d426a0d6ac608e63bc0b6e7d71a76fda4, refs #4365
Woody Gilk
04:05 am Kohana v3.x Feature Request #2529 (Closed): HMVC request with array values
Woody Gilk
04:05 am Kohana v3.x Feature Request #2312 (Closed): Optional third parameter for Session::get() to set the session ke...
This would be confusing behavior; and I don't see a good use case for this. Woody Gilk
04:02 am Kohana v3.x Feature Request #2750 (Closed): Add GUID support
I created a "UUID module":https://github.com/shadowhand/uuid a while ago. This doesn't need to be added to Kohana core. Woody Gilk
04:01 am Kohana v3.x Revision a230b15b: Update submodules
Kohana Jenkins
04:01 am Kohana v3.x Revision 3fcd3909: Update submodules
Kohana Jenkins
04:01 am Kohana v3.x Revision a67440e7: Update submodules
Kohana Jenkins
04:01 am Userguide Revision 7febaf78: Merge branch '3.1/develop' of http://github.com/kohana/userguide into 3.1/develop
Kohana Jenkins
04:00 am Userguide Bug Report #4358 (Closed): UG try use all files (not only php)
Applied in changeset commit:8f596ed3456f61796d6e06784792c70d4531c553. Woody Gilk
03:53 am Userguide Bug Report #4358 (Assigned): UG try use all files (not only php)
Fixed in 8f596ed3456f61796d6e06784792c70d4531c553 and merged up to 3.2 and 3.3. Woody Gilk
03:53 am Userguide Revision d6910174: Merge branch '3.2/develop' into 3.3/develop
Woody Gilk
03:53 am Userguide Revision 60792e8f: Merge branch '3.1/develop' into 3.2/develop
Woody Gilk
03:53 am Userguide Revision 8f596ed3: Apply extension checks to Kodoc::classes(), fixes #4358
Woody Gilk
03:52 am Userguide Revision 267d8f55: Merge branch '3.2/develop' into 3.3/develop
Woody Gilk
03:51 am Userguide Revision e9791f49: Merge branch '3.1/develop' into 3.2/develop
Woody Gilk
03:31 am Kohana v3.x Revision 8522dd24: Update submodules
Kohana Jenkins
03:31 am Kohana v3.x Revision 37ffd318: Update submodules
Kohana Jenkins
03:31 am Kohana v3.x Revision e3f6da83: Update submodules
Kohana Jenkins
03:28 am Database Feature Request #3963: Db query docs: the term "prepared statements" is misleading.
Does anyone have a suggestion for a better name? Woody Gilk
03:24 am Database Patch #4133 (Closed): Error in documentation
Fixed by 88d83b7b7aa0f5d318e4d7b98f7fda9c8ec44c34. Woody Gilk
03:22 am Database Revision 49c9ddb2: Merge branch '3.2/develop' into 3.3/develop
Woody Gilk
03:22 am Database Revision a51b24d1: Merge branch '3.1/develop' into 3.2/develop
Woody Gilk
03:21 am Database Revision 88d83b7b: Calling Kohana::debug((string) $query)
throws an Exception: ErrorException [ Fatal Error ]: Call to undefined method Kohana::debug()
This code works.
Signe...
moshe-kaplan
03:16 am Kohana v3.x Revision 390956f7: Update submodules
Kohana Jenkins
03:16 am Kohana v3.x Revision 9745d15d: Update submodules
Kohana Jenkins
03:16 am Kohana v3.x Revision 3173fdb9: Update submodules
Kohana Jenkins
03:08 am Image Patch #3970 (Closed): Userguide for Image module
This was merged in https://github.com/kohana/image/commit/a8885520a7c13455d1c0fbc56b30e0c128547559 and has been merge... Woody Gilk
03:03 am Image Revision 2c84a8a7: Merge branch '3.2/develop' into 3.3/develop
Woody Gilk
03:02 am Image Revision d324eed8: Merge branch '3.1/develop' into 3.2/develop
Woody Gilk
03:02 am Image Revision a8885520: Merge remote-tracking branch 'lysender/3.1/dev-lysender' into 3.1/develop
Woody Gilk

01/08/2012

11:43 am Cache Bug Report #4392: Garbage collection in Kohana_Cache_File is broken
Please see: https://github.com/kohana/cache/pull/20
PS: Isn't it a little schizophrenic to have everything both he...
Vit Brunner
11:24 am Cache Bug Report #4392 (New): Garbage collection in Kohana_Cache_File is broken
As per docs, the gc is supposed to clear *expired* entries. Kohana_Cache_File::garbage_collect() currently clears all... Vit Brunner
06:13 am Core Revision acf1a5e4: Clean up whitespace and comments for Request::files()
Woody Gilk
06:13 am Core Revision 24105dda: Added Request_Client_Stream::encode_header_param(), applies quoted printable e...
Woody Gilk
01:42 am Kohana v3.x Feature Request #4391 (Closed): Themes support
This isn't something that belongs in a developer framework. Isaiah DeRose-Wilson

01/07/2012

06:22 pm Kohana v3.x Feature Request #4391 (Closed): Themes support
Please add theme support, it is very useful function for different developers and different kinds of project. Yaroslav Losev
05:12 pm Kohana v3.x Bug Report #4389: Change getters/setters behavior
Sorry, target version should be 3.3 Dmitry T.
04:46 pm Kohana v3.x Revision 31a39ae3: Update submodules
Kohana Jenkins
04:46 pm Kohana v3.x Revision 4b19cbaf: Update submodules
Kohana Jenkins
04:44 pm Core Revision 9c58f38a: Merge branch '3.2/develop' into 3.3/develop
Woody Gilk
04:44 pm Core Revision b9729110: Using closure at validation rule. Change comments and userguide
Sergey Loguntsov
04:25 pm Kohana v3.x Feature Request #4370: Routing defaults and conventions
Lorenzo Pisani wrote:
> I'm not sure how I feel about this. I don't think the route names should be linked to the de...
Kemal Delalić
03:52 pm Kohana Website Bug Report #4390 (New): Kohana Development site home page has outdated current version
The "Kohana Development site home page":http://dev.kohanaframework.org/, under Main Projects > Kohana v3.x, says "It ... Jesse McCarthy
03:49 pm Kohana v3.x Feature Request #4210: Allow different actions for different request methods
I believe Woody is working on this for 3.3? Kiall Mac Innes
03:26 pm Kohana v3.x Bug Report #4389: Change getters/setters behavior
The other option is to separate getters and setters (@Request::get_query()@ and @Request::set_query()@) Dmitry T.
03:24 pm Kohana v3.x Bug Report #4389 (New): Change getters/setters behavior
Currently we have a little bug in getter-setter functions (Request::query for example). The current implementation lo... Dmitry T.
04:42 am Core Revision 835a334c: Clean up whitespace and comments for Request::files()
Woody Gilk
04:42 am Core Revision 5fc99466: Add $_FILES to the initial request using Request::files()
Woody Gilk
04:29 am Core Revision 31dfb6c6: Use addslashes() to escape header values that are placed inside of double quotes
Woody Gilk
04:29 am Core Revision 80d62553: Added Request_Client_Stream::quoted_printable_encode(), applies RFC 2045 (sect...
Woody Gilk
04:29 am Core Revision f770f49f: Fixed incorrect boundary placement in Request_Client_Stream
Woody Gilk
04:28 am Core Revision b50010ca: Added Request_Client::CRLF, replace all "\n" references in Request_Client_Stre...
Woody Gilk
04:28 am Core Revision 6fd1151b: Fixing broken test case, this is not functionally required
Woody Gilk
04:28 am Core Revision 5f6b8177: Always set the proper Content-Type, even when no data is being sent
Woody Gilk
04:28 am Core Revision ad0bca2a: Fixed all request clients to properly handle POST data in all situations
Woody Gilk
04:28 am Core Revision d4a19a71: Added file upload support to Request_Client_Stream
Woody Gilk
02:55 am Core Revision 0dbc4dbd: Added in the ability to upload files through the HTTP external client class wi...
Signed-off-by: Woody Gilk <[email protected]> Brian Greenacre
02:55 am Core Revision 55289056: Set the proper MIME type in Request_Client_HTTP when creating file uploads
Woody Gilk
02:55 am Core Revision 5cad3a04: Follow up to 36ff1d30f18ac681b4e37ebf76ec3f24f9636b5e, adds file upload suppor...
Woody Gilk
02:55 am Core Revision d56a3bd3: Do not set the body() to POST data in Request_Client_External::execute(), this...
Woody Gilk

01/06/2012

03:50 pm ORM Bug Report #4244: save() not assigning primary_key_value when id column isn't auto-increment
https://github.com/kohana/orm/pull/51 Chris Smith
03:32 pm ORM Bug Report #4244: save() not assigning primary_key_value when id column isn't auto-increment
This causes problems if you are serializing models, when they reload the PK is NULL. Chris Smith
03:01 pm Kohana v3.x Feature Request #3141: Config merging should treat non-associative array elelemts as unique
I've opened a proper PR: https://github.com/kohana/core/pull/198 Chris Bandy
« Previous
 

Also available in: Atom