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.
-
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...
-
09:59 pm ORM Feature Request #3484 (Closed): Automatic has() check when add()ing or remove()ing relations
-
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 ... -
01:52 pm Feature Request #3993 (Assigned): Form::open without parameter or NULL passed into action paramet...
-
01:51 pm Feature Request #3796 (Assigned): Allow aliases in callbacks
-
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'
)); -
01:46 pm Feature Request #2195 (Closed): Support for arrays of errors in form validation
- We don't support validating sub-arrays right now.
-
01:44 pm Bug Report #2252 (Closed): Bug in the new router
- We don't support that style of routing syntax.
-
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.
-
01:41 pm Feature Request #2355 (Closed): KO3 Request::instance() necessary?
- There is no more request singleton in kohana.
-
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...
-
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.
-
01:37 pm Feature Request #2417 (Closed): Option to skip calling controller's action method by returning FA...
-
01:36 pm Feature Request #2672 (Closed): Add support for request caching
- Request caching was implemented in Kohana 3.1 :)
-
01:35 pm Bug Report #2484 (Assigned): kohana_Controller_REST using wrong HTTP methods
- Sam, please review and fix/move/reject as needed.
-
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...
-
01:31 pm Feature Request #2672: Add support for request caching
- Is this still valid? :)
-
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...
-
01:28 pm Feature Request #2685 (Closed): Config class reform.
-
01:28 pm Feature Request #2686 (Closed): Log class reform
-
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.
-
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 ...
-
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.
-
01:18 pm Bug Report #3137 (Closed): Cookie salt
- Cookie salt is manually defined in the bootstrap now.
-
01:16 pm Feature Request #3141 (Assigned): Config merging should treat non-associative array elelemts as u...
-
01:15 pm Bug Report #3159 (Assigned): Session corrupt - handle gracefully
-
01:15 pm Bug Report #3100 (Assigned): No way to create a new session after destroying an old session
-
01:14 pm Feature Request #3178: Kohana Exception's hide $previous (PHP 5.3)
- Kohana 3.3 will have php 5.3 support.
-
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...
-
01:10 pm Patch #3336: Patches to the Encryption and Text classes
- It will also need to have unit tests to go with it.
-
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.
-
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...
-
12:10 pm Bug Report #3185 (Closed): Modify Validate::callbacks to take parameters
- "Callbacks" don't exist in validation anymore.
-
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... -
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.
-
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.
-
11:56 am Feature Request #3355 (Assigned): Validation callbacks, filters, rules, etc
-
11:55 am Feature Request #3367 (Assigned): UTF8 functions should throw an exception instead of trigger_error
-
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.
-
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...
-
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?
-
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.
-
11:43 am Feature Request #3424 (Assigned): Validate exact_length should accept an array of possible lengths
-
11:42 am Feature Request #3425 (Assigned): Request should throw the referrer as well
-
11:41 am Bug Report #3427 (Assigned): Pointless port part in the email validator
-
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...
-
11:37 am Feature Request #3439 (Assigned): Defined routes should be separate from bootstrap
- I agree, this should be a "howto" in the docs.
-
11:35 am Feature Request #3440 (Assigned): Log stracktraces by default
-
11:32 am Feature Request #3461 (Closed): Do not execute action if Controller::before() returns FALSE
-
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.
-
11:28 am Feature Request #3492 (Assigned): Request Client Cache
-
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.
05/17/2011
-
05:47 pm Bug Report #3894 (Closed): Fixed some bugs in userguide tutorial - error-pages
-
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 ...
-
05:39 pm UnitTest Bug Report #4002 (Closed): Cannot truncate innodb tables between tests
- On reflection this should be filed with the dbunit project
-
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...
-
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
-
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.
-
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... -
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...
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.
-
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...
-
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 ;)
-
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...
-
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'... -
02:17 pm Bug Report #4000: We don't use "and" in an integer in English
- Does this apply to 3.0 as well?
-
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... -
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...
-
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'... -
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 ...
-
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...
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 ...
-
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... -
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.... -
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...
-
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
-
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. :)
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... -
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()@
-
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
-
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...
-
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 ... -
12:51 am Core Revision e26e8331: Merge branch '3.2/develop' into 3.2/feature/3992-external-request-body-resource
-
12:49 am Core Revision affc62fb: Fixes #3995 - Set PUT data correctly for pecl HTTP ext
-
12:49 am Core Revision 0e3dbbcb: Merge branch '3.1/develop' into 3.2/develop
-
12:47 am Bug Report #3995 (Closed): "Kohana_Request_Client_External::_http_execute" Set the body bug
-
12:47 am Bug Report #3995 (Assigned): "Kohana_Request_Client_External::_http_execute" Set the body bug
-
12:47 am Core Revision 31a5d0cb: Fixes #3995 - Set PUT data correctly for pecl HTTP ext
-
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/...
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... -
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
-
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... -
05:19 am Image Patch #3970: Userguide for Image module
- Created pull request: https://github.com/kohana/image/pull/8
-
05:17 am Image Revision d0547558: Enhanced guide - grammar and more explanations
-
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.
-
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
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
-
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... -
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... -
04:12 pm Feature Request #3952: Arr::range() does not support a start value
- How about...
-
03:48 pm Core Revision 58deba82: Refs #3992 - Support setting Request::body() to a resource/file handle. CURL D...
-
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 ..
-
02:06 pm Core Revision ccbcf786: Some minor coding style changes..
-
01:55 pm Core Revision ecb41b73: Fix a leftover merge issue
-
01:52 pm Core Revision f619de66: Merge branch '3.2/develop' into 3.2/feature/3000-config-rewrite
-
01:40 pm Bug Report #3991 (Closed): empty content with pass file_get_contents($file) to response->body() m...
- Use Response::send_file().
-
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 ...
-
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.
-
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... -
11:34 am Feature Request #3989: Make Minion official
- This should include removing all CLI functionality from the kohana core classes.
-
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.
-
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...
-
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...
-
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 - ...
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 ... -
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... -
07:07 pm Patch #3987: Allow Arr::extract to support multidimensional array
- > Tested and works on all arrays.
Where's the unit test? :) -
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.
-
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 ...
-
02:59 pm Patch #3987 (New): Allow Arr::extract to support multidimensional array
- When I have array of this type:...
-
12:56 pm Bug Report #3558 (Closed): Request::$client_ip retuns a list of addresses
-
12:53 pm Revision 4aafc32d: Update system
-
12:53 pm Revision 9d12f5d6: Update system
-
12:52 pm Bug Report #3655 (Closed): Email address obfuscation
- @HTML::obfuscate()@ and @HTML::email()@ (it basically just wraps @HTML::obfuscate()@) have been deprecated..
-
12:51 pm Core Revision 91223cd0: Fixes #3655 - Deprecate HTML::obfuscate() (and HTML::email() as its sole purpo...
-
12:47 pm Core Revision 63b12620: Merge branch '3.1/develop' into 3.2/develop
-
12:46 pm Core Revision 84ef8cbb: Refs #3655 - Deprecate HTML::email() due to removal of HTML::obfuscate
-
12:44 pm Core Revision 0570455a: Merge branch '3.1/develop' into 3.2/develop
-
12:43 pm Core Revision c4e27ac9: Refs #3655 - Deprecate HTML::obfuscate()
-
12:41 pm Core Revision d332777b: Fixes #3558 - Request::$client_ip retuns a list of addresses
-
12:36 pm Bug Report #3655: Email address obfuscation
- Ah - I thought we hadn't decided to do that .. I'll remove it
-
12:17 pm Bug Report #3655: Email address obfuscation
- I thought we were removing this ;)
-
11:51 am Core Revision 4901dfdf: Revert "Fixes #3655 - Enhance HTML::obfuscate()"
- This reverts commit 38e452aba4d29f79b26ed852cc286aa4999d245d.
-
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@
-
11:40 am Core Revision d4f25607: Fixes #3566 - Allow custom environment levels between the provided defaults.
-
11:37 am Revision 898b491a: Tracking system
-
11:36 am Core Revision 38e452ab: Fixes #3655 - Enhance HTML::obfuscate()
-
11:36 am Bug Report #3566 (Closed): Kohana environment constants and custom environments
-
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...
-
11:25 am Revision 107c2c09: Tracking auth module
-
11:24 am Auth Revision b98daad8: Fixes #3805 - Allow session driver to be specified
-
11:19 am Auth Feature Request #3805 (Closed): add session_type/driver to config
-
11:05 am Revision e65f76b7: Tracking system
-
11:02 am Core Revision 5c7f5098: Fixes #3893 - Html::anchor() should default to $index=TRUE
-
10:57 am Bug Report #3893 (Closed): Html::anchor() should default to $index=TRUE
-
10:54 am Core Revision 117fa651: Fixes #3942 - Default controllers use parent::before() and parent::after() in ...
-
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 -
10:07 am Bug Report #3942 (Closed): parent::before() call in default controllers
05/10/2011
-
10:11 pm Bug Report #3505 (Assigned): Adjust the way default qualities are assigned to mime-types in Reque...
-
10:10 pm Patch #3567: Kohana outputs HTML on CLI
- Yes, but bugs only apply to released versions.
-
10:03 pm Feature Request #3536 (Assigned): Remove controller method parameters
-
10:01 pm Patch #3567: Kohana outputs HTML on CLI
- Created a ticket for each version, do we not need to do that anymore?
-
09:58 pm Bug Report #3552 (Assigned): Validation needs a better way to specify '_empty_rules'
-
09:56 pm Feature Request #3553 (Assigned): Validation::not_empty()
-
09:55 pm Bug Report #3558 (Assigned): Request::$client_ip retuns a list of addresses
-
09:54 pm Bug Report #2398 (Assigned): Exceptions thrown in AJAX Request shouldn't contain any Markup
-
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...
-
09:49 pm Patch #3626 (Assigned): Session pattern and configuration changes
-
09:47 pm Feature Request #3635 (Review): Checking if module is active
-
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... -
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!
-
05:35 pm Feature Request #3666: Some added functionality in CLI
- That's what I said two comments ago :p
-
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 :)
-
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 ...
-
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...
-
03:12 pm ORM Bug Report #3986 (Assigned): ORM reload method on loaded model throw exception
-
02:31 pm ORM Bug Report #3986: ORM reload method on loaded model throw exception
- You have to use $model->serialize(), this is invalid
-
01:31 pm Cache Bug Report #3973: Kohana_Cache_File Driver errors
- See https://github.com/kohana/cache/pull/9
-
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().
-
12:08 pm Bug Report #3652 (Assigned): Validation bind() should allow callbacks, closures
-
12:07 pm Bug Report #3655 (Assigned): Email address obfuscation
-
12:05 pm Feature Request #3656 (Closed): Allow Route::defaults() to return the defaults if no parameters a...
-
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...
-
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...
-
11:49 am Feature Request #3766 (Closed): Route::url
- index.php will appear automatically based on `index_file` in bootstrap as described above.
-
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.
-
11:32 am Feature Request #3783 (Assigned): Function naming and features request of Valid class
-
11:28 am Bug Report #3832 (Assigned): Request::post_max_size_exceeded() is broken
-
11:27 am Bug Report #3943: retain() and uri_defaults() in Kohana_Route
- Bumping this to 3.3 for now pending discussion.
-
11:23 am Feature Request #3881 (Assigned): negative values for Valid::decimal
-
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...
-
11:19 am Bug Report #3893 (Assigned): Html::anchor() should default to $index=TRUE
-
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();@
-->>
... -
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... -
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... -
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...
05/09/2011
-
09:46 pm Feature Request #3984 (Closed): Session with Paths
-
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...
-
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? ...
-
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.
... -
04:12 pm Feature Request #3979 (Closed): Add ".directory" to .gitignore
-
04:05 pm Bug Report #3964 (Closed): Native Session Library floods log
-
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... -
03:59 pm Bug Report #3964 (Feedback): Native Session Library floods log
- This bug did not fixed yet
-
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)
-
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:
... -
03:17 pm Feature Request #3903 (Closed): $this->request->post and query function parameter behavior need t...
-
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:... -
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...
-
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?
-
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... -
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.
-
03:08 pm Feature Request #3974 (Assigned): Add a way to get protected property Route::$_defaults
-
03:08 pm Feature Request #3976 (Assigned): Request::uri() query parameters
-
03:07 pm Feature Request #3977 (Closed): Add a way to get the current controller instance
-
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.
-
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).
-
03:03 pm Cache Patch #3337 (Assigned): Session handler using Cache
-
02:59 pm Auth Bug Report #3605 (Assigned): AUTH login hashes the password if passed as string
-
02:57 pm Auth Patch #3792 (Assigned): Random salts and flexible hash storage for Auth
-
02:56 pm Auth Feature Request #3805 (Assigned): add session_type/driver to config
-
02:55 pm Core Revision ae80af07: Fixes #3983 - StdErr and StdOut log writers extending Kohana_Log_Writer rather...
-
02:53 pm Core Revision 81070c70: Fixes #3983 - StdErr and StdOut log writers extending Kohana_Log_Writer rather...
-
02:52 pm Core Revision ef616232: Fixes #3982 - StdErr and StdOut log writers extending Kohana_Log_Writer rather...
-
02:51 pm Bug Report #3982 (Closed): StdErr and StdOut log writers extending Kohana_Log_Writer rather than ...
-
02:51 pm Bug Report #3983 (Closed): StdErr and StdOut log writers extending Kohana_Log_Writer rather than ...
-
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
-
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
-
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... -
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...
-
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 ...
-
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... -
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 ...
-
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
-
06:27 am Database Feature Request #3978: param(), bind() and parameters() on DB::expr
- Related to http://dev.kohanaframework.org/issues/3429
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...
-
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 ...
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...
-
04:55 pm Database Patch #3975 (Closed): HAVING query with aggregated function
-
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 ... -
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 ...
-
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 -
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.
-
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.:...
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.
-
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.
-
02:08 pm Revision 39e47c58: Merge branch 'hotfix/3.1.3.1' into 3.1/master
- Conflicts:
system -
02:07 pm Revision 68d6204e: tracking 3.1.3.1 submodules
-
02:05 pm Core Revision 4fffb6cb: Merge branch '3.1/hotfix/3.1.3.1' into 3.1/develop
-
02:05 pm Core Revision ed12c18f: Merge branch '3.1/hotfix/3.1.3.1' into 3.1/master
-
02:05 pm Core Revision 374e1019: version bump
-
01:53 pm Revision 9f98e41f: Merge branch 'hotfix/3.1.3.1' into 3.1/master
-
01:53 pm Revision 46e65766: tracking submodules for 3.1.3.1 release
-
01:51 pm Core Revision 3ec7daef: Merge branch '3.1/hotfix/3.1.3.1' into 3.1/develop
-
01:51 pm Bug Report #3964 (Closed): Native Session Library floods log
-
01:50 pm Core Revision 55fceefb: Ignore empty session reads instead of logging them, this is quite frequent. Fi...
-
01:45 pm Core Revision 327be7a7: Merge branch '3.1/develop' into 3.1/hotfix/3.1.3.1
-
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...
-
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... -
11:34 am ORM Feature Request #3754: ORM add 3 pram $data
- [deleted]
-
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...
-
09:03 am Core Revision 95f8e9e8: Fixes #3971, Refs #3846. Request::uri() now does not requrn the query paramete...
-
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...
-
09:01 am Bug Report #3971 (Closed): Request::initial()->url() broken
- Applied in changeset commit:95f8e9e81d4743b4fafec341ab8c40e0b579fca8.
-
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...
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... -
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...
-
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...
-
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@...
-
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...
-
06:43 pm Bug Report #3966 (Closed): method date::formatted_time() is unknown
-
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.
-
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...
-
09:39 am Image Revision 7f4dfbdb: Completed image guide
-
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... -
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... -
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
-
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....
05/04/2011
- 11:10 pm Auth Revision a27521eb: Merge c34c3100b72d56d25629b1153bcf8bdea07dda65 into aeb815cf8281310f6bae344581...
-
08:20 pm Bug Report #3967 (Assigned): Kohana_RequestTest::test_url fails and Kohana_RequestTest::test_uri_...
-
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
-
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:...
-
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...
-
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...-
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...
- 02:42 pm Auth Revision c34c3100: Allowing injection of Auth instance for unit testing mocking purposes
-
01:30 pm Image Revision ea61864a: Partial image docs, content for main and using page
-
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... -
03:05 am Bug Report #3964: Native Session Library floods log
- In addition
*Kohana_Session_Cookie*... -
02:55 am Bug Report #3964 (Closed): Native Session Library floods log
- *Kohana_Session (rule 301)*...
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:... -
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 ... -
02:01 pm Patch #3485 (Closed): _compile_order_by don't support order by SQL functions like RAND()
- Applied in changeset commit:27d8ba4e9517a39338fcf2935340ec351bbe0d77.
-
01:56 pm Revision bb0a3d5b: Tracking database
-
01:55 pm Database Revision 395e04a8: Merge branch '3.1/develop' into 3.2/develop. Refs #3485
-
01:52 pm Revision bee3357d: Tracking database
-
01:45 pm Database Revision 4acfcdbd: Merge branch '3.0/develop' into 3.1/develop. Refs #3485
- Conflicts:
classes/kohana/database/query/builder.php -
01:42 pm Database Revision 27d8ba4e: Revert "Enabling order_by(NULL, ...) to do ordering without columns, fixes #3485"
- This reverts commit db74dd6eb579bc0ed2098f44235241439afecada.
-
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 ...
-
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"
-
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?...
-
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.
-
09:30 am Bug Report #3962: URL::query() should be consistent
- I closed the pull request, this needs unit tests
-
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... -
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...
-
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...
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...
-
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...
-
06:45 pm Patch #3710 (Closed): Error in core/guide + minor additions for new people
- This seems to be fixed now.
-
06:44 pm Feature Request #3960 (Closed): add array of object support in arr::pluck
- The Arr helper is for arrays, not objects.
-
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.
-
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...
-
04:17 pm Feature Request #3960 (Closed): add array of object support in arr::pluck
- For example we have query like this...
-
03:31 pm Revision e669a14c: Merge branch '3.0/release/3.0.11' into 3.0/develop
-
03:31 pm Revision 92c9ae52: Merge branch '3.0/release/3.0.11' into 3.0/master
-
03:31 pm Revision aa8d1396: tracking submodules for 3.0.11
-
03:29 pm Core Revision 53f3fbac: Merge branch '3.0/release/3.0.11' into 3.0/master
-
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 -
03:24 pm Revision c35921d3: tracking 3.0.11 release submodules
-
03:20 pm Userguide Revision a9116dc9: Merge branch '3.0/release/3.0.11' into 3.0/master
-
03:19 pm UnitTest Revision c896c50a: Merge branch '3.0/release/3.0.11' into 3.0/master
-
03:17 pm OAuth Revision 4f09de7b: Merge branch '3.0/release/3.0.11' into 3.0/master
-
02:37 pm Database Revision d369a3bf: Merge branch '3.0/release/3.0.11' into 3.0/master
-
02:30 pm Revision 00a361d8: tracking submodules for 3.0.11
-
02:28 pm Core Revision e5cc3fef: version bump
-
02:07 pm Revision e776f0cd: Merge branch 'release/3.1.3' into 3.1/master
- Conflicts:
modules/database
modules/unittest -
02:06 pm Revision b9ddabc2: tracking submodules for 3.1.3 release
-
02:05 pm UnitTest Revision ec2b8017: Merge branch '3.1/release/3.1.3' into 3.1/master
-
01:59 pm Database Revision 0ba6065f: Merge branch '3.1/release/3.1.3' into 3.1/master
-
01:54 pm Revision 53918e7f: Merge branch 'release/3.1.3' into 3.1/master
-
01:53 pm Revision 677e52ef: tracking submodules for release
-
01:52 pm Core Revision 05fa214c: Merge branch '3.1/release/3.1.3' into 3.1/master
-
01:39 pm Revision 8e6015d2: tracking submodules for 3.1.3
-
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 ...
-
11:08 am Bug Report #3628 (Closed): 3.1RC2 - External POSTing Request, not sending post key/value pairs
-
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 ...
-
11:04 am Feature Request #3530 (Closed): Subdomain method added to Request class
- Subdomains are multi-level, I cannot see the point of this!
-
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 ...
-
09:22 am Feature Request #3758 (Closed): Some suggestions for the new 3.1 request class
05/01/2011
-
10:30 pm Userguide Patch #3959 (Closed): /guide/kohana/extension.md
- Spelling: "coures" should be "course".
-
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...
-
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_... -
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...
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.
-
11:14 pm UnitTest Revision e2c95021: Merge branch '3.2/develop' of git://github.com/kohana/unittest into 3.2/develop
-
11:13 pm UnitTest Revision d2640f41: PHPUnit shouldn't preserve globals, fixes #3954
-
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
-
05:36 pm Core Revision 59b6e9c9: Refs #3758, added test to Request_Client_HTTP to check that PECL HTTP has libc...
-
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...
-
05:16 pm Core Revision a83ee15b: Fixes #3493, Request Client External Interfaces now abstracted into separate d...
-
05:16 pm Feature Request #3493 (Closed): Request_Client_External interface
- Applied in changeset commit:a83ee15b8fad4e2135d74b3494dcf3ef53a7bc4a.
-
05:13 pm Core Revision 29c62861: Refs #3493, added testing of Request::post() values be parsed to Request::body...
-
04:35 pm Core Revision 61838324: Refs #3493, updated and fixed test suite names (forgot to add changed External...
-
04:33 pm Core Revision 6b30c77d: Refs #3493, updated and fixed test suite names
-
04:26 pm Core Revision 78aef7bf: Added base tests for the Request_Client_External class, refs #3493
-
02:30 pm Bug Report #3953 (Closed): API error in Request::render()
- Applied in changeset commit:bc907b63492d4c5b510d7e56afbf939c9740966f.
-
02:19 pm Core Revision bc907b63: Fixes #3953, Kohana_Request::render() now uses correct API interface
-
02:15 pm Core Revision b4857716: More fixes to #3493 and simplification of API (DRY)
-
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.
...
04/29/2011
-
04:30 pm Core Revision 3e5995b7: Refs #3493, fixes for syntax errors and alike.
- Nextup, some more tests
-
04:18 pm Feature Request #3952: Arr::range() does not support a start value
- Except one less parameter, but I agree it should be removed.
-
04:15 pm Core Revision ee305180: Refs #3493, Began refactoring work to separent external client interface and d...
- HTTP_Interaction renamed to HTTP_Message
Tidied up HTTP_Header implementation -
04:15 pm Bug Report #3944 (Closed): Request::send_headers() should be removed
- Applied in changeset commit:0b72de405c0e1e50fc52045ad5ba5c3e1a06cb01.
-
03:07 pm Feature Request #3952 (New): Arr::range() does not support a start value
- This method differs from "range()":http://php.net/manual/function.range in that it does not support a start value and...
-
01:34 pm Core Revision 0b72de40: Fixes #3944, Request::send_headers() has been removed
-
01:21 pm UnitTest Revision 42761477: Merged pull request #8 from bobeagan/bobeagan/3.1/develop.
- Eliminating coding standard violations from unittest module (3.1)
-
01:20 pm Bug Report #3950: Log Writer outputs wrong error levels
- Either way, I dont think it's a good idea to limit our log class for windows and a php bug/feature.
-
01:20 pm UnitTest Revision 6f90036f: Merged pull request #6 from bobeagan/bobeagan/3.0/develop.
- Eliminating coding standard violations from unittest module (3.0)
-
06:25 am Bug Report #3950: Log Writer outputs wrong error levels
- I think any use case, that involves a Log Reader (most probably, in addition to Database Log Writer) in a distributed...
- 05:54 am Core Revision 88a9dd2f: Looks like the Kohana class is loaded in bootstrap and not index?
- 01:37 am Core Revision 14da95a9: corrected typo
04/28/2011
-
08:07 pm UnitTest Revision d2618cce: Merge remote-tracking branch 'cambiata/3.1/master' into 3.1/develop
-
07:40 pm UnitTest Revision d9ae4988: Removed old menu.unittest.md, unittest.mockobjects.md etc
-
07:36 pm UnitTest Revision 4d16a626: Moved guide files into unittest/guide/unittest directory, created index.md, re...
-
07:21 pm UnitTest Revision 3ae57b3f: Added config/userguide.php
-
04:54 pm Revision 368467e1: tracking system
-
04:28 pm Core Revision 34cabc2b: Merge branch '3.1/develop' of github.com:kohana/core into 3.1/develop
-
04:27 pm Core Revision d1fd8701: Fixed failing tests for Request
-
04:19 pm Revision 07ba3184: tracking system
-
04:18 pm Core Revision afd1d6b8: Fixing log constants, Refs #3951
-
03:52 pm Revision e5edac96: Tracking system
-
03:38 pm Core Revision 385d1533: Log session reading errors. Refs #3844.
-
03:38 pm Core Revision 0bd97869: Catch errors when reading the data from session. Fixes #3844.
-
03:36 pm Bug Report #3951 (Closed): Session read errors not properly ignored
- The @Session::read()@ method ignores exceptions which are generated when @unserialize()@ is called on the data return...
-
03:36 pm Revision fe20cf87: tracking system
-
03:33 pm Core Revision 216a81f3: Log session reading errors. Refs #3844.
-
03:30 pm Bug Report #3844 (Closed): Session read errors not properly ignored
- Applied in changeset commit:7d7f204c56293fc196f7838e665fd38b13e63632.
-
03:26 pm Core Revision 7d7f204c: Catch errors when reading the data from session. Fixes #3844.
-
03:20 pm Bug Report #3844 (Assigned): Session read errors not properly ignored
-
01:27 pm Core Revision 15ed964d: Updating codename for 3.1.3
-
01:15 pm Bug Report #3950: Log Writer outputs wrong error levels
- I think it's fine as is. Windows collapsing log levels isn't really a problem, since it should work consistently on a...
-
11:42 am Userguide Bug Report #3769: Tutorials - Friendly Error Pages
- I submitted a pull request that brings this tutorial up to Kohana 3.1.x standards a while ago: https://github.com/koh...
-
11:42 am Bug Report #3950: Log Writer outputs wrong error levels
- Yes, I've read about that in PHP ticket.
I can also see your point about consistency. I agree with you, that ensur... -
11:19 am Bug Report #3950: Log Writer outputs wrong error levels
- The log constants are used by Kohana_Log_Syslog class, which on windows logs to the windows event log. PHP maps the c...
-
10:52 am Bug Report #3950: Log Writer outputs wrong error levels
- I see.
Unfortunately, Windows is just what I've got, so I'll just have to ignore that until deployment.
Althoug... -
10:04 am Core Revision d8ad555e: Merge branch '3.1/develop' into 3.2/develop
-
10:02 am Core Revision b77ac79d: Refs #3950 - Add comment regarding log constant inconsistencies on windows.
- http://bugs.php.net/bug.php?id=18090
-
10:01 am Bug Report #3950 (Closed): Log Writer outputs wrong error levels
- This is one of those situations that highlights why developing PHP apps on windows is a bad idea ;)
(unless you pl... -
08:04 am Bug Report #3950 (Closed): Log Writer outputs wrong error levels
- When used like this:
Kohana::$log->add(Log::DEBUG, 'This is my error message');
The resulted log file has t...
04/27/2011
-
09:40 pm Core Revision a603a4de: Revert "Merged pull request #109 from tangerine/patch-1."
- This reverts commit 542d8bf1ab9f546a0148ea98f8e6dd09b8a6e12e, reversing
changes made to 2d8e09925fc240a4bcc7d5395bffe... -
09:26 pm Core Revision 542d8bf1: Merged pull request #109 from tangerine/patch-1.
- Amended "coures" to "course".
- 09:13 pm Core Revision 27750536: Amended "coures" to "course".
-
08:22 pm ORM Feature Request #3948: Updated Column ignore column
- Isaiah DeRose-Wilson wrote:
> You can extend the orm class and add this additional functionality if you need it. I d... -
08:16 pm ORM Feature Request #3948 (Closed): Updated Column ignore column
- You can extend the orm class and add this additional functionality if you need it. I don't think this is a common eno...
-
05:16 pm ORM Feature Request #3890 (Closed): Dynamic Finders
-
05:10 pm ORM Feature Request #3949 (Closed): has_one through
- in some cases there is a relationship one to one that would be easier using the method through. I believe it is the o...
-
04:50 pm ORM Feature Request #3948 (Closed): Updated Column ignore column
- Sometimes some fields are changed in the line of the table but not necessary to update the field last update.
The id... -
03:37 pm ORM Feature Request #3890 (Feedback): Dynamic Finders
- I made an implementation and added a helper module, can have a look at the code, but very functional. Basie in the co...
-
09:21 am Bug Report #3947 (Closed): Headers corrupt when Header_Value is array
- "The following usage":https://github.com/kohana/core/blob/3.1%2Fdevelop/classes/kohana/response.php#L306 "parses head...
-
02:26 am Bug Report #3946 (New): Illegal offset type when call ArrayObject->offsetExists(arguments)
- SYSPATH\classes\kohana\config\reader.php [ 96 ] » ArrayObject->offsetExists(arguments)...
04/26/2011
-
11:53 pm ORM Revision 27c05c7b: Merge branch '3.1/develop' into 3.2/develop
-
11:39 pm ORM Revision ae1d6e35: Fixes #3918 - removing clear cache method
-
11:34 pm ORM Revision 2efb331e: Merge branch '3.1/develop' of github.com:kohana/orm into 3.1/develop
-
11:33 pm ORM Revision c430b6c8: Fixes #3918 - removing clear cache method
-
11:30 pm ORM Bug Report #3918 (Closed): undefined method Database_MySQL::clear_cache()
- Applied in changeset commit:c430b6c8b1dae46c3a6938b97425b6e4e17a6057.
-
11:25 pm ORM Feature Request #3826 (Closed): Many-to-many additional data to pivot tables
- This was an intentional change. You need to use a through model if you need extra data in your pivot table.
-
11:22 pm ORM Feature Request #3789 (Closed): ORM filter hash password before validation
- The userguide example looks correct to me. The model needs the not_empty rule because it requires that a password is ...
-
11:19 pm ORM Feature Request #3827 (Closed): ORM::update_relation() for update relations.
- You should have a through model if you are storing data in your pivot table. We don't support adding 'additional' dat...
-
11:16 pm ORM Revision 394ba344: removing clear cache method
-
11:16 pm ORM Feature Request #3823: Validation Field_Available
- New features should be done in the next feature release even if they don't break the api. I like your example though.
-
07:54 pm Core Revision ff2c4e0a: Updated Kohana version number to 3.1.3 égalité, ahead of impending release
-
07:26 pm Core Revision 50ff70ca: Fixes 3846, query parameters are now properly parsed by the Request class
-
07:23 pm Feature Request #3846 (Closed): Request should parse query parameters passed to it
- Fixed in https://github.com/kohana/core/commit/50ff70ca91a2268c99c2235ed4b1f379a0d1bafd (missed hash off beginning of...
-
04:45 pm Bug Report #3884 (Closed): Request should account for custom methods
- Applied in changeset commit:01008aaa046bc3bc459a99464426e0c4bc6be32e.
-
04:45 pm Bug Report #3926 (Closed): last-modified header is wrongly parsed
- Applied in changeset commit:823d3b8c655de310990a78b59073656833661976.
-
04:08 pm Core Revision 823d3b8c: Fixes #3926, last-modified header is wrongly parsed
-
04:07 pm Core Revision 01008aaa: Fixes #3884, Request should account for custom methods
-
04:00 pm Bug Report #3861 (Closed): $this->request->headers() returns empty array
- Applied in changeset commit:dfc2ebf22b7517d73ddd54f41acde1df1d434fcc.
-
04:00 pm Bug Report #3904 (Closed): $request->send_headers() - HTTP status line instruction is incorrect
- The API was completely incorrect and has been fixed in 3.1.3 accordingly. See https://github.com/kohana/core/commit/d...
-
03:57 pm Bug Report #3811 (Closed): External requests with POST do not work properly
-
03:54 pm Bug Report #3811 (Resolved): External requests with POST do not work properly
-
03:52 pm Bug Report #3806 (Closed): Clarify in migration guide that new Request::controller() etc are inst...
- As per forum discussion, this is totally unnecessary!
-
03:50 pm Core Revision dfc2ebf2: Fixes #3861, request->headers() no longer returns empty array on Request::$ini...
- Also fixed failing test Request::test_uri_only_trimed_on_internal()
-
03:29 pm Bug Report #3930: namespace issues with Request class
- The @Kohana_@ prefix is for the cascading file system, it's not for namespacing Kohana classes. Kohana doesn't use an...
-
03:14 pm Feature Request #3888: ability to pass arguments to model`s constructor
- Other idea:...
-
03:00 pm Feature Request #3945 (Closed): Make attribute escaping optional in HTML::attributes()
- pull request here: https://github.com/kohana/core/pull/107
-
03:00 pm Feature Request #3887: ability to pass arguments to model`s constructor
- Other idea:...
-
02:59 pm Core Revision 85256c4d: Refs #3811, added a note explaining the new CURL api usage and why it was so w...
-
02:49 pm Core Revision 5ffdb7a9: Refs #3811 implemented a working solution to the external POST problem.
- POST has greater precedence than Request::body() if set, otherwise the body is used
-
02:01 pm Bug Report #3944 (Closed): Request::send_headers() should be removed
- @Request::send_headers()@ duplicates code in @Response::send_headers()@, which is where the logic belongs. This shoul...
-
12:37 pm Bug Report #3943: retain() and uri_defaults() in Kohana_Route
- Target version should be 3.2
-
10:19 am Bug Report #3943 (New): retain() and uri_defaults() in Kohana_Route
- I've added some features to Kohana_Route to set or 'persist' uri-keys in subsequent calls to uri() on a route.
pul... -
08:15 am Feature Request #3936: Add a couple more useful error response codes
- The original intention was to use the most current official documentation coving HTTP, currently RFC 2616 for HTTP/1....
-
04:37 am Bug Report #3942 (Closed): parent::before() call in default controllers
- Default controllers are returning parent::before() instead of calling it before any execution, leading to potential s...
04/25/2011
-
11:49 pm Core Revision 44f3d80a: Merged pull request #101 from martco/3.1/develop.
- 3.1/develop
-
11:48 pm Core Revision e0da9ef7: Merged pull request #102 from AlexC/guide-errorpages-3.1-compat.
- Guide errorpages 3.1 compat
-
11:46 pm Userguide Bug Report #3905 (Closed): The link to ORM page is broken
- Thanks - Merged in 44f3d80a71b9477b9c81f0ef46a3e5a76039673c
-
11:41 pm Feature Request #3936 (Closed): Add a couple more useful error response codes
- @Jeremy Bush is correct - "If we include more than RFC2616, which ones? all RFCs ever written?" etc etc
I've had t... -
11:35 pm Core Revision f9e6aa51: Merged pull request #105 from ClaudioAlbertin/3.1/develop.
- Ticket #3937
-
11:31 pm Bug Report #3937 (Closed): Validation rules in the examples for Upload::size() and Upload::type()...
- Merged in f9e6aa515d91e45bbd578195d0fdcc3ece0c9147
-
06:39 pm ORM Feature Request #3940 (Review): Saving new models with one-to-many relationships
- I don't really see a need for the add/remove methods to support one-to-many relationships. Current way seems simple e...
-
06:28 pm ORM Feature Request #3940: Saving new models with one-to-many relationships
- Aah, I tried it the other way around, and that got an error. Thanks!
It would be more 'natural' if it went in both di... -
01:05 pm Bug Report #3941: PHPDoc error for IntelliJ IDEA
- This is actually a larger issue than just the DB::expr() comments. The phpDoc in this case should be:
@* @param ... -
01:00 pm Bug Report #3941 (New): PHPDoc error for IntelliJ IDEA
- The PHPDoc for the db::expr() method confuses IntelliJ IDEA...
04/24/2011
-
04:38 pm ORM Feature Request #3940: Saving new models with one-to-many relationships
- actually that's already implemented; you can use belongs_to aliases to set parents. Example:...
-
04:27 pm ORM Feature Request #3940: Saving new models with one-to-many relationships
- After thinking about it, I think just adding this functionality to @add()@ would be best...
Is there a reason add() ... -
04:18 pm ORM Feature Request #3940 (Closed): Saving new models with one-to-many relationships
- I find it weird that with a many-to-one models, you still have to input the ID of the parent.
It would be nice if yo... -
03:41 pm Feature Request #3936: Add a couple more useful error response codes
- Currently allowed status codes are pretty much all that was defined in RFC 2616 (currently active HTTP spec.), the on...
-
09:53 am Userguide Feature Request #3939 (New): Add caching of the userguide
- Add caching support to the userguide module. It often takes quite a bit to load userguide pages which gets annoying. ...
04/22/2011
-
07:15 pm ORM Patch #3938: Auto updated/created columns not documented in guide.
- Sent pull request via Github:
https://github.com/kohana/orm/pull/30 -
07:12 pm ORM Patch #3938 (New): Auto updated/created columns not documented in guide.
- Hello,
I noticed that the @$_created_column@ & @$_updated_column@ variables are not documented in the ORM guide a... -
04:47 pm Core Revision 8eb3d122: Update the examples for Upload::size() and Upload::type()
-
04:37 pm Bug Report #3937 (Closed): Validation rules in the examples for Upload::size() and Upload::type()...
- Validation rules in the examples for Upload::size() and Upload::type() are outdated.
-
07:53 am ORM Revision c5509563: Added some basic information on what will happen with non-existing IDs.
-
04:31 am ORM Revision 6f1a8c02: one-to-one relations example in userguide
04/21/2011
-
09:47 pm Patch #3485 (Assigned): _compile_order_by don't support order by SQL functions like RAND()
- Chris is right, this is a duplicate and invalid.
-
04:15 pm Feature Request #3885: Support for Kohana as a library (include.php)
- I've written a blog post, which I plan to turn into a userguide entry at some point.
http://blog.marcuscobden.co.u... -
03:17 pm Database Bug Report #3934 (Closed): PDO errorCode Exception codes
- This is already be fixed in 3.1/develop and 3.2/develop see #3928
Your links are to the master branch. This is all... -
03:00 am Feature Request #3936: Add a couple more useful error response codes
- IIRC, these codes aren't included because they aren't in the HTTP 1.1 spec or something. Sam will have to confirm.
-
12:52 am ORM Feature Request #3828 (Closed): Allow DB::expr in created_column and updated_column properties
- No real need for this... can be implemented manually if need be.
04/20/2011
-
10:51 pm Feature Request #3936 (Closed): Add a couple more useful error response codes
- In particular, I wanted to use response code 422 but was getting an exception that this status was not allowed. There...
-
08:14 pm Database Bug Report #3934: PDO errorCode Exception codes
- Pull request and fix at https://github.com/kohana/database/pull/13
-
07:47 pm Database Bug Report #3934: PDO errorCode Exception codes
- Actually no that one is still causing problems, it just wasn't throwing a n error with an alphanumeric code.
If you ... -
07:19 pm Database Bug Report #3934: PDO errorCode Exception codes
- 3.1/master, i checked out 3.1/develop though and itts working no problem
-
06:40 pm Database Bug Report #3934: PDO errorCode Exception codes
- I'm sure this was fixed already, what version are you using?
-
06:40 pm ORM Feature Request #3935 (New): Using with() is slow compared to join()
- Using @->with('escola')@
Time: 2.987454 s... -
06:34 pm Database Bug Report #3934: PDO errorCode Exception codes
- Sorry, i've posted it to the wrong sub project, can you move it or should i re-create it?
-
06:30 pm Database Bug Report #3934 (Closed): PDO errorCode Exception codes
- "PDO errorCodes":http://www.php.net/manual/en/pdo.errorcode.php are alpha numeric eg HY000, so when an exception is b...
-
03:27 pm Revision bd8d45dd: Tracking database
-
03:27 pm Database Revision d9c179c8: Merge branch '3.1/develop' into 3.2/develop. Refs #3929
-
03:25 pm Revision 71b435b7: Tracking database
-
03:23 pm Database Revision 82709bc4: Follow up to c2adc4db3e13e6c9c01be2767b49cd7e18f42ff5. Refs #3928
-
01:44 pm ORM Revision 66bec8f0: loaded & saved are not accessed by properties, but by methods
-
12:59 pm OAuth Revision 766637ce: Added required params to OAuth v1 Request_Credentials class
-
11:46 am Feature Request #3933 (New): Add params for __construct in Model::factory
- The title says it all, they are many cases where you have to pass params to your model constructor, it would be nice ...
-
06:50 am Patch #3485 (Review): _compile_order_by don't support order by SQL functions like RAND()
- This has been requested before. A direction without a column makes no sense.
04/19/2011
-
02:05 pm Revision 67df0b12: tracking system
-
02:04 pm Core Revision caf3df9a: Merge remote branch 'origin/3.0/develop' into 3.1/develop
- Conflicts:
tests/kohana/CoreTest.php -
02:02 pm Revision 61c9c723: tracking system
-
02:02 pm Core Revision 6e61816e: Removing exception handler test, its not needed
-
01:57 pm Revision bf68ecf7: Tracking system
-
01:56 pm Core Revision 652a5d30: Merge remote branch 'origin/3.0/develop' into 3.1/develop
- Conflicts:
classes/kohana/core.php -
01:55 pm Bug Report #3932 (Closed): Kohana_Exception::handler() doesn't exit with proper error codes
- Fixed by https://github.com/kohana/core/commit/f294337b23a698c2162c1d8a489f6d32bc1a14c7
-
01:45 pm Bug Report #3931 (Closed): Kohana_Exception::handler() doesn't exit with proper error codes
- Applied in changeset commit:f294337b23a698c2162c1d8a489f6d32bc1a14c7.
-
01:44 pm Revision 9fd076ef: tracking system
-
01:42 pm Core Revision f294337b: Exception handler should always exit with an error code, Fixes #3931
-
11:53 am Bug Report #3811: External requests with POST do not work properly
- I disagree with the argument that it needs to be built from Request->post(). POSTFIELDS is a misnomer in this context...
Also available in: Atom