Activity
From 07/30/2011 to 08/28/2011
08/28/2011
-
11:20 pm Userguide Bug Report #4202: Separate Markdown from Userguide
- Per the forum discussion, I disagree - the core only uses markdown for the guide so it should be bundled with the cor...
-
10:49 pm ORM Feature Request #4239: One instance for every db record
- Is this for security/consistence (two separate pieces of code can't modify different copies of the DB row) or for per...
-
02:52 pm Bug Report #4240 (Closed): URL::query works wrong with multi-dimensional arrays
- ...
-
01:09 pm ORM Feature Request #4239 (Rejected): One instance for every db record
- If an instance of ORM_Model_Foo with defined primary key already exists, ORM should return it instead of creating new...
-
01:04 pm ORM Bug Report #4222: _login fails with custom primary key
- Pull request at https://github.com/kohana/orm/pull/39
-
12:30 pm Bug Report #4238: All code inside switch cases should be indented
- +1
-
03:18 am Bug Report #4238 (New): All code inside switch cases should be indented
- @break@ and @return@ statements should be indented at the same level as the code block, rather than at the level of t...
-
01:36 am Bug Report #3614 (Closed): incorrectly throws an error when using closures
- Fixed in https://github.com/kohana/coding-standards/commit/fbf83afad51cfd3f636a91a3a64bb18657931358
-
01:07 am Bug Report #4234: html::email - no longer available?
- There is no good way to do it, hence no replacement. If you think you have a better way, then open a new feature requ...
-
12:13 am Bug Report #4234: html::email - no longer available?
- Jeremy Bush wrote:
> Riu Ueshiba wrote:
> > Secondly: framework should give me a choice of tools, and not decide fo...
08/27/2011
-
11:50 pm Bug Report #4234: html::email - no longer available?
- Riu Ueshiba wrote:
> Secondly: framework should give me a choice of tools, and not decide for me which tool is right... -
11:48 pm Bug Report #4234 (Closed): html::email - no longer available?
-
09:45 pm UnitTest Bug Report #4237 (Closed): Bootstrap sends headers when calling ob_end_flush() even if no output ...
- The test bootstrap calls ob_end_flush() to disable output buffering even if nothing has been output, which causes the...
-
06:50 pm Bug Report #4234: html::email - no longer available?
- Omg, sorry. I wanted to do better, apologize my english :-)
-
06:48 pm Bug Report #4234: html::email - no longer available?
- Alexey Zinchenko wrote:
> Obfuscation is an additional tool which must not be in base functionality. Base means usef... -
06:46 pm Bug Report #4234: html::email - no longer available?
- HTML::email() is an additional tool which must not be in base functionality. Base means useful for most of people. Al...
-
02:54 pm Bug Report #3512: Conflicting standards dealing with whitespace
- Kiall Mac Innes wrote:
> Personally, I believe @'{'.(int) $digits.'}'@ is correct (even if the standards aren't 100%... -
12:07 pm Bug Report #4234: html::email - no longer available?
- Rowan Parker wrote:
> html::mailto() generates an anchor tag, which is a useful shortcut. html::email() gave the imp... -
10:06 am Bug Report #4234: html::email - no longer available?
- html::mailto() generates an anchor tag, which is a useful shortcut. html::email() gave the impression that it was pro...
-
05:31 am Bug Report #4234: html::email - no longer available?
- Alexey Zinchenko wrote:
> It's deprecated, see here: [[http://dev.kohanaframework.org/issues/3655]]
That approach... -
03:41 am Bug Report #4234: html::email - no longer available?
- Radosław Muszyński wrote:
> This is bug or what? I migrate from version 3.1 to 3.2 and and question is: why html::em...
08/26/2011
-
08:33 pm Bug Report #4236: Feed should use Request_Client_External default
- I benchmarked against cURL driver, PECL HTTP should give similar results.
-
08:28 pm Bug Report #4236 (Closed): Feed should use Request_Client_External default
- `Feed::parse()` should use the default external Request client and then `simplexml_load_string` instead of `simplexml...
-
06:18 pm Bug Report #3565: Kohana environment consideration
- Note that de Kohana::$envirement constants changed from:
const PRODUCTION = 1;
const STAGING = 2;
const ... -
01:25 pm Patch #4231: Adding the ability to specify the prefix for a controller action.
- I integrated Dmitry's changes into the pull request, which creates a better solution since you can now modify the pre...
-
12:04 pm Bug Report #4235 (New): Request::process_uri() must ignore external routes
- Kohana uses "@process_uri()@":https://github.com/kohana/core/blob/3.1%2Fmaster/classes/kohana/request.php#L534 to fin...
-
09:08 am Patch #4231: Adding the ability to specify the prefix for a controller action.
- > 2. Move underscore character to the variable ($action_prefix = 'action')
Should be @$action_prefix = 'action_'@ ... -
09:08 am Patch #4231: Adding the ability to specify the prefix for a controller action.
- I'd like to add a few suggestions if you don't mind ;)
1. What about making this variable public and static? (Contro... -
07:04 am Bug Report #4234 (Closed): html::email - no longer available?
- This is bug or what? I migrate from version 3.1 to 3.2 and and question is: why html::email and html::obfuscate no lo...
-
06:17 am Feature Request #4233: i18n units support in text::bytes()
- Sorry for ugly title, its my copypaste mistake :(
-
06:16 am Feature Request #4233 (New): i18n units support in text::bytes()
- In other locales, it would be useful to replace the units ('B', 'kB' etc) by localized versions. See #1608
08/25/2011
-
10:52 pm Patch #4231: Adding the ability to specify the prefix for a controller action.
- I already did
https://github.com/kohana/core/pull/156 -
09:34 pm UnitTest Bug Report #4232: PHP files under system/tests/test_data are executed when building list of tests
- Added a pull at https://github.com/kohana/unittest/pull/12
-
09:31 pm Patch #4231: Adding the ability to specify the prefix for a controller action.
- Where is the patch? Please make pull request
- 09:31 pm UnitTest Revision 453ea89c: Exclude php files under test_data when building suite - fixes #4232
-
09:19 pm UnitTest Bug Report #4232 (Closed): PHP files under system/tests/test_data are executed when building list...
- Kohana_Unittest_Tests iterates over and requires all php files found within the tests/ hierarchy by Kohana::list_file...
-
06:34 pm Patch #4231 (Closed): Adding the ability to specify the prefix for a controller action.
- After taking a look at different frameworks one of the features I would like to see in Kohana would be to prefix the ...
-
05:56 pm Feature Request #4198: array as path in Arr::path()
- hah... weird... I wonder what version of Kohana I was looking at then O_o
In this case, I would simply like to cha... -
05:28 pm Feature Request #4229 (New): Warn on no-op statements
- Our sniffer should warn on statements that have no effect. For example, these statements are completely superfluous:
... -
05:23 pm Feature Request #4228 (New): Forbid empty statements
- Our sniffer should raise an error for empty statements since they're often bugs. For example,...
-
04:52 pm Feature Request #4198: array as path in Arr::path()
- Are you looking for this #3260?
-
10:59 am Bug Report #4227 (Closed): Cookie session, session get randomly lost
- Session get randomly lost when using Session::$default = 'cookie'; If i switch back to 'native', it works fine.
Usi... -
08:44 am Bug Report #4207: Kohana should enforce environment usage
- These suggestions, all good ideas, do not belong in the vanilla distribution of Kohana. As Jeremy said, they should/a...
08/24/2011
-
07:17 pm Bug Report #4226: Arr::similar
- This should be a patch request, forgot to change it back after i clicked on Core.
-
07:09 pm Bug Report #4226 (New): Arr::similar
- I've added a method that checks given arrays for similarities and returns a array with all the similar keys and value...
-
05:26 pm Userguide Bug Report #4225 (New): Exception being thrown on `Errors` page in the User Guide
- In the documentation for 3.1 and 3.2, the Error Handling page is throwing an exception.
http://kohanaframework.org... -
04:21 pm Bug Report #4224 (Closed): Kohana::$config incorrectly initialized in Kohana_Core
- file: system/kohana/core.php
line: 339
code: Kohana::$config = new Kohana_Config;
This should be:
Kohana::$conf...
08/23/2011
-
08:08 pm Bug Report #4207: Kohana should enforce environment usage
- I thought that the new Kohana version has become slower, until I realized that routes hasn't been cached.
So I agree... -
04:55 am Userguide Bug Report #4223 (Closed): Use non-conflicting routes for media and api
- I currently can't document my media module because I want the uri to be guide/media and that is taken by the media co...
08/22/2011
-
11:08 pm Bug Report #3941: PHPDoc error for IntelliJ IDEA
- We detect this one now.
https://github.com/kohana/coding-standards/pull/5
08/21/2011
-
10:55 pm ORM Bug Report #4222 (Closed): _login fails with custom primary key
- In _Kohana_Auth_ORM_, when ...
-
08:25 pm Feature Request #4221 (New): Valid::at_least() rule to ensure at least N of a selection of fields...
- I've seen this come up a few times - might be worth adding to core:
My version: https://gist.github.com/1159271
Z... -
08:12 pm ORM Bug Report #4218 (Closed): KO3.2 ORM Model user complete_login() bug
- You probably have a filter in your model ( wildcard trim or something) that is converting the database expression int...
08/20/2011
-
10:48 pm Userguide Revision 6e5c7409: Fix userguide before() invocation order
-
10:44 pm Userguide Revision 5cc6e93f: Fix userguide before() invocation order
08/19/2011
-
07:19 pm ORM Bug Report #4218 (Closed): KO3.2 ORM Model user complete_login() bug
- Hi,
I am experiencing a minor problem with the complete_login() function in ORM's user model.
The column "logins"... -
02:24 am Feature Request #4209: Combine regex and callback functionality in Routes
- Might have been better if I filed 2 tickets. I definitely see a benefit in allowing multiple callbacks and it's easy ...
-
02:20 am Feature Request #4209: Combine regex and callback functionality in Routes
- Jeremy Lindblom wrote:
> > If I go to post/56 but it doesn't exist, I really don't want to match the route, go to th... -
01:16 am Feature Request #4217 (New): Removing mixed getter/setter methods for clearer method names
- I think having half our methods be both getters and setters is very confusing both in usage and documentation. The me...
08/18/2011
-
09:41 pm Revision 99a957a3: Updated submodules
-
09:40 pm Revision 7a05ba22: Updated submodules
-
09:37 pm Core Revision 67277f1e: Merge branch '3.1/develop' into 3.2/develop
-
09:37 pm Bug Report #4215 (Closed): UTF8 class includes files directly from the system folder.
-
09:36 pm Bug Report #4216 (Closed): UTF8 class includes files directly from the system folder.
-
09:36 pm Bug Report #4216: UTF8 class includes files directly from the system folder.
- Fixed by https://github.com/kohana/core/commit/67277f1ea8c4f36d9b470b0d03e326792a4180e1
-
09:36 pm Core Revision c314dc12: Fixes #4215 - UTF8 class includes files directly from the system folder.
-
09:32 pm Bug Report #4216 (Closed): UTF8 class includes files directly from the system folder.
- UTF8 class includes files directly from the system folder.
In the UTF8 class, all these:... -
09:31 pm Bug Report #4215 (Closed): UTF8 class includes files directly from the system folder.
- UTF8 class includes files directly from the system folder.
In the UTF8 class, all these:... -
09:03 pm Feature Request #4198: array as path in Arr::path()
- I like this idea, but the change would affect other things too like how people use config. So it might need to be eva...
-
08:56 pm Feature Request #4209: Combine regex and callback functionality in Routes
- > Question: How would the callback rules interact with reverse routing (if at all)?
I don't think they would. Righ... -
08:44 pm Feature Request #4209: Combine regex and callback functionality in Routes
- > If I go to post/56 but it doesn't exist, I really don't want to match the route, go to the controller, check it, an...
-
08:21 pm ORM Feature Request #4214 (New): Remove rules() method for a nicer validation building method
- I want something like this instead of @ORM::rules()@...
-
07:27 pm Image Revision 9bb17752: Fixed Image module test's @group param.
-
05:31 pm Feature Request #2873: Class Based Views
- The fallback I suggest is not similar to the current system. A view class has nothing to do with Mustache, I want to ...
-
02:36 pm Feature Request #4211: Don't translate Kohana_Exception
- Duplicate http://dev.kohanaframework.org/issues/4144 ?
-
02:15 pm Feature Request #4212 (New): Add Route::load() function
- Add Route::load() function for loading cached routes from files. This allows us to have several route definitions and...
-
12:37 pm ORM Bug Report #4185: _external array for Validation loads the incorrect file
- This error also appears when I use Model_User update_user(), because this function uses external validation.
-
12:19 pm Feature Request #4210: Allow different actions for different request methods
- Sure it's possible to do this with callbacks, but they have their limitations
-
11:39 am Feature Request #4210: Allow different actions for different request methods
- "Lambda callbacks":http://kohanaframework.org/3.2/guide/kohana/routing#lambdacallback-route-logic?
-
11:28 am Feature Request #4211 (New): Don't translate Kohana_Exception
- Kohana_Exceptions shouldn't be translated. It makes it dependent on the translation class and developers are generall...
-
10:26 am Feature Request #4210 (New): Allow different actions for different request methods
- In other words, I suggest adding methods parameter to Route::set somrthing like...
-
08:46 am Userguide Feature Request #3922 (Feedback): Add module conventions to the userguide
- I think some kind of guideline would be good, however it doesn't necessarily have to be worded in the same way as, or...
-
08:36 am Feature Request #2873: Class Based Views
- Steven G. wrote:
> This methodology doesn't work well with themes and styles since this view class is a 1:1 associat... -
02:55 am Feature Request #4209: Combine regex and callback functionality in Routes
- Rowan: yes. this is already possible with callback routes and I don't want to remove this functionality.
-
02:29 am Feature Request #4209: Combine regex and callback functionality in Routes
- A quick thought. Would you also be able to use the route rules for dependency injection into controllers? In your exa...
08/17/2011
-
11:20 pm Feature Request #4209: Combine regex and callback functionality in Routes
- Adding another pro
-
10:41 pm Feature Request #4209 (Closed): Combine regex and callback functionality in Routes
- I want to propose we allow callbacks to be added to the uri pattern *instead* of as a replacement to them. 99% of the...
-
11:54 am Bug Report #4208 (Closed): Text::auto_link - wrong links when using prefix "www"
- Text::auto_link makes only URL as a link when it begins by prefix "www"....
08/16/2011
-
02:44 pm Revision d3ce4fd5: Fixing system hash, should be last commit on this branch
-
02:43 pm Bug Report #4207: Kohana should enforce environment usage
- @zombor: caching in this case would be only enabled when it doesn't change any behaviour (production caching of cfs a...
-
02:26 pm Revision 41582e80: Updating submodules
-
01:54 pm Bug Report #4207: Kohana should enforce environment usage
- I don't think this should be incorporated by default. All this can/should be/is in the docs. Caching on by default is...
-
12:09 pm Bug Report #4207 (Closed): Kohana should enforce environment usage
- There are quite a few framework settings which depend on environment, like the `Kohana::init()` parameters, Route / C...
-
07:09 am Userguide Feature Request #3922: Add module conventions to the userguide
- > It is encouraged that you follow Kohana's coding style. This makes code more readable and allows for easier code sh...
-
05:58 am Userguide Feature Request #3922: Add module conventions to the userguide
- creatoro . wrote:
> > 1. Different wording, but already covered by http://kohanaframework.org/3.0/guide/kohana/modul... -
12:51 am Userguide Feature Request #3922: Add module conventions to the userguide
- > I'd say "recommendations" are more appropriate. Conventions/Standards have a bad habbit of being pretentious/biased...
08/15/2011
-
03:20 pm Patch #4206 (New): Kohana Session::read Fatal Error
- I'm having a problem with version 3.2 of the core. Never had this problem, I believe is due to a server problem, but ...
-
10:53 am Proposals (Political/Workflow) #4205 (New): Break request external resource away from internal(HM...
- Request external resource serve like a lightweight HTTP client, shouldn't mix with the one use to HMVC request.
Th... -
09:39 am Feature Request #4181: Add `Arr::set()`
- I proposed something similar in #3041. Haven't had special need for this function since..
08/13/2011
-
05:53 pm Userguide Feature Request #4204 (New): Check for Markdown
- Followup to #4202: Userguide should check for Markdown module during initialization.
-
05:51 pm Database Feature Request #4203 (Closed): Database profiling
- This parameter in the Database config should default to `Kohana::$profiling`.
-
05:50 pm Userguide Bug Report #4202 (New): Separate Markdown from Userguide
- With Markdown getting so popular, it'd be really useful to have it separated from the Userguide to keep things DRY an...
-
02:38 pm Bug Report #4201: Validation: field lable value
- Whoops - Should have read the ticket before moving it out of the Proposals tracker!
08/12/2011
-
07:46 pm Bug Report #4201 (Assigned): Validation: field lable value
- Kohana_Validation::rule(...)...
-
07:35 pm Bug Report #4172: Remove function __() for better compatibility
- Simon Schick wrote:
> But please keep it as simple as possible.
> http://en.wikipedia.org/wiki/KISS_principle
Pe... -
07:23 pm Userguide Feature Request #3922: Add module conventions to the userguide
- creatoro . wrote:
> I would love to see conventions for creating modules in the guide. I think it's as important as ... -
05:06 pm Feature Request #4199 (Closed): Add new function to Text helper
- Use markdown.
-
02:56 pm Userguide Feature Request #3922: Add module conventions to the userguide
- +1
-
02:28 pm Bug Report #4200: <controller> is case insensitive
- People can always specify their regex they want per route, if you want to change the default "allowed" regex globally...
-
12:43 pm Feature Request #4199: Add new function to Text helper
- Against.
This is like kohana supporting code highlighting and other such features. Long story short, it goes beyon... -
11:31 am Feature Request #4199: Add new function to Text helper
- Yes it could be a large module, but i think about basic functionality (just replace special chars with tags using pre...
-
11:22 am Bug Report #4200 (Closed): <controller> is case insensitive
- see: http://forum.kohanaframework.org/discussion/9509/seo-bug-with-kohana-3.2s#Item_3
This is a bug, since it open... -
09:59 am Feature Request #4199: Add new function to Text helper
- IMO, what you want is far more than just a function. It's a full library and should be at least a module, or even bet...
-
08:13 am Feature Request #4199 (Closed): Add new function to Text helper
- Please add new function to Text helper class.
Its very helpful to convert special chars to XHTML tags in text (the... -
07:33 am Bug Report #4172: Remove function __() for better compatibility
- But please keep it as simple as possible.
http://en.wikipedia.org/wiki/KISS_principle -
07:29 am Bug Report #4172: Remove function __() for better compatibility
- Than you maybe also dont like the way it's realized in Magento :)
I don't want you to do the way magento does it - b... -
06:58 am Feature Request #4173: Request class should lose all singleton methods
- Correction: "some" => Sam
-
06:57 am Feature Request #4173: Request class should lose all singleton methods
- Lorenzo Pisani wrote:
> Steven: sorry, what do you mean?
For now, I'm just going to wait and see how this works o... -
06:55 am Bug Report #4172: Remove function __() for better compatibility
- Lorenzo Pisani wrote:
> I would be happy to see a @I18n::__()@ method
Wait what? Hell NO! No stupid underscores ... -
06:54 am Bug Report #4172: Remove function __() for better compatibility
- Agree, typing ...
-
05:13 am Feature Request #4181: Add `Arr::set()`
- @Lorenzo: as Rowan pointed out, this name is failing, more appropriate one would be 'value', 'existing' or whatever. ...
-
01:50 am Feature Request #4181: Add `Arr::set()`
- It's not meant to set anything. The function name should probably be 'isset' or 'value_exists', etc.
It checks if ... -
01:37 am Feature Request #4181: Add `Arr::set()`
- I don't understand how this method is setting anything at all.
-
01:06 am Feature Request #4198: array as path in Arr::path()
- Sorry, here is the sample usage:...
-
01:03 am Feature Request #4198 (New): array as path in Arr::path()
- Here is a crazy idea! I think allowing an array to be passed as the path for @Arr::path()@ would be quite nice. I sor...
-
12:40 am Bug Report #4172: Remove function __() for better compatibility
- I kind of agree with this... I would be happy to see a @I18n::__()@ method or a change to @I18n::get()@ and don't rea...
-
12:36 am Feature Request #4173: Request class should lose all singleton methods
- Steven: sorry, what do you mean?
08/11/2011
-
02:01 pm Auth Feature Request #4197 (New): Auto login should set a flag to specify the user was logged in witho...
- The auto login method doesn't set a session flag to specify that the login was made without authenticating. This is d...
08/10/2011
-
04:49 pm Image Bug Report #4196 (Closed): Unit test fails when GD unavailable
- When running on a machine without GD the unit tests fail with the following error:...
-
12:14 pm Cache Bug Report #4195 (Closed): Cache_File error on delete_all()
- Even if I have a directory .svn on ignore list I get:
Kohana_Cache_File::_delete_file failed to delete file : my_a...
08/09/2011
-
01:35 pm Database Feature Request #4193 (Closed): Recursive as_array()
- That does actually make sense!
I knew there was a good reason :) -
01:33 pm Database Feature Request #4193: Recursive as_array()
- Because @Database@ isn't supposed to know or care what kind of class rows are returned as.
I'm not saying this sho... -
01:27 pm Bug Report #4194: Date::span() returns wrong values
- I propose using "DateTime::diff":http://php.net/manual/pl/datetime.diff.php when possible (PHP 5.3) and some kind of ...
-
01:04 pm Bug Report #4194 (Feedback): Date::span() returns wrong values
- Date::span() uses simplified method of counting months span (assuming that month = 30 days). Therefore it's useless t...
-
12:22 pm Database Feature Request #4193 (Closed): Recursive as_array()
- If there any reason we dont have this already?...
-
11:07 am Feature Request #4169: Support for subdomains
- +1 - that'd be great.
I'm setting routes depending on the $_SERVER['HTTP_HOST'], but it feels hackish and gets in ...
08/08/2011
-
10:35 am Feature Request #2873: Class Based Views
- Lorenzo Pisani wrote:
> I also personally think the old style views should simply be removed and the class should be... -
09:57 am Bug Report #3512: Conflicting standards dealing with whitespace
- Bob Eagan wrote:
> According to http://kohanaframework.org/guide/about.conventions which of these is correct?
> [..... -
09:51 am Bug Report #3716: Enforce uppercase constants and comparison operators
- Jeremy Bush wrote:
> It should be uppercase.
Why should it be uppercase? TRUE and FALSE somewhat make sense, beca... -
09:29 am Feature Request #4173: Request class should lose all singleton methods
- Sam de Freyssinet wrote:
> The singleton methods within the Request class should be removed, including;
>
> * @R... -
06:05 am ORM Bug Report #4192 (Closed): Kohana_Auth_ORM::logged_in() gives PHP error if passed an ORM role object
- According to the docs, Kohana_Auth_ORM::logged_in() should accept an ORM role object, but if the admin role id = 1 an...
08/07/2011
-
05:32 pm Feature Request #4191: Exception page for E_COMPILE_ERROR
- On reflection, it'd be too hard to add proper support for this.
Hopefully my analysis might help someone googling ... -
05:10 pm Feature Request #4191: Exception page for E_COMPILE_ERROR
- I was getting a blank page because display_errors was off.
With it on, php will give me something like what was in t... -
04:43 pm Feature Request #4191 (Closed): Exception page for E_COMPILE_ERROR
- Currently, if PHP throws an E_COMPILE_ERROR all I get back in the browser is a blank page.
Kohana has a nice error p... -
04:29 pm Userguide Bug Report #4190 (Closed): Deploying documentation example outdated
- I think the second example on http://kohanaframework.org/3.2/guide/kohana/security/deploying is outdated.
I correc... -
01:45 am Auth Revision 24a48feb: Merge branch '3.1/develop' into 3.2/develop
-
01:44 am Auth Revision f9f81db0: Cleanup some phpCS issues.
-
01:29 am Bug Report #4189 (Closed): NumTest uses an invalid locale
-
01:28 am Core Revision de0f2496: Merge branch '3.1/develop' into 3.2/develop
-
01:28 am Core Revision 55c8cf61: Fixed NumTest's use of an invalid locale. Fixes #4189
-
01:27 am Bug Report #4189 (Closed): NumTest uses an invalid locale
- ...
-
01:02 am ORM Bug Report #4188 (Closed): ORM _unserialize_value() can result in stdClass for associative array
- Even though an associative array is passed into ORM, an stdClass is returned after json_decode/unserialize. Should pr...
-
01:02 am Proposals (Political/Workflow) #4187: Move drivers into their own repositories instead of bundled...
- > Knowing where code is located adds to quickly being able to understand the framework you're using. Documentation is...
-
12:50 am Proposals (Political/Workflow) #4187: Move drivers into their own repositories instead of bundled...
- > > Easier to find driver code in both projects and on the Kohana github page
> I don't understand why this is a pro... -
12:44 am Proposals (Political/Workflow) #4187: Move drivers into their own repositories instead of bundled...
- -1
I think the confusion is around Auth, ORM and it providing a User model.. That confusion is still going to be the... -
12:01 am Proposals (Political/Workflow) #4187 (New): Move drivers into their own repositories instead of b...
- This was discussed unofficially in the past but I would like to bring it up again in a specific ticket. Currently, th...
08/06/2011
-
11:41 pm ORM Bug Report #4018: ORM Auth driver breaks default value behavior with Auth::get_user()
- Please note that besides returning wrong value, the condition is also invalid; the value returned by parent::get_user...
-
11:35 pm Core Revision 5d47eb5e: Merge branch '3.1/develop' into 3.2/develop
- Conflicts:
classes/kohana/core.php
classes/kohana/request.php -
11:35 pm ORM Bug Report #4186 (Closed): Auth_ORM::get_user() unexpected behaviour
-
11:30 pm ORM Bug Report #4186 (Closed): Auth_ORM::get_user() unexpected behaviour
- The default passed to this method should be the one session result is compared to before trying auto login:...
-
11:24 pm Feature Request #4038: Log should be able to handle arrays & objects
- This is probably a good idea, but I think its important to maintain the 1 log entry === 1 line in the log file relati...
-
07:52 pm ORM Bug Report #4185 (Closed): _external array for Validation loads the incorrect file
- Test platform:
- Ubuntu 11.04
- PHP 5.3.5
- Apache 2.2.17
This error surfaces when using external validation wi... -
05:34 pm Feature Request #3147: Catch segfault signal on POSIX systems
- I've just worked out what was causing this for me, it was a combination of an E_COMPILE_ERROR, followed by kohana's e...
-
03:52 pm Feature Request #4182: Request_Client should send Referrer
- zombor: yes, the initial request should definitely keep reflecting the HTTP_REFERER but all other requests should be ...
-
02:22 pm Feature Request #4182: Request_Client should send Referrer
- Are you talking about $_SERVER['HTTP_REFERER']? If that's the case, 3.3 will likely have proper global isolation of t...
-
12:50 am Bug Report #4184 (Closed): 3.2 Request::redirect bug
- (Kohana::$index_file = index.php;)
In my controller... -
12:13 am Feature Request #4182 (Feedback): Request_Client should send Referrer
- This isn't duplicate; it's aiming for the request creation, not redirection. Just like when you have an external HTML...
08/05/2011
-
08:29 pm Bug Report #3716: Enforce uppercase constants and comparison operators
- It should be uppercase.
-
08:28 pm Feature Request #4182 (Closed): Request_Client should send Referrer
-
03:42 pm Bug Report #3716: Enforce uppercase constants and comparison operators
- Regarding comparison operators: I don't know if it's a convention or not, but the database module uses (lowercase) @o...
-
02:42 pm Core Revision c6d920dd: Upgrade guide menu mistakingly said "Upgrading from 3.0" rather than "Upgradin...
-
12:21 am Feature Request #4182 (Feedback): Request_Client should send Referrer
- Just like with redirects, this is the expected behavior.
Maybe adding this to external clients can have some priva... -
12:07 am Feature Request #4181 (New): Add `Arr::set()`
- This method is the opposite of `Arr::get()`, returning the default value if the one being passed doesn't exist in pro...
08/04/2011
-
04:36 pm Bug Report #4180 (Closed): Update bootstrap.php doc
- Please update Kohana::init() parameters doc in bootstrap.php
(missed two settings: 'expose' and 'cache_life') -
03:40 pm Bug Report #4179: Outdated year in LICENSE.md
- Here's a patch/pull req.
https://github.com/kohana/kohana/pull/5 -
03:38 pm Revision aa45f9ef: Updates copyright to 2011. Fixes #4179.
-
03:33 pm Bug Report #4179 (Closed): Outdated year in LICENSE.md
- The year in the LICENSE.md needs to be updated from 2010 to 2011.
-
01:10 pm OAuth Patch #4014: OAuth v2 token access response
- https://github.com/kohana/oauth/pull/13
-
03:45 am Bug Report #4178 (New): Num::bytes & Text::bytes take different approach
- code:...
08/03/2011
-
09:47 pm ORM Feature Request #4163: Skip validations
- I don't like this feature request, do what Lorezno said and use the lower level functions.
Creating test data is e... -
08:19 pm OAuth Bug Report #4171: OAuth does not support realms
- Check https://github.com/kohana/oauth/pull/14 for pull request.
-
08:14 pm OAuth Revision 22d633b5: Added missing realm to Provider::access_token(). Changed to insert realm firs...
-
06:17 pm ORM Bug Report #4177 (Closed): ORM::_build(Database::DELETE) should not use aliases
- I extended Kohana_ORM with my own class that contains this function:
public function delete_all() {
$this->_build(... -
04:27 pm Bug Report #4176 (Assigned): lowercase check of set headers
-
04:27 pm Bug Report #4176 (Feedback): lowercase check of set headers
- "RFC 2616 Section 4.2":http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html clearly states that all HTTP header fiel...
-
04:18 pm Bug Report #4175: Kohana_View::__toString() doesn`t respect mine exception handler setted by a se...
- why +1 call_user_func is important if it used to report an exception ?
-
04:14 pm Bug Report #4176 (Assigned): lowercase check of set headers
- IIRC, header values are case insensitive.
-
03:50 pm Bug Report #4176 (Closed): lowercase check of set headers
- This applies mostly to the "content-type" header.
If in controller I do
$this->response->headers(array('Content-Typ... -
03:32 pm Bug Report #4175: Kohana_View::__toString() doesn`t respect mine exception handler setted by a se...
- Or even shorter:...
-
03:28 pm Bug Report #4175: Kohana_View::__toString() doesn`t respect mine exception handler setted by a se...
- Nope, there is solution:...
-
03:23 pm Bug Report #4175 (Closed): Kohana_View::__toString() doesn`t respect mine exception handler sette...
- There's no way to get the current exception handler, so there's no way we can fix this right now. We have plans for a...
-
02:53 pm Bug Report #4175: Kohana_View::__toString() doesn`t respect mine exception handler setted by a se...
- ...
-
02:52 pm Bug Report #4175 (Closed): Kohana_View::__toString() doesn`t respect mine exception handler sette...
- @
public function __toString()
{
try
{
return $this->render();
}
catch (Exception $e)
{
//... -
01:43 pm Bug Report #4172: Remove function __() for better compatibility
- Thats right - you won't get the error "function already declared in .." if all frameworks would to it this way - but ...
-
01:36 pm Bug Report #4172: Remove function __() for better compatibility
- Kohana is a good citizen and wraps the function in function_exists(). The other framework should do the same. I don't...
-
12:12 pm Feature Request #4174: Add `Arr::values()`
- Pull request: https://github.com/kohana/core/pull/150
-
12:12 pm Feature Request #4174 (Closed): Add `Arr::values()`
- I already suggested this before but it wasn't too helpful except for "occasional" `list()` calls.
With action parame... -
11:03 am Feature Request #4080 (Feedback): Kohana_Request_Client_External - Curl Timeout
- In Kohana 3.2 this would be rather than your example;...
-
10:53 am OAuth Bug Report #4171: OAuth does not support realms
- I agree this should be here, even though the official "RFC 5849":http://tools.ietf.org/html/rfc5849 spec clearly stat...
-
10:49 am Feature Request #4173 (New): Request class should lose all singleton methods
- The singleton methods within the Request class should be removed, including;
* @Request::initial()@
* @Request:... -
09:28 am Image Feature Request #3417: Accessing remote images using Image module
- Quite misunderstanding. That what I was thinking is just to make image module to access remote image (save it or not ...
-
09:18 am Image Feature Request #3417: Accessing remote images using Image module
- i'm sorry that i have to disagree with you again... I'm starting to think it's best to close this issue and open anot...
-
06:52 am Bug Report #4172 (New): Remove function __() for better compatibility
- Please remove the function __() that's defined in system/classes/kohana/i18n.php or make it optional.
I tried to c...
08/02/2011
-
09:38 pm OAuth Revision 9e482a03: Added optional header realm="". See http://dev.kohanaframework.org/issues/4171.
-
09:18 pm OAuth Bug Report #4171: OAuth does not support realms
- Also I believe the realm="" section must be first. Ex: Authorization: OAuth realm="your_realm", oauth_consumer_key="...
-
09:13 pm OAuth Bug Report #4171 (Closed): OAuth does not support realms
- According to RFC 5.4.1 the oauth authorization header can have realm="" (See: http://oauth.net/core/1.0/#rfc.section....
-
06:38 pm Bug Report #4079: Route::uri() should encode parameters
- I mean @URL::site@ should not encode anything at all (As it didn't before)
https://github.com/kohana/core/blob/3.1%2... -
05:18 pm Bug Report #4079: Route::uri() should encode parameters
- I agree. Just encode all parameters without any condition (like ASCII etc.).
-
02:20 pm Bug Report #4168 (Closed): Loading order configuration files have changed
- No worries, glad to see I haven't screwed up everyone's applications!
-
01:32 pm Bug Report #4168: Loading order configuration files have changed
- Hi Matt,
We added debugging in both versions on many places only to discover that indeed there is no difference. ... -
01:10 pm Feature Request #3989: Make Minion official
- It should be noted that some of the Minion_CLI class is from FuelPHP under an MIT license .. Just need to be careful!...
-
11:51 am Feature Request #4169: Support for subdomains
- +1 from me
-
11:34 am Feature Request #4170: A protocol argument for Route::set
- I like this, having the ability to specify a default protocol for each route makes perfect sense.
Sidenote .. This... -
11:29 am Feature Request #4170 (New): A protocol argument for Route::set
- This comes from the need to be able to link to a page with a specified protocol. A good example would be having all l...
-
11:29 am Feature Request #4169: Support for subdomains
- Have to agree with sam, this is much more complicated that simply supporting subdomains. Anything done to support thi...
-
09:33 am Image Feature Request #3417: Accessing remote images using Image module
- Yup, this is good point. I didnt realize that and just connect this method in one class. I will split those implement...
-
09:13 am Image Feature Request #3417: Accessing remote images using Image module
- actually what you want does not belong in a image manipulation module. It is solely meant to manipulate images (hence...
-
09:00 am Feature Request #4169: Support for subdomains
- In my opinion, routes must be completely aware of their host server name. In distributed systems it is vital to be ab...
-
08:51 am Feature Request #4169: Support for subdomains
- Why don't you just set the routes depending on the @$_SERVER['HTTP_HOST']@ variable?
-
01:53 am Feature Request #4169 (Feedback): Support for subdomains
- This seems like a good idea, however we may need a better syntax - using route params feels way too hacky.
Not sur... -
01:25 am Bug Report #4141 (Needs Test): Fix Request::redirect() when using an index_page
- Not sure if/how Sam wants to handle this as the redirect method is currently untestable
-
01:10 am Core Revision 0c332be6: Merge branch '3.2/develop' of git://github.com/kohana/core into 3.2/develop
-
01:10 am Core Revision b7869b16: Respect index.php settings in redirect, needs test refs #4141
-
12:45 am UnitTest Bug Report #4162 (Closed): Unit testing module doesn't work on Kohana 3.2
- From what I can tell this is a problem with your setup, the build of ":3.2/master":http://ci.kohanaframework.org/job/...
08/01/2011
-
06:55 pm Feature Request #4169 (Feedback): Support for subdomains
- There is no easy way to use subdomains with Kohana's routing system now. Below there is my proposition how this could...
-
05:05 pm Bug Report #4168: Loading order configuration files have changed
- I'm confused as to how this is happening as the file reader has virtually no changes between "3.1":https://github.com...
-
02:15 pm Bug Report #4168 (Assigned): Loading order configuration files have changed
- > In 3.2 the loading order within modules is now the reverse of the order that the modules are defined. This is a bre...
-
01:11 pm Bug Report #4168 (Closed): Loading order configuration files have changed
- We just upgraded from 3.1.3.1 to 3.2 and a number of our custom modules suddenly stopped working (after applying the ...
-
12:55 pm Image Feature Request #3417: Accessing remote images using Image module
- I'm not sure that getimagesize will work always properly on remote images.
As I wrote before we are using separate... -
12:28 pm Image Feature Request #3417: Accessing remote images using Image module
- two more additions to this;
- offcourse for the imagemagick driver something similar should be implemented...
- acc... -
12:19 pm Image Feature Request #3417: Accessing remote images using Image module
- @rafal imo it could be a lot easier;
Run php function getimagesize() and check it's return value. If no valid image ...
07/31/2011
-
07:08 pm Bug Report #4153: Request unit tests should not rely on welcome controller/default route being av...
- Hehe yeah sorry realised afterwards that this would need extra testing :)
-
07:02 pm Bug Report #4153 (Needs Test): Request unit tests should not rely on welcome controller/default r...
- Dooh - You used "fixes" ;)
- 06:59 pm Bug Report #4153 (Closed): Request unit tests should not rely on welcome controller/default route...
- Applied in changeset commit:146ff60d73dddeebb1f9abf59e611d0117382120.
- 06:59 pm Bug Report #4155 (Closed): CSRF test provider fails if headers have already been sent
- Applied in changeset commit:46e2ee994603a008648b6ce315f92b60dacb77c6.
- 06:59 pm Cache Bug Report #4154 (Closed): Add unit tests to "kohana" group
- Applied in changeset commit:c5048962e18727a95a25c9b72e078a6cdcd28076.
-
04:23 pm Proposals (Political/Workflow) #4160: Decouple modules from core release cycle
- I like this idea, and I know its come up before .. so I'd just like to second "I would prefer it not be closed until ...
-
03:46 pm ORM Feature Request #4163: Skip validations
- I could, but I like the cleaner ORM-syntax better. I made it a low-priority feature-request exactly for that reason :)
-
03:25 pm ORM Feature Request #4163: Skip validations
- Why not create the test entry with @DB::insert@?
-
02:04 pm ORM Feature Request #4163 (Closed): Skip validations
- Allow developers to skip validations on a model by passing a boolean to save()
*Use case*
I'm testing an applicat... -
12:07 pm UnitTest Bug Report #4162 (Closed): Unit testing module doesn't work on Kohana 3.2
- Reproduce the problem:
# Have valid install of PHPUnit (version 3.5.14)
# Write a working unittest on Kohana 3.1.x
... -
09:19 am Feature Request #4161: Make cache dir umash configurable
- would be nice to edit for typos :)
-
09:18 am Feature Request #4161 (New): Make cache dir umash configurable
- In Kohana_Core::init the umask is manually set to 755 whereas in our project we need 775 (we have both a cron job and...
07/30/2011
-
11:41 pm Proposals (Political/Workflow) #4160 (New): Decouple modules from core release cycle
- I want to propose a change to the way we release our official modules and to the convention everyone else should use ...
-
06:05 am Feature Request #4158 (Closed): Request query/post methods should use Arr::path() rather than Arr...
- Request query/post methods should use Arr::path() rather than Arr::get()
Lots of forms use field names like @name=... -
02:29 am Core Revision 526e2c01: updating 3.1 links to 3.2
Also available in: Atom