Activity

From 04/19/2011 to 05/18/2011

05/18/2011

10:48 pm Feature Request #2430 (Closed): Support an is_writable property in Config
This is almost exactly what the rewrite does. Matt Button
10:11 pm ORM Feature Request #3559 (Closed): Overloading ORM::factory
I still don't like this idea. If this is something that is important to you it's probably better to just extend the O... Isaiah DeRose-Wilson
09:59 pm ORM Feature Request #3484 (Closed): Automatic has() check when add()ing or remove()ing relations
Isaiah DeRose-Wilson
01:54 pm Feature Request #3408 (Closed): Beefing up configs
I'm not convinced how useful this would be, the same effect can be achieved by creating custom config readers.
Feel ...
Matt Button
01:52 pm Feature Request #3993 (Assigned): Form::open without parameter or NULL passed into action paramet...
Jeremy Bush
01:51 pm Feature Request #3796 (Assigned): Allow aliases in callbacks
Jeremy Bush
01:48 pm Feature Request #2174 (Closed): Route::uri should chop of the directory prefix from conroller name.
You need to use:
Route::get('admin')->uri(array(
'controller' => 'users'
));
Jeremy Bush
01:46 pm Feature Request #2195 (Closed): Support for arrays of errors in form validation
We don't support validating sub-arrays right now. Jeremy Bush
01:44 pm Bug Report #2252 (Closed): Bug in the new router
We don't support that style of routing syntax. Jeremy Bush
01:42 pm Feature Request #2312: Optional third parameter for Session::get() to set the session key with de...
I'm not sure I like this change. Why would get() do assignment? That makes no sense. Jeremy Bush
01:41 pm Feature Request #2355 (Closed): KO3 Request::instance() necessary?
There is no more request singleton in kohana. Jeremy Bush
01:38 pm Bug Report #2484: kohana_Controller_REST using wrong HTTP methods
I agree with Oscar, the Request Method to Controller Action mapping in `Controller_REST` is not really RESTful and mi... Sam de Freyssinet
01:37 pm Feature Request #2430 (Assigned): Support an is_writable property in Config
Matt, please review based on your config rewrite and take action on this. Jeremy Bush
01:37 pm Feature Request #2417 (Closed): Option to skip calling controller's action method by returning FA...
Jeremy Bush
01:36 pm Feature Request #2672 (Closed): Add support for request caching
Request caching was implemented in Kohana 3.1 :) Sam de Freyssinet
01:35 pm Bug Report #2484 (Assigned): kohana_Controller_REST using wrong HTTP methods
Sam, please review and fix/move/reject as needed. Jeremy Bush
01:33 pm Feature Request #2529: HMVC request with array values
I'm not sure what the point of this issue is. Requests need a string URI to process. It can't and shouldn't take an a... Jeremy Bush
01:31 pm Feature Request #2672: Add support for request caching
Is this still valid? :) Jeremy Bush
01:30 pm Feature Request #2681 (Closed): Internal cache should be driver based.
There's another issue about this, I can't find it immediately. Basically it's a chicken and egg problem, and we won't... Jeremy Bush
01:28 pm Feature Request #2685 (Closed): Config class reform.
Jeremy Bush
01:28 pm Feature Request #2686 (Closed): Log class reform
Jeremy Bush
01:27 pm Feature Request #2769 (Closed): Allow __call in controllers
Matt, please delete the branch. We can reference the commit associated with this issue. Jeremy Bush
01:25 pm Feature Request #2866: Driver interfaces
Don't all "driver-able" classes have interfaces/abstract classes already? View isn't driver based (yet). Which class ... Jeremy Bush
01:20 pm Feature Request #3025 (Closed): Merge Kohana_Cli and Request
See related issue. We plan on making minion official, and removing all the cli stuff from core/request. Jeremy Bush
01:18 pm Bug Report #3137 (Closed): Cookie salt
Cookie salt is manually defined in the bootstrap now. Jeremy Bush
01:16 pm Feature Request #3141 (Assigned): Config merging should treat non-associative array elelemts as u...
Jeremy Bush
01:15 pm Bug Report #3159 (Assigned): Session corrupt - handle gracefully
Jeremy Bush
01:15 pm Bug Report #3100 (Assigned): No way to create a new session after destroying an old session
Jeremy Bush
01:14 pm Feature Request #3178: Kohana Exception's hide $previous (PHP 5.3)
Kohana 3.3 will have php 5.3 support. Jeremy Bush
01:13 pm Patch #3336: Patches to the Encryption and Text classes
I was actually going to pull it out as a module, unless you think this should be in the core. Also, I'm not a crypto... Jim K
01:10 pm Patch #3336: Patches to the Encryption and Text classes
It will also need to have unit tests to go with it. Jeremy Bush
01:09 pm Patch #3336: Patches to the Encryption and Text classes
Let me resubmit the patch on github. It needs to be commented and better broken down as a patch. Jim K
12:14 pm Feature Request #3497: Allow a controller to query the name of the matched route
If routes can be anonymous, in which case - what will Route::name() return? I assume the numerical index of the route... Oded Arbel
12:10 pm Bug Report #3185 (Closed): Modify Validate::callbacks to take parameters
"Callbacks" don't exist in validation anymore. Jeremy Bush
12:08 pm Bug Report #3309 (Closed): Date::formatted_time - timestamp support
> When we use timestamp, class DateTime ignore timezone, so we always get UTC time :(
If you set the timezone in y...
Jeremy Bush
12:06 pm Feature Request #3328: Request Global Parameters Management($_POST,$_GET)
I don't think this applies anymore? We have request specific _GET/_POST. Jeremy Bush
12:04 pm Feature Request #3341 (Closed): Add before_$action and after_$action support to Request class.
I don't think the performance hit of this is worth the narrow and infrequent use case. Jeremy Bush
11:56 am Feature Request #3355 (Assigned): Validation callbacks, filters, rules, etc
Jeremy Bush
11:55 am Feature Request #3367 (Assigned): UTF8 functions should throw an exception instead of trigger_error
Jeremy Bush
11:54 am Bug Report #3381 (Assigned): Arr::map() should be able to accept array of callbacks
See the related issue. My arr::apply() method is basically a "better" arr::map(). Need to decide which to use/drop. Jeremy Bush
11:53 am Feature Request #3997 (Assigned): Add Arr::apply() method for filtering array data
This is pretty similar to arr::map(). Only real difference is this method applies by reference. Perhaps arr::map() sh... Jeremy Bush
11:50 am Bug Report #3401 (Assigned): Set Request::$client_ip from HTTP headers only if a trusted proxy se...
I think I remember seeing a commit related to this and has already been addressed. Isaiah, can you verify? Jeremy Bush
11:47 am Feature Request #3408 (Assigned): Beefing up configs
Matt, please look at this and see if it's applicable to your config rewrite. Jeremy Bush
11:43 am Feature Request #3424 (Assigned): Validate exact_length should accept an array of possible lengths
Jeremy Bush
11:42 am Feature Request #3425 (Assigned): Request should throw the referrer as well
Jeremy Bush
11:41 am Bug Report #3427 (Assigned): Pointless port part in the email validator
Jeremy Bush
11:39 am Feature Request #3435 (Closed): Can HTML::style() and HTML::script() be changed to support using ...
I don't think this is a good idea. The large point of the HTML classes is to have a consistent base. You should be sp... Jeremy Bush
11:37 am Feature Request #3439 (Assigned): Defined routes should be separate from bootstrap
I agree, this should be a "howto" in the docs. Jeremy Bush
11:35 am Feature Request #3440 (Assigned): Log stracktraces by default
Jeremy Bush
11:32 am Feature Request #3461 (Closed): Do not execute action if Controller::before() returns FALSE
Jeremy Bush
11:30 am Feature Request #3466 (Closed): items per page parameter can be overwrite automatically by query ...
Is this for the pagination class? It's not being further developed. Jeremy Bush
11:28 am Feature Request #3492 (Assigned): Request Client Cache
Jeremy Bush
11:27 am Feature Request #3497: Allow a controller to query the name of the matched route
I'm not entirely convinced about this. Routes can be "anonymous" as well, and Route::name() seems to work well. Jeremy Bush

05/17/2011

05:47 pm Bug Report #3894 (Closed): Fixed some bugs in userguide tutorial - error-pages
Jeremy Bush
05:46 pm Feature Request #4001 (Feedback): Fully Support PSR-0 autoloading requirements
Why not just add it as an option? It does not mean that Kohana REQUIRE php5.3, it just means it supports it +without ... Dmitry T.
05:39 pm UnitTest Bug Report #4002 (Closed): Cannot truncate innodb tables between tests
On reflection this should be filed with the dbunit project Matt Button
05:29 pm UnitTest Bug Report #4002 (Closed): Cannot truncate innodb tables between tests
MySQL 5.5 "changed the way `TRUNCATE` works":http://dev.mysql.com/doc/innodb/1.1/en/innodb-other-changes-truncate.htm... Matt Button
05:14 pm Bug Report #3894: Fixed some bugs in userguide tutorial - error-pages
This can be closed now - fixed in 3.1.3.1 Dow Drake
03:50 pm Feature Request #4001 (Closed): Fully Support PSR-0 autoloading requirements
We don't support namespaces or require any php5.3 features right now. Jeremy Bush
03:33 pm Feature Request #4001 (Closed): Fully Support PSR-0 autoloading requirements
Something like this: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
I think we already imp...
Dmitry T.
09:05 am Feature Request #3980: Request::uri() to return URI object
I couldn't find a good insertion point yet. The @Request@ class doesn't really care about URI, it only needs its 'pat... Korney Czukowski

05/16/2011

11:16 pm Bug Report #3996: Native Session Library floods log
Submitted "pull request 120":https://github.com/kohana/core/pull/120. Jimmy Mabey
03:43 pm Bug Report #4000: We don't use "and" in an integer in English
Looks like it's an actual difference between British and American English: [[http://en.wikipedia.org/wiki/American_an... Ben Midget
02:56 pm Bug Report #4000: We don't use "and" in an integer in English
IMO, people more use AND with the cents. I don't think it's possible to please everyone here ;) Jeremy Bush
02:23 pm Bug Report #4000: We don't use "and" in an integer in English
Yea .. the more I think about this .. the more I'm sure most people use "five million, six hundred and thirty-two eur... Kiall Mac Innes
02:19 pm Bug Report #4000: We don't use "and" in an integer in English
Are you sure? I've always used the "and", and it certainly reads better with the "and" to me.
Here's hoping I don'...
Kiall Mac Innes
02:17 pm Bug Report #4000: We don't use "and" in an integer in English
Does this apply to 3.0 as well? Jeremy Bush
02:00 pm Bug Report #4000 (New): We don't use "and" in an integer in English
Text::number returns, for example "1024" as "five million, six hundred and thirty-two".
The correct way to write t...
Ben Midget
12:32 pm Feature Request #3980: Request::uri() to return URI object
@czukowski: Looks interesting .. I'd like to see some of the existing core classes extend/replaced in there so we can... Kiall Mac Innes
11:23 am Feature Request #3980: Request::uri() to return URI object
Here's a little something to bump this topic.
https://github.com/czukowski/kohana-uri
It's not complete, but I'...
Korney Czukowski
08:27 am Feature Request #3645: Session::get should use Arr::path
Marcus, Arr::path first searches a key exactly as typed, and then if it could not find anything, it explodes the key ... Dmitry T.
12:03 am ORM Bug Report #3999 (Closed): Unused created column in Model_Auth_User_Token
Auth's default SQL schemas create a 'created' column in user_tokens that is unused by the default model.
Either th...
Jordan Thomas

05/15/2011

09:50 pm Feature Request #3645: Session::get should use Arr::path
I think it's a bad idea to change the default session methods to treat '.' characters as special, someone might want ... Marcus Cobden
05:32 pm Patch #3987: Allow Arr::extract to support multidimensional array
Jeremy Bush wrote:
> > Tested and works on all arrays.
>
> Where's the unit test? :)
Now it's a full pull requ...
Damian Stasik
03:25 pm UnitTest Feature Request #3455: Deprecate Unittesting Web UI
Andrew Coulton wrote:
> Note that at the moment in core, following [this commit to init.php in March](https://github....
Matt Button
01:46 pm UnitTest Feature Request #3455: Deprecate Unittesting Web UI
Note that at the moment in core, following [this commit to init.php in March](https://github.com/kohana/unittest/comm... Andrew Coulton
10:56 am Patch #3998 (Closed): Add 'expense' to the list of irregular nouns
Here is my "pull request":https://github.com/kohana/core/pull/119 Eduard B
07:42 am Patch #3987: Allow Arr::extract to support multidimensional array
If you tell me how to do it on Windows XP then I'll do it. :) Damian Stasik

05/14/2011

02:41 am Feature Request #3997 (Closed): Add Arr::apply() method for filtering array data
It would be nice to have zombor's Arr::apply() method added to the core. It's very useful for applying filters.
ht...
Isaiah DeRose-Wilson
01:33 am Feature Request #3990: Move Kohana::config() functionality to Config class
Ok, I'll move the @Arr@ call over and remove @Kohana::config()@ Matt Button
01:07 am Bug Report #3957 (Closed): Kohana comes with a log file.
I believe this is fixed now .. the latest builds don't contain the logfile Kiall Mac Innes
01:05 am Feature Request #3990: Move Kohana::config() functionality to Config class
Yea - basically the whole @Kohana::config()@ method should be removed.. It makes little sense to access it via the Ko... Kiall Mac Innes
12:55 am Feature Request #3980: Request::uri() to return URI object
Kemal Delalić wrote:
> I'd really love to see this feature implemented asap, though some serious benchmarks must be ...
Kiall Mac Innes
12:51 am Core Revision e26e8331: Merge branch '3.2/develop' into 3.2/feature/3992-external-request-body-resource
Kiall Mac Innes
12:49 am Core Revision affc62fb: Fixes #3995 - Set PUT data correctly for pecl HTTP ext
Kiall Mac Innes
12:49 am Core Revision 0e3dbbcb: Merge branch '3.1/develop' into 3.2/develop
Kiall Mac Innes
12:47 am Bug Report #3995 (Closed): "Kohana_Request_Client_External::_http_execute" Set the body bug
Kiall Mac Innes
12:47 am Bug Report #3995 (Assigned): "Kohana_Request_Client_External::_http_execute" Set the body bug
Kiall Mac Innes
12:47 am Core Revision 31a5d0cb: Fixes #3995 - Set PUT data correctly for pecl HTTP ext
Kiall Mac Innes
12:45 am Feature Request #3990: Move Kohana::config() functionality to Config class
Just a quick follow up - in my implementation the config group "is stored in the config instance":https://github.com/... Matt Button

05/13/2011

04:54 pm Bug Report #3996 (Closed): Native Session Library floods log
Same problem as #3964, but the issue still exists in v3.0.x.
This causes the logs to be flooded with "Error readin...
Jimmy Mabey
02:54 pm Bug Report #3995 (Closed): "Kohana_Request_Client_External::_http_execute" Set the body bug
When:
$request = Request::factory(……)->method(Request::PUT);
$request->body($data);
but, can't send the data.
...
宗鑫 朱
02:09 pm Feature Request #3141: Config merging should treat non-associative array elelemts as unique
Pls fix this, cause it makes problem with extending memcache config Tiger SEO
01:49 pm Bug Report #3994 (New): Text::limit_words() trips over weird characters
When trying to use Text::limit_words() on a string with special characters it throws this exception:
ErrorExcepti...
alex krk
05:19 am Image Patch #3970: Userguide for Image module
Created pull request: https://github.com/kohana/image/pull/8 Lysender Dc Eros
05:17 am Image Revision d0547558: Enhanced guide - grammar and more explanations
Lysender Dc Eros
01:51 am Bug Report #3991: empty content with pass file_get_contents($file) to response->body() method
it let file to download with send_file(), i dont want the file was downloaded, i just want it render in brower. icy leaf
01:43 am Bug Report #3991: empty content with pass file_get_contents($file) to response->body() method
Ok, i knew it, Thanks. In fact, send_file() is not a static method in Response class icy leaf

05/12/2011

04:32 pm Core Revision a92f76a4: Refs #3992 - Support setting Request::body() to a resource/file handle. HTTP D...
Dirty hack really, there has to be a better way Kiall Mac Innes
04:30 pm Feature Request #3992: Support setting Request::body() to a resource/file handle
The pecl HTTP extension doesn't seem to support this via its OOP api!
The closest I can see is http://php.net/manu...
Kiall Mac Innes
04:27 pm Feature Request #3993 (Closed): Form::open without parameter or NULL passed into action parameter...
If form::open action parameter is NULL then form will post back to current page,
and this is done by specifying acti...
dexcell -
04:12 pm Feature Request #3952: Arr::range() does not support a start value
How about... dexcell -
03:48 pm Core Revision 58deba82: Refs #3992 - Support setting Request::body() to a resource/file handle. CURL D...
Kiall Mac Innes
03:42 pm Feature Request #3992 (Closed): Support setting Request::body() to a resource/file handle
This allows for PUT'ing a file without having to read its contents into memory .. Kiall Mac Innes
02:06 pm Core Revision ccbcf786: Some minor coding style changes..
Kiall Mac Innes
01:55 pm Core Revision ecb41b73: Fix a leftover merge issue
Kiall Mac Innes
01:52 pm Core Revision f619de66: Merge branch '3.2/develop' into 3.2/feature/3000-config-rewrite
Kiall Mac Innes
01:40 pm Bug Report #3991 (Closed): empty content with pass file_get_contents($file) to response->body() m...
Use Response::send_file(). Jeremy Bush
01:16 pm Bug Report #3991 (Closed): empty content with pass file_get_contents($file) to response->body() m...
When i upgrade kohana v3.0.x to v3.1.x, i found '$this->request->response' update to '$this->response->body()', then ... icy leaf
01:11 pm Feature Request #3990 (Closed): Move Kohana::config() functionality to Config class
Matt is rewriting the config class for 3.2. Maybe add these notes to that ticket. Jeremy Bush
12:11 pm Feature Request #3990 (Closed): Move Kohana::config() functionality to Config class
The @Kohana_Core@ class is really the wrong place for this code..
Rename @Config::load()@ to @Config::_load()@ and...
Kiall Mac Innes
11:34 am Feature Request #3989: Make Minion official
This should include removing all CLI functionality from the kohana core classes. Jeremy Bush
11:33 am Feature Request #3666 (Closed): Some added functionality in CLI
Closing this and I made a new issue (#3989) for the 3.3 addition of minion. Jeremy Bush
11:33 am Feature Request #3989 (Closed): Make Minion official
Minion is a great CLI task runner. We should provide it by default with kohana, or at least integrate it officially u... Jeremy Bush
11:24 am Feature Request #3666: Some added functionality in CLI
Yes, I think 3.3 would be the best spot for it. Gives it some time to mature and work out all it's "special" behavior... Jeremy Bush
11:02 am Feature Request #3666: Some added functionality in CLI
Okay - It looks like the plan is to remove all but the core CLI functionality from Kohana, and move it into Minion - ... Kiall Mac Innes

05/11/2011

11:30 pm Feature Request #3988 (New): Allow Validation array callbacks use any value previously bound
Pull request here: https://github.com/kohana/core/pull/118
In order to have callback right now you have to either ...
Nano Documet
10:08 pm Feature Request #3980: Request::uri() to return URI object
I'd really love to see this feature implemented asap, though some serious benchmarks must be done first.
The URI o...
Kemal Delalic
07:07 pm Patch #3987: Allow Arr::extract to support multidimensional array
> Tested and works on all arrays.
Where's the unit test? :)
Jeremy Bush
05:54 pm Patch #3987: Allow Arr::extract to support multidimensional array
Here's a "pull request":https://github.com/kohana/core/pull/116. Tested and works on all arrays. Damian Stasik
03:57 pm Database Feature Request #3862: Allow query caching via Cache module
I agree that the database module should allow you to use the Cache module, however making Kohana::cache a proxy is a ... Isaiah DeRose-Wilson
02:59 pm Patch #3987 (New): Allow Arr::extract to support multidimensional array
When I have array of this type:... Damian Stasik
12:56 pm Bug Report #3558 (Closed): Request::$client_ip retuns a list of addresses
Kiall Mac Innes
12:53 pm Revision 4aafc32d: Update system
Kiall Mac Innes
12:53 pm Revision 9d12f5d6: Update system
Kiall Mac Innes
12:52 pm Bug Report #3655 (Closed): Email address obfuscation
@HTML::obfuscate()@ and @HTML::email()@ (it basically just wraps @HTML::obfuscate()@) have been deprecated.. Kiall Mac Innes
12:51 pm Core Revision 91223cd0: Fixes #3655 - Deprecate HTML::obfuscate() (and HTML::email() as its sole purpo...
Kiall Mac Innes
12:47 pm Core Revision 63b12620: Merge branch '3.1/develop' into 3.2/develop
Kiall Mac Innes
12:46 pm Core Revision 84ef8cbb: Refs #3655 - Deprecate HTML::email() due to removal of HTML::obfuscate
Kiall Mac Innes
12:44 pm Core Revision 0570455a: Merge branch '3.1/develop' into 3.2/develop
Kiall Mac Innes
12:43 pm Core Revision c4e27ac9: Refs #3655 - Deprecate HTML::obfuscate()
Kiall Mac Innes
12:41 pm Core Revision d332777b: Fixes #3558 - Request::$client_ip retuns a list of addresses
Kiall Mac Innes
12:36 pm Bug Report #3655: Email address obfuscation
Ah - I thought we hadn't decided to do that .. I'll remove it Kiall Mac Innes
12:17 pm Bug Report #3655: Email address obfuscation
I thought we were removing this ;) Jeremy Bush
11:51 am Core Revision 4901dfdf: Revert "Fixes #3655 - Enhance HTML::obfuscate()"
This reverts commit 38e452aba4d29f79b26ed852cc286aa4999d245d. Kiall Mac Innes
11:47 am Bug Report #3655 (Assigned): Email address obfuscation
I've reverted this commit for the moment .. Its causing some unexpected issues with @Test::auto_link_emails@ Kiall Mac Innes
11:40 am Core Revision d4f25607: Fixes #3566 - Allow custom environment levels between the provided defaults.
Kiall Mac Innes
11:37 am Revision 898b491a: Tracking system
Kiall Mac Innes
11:36 am Core Revision 38e452ab: Fixes #3655 - Enhance HTML::obfuscate()
Kiall Mac Innes
11:36 am Bug Report #3566 (Closed): Kohana environment constants and custom environments
Kiall Mac Innes
11:34 am Bug Report #3655 (Closed): Email address obfuscation
I've added the non CSS and JS methods as I don't believe they are appropriate, we cant assume users have CSS or JS en... Kiall Mac Innes
11:25 am Revision 107c2c09: Tracking auth module
Kiall Mac Innes
11:24 am Auth Revision b98daad8: Fixes #3805 - Allow session driver to be specified
Kiall Mac Innes
11:19 am Auth Feature Request #3805 (Closed): add session_type/driver to config
Kiall Mac Innes
11:05 am Revision e65f76b7: Tracking system
Kiall Mac Innes
11:02 am Core Revision 5c7f5098: Fixes #3893 - Html::anchor() should default to $index=TRUE
Kiall Mac Innes
10:57 am Bug Report #3893 (Closed): Html::anchor() should default to $index=TRUE
Kiall Mac Innes
10:54 am Core Revision 117fa651: Fixes #3942 - Default controllers use parent::before() and parent::after() in ...
Kiall Mac Innes
10:50 am Core Revision 11a3cc4f: Merge branch '3.1/develop' into 3.2/develop
Conflicts:
classes/kohana/core.php
classes/kohana/request/client/external.php
tests/kohana/RequestTest.php
Kiall Mac Innes
10:07 am Bug Report #3942 (Closed): parent::before() call in default controllers
Kiall Mac Innes

05/10/2011

10:11 pm Bug Report #3505 (Assigned): Adjust the way default qualities are assigned to mime-types in Reque...
Jeremy Bush
10:10 pm Patch #3567: Kohana outputs HTML on CLI
Yes, but bugs only apply to released versions. Jeremy Bush
10:03 pm Feature Request #3536 (Assigned): Remove controller method parameters
Jeremy Bush
10:01 pm Patch #3567: Kohana outputs HTML on CLI
Created a ticket for each version, do we not need to do that anymore? Mathew Davies
09:58 pm Bug Report #3552 (Assigned): Validation needs a better way to specify '_empty_rules'
Jeremy Bush
09:56 pm Feature Request #3553 (Assigned): Validation::not_empty()
Jeremy Bush
09:55 pm Bug Report #3558 (Assigned): Request::$client_ip retuns a list of addresses
Jeremy Bush
09:54 pm Bug Report #2398 (Assigned): Exceptions thrown in AJAX Request shouldn't contain any Markup
Jeremy Bush
09:52 pm Patch #3567 (Closed): Kohana outputs HTML on CLI
This appears to be resolved previously: https://github.com/kohana/core/blob/3.1%2Fmaster/classes/kohana/kohana/except... Jeremy Bush
09:49 pm Patch #3626 (Assigned): Session pattern and configuration changes
Jeremy Bush
09:47 pm Feature Request #3635 (Review): Checking if module is active
Jeremy Bush
09:44 pm Feature Request #3952: Arr::range() does not support a start value
dexcell - wrote:
> while Arr::range very useful when creating Form::select because array key will be the same with v...
Chris Bandy
05:39 pm Feature Request #3666: Some added functionality in CLI
Two comments ago, you said you wanted things to stay as they were, which is 2 CLI classes =P don't be silly! Lorenzo Pisani
05:35 pm Feature Request #3666: Some added functionality in CLI
That's what I said two comments ago :p Jeremy Bush
05:02 pm Feature Request #3666: Some added functionality in CLI
Then we should discuss making Minion an official Kohana maintained module with BRMatt and move all CLI material there :) Lorenzo Pisani
04:54 pm Feature Request #3666: Some added functionality in CLI
I don't think kohana should have any CLI stuff in it's core. It should all be in minion. Running "requests" from the ... Jeremy Bush
04:46 pm Feature Request #3666: Some added functionality in CLI
I disagree, although I think it would be nice to bring Minion under the Kohana name, I think some of the methods here... Lorenzo Pisani
03:12 pm ORM Bug Report #3986 (Assigned): ORM reload method on loaded model throw exception
Isaiah DeRose-Wilson
02:31 pm ORM Bug Report #3986: ORM reload method on loaded model throw exception
You have to use $model->serialize(), this is invalid Kemal Delalic
01:31 pm Cache Bug Report #3973: Kohana_Cache_File Driver errors
See https://github.com/kohana/cache/pull/9 jordan shaw
12:11 pm Feature Request #3648 (Assigned): Return a Request instance for requests which do not match any r...
Perhaps the exception throw should be moved to execute(). Jeremy Bush
12:08 pm Bug Report #3652 (Assigned): Validation bind() should allow callbacks, closures
Jeremy Bush
12:07 pm Bug Report #3655 (Assigned): Email address obfuscation
Jeremy Bush
12:05 pm Feature Request #3656 (Closed): Allow Route::defaults() to return the defaults if no parameters a...
Jeremy Bush
12:03 pm Feature Request #3666: Some added functionality in CLI
I'm not convinced this is needed in core, especially if it's already in something like minion. I'd rather move minion... Jeremy Bush
12:00 pm Bug Report #3690 (Assigned): Request::uri() should return the actual URI
I think Request::uri() should return what's in the url bar. It should not do any kind of reverse routing. If you need... Jeremy Bush
11:49 am Feature Request #3766 (Closed): Route::url
index.php will appear automatically based on `index_file` in bootstrap as described above. Jeremy Bush
11:36 am Feature Request #3776 (Assigned): Text::standardize()
I don't see a reason to split it up like that. Either it should stay as-is, or move completely to the Text class. Jeremy Bush
11:32 am Feature Request #3783 (Assigned): Function naming and features request of Valid class
Jeremy Bush
11:28 am Bug Report #3832 (Assigned): Request::post_max_size_exceeded() is broken
Jeremy Bush
11:27 am Bug Report #3943: retain() and uri_defaults() in Kohana_Route
Bumping this to 3.3 for now pending discussion. Jeremy Bush
11:23 am Feature Request #3881 (Assigned): negative values for Valid::decimal
Jeremy Bush
11:22 am Feature Request #3888 (Closed): ability to pass arguments to model`s constructor
I think this was discussed on the forums. We don't want to use reflection every factory call. It's better to overload... Jeremy Bush
11:19 am Bug Report #3893 (Assigned): Html::anchor() should default to $index=TRUE
Jeremy Bush
10:38 am ORM Bug Report #3986 (Closed): ORM reload method on loaded model throw exception
this code throw exception:
@ $user = ORM::factory('security_user', 2);
$user->reload();@
-->>
...
Sergej Yungman
10:11 am Feature Request #3980: Request::uri() to return URI object
@Jeremy
Good thing you're not dumping the idea right away ;)
Here's what I think about it:
The @Request@ cla...
Korney Czukowski
08:00 am Bug Report #3943: retain() and uri_defaults() in Kohana_Route
If the ->retain() method is too 'automagical', maybe the ->uri_defaults() alone would suffice.
Also it's sort of t...
Martijn Heijnen
12:22 am Feature Request #3645: Session::get should use Arr::path
Here is my extension
https://gist.github.com/963662
we need to extend Arr too, and that's the ugly part because I h...
Enrique Piatti

05/09/2011

09:46 pm Feature Request #3984 (Closed): Session with Paths
Isaiah DeRose-Wilson
07:04 pm Bug Report #3985 (Assigned): Kohana 3.1 User model e-mail validation
When performing @create_user@ for ORM's User model, saving any value 4 characters or more (4 is the default assign mi... Isaiah DeRose-Wilson
06:55 pm Feature Request #3945: Make attribute escaping optional in HTML::attributes()
@Zombor why not to make the execution faster if I surely know I don't have any illegal characters in the attributes? ... Bence Eros
04:21 pm Feature Request #3977: Add a way to get the current controller instance
Alex Cartwright wrote:
> Request::controller() only returns the controller name, not the instance of the controller.
...
Jeremy Bush
04:12 pm Feature Request #3979 (Closed): Add ".directory" to .gitignore
Jeremy Bush
04:05 pm Bug Report #3964 (Closed): Native Session Library floods log
Jeremy Bush
04:05 pm Bug Report #3964: Native Session Library floods log
This is actually fixed in 3.1, but not 3.0. We'll have to do a hotfix for 3.0.11.
Please don't change versions on cl...
Jeremy Bush
03:59 pm Bug Report #3964 (Feedback): Native Session Library floods log
This bug did not fixed yet Yahasana .
03:19 pm Feature Request #3979: Add ".directory" to .gitignore
Add it to your "git excludes":https://git.wiki.kernel.org/index.php/GitFaq (.git/info/exclude) Mathew Davies
03:18 pm Feature Request #3984 (Closed): Session with Paths
Is possible to make Session working with paths too? (like Config and Message):
So we can do something like this:
...
Enrique Piatti
03:17 pm Feature Request #3903 (Closed): $this->request->post and query function parameter behavior need t...
Jeremy Bush
03:15 pm Feature Request #3945: Make attribute escaping optional in HTML::attributes()
Also - you've duplicated a significant amount of code for no reason:
This:...
Kiall Mac Innes
03:15 pm Bug Report #3942 (Assigned): parent::before() call in default controllers
I agree, in 99.9% of cases, parent::before() should be called *first*. I've had many "bugs" occur because of improper... Jeremy Bush
03:13 pm Bug Report #3943: retain() and uri_defaults() in Kohana_Route
I'm not convinced this is a good addition (not saying it's not useful). What do other's think? Jeremy Bush
03:12 pm Feature Request #3977: Add a way to get the current controller instance
Jeremy Bush wrote:
> There's a `Request::controller()` method to get a requests's controller. Closing because of thi...
Alex Cartwright
03:10 pm Feature Request #3945 (Closed): Make attribute escaping optional in HTML::attributes()
I'm not convinced this is a good idea. The whole point in using the html helpers is to escape your html safely. Jeremy Bush
03:08 pm Feature Request #3974 (Assigned): Add a way to get protected property Route::$_defaults
Jeremy Bush
03:08 pm Feature Request #3976 (Assigned): Request::uri() query parameters
Jeremy Bush
03:07 pm Feature Request #3977 (Closed): Add a way to get the current controller instance
Jeremy Bush
03:07 pm Feature Request #3977: Add a way to get the current controller instance
There's a `Request::controller()` method to get a requests's controller. Closing because of this and what Lorenzo said. Jeremy Bush
03:05 pm Feature Request #3980: Request::uri() to return URI object
Moving to 3.3 for now. Will reconsider for 3.2 if 3.2's load is light (doubtful). Jeremy Bush
03:03 pm Cache Patch #3337 (Assigned): Session handler using Cache
Jeremy Bush
02:59 pm Auth Bug Report #3605 (Assigned): AUTH login hashes the password if passed as string
Jeremy Bush
02:57 pm Auth Patch #3792 (Assigned): Random salts and flexible hash storage for Auth
Jeremy Bush
02:56 pm Auth Feature Request #3805 (Assigned): add session_type/driver to config
Jeremy Bush
02:55 pm Core Revision ae80af07: Fixes #3983 - StdErr and StdOut log writers extending Kohana_Log_Writer rather...
Kiall Mac Innes
02:53 pm Core Revision 81070c70: Fixes #3983 - StdErr and StdOut log writers extending Kohana_Log_Writer rather...
Kiall Mac Innes
02:52 pm Core Revision ef616232: Fixes #3982 - StdErr and StdOut log writers extending Kohana_Log_Writer rather...
Kiall Mac Innes
02:51 pm Bug Report #3982 (Closed): StdErr and StdOut log writers extending Kohana_Log_Writer rather than ...
Kiall Mac Innes
02:51 pm Bug Report #3983 (Closed): StdErr and StdOut log writers extending Kohana_Log_Writer rather than ...
Kiall Mac Innes
02:48 pm Bug Report #3983 (Closed): StdErr and StdOut log writers extending Kohana_Log_Writer rather than ...
StdErr and StdOut log writers currently extend Kohana_Log_Writer rather than Log_Writer Kiall Mac Innes
02:46 pm Bug Report #3982 (Closed): StdErr and StdOut log writers extending Kohana_Log_Writer rather than ...
StdErr and StdOut log writers currently extend Kohana_Log_Writer rather than Log_Writer Kiall Mac Innes
11:33 am Bug Report #3981 (Closed): Kohana_Exception::handler() allways exits with 1
Kiall Mac Innes wrote:
> While I like the idea, I think Jeremy is right that this is something that should be handle...
Jeremy Bush
11:30 am Bug Report #3981: Kohana_Exception::handler() allways exits with 1
While I like the idea, I think Jeremy is right that this is something that should be handled via a custom exception h... Kiall Mac Innes
11:14 am Bug Report #3981: Kohana_Exception::handler() allways exits with 1
The problem with using the exception's code for the exit is that the vast majority of exception codes are far higher ... Jeremy Bush
10:57 am Bug Report #3981 (Closed): Kohana_Exception::handler() allways exits with 1
A while back I reported what I thought was a bug but it was marked as wont fix:
http://dev.kohanaframework.org/issue...
Marcel Evenson
08:44 am Feature Request #3980 (New): Request::uri() to return URI object
What do you think about @Request::uri()@, @Request::url()@ and possibly some other methods, returning an instance of ... Korney Czukowski
06:32 am Database Feature Request #3862: Allow query caching via Cache module
Kohana::cache() should proxy to Cache::set() / Cache::get() when module is enabled, without ugly hacks Kemal Delalic
06:27 am Database Feature Request #3978: param(), bind() and parameters() on DB::expr
Related to http://dev.kohanaframework.org/issues/3429 Kemal Delalic

05/08/2011

09:10 pm Feature Request #3977: Add a way to get the current controller instance
This might be useful, but I would like to try and convince people that the controller should not take care of the ass... Lorenzo Pisani
11:17 am Feature Request #3979 (Closed): Add ".directory" to .gitignore
When changing the view mode within KDE Dolphin it adds in a ".directory" file to that directory. It would be good if ... Alex Cartwright

05/07/2011

08:13 pm Database Feature Request #3978 (Closed): param(), bind() and parameters() on DB::expr
I know the reason DB::expr exists to bypass the auto escaping from database. But still, it would be pretty nice to ha... Gah Gneh
04:55 pm Database Patch #3975 (Closed): HAVING query with aggregated function
Isaiah DeRose-Wilson
04:12 pm Database Patch #3975: HAVING query with aggregated function
Please close this issue as wrong.
MySQL allows to use such syntax but do not what was mentioned.
Instead of this ...
Alexey Zagaichuk
03:09 pm Feature Request #3977 (Closed): Add a way to get the current controller instance
From what I can see, there is no way to get the controller instance that the current request is executing, something ... Alex Cartwright
12:08 pm Core Revision d6c9a615: Refs #3976, updated the Request::uri() method to allow optional output of quer...
Updated the Request_Client_External drivers to use the new api
Still requires test
Sam de Freyssinet
11:47 am Feature Request #3976 (Closed): Request::uri() query parameters
@Request::uri()@ should allow the inclusion of the query parameters when rendering the URI. Sam de Freyssinet
11:10 am Database Patch #3975 (Closed): HAVING query with aggregated function
Now it's imposibble to construct queries using HAVING keyword with aggregated function i.e.:... Alexey Zagaichuk

05/06/2011

07:48 pm Feature Request #3974 (Closed): Add a way to get protected property Route::$_defaults
There is currently no way to get the protected property Route::$_defaults. We can set it via Route::defaults(), though. Alex Cartwright
04:05 pm Feature Request #3952: Arr::range() does not support a start value
It could really be simplified to @array_combine(range(), range())@ that way it would also work with letters. Chris Smith
02:39 pm kohana-3.1.3.1.zip
Jeremy Bush
02:08 pm Revision 39e47c58: Merge branch 'hotfix/3.1.3.1' into 3.1/master
Conflicts:
system
Jeremy Bush
02:07 pm Revision 68d6204e: tracking 3.1.3.1 submodules
Jeremy Bush
02:05 pm Core Revision 4fffb6cb: Merge branch '3.1/hotfix/3.1.3.1' into 3.1/develop
Jeremy Bush
02:05 pm Core Revision ed12c18f: Merge branch '3.1/hotfix/3.1.3.1' into 3.1/master
Jeremy Bush
02:05 pm Core Revision 374e1019: version bump
Jeremy Bush
01:53 pm Revision 9f98e41f: Merge branch 'hotfix/3.1.3.1' into 3.1/master
Jeremy Bush
01:53 pm Revision 46e65766: tracking submodules for 3.1.3.1 release
Jeremy Bush
01:51 pm Core Revision 3ec7daef: Merge branch '3.1/hotfix/3.1.3.1' into 3.1/develop
Jeremy Bush
01:51 pm Bug Report #3964 (Closed): Native Session Library floods log
Jeremy Bush
01:50 pm Core Revision 55fceefb: Ignore empty session reads instead of logging them, this is quite frequent. Fi...
Jeremy Bush
01:45 pm Core Revision 327be7a7: Merge branch '3.1/develop' into 3.1/hotfix/3.1.3.1
Jeremy Bush
01:24 pm Cache Bug Report #3973 (New): Kohana_Cache_File Driver errors
I'm getting the following errors when running tests on cache: https://gist.github.com/958937. I'm on OSX, but I've ch... jordan shaw
11:48 am ORM Feature Request #3754: ORM add 3 pram $data
Okay, so what I found on Github:
>removing $data parameter from ORM::add(), this breaks the idea of models validating...
Peter Briers
11:34 am ORM Feature Request #3754: ORM add 3 pram $data
[deleted] Peter Briers
09:03 am Bug Report #3971: Request::initial()->url() broken
This has been reverted, plus a test has been added to track this API lock (there were no tests covering this previous... Sam de Freyssinet
09:03 am Core Revision 95f8e9e8: Fixes #3971, Refs #3846. Request::uri() now does not requrn the query paramete...
Sam de Freyssinet
09:02 am Feature Request #3846 (Closed): Request should parse query parameters passed to it
This has been reverted, plus a test has been added to track this API lock (there were no tests covering this previous... Sam de Freyssinet
09:01 am Bug Report #3971 (Closed): Request::initial()->url() broken
Applied in changeset commit:95f8e9e81d4743b4fafec341ab8c40e0b579fca8. Sam de Freyssinet
06:13 am Feature Request #3846: Request should parse query parameters passed to it
@Jeremy
The API wasn't supposed to change in minor release, but achieving the goal of this ticket, IMO, is good en...
Korney Czukowski

05/05/2011

08:28 pm Feature Request #3846: Request should parse query parameters passed to it
> It is the pagination module that requires updating.
If pagination worked before, and is broken now, then the api...
Jeremy Bush
07:58 pm Feature Request #3846: Request should parse query parameters passed to it
Yes this looks like an issue to me. Before 3.1.4 the query data wasn't added to the uri string returned by either the... Isaiah DeRose-Wilson
07:45 pm Bug Report #3971: Request::initial()->url() broken
Yes it looks like this was caused by #3846. I'm not sure what the intended behavior is, but the fix for that issue ch... Isaiah DeRose-Wilson
07:02 pm Bug Report #3971 (Closed): Request::initial()->url() broken
When working on a page with the following URL @http://localhost/coaster/gaia/477?page=15@... Mathew Davies
06:45 pm Bug Report #3968 (Closed): Kohana_URL::base throw error when $_SERVER['HTTP_HOST'] and $_SERVER['...
If you are using your application in cli mode you need to define the domain in your base_url for things to work corre... Isaiah DeRose-Wilson
06:43 pm Bug Report #3966 (Closed): method date::formatted_time() is unknown
Jeremy Bush
05:31 pm Bug Report #3966: method date::formatted_time() is unknown
Sorry. Was really issue on my end. And thank you for the help. Andrey Pankov
09:40 am Image Patch #3970 (Closed): Userguide for Image module
For a couple of days I got some free time and decided to contribute to the docs. Image module has no guide yet so I c... Lysender Dc Eros
09:39 am Image Revision 7f4dfbdb: Completed image guide
Lysender Dc Eros
03:08 am Feature Request #3969 (New): Arr::range should have min, max, and step as parameters like php ran...
Just like in the title, so it will be more flexible.
For example, you want to create a Form::select from 0 to 10 wit...
dexcell -
03:05 am Feature Request #3952: Arr::range() does not support a start value
I disagree.
range is useless when creating Form::select value because array key will start from zero, no matter what...
dexcell -
12:35 am Bug Report #3968: Kohana_URL::base throw error when $_SERVER['HTTP_HOST'] and $_SERVER['SERVER_NA...
I sugest this patch: https://github.com/gartz/core/commit/09fc6cd83e2a5011ecbc71fd50401fda8bd4f34b Gabriel Reitz Giannattasio
12:27 am Bug Report #3968 (Closed): Kohana_URL::base throw error when $_SERVER['HTTP_HOST'] and $_SERVER['...
I'm running the tests in CLI, so HTTP_HOST and SERVER_NAME don't exist in the context.... Gabriel Reitz Giannattasio

05/04/2011

11:10 pm Auth Revision a27521eb: Merge c34c3100b72d56d25629b1153bcf8bdea07dda65 into aeb815cf8281310f6bae344581...
GitHub Merge Button
08:20 pm Bug Report #3967 (Assigned): Kohana_RequestTest::test_url fails and Kohana_RequestTest::test_uri_...
Jeremy Bush
08:16 pm Bug Report #3967: Kohana_RequestTest::test_url fails and Kohana_RequestTest::test_uri_only_trimed...
I made a quick-fix https://github.com/gartz/core/commit/8e000dc57cb94dff8ae023e974a5323367d37625 Gabriel Reitz Giannattasio
07:49 pm Bug Report #3967 (Assigned): Kohana_RequestTest::test_url fails and Kohana_RequestTest::test_uri_...
I'm using a not common route, when I execute the tests it fails like this:... Gabriel Reitz Giannattasio
05:00 pm Bug Report #3966: method date::formatted_time() is unknown
As far as I know, there's isn't a built in "Date" class. There's "DateTime". Make sure Kohana is finding the right cl... Jeremy Bush
04:44 pm Bug Report #3966: method date::formatted_time() is unknown

Fatal error: Call to undefined method date::formatted_time() in /home/none/dev/sc.info/system/classes/kohana/log.php...
Andrey Pankov
04:44 pm Bug Report #3966 (Closed): method date::formatted_time() is unknown
That's because my php have date/time support enabled (as per phpinfo()). Not sure what does it mean ever, but looks l... Andrey Pankov
02:42 pm Auth Revision c34c3100: Allowing injection of Auth instance for unit testing mocking purposes
Joe Erickson
01:30 pm Image Revision ea61864a: Partial image docs, content for main and using page
Lysender Dc Eros
09:14 am Bug Report #3965 (Closed): class Kohana_Log_File - comment typo
Minor comment typo.
File: classes/kohana/log/file.php
Line: 68
"Create the yearly directory" should read "Crea...
Miodrag Tokić
03:05 am Bug Report #3964: Native Session Library floods log
In addition
*Kohana_Session_Cookie*...
Wouter W
02:55 am Bug Report #3964 (Closed): Native Session Library floods log
*Kohana_Session (rule 301)*... Wouter W

05/03/2011

06:31 pm ORM Feature Request #3961 (Closed): Relations Options
This seems like relations with pre-defined where's..
Basically trading this:...
Kiall Mac Innes
06:03 pm ORM Feature Request #3961: Relations Options
Sorry, I don't really understand what you are doing here. Could you explain some more? Maybe show how it's used.
Do ...
Lorenzo Pisani
02:01 pm Patch #3485 (Closed): _compile_order_by don't support order by SQL functions like RAND()
Applied in changeset commit:27d8ba4e9517a39338fcf2935340ec351bbe0d77. Chris Bandy
01:56 pm Revision bb0a3d5b: Tracking database
Chris Bandy
01:55 pm Database Revision 395e04a8: Merge branch '3.1/develop' into 3.2/develop. Refs #3485
Chris Bandy
01:52 pm Revision bee3357d: Tracking database
Chris Bandy
01:45 pm Database Revision 4acfcdbd: Merge branch '3.0/develop' into 3.1/develop. Refs #3485
Conflicts:
classes/kohana/database/query/builder.php
Chris Bandy
01:42 pm Database Revision 27d8ba4e: Revert "Enabling order_by(NULL, ...) to do ordering without columns, fixes #3485"
This reverts commit db74dd6eb579bc0ed2098f44235241439afecada. Chris Bandy
01:40 pm Bug Report #3962: URL::query() should be consistent
I think that whole method needs an overhaul. It should probably use the current request by default, but allow you to ... Jeremy Bush
11:23 am Database Feature Request #3963 (Closed): Db query docs: the term "prepared statements" is misleading.
"/guide/database/query" and "/guide/database/query/prepared" Martin Hall
10:17 am Feature Request #3846 (Feedback): Request should parse query parameters passed to it
But wouldn't that actually mean we're manipulating the current Request just to create a bunch of links related to it?... Korney Czukowski
10:05 am Feature Request #3846: Request should parse query parameters passed to it
Looks like I've missed the @Request::query()@ method, sorry about that. Korney Czukowski
09:30 am Bug Report #3962: URL::query() should be consistent
I closed the pull request, this needs unit tests Kemal Delalic
09:14 am Bug Report #3962 (New): URL::query() should be consistent
This method currently doesn't support specifying which Request's query are we referring to.
Besides, it uses $_GET...
Kemal Delalic
09:10 am Feature Request #3846 (Closed): Request should parse query parameters passed to it
It is the pagination module that requires updating. The pagination module should add the required query parameters us... Sam de Freyssinet
08:48 am Feature Request #3846 (Feedback): Request should parse query parameters passed to it
This change seems to break the @Pagination::url()@ method.
@Request::current()->uri()@ already returns URI with quer...
Korney Czukowski

05/02/2011

09:17 pm ORM Feature Request #3961 (Closed): Relations Options
In some cases the search for relationship becomes more simplified by using conditions on has_many, and belongs_to has... Eduardo Pacheco
09:02 pm Userguide Feature Request #3333 (Closed): Zend Autoloader Tutorial
This is already implemented here: http://kohanaframework.org/3.1/guide/kohana/autoloading#include-zends-autoloader-in... Michael Peters
06:45 pm Patch #3710 (Closed): Error in core/guide + minor additions for new people
This seems to be fixed now. Jeremy Bush
06:44 pm Feature Request #3960 (Closed): add array of object support in arr::pluck
The Arr helper is for arrays, not objects. Jeremy Bush
06:42 pm Userguide Feature Request #3333: Zend Autoloader Tutorial
Can you fork the userguide repo and add this? Then we can just merge it in. Jeremy Bush
06:41 pm Feature Request #3887 (Closed): ability to pass arguments to model`s constructor
This isn't a good idea. You should be making a factory method for your specific model if you want to pass specific pa... Jeremy Bush
06:29 pm kohana-3.0.11.zip
Jeremy Bush
06:28 pm kohana-3.1.3.zip
Jeremy Bush
04:17 pm Feature Request #3960 (Closed): add array of object support in arr::pluck
For example we have query like this... dexcell -
03:31 pm Revision e669a14c: Merge branch '3.0/release/3.0.11' into 3.0/develop
Jeremy Bush
03:31 pm Revision 92c9ae52: Merge branch '3.0/release/3.0.11' into 3.0/master
Jeremy Bush
03:31 pm Revision aa8d1396: tracking submodules for 3.0.11
Jeremy Bush
03:29 pm Core Revision 53f3fbac: Merge branch '3.0/release/3.0.11' into 3.0/master
Jeremy Bush
03:24 pm Revision 1746b1a2: Merge branch '3.0/release/3.0.11' into 3.0/master
Conflicts:
modules/database
modules/oauth
modules/unittest
modules/userguide
system
Jeremy Bush
03:24 pm Revision c35921d3: tracking 3.0.11 release submodules
Jeremy Bush
03:20 pm Userguide Revision a9116dc9: Merge branch '3.0/release/3.0.11' into 3.0/master
Jeremy Bush
03:19 pm UnitTest Revision c896c50a: Merge branch '3.0/release/3.0.11' into 3.0/master
Jeremy Bush
03:17 pm OAuth Revision 4f09de7b: Merge branch '3.0/release/3.0.11' into 3.0/master
Jeremy Bush
02:37 pm Database Revision d369a3bf: Merge branch '3.0/release/3.0.11' into 3.0/master
Jeremy Bush
02:30 pm Revision 00a361d8: tracking submodules for 3.0.11
Jeremy Bush
02:28 pm Core Revision e5cc3fef: version bump
Jeremy Bush
02:07 pm Revision e776f0cd: Merge branch 'release/3.1.3' into 3.1/master
Conflicts:
modules/database
modules/unittest
Jeremy Bush
02:06 pm Revision b9ddabc2: tracking submodules for 3.1.3 release
Jeremy Bush
02:05 pm UnitTest Revision ec2b8017: Merge branch '3.1/release/3.1.3' into 3.1/master
Jeremy Bush
01:59 pm Database Revision 0ba6065f: Merge branch '3.1/release/3.1.3' into 3.1/master
Jeremy Bush
01:54 pm Revision 53918e7f: Merge branch 'release/3.1.3' into 3.1/master
Jeremy Bush
01:53 pm Revision 677e52ef: tracking submodules for release
Jeremy Bush
01:52 pm Core Revision 05fa214c: Merge branch '3.1/release/3.1.3' into 3.1/master
Jeremy Bush
01:39 pm Revision 8e6015d2: tracking submodules for 3.1.3
Jeremy Bush
11:49 am Bug Report #3655: Email address obfuscation
I agree that @HTML::obfuscate()@ should be removed as it is misleading and as Kiall says, can easily be decoded even ... Sam de Freyssinet
11:08 am Bug Report #3628 (Closed): 3.1RC2 - External POSTing Request, not sending post key/value pairs
Sam de Freyssinet
11:06 am Feature Request #3631 (Closed): Response::bodyAppend()
The response body output should be prepared before being applied to the response. I don't agree this is a common use ... Sam de Freyssinet
11:04 am Feature Request #3530 (Closed): Subdomain method added to Request class
Subdomains are multi-level, I cannot see the point of this! Sam de Freyssinet
09:44 am Patch #3483 (Closed): Remote doesnt support sessions.
This is being closed because the @Remote@ class does not exist in Kohana >= 3.1. The @Request_Client@ implementation ... Sam de Freyssinet
09:22 am Feature Request #3758 (Closed): Some suggestions for the new 3.1 request class
Sam de Freyssinet

05/01/2011

10:30 pm Userguide Patch #3959 (Closed): /guide/kohana/extension.md
Spelling: "coures" should be "course". Martin Hall
04:54 pm Userguide Bug Report #3958 (New): API browser shows unincluded classes
The comprehensive API landing page shows every class and method, even if they're excluded from the config file 'api_p... Ben Midget
04:06 pm Bug Report #3957 (Closed): Kohana comes with a log file.
If you download Kohana from the website you get a log file included.
_logs/2011/03/24.php_...
Mathew Davies
03:42 pm Userguide Bug Report #3956 (New): External request section specifies the wrong constants.
Sparked from a discussion on the message board: http://forum.kohanaframework.org/discussion/8881/ko3-external-request... Mathew Davies

04/30/2011

11:15 pm UnitTest Bug Report #3954 (Closed): Don't need to backup globals in unit tests
Applied in changeset commit:d2640f414f34c22cad6db33be152af2d11b1f7cc. Anonymous
11:14 pm UnitTest Revision e2c95021: Merge branch '3.2/develop' of git://github.com/kohana/unittest into 3.2/develop
Matt Button
11:13 pm UnitTest Revision d2640f41: PHPUnit shouldn't preserve globals, fixes #3954
Matt Button
11:08 pm UnitTest Bug Report #3954 (Closed): Don't need to backup globals in unit tests
We don't need phpunit to preserve globals by default, we have our own system for doing so Matt Button
05:36 pm Core Revision 59b6e9c9: Refs #3758, added test to Request_Client_HTTP to check that PECL HTTP has libc...
Sam de Freyssinet
05:34 pm Feature Request #3897 (Feedback): Controller actions return Response object
This would cause issues for Controller::after() and View classes in the current architecture, and as such would be to... Sam de Freyssinet
05:16 pm Core Revision a83ee15b: Fixes #3493, Request Client External Interfaces now abstracted into separate d...
Sam de Freyssinet
05:16 pm Feature Request #3493 (Closed): Request_Client_External interface
Applied in changeset commit:a83ee15b8fad4e2135d74b3494dcf3ef53a7bc4a. Sam de Freyssinet
05:13 pm Core Revision 29c62861: Refs #3493, added testing of Request::post() values be parsed to Request::body...
Sam de Freyssinet
04:35 pm Core Revision 61838324: Refs #3493, updated and fixed test suite names (forgot to add changed External...
Sam de Freyssinet
04:33 pm Core Revision 6b30c77d: Refs #3493, updated and fixed test suite names
Sam de Freyssinet
04:26 pm Core Revision 78aef7bf: Added base tests for the Request_Client_External class, refs #3493
Sam de Freyssinet
02:30 pm Bug Report #3953 (Closed): API error in Request::render()
Applied in changeset commit:bc907b63492d4c5b510d7e56afbf939c9740966f. Sam de Freyssinet
02:19 pm Core Revision bc907b63: Fixes #3953, Kohana_Request::render() now uses correct API interface
Sam de Freyssinet
02:15 pm Core Revision b4857716: More fixes to #3493 and simplification of API (DRY)
Sam de Freyssinet
02:13 pm Bug Report #3953 (Closed): API error in Request::render()
There is an API error in Request::render() that requires urgent fixing within the Kohana_Request class, line 1414.
...
Sam de Freyssinet

04/29/2011

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

04/28/2011

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

04/27/2011

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

04/26/2011

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

04/25/2011

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

04/24/2011

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

04/22/2011

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

04/21/2011

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

04/20/2011

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

04/19/2011

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

Also available in: Atom