Activity
From 10/05/2011 to 11/03/2011
11/03/2011
-
10:02 pm Bug Report #4321 (New): SimpleXMLElement::addChild() usage
- This method will throw warnings if the string being set contains a '&':
@ErrorException [ Warning ]: SimpleXMLElem... -
08:24 pm Bug Report #4320 (Closed): Remove $format parameter from Feed::create()
- Since only rss2 is supported, this parameter is completely ambiguous.
-
07:04 pm Bug Report #4319: Kohana_Request::redirect() and HMVC
- Matt Eldridge wrote:
-pull request is: kohana:3.2/master from cphrmky:3.2/master-
> pull request is: kohana:3.2/dev... -
06:43 pm Bug Report #4319: Kohana_Request::redirect() and HMVC
- pull request is: kohana:3.2/master from cphrmky:3.2/master
-
06:34 pm Bug Report #4319 (Closed): Kohana_Request::redirect() and HMVC
- When calling a sub-request via something like:...
11/02/2011
-
09:01 pm Userguide Feature Request #3529: Configurable transparent extension prefixes in API browser
- Seems this was so long ago it predates the branch naming change.
Updated to be 3.2 compatible and submitted new pu... -
04:53 pm Bug Report #3857: Validation: calling not_empty and other rules at the same time returns unexpect...
- Allowing for both Valid::not_empty and not_empty seems valid to me.
There is a pull @ https://github.com/kohana/co...
11/01/2011
- 01:33 pm Core Revision 7ec1d823: Fix bug introduced by 5b8159f fixing Arr::map callback syntax - fixes #4259
-
12:51 pm Userguide Feature Request #3486: Show what interfaces a class implements
- Updated pull (targeted to the develop branch this time) at https://github.com/kohana/userguide/pull/27
- 10:32 am UnitTest Revision 17bde5d6: Only ob_end_flush() if the buffer is not empty. Fixes 'headers already sent' w...
-
10:30 am UnitTest Bug Report #4237: Bootstrap sends headers when calling ob_end_flush() even if no output sent
- New pull request: https://github.com/kohana/unittest/pull/15
- 10:06 am Core Revision cd258639: Added "Kohana as a Library" tutorial.
-
10:03 am Patch #4006: Add "Kohana as a Library" tutorial
- New pull request: https://github.com/kohana/core/pull/170
-
06:19 am ORM Feature Request #3763: ORM check() should not throw an exception
- Pull request with some related code https://github.com/kohana/orm/pull/23 .. Adding a link so it can be found later..
-
04:26 am Database Bug Report #4316: Can't get Config_Database to work
- Looks good to me.
-
02:30 am Database Bug Report #4316 (Closed): Can't get Config_Database to work
- Applied in changeset commit:8c500fb6c3cf8549e7af96626e69d66db05efd29.
-
02:27 am Database Revision 8c500fb6: Followup to 2fb2a2e66bcf3d9d486be1678b544817b1e843b9. Simplifying the code a b...
-
02:14 am Database Bug Report #4316: Can't get Config_Database to work
- Although, You prompted me to re-read the code, and it could do with some simplifications...
-
02:12 am Database Bug Report #4316: Can't get Config_Database to work
- I'm not sure I understand what you're getting at?
This isn't the group as in "default" or "my-custom-db-group", th... -
01:58 am Database Bug Report #4316 (Feedback): Can't get Config_Database to work
- I don't know if I agree with this change. The "group" is just an arbitrary naming within config, isn't it? A group wi...
10/31/2011
-
10:30 pm ORM Bug Report #4222 (Closed): _login fails with custom primary key
- Applied in changeset commit:9659c1f263b60aa0ee23b50b1029c9caf7e9536c.
-
10:25 pm ORM Revision 9659c1f2: Merge pull request #42 from mvdnes/3.2/develop
- Fixes #4222
-
10:21 pm ORM Bug Report #4222 (Assigned): _login fails with custom primary key
-
10:17 pm Database Revision e65d8fd5: Merge pull request #19 from edwinschaap/3.2/develop
- Fixes #4316
-
10:16 pm ORM Revision 3177611f: Allow custom primary key on User table when logging in
-
10:15 pm ORM Bug Report #4222: _login fails with custom primary key
- New pull request to develop branch on https://github.com/kohana/orm/pull/42
-
10:15 pm Database Bug Report #4316 (Closed): Can't get Config_Database to work
- Applied in changeset commit:2fb2a2e66bcf3d9d486be1678b544817b1e843b9.
-
10:12 pm Database Bug Report #4316 (Assigned): Can't get Config_Database to work
10/30/2011
-
10:17 pm Auth Bug Report #4265: Possible bug in Kohana 3.2 Auth?
- Actually I just upgraded from 3.1.x to 3.2, then I started having issues with the logged in state of my application w...
10/29/2011
-
04:23 am Database Bug Report #4309: Query builder subquery quoting problem when using databases of different types
- You're right that automatic string conversion cannot choose the correct Database with which to compile.
Delay the ... -
03:44 am Auth Bug Report #4265 (Feedback): Possible bug in Kohana 3.2 Auth?
- Have you modified the Model_User class? It sounds like something is wrong with your code that is causing the serialis...
-
02:17 am Auth Bug Report #4318: Security Concern - Deleting currently logged in user from databases causes that...
- Gotcha. I must have borked my search or only searched in Auth when I was looking for duplicate tickets. Thanks!
St... -
02:05 am Auth Bug Report #4318 (Closed): Security Concern - Deleting currently logged in user from databases ca...
-
02:05 am Auth Bug Report #4318: Security Concern - Deleting currently logged in user from databases causes that...
- Yori Kvitchko wrote:
> Yup, 3.0.7.
Ah, yes this was a known issue that we already fixed. You should upgrade to the l... -
12:56 am Auth Bug Report #4318: Security Concern - Deleting currently logged in user from databases causes that...
- Yup, 3.0.7.
-
12:00 am Auth Bug Report #4318: Security Concern - Deleting currently logged in user from databases causes that...
- It sounds like you are using an older Kohana version. Can you tell us what version of Kohana you are using? This soun...
10/28/2011
-
11:25 pm Auth Bug Report #4318 (Closed): Security Concern - Deleting currently logged in user from databases ca...
- Notice: This is only a concern for applications where a currently logged in user would be deleted from the database. ...
-
11:12 pm Bug Report #4306: URL::base() fails to account for HTTPS under certain situations
- I have the same issue. Any comments from the core developers?
TIA,
Nano. -
10:44 pm Auth Bug Report #4265: Possible bug in Kohana 3.2 Auth?
- I believe I know the cause of this and will be submitting a separate bug describing the issue shortly. Look for it un...
-
03:14 pm Bug Report #4317: Coding standards do not accept @codeCoverageIgnore(Start|End) PHPUnit Tags
- Pull (with unit test) at https://github.com/kohana/coding-standards/pull/7
-
03:13 pm Bug Report #4317 (Closed): Coding standards do not accept @codeCoverageIgnore(Start|End) PHPUnit ...
- The PHPUnit in-source comment tags to exclude sections of code from code coverage analysis violate the current OneLin...
-
02:14 pm Database Bug Report #4309: Query builder subquery quoting problem when using databases of different types
- I'm using Kohana 3.2.0.
Building a subquery (to be later inserted into "main" query):... -
01:00 pm Database Bug Report #4309: Query builder subquery quoting problem when using databases of different types
- What version of Kohana are you using? Can you paste a snippet of your code here?
-
12:57 pm Database Bug Report #4316: Can't get Config_Database to work
- I'm checking if the config wants to load the database config from database and skipped it.
https://github.com/kohana... -
12:56 pm Database Revision 2fb2a2e6: Fix #4316: Skip loading database config from database, causing endless loop.
-
12:45 pm Database Bug Report #4316 (Closed): Can't get Config_Database to work
- I'm not the first to discover this as these threads show:
http://stackoverflow.com/questions/7615498/kohana-config-d... -
08:54 am Bug Report #4315 (Feedback): Internal sub-request not receiving correct accept type
- The @Request::accept_type()@ method is a hang-over from the 3.0 release. It shouldn't be used for anything other than...
10/27/2011
-
03:12 pm Bug Report #4315 (Closed): Internal sub-request not receiving correct accept type
- When making an internal sub-request, if you set the accept-type for the sub-request, for example to @application/json...
10/26/2011
10/25/2011
-
08:42 pm Patch #4314 (Assigned): Use Request::query() instead of $_GET in the URL::query() function
- https://github.com/kohana/core/blob/3.2/master/classes/kohana/url.php#L138
https://github.com/kohana/core/blob/3.2/m...
10/22/2011
-
09:31 pm Bug Report #4313: Kohana_Session throws exception when session_start was already called
- kohana 3.2 last stable
-
09:30 pm Bug Report #4313 (Closed): Kohana_Session throws exception when session_start was already called
- system/classes/kohana/session/native.php
function _read
we've got there
session_start();
so when we hav...
10/21/2011
-
01:53 pm Bug Report #4312: cant get native session under ie7
- Isaiah DeRose-Wilson wrote:
> Are cookies working? That's the first thing you should check. Also try posting on the ... -
07:55 am Bug Report #4145: Translated messages should not rely on the default language being English
- I understand what the issue is for. What I'm saying is: it only applies to 3.3 and not 3.1/3.2 .
Current __() defi... -
06:53 am ORM Feature Request #3697: Late static binding on table dependent model settings
- I would like to second this. I was actually looking for a way to create an inherited static "exists" function for my...
-
01:14 am Bug Report #4312 (Closed): cant get native session under ie7
- Are cookies working? That's the first thing you should check. Also try posting on the forums instead of here to get h...
10/20/2011
-
09:33 pm Bug Report #4312: cant get native session under ie7
- Can you please post the code you are using in your controller so we can try to replicate the problem. Can you try the...
-
02:54 pm Bug Report #4312 (Closed): cant get native session under ie7
- I am using kohana3.2.
It works fine under firefox,but when I tested under ie7,cant get session data.
I add this... -
01:43 pm Bug Report #4145: Translated messages should not rely on the default language being English
- The issue is to fix _calls_ to @__()@ in core and modules, not the definition.
When a user changes the @$default@ ... -
11:49 am Bug Report #4224: Kohana::$config incorrectly initialized in Kohana_Core
- anyone?
This issue still affects Kohana 3.2.0 -
09:28 am Bug Report #4145: Translated messages should not rely on the default language being English
- Aren't #4145 & #4146 irrelevant? (#4148 & #4149 too)
Since __() cannot be changed (#4112 / #4120) until 3.3, which...
10/19/2011
-
09:31 am Feature Request #3536: Remove controller method parameters
- Michael Fielding wrote:
> Each action_ method has parameters and I know exactly what each one expects and which ones...
10/18/2011
-
03:25 pm Feature Request #3536: Remove controller method parameters
- Michael Fielding wrote:
> You have made me very sad as Convention Over Configuration was one...
I think you are c... -
10:47 am Feature Request #3536: Remove controller method parameters
- You have made me very sad as Convention Over Configuration was one of the key design goals and reasons to choose Koha...
10/16/2011
-
05:13 pm Feature Request #4311 (Closed): Module Requirments
- Duplicate of #3922
-
04:50 pm Userguide Bug Report #4030: Kohana Views being called from within code blocks
- Hmm... Can't find a way to edit my previous entry.
The fix proposed by David and myself doesn't stop views from be... -
04:41 pm Userguide Bug Report #4030: Kohana Views being called from within code blocks
- I provided a simple solution here: https://github.com/kohana/userguide/pull/26
DavidAlazar provided a similar one ... -
02:38 pm Feature Request #4311 (Closed): Module Requirments
- I think Kohana should have a module info file, where the module compatibility for kohana version can be set, along wi...
-
01:35 pm UnitTest Bug Report #4232 (Feedback): PHP files under system/tests/test_data are executed when building li...
- Sorry, I used a hardcoded / instead of DIRECTORY_SEPARATOR. Have created a new pull for platform independence.
10/15/2011
-
08:29 pm ORM Bug Report #4267 (Closed): as_array() returning empty unloaded relatives
- I agree. You can check the relationship manually to see if it's load if you need to know.
-
08:27 pm ORM Feature Request #4310 (Closed): Read and Write Filters
- We talked about this when we added the filters() method and decided that output (read) filters should happen in your ...
10/14/2011
-
06:05 am ORM Feature Request #3935: Using with() is slow compared to join()
- One possible fix for this would be, add a private $_force_inner when calling "with", then checking if the relation is...
-
05:59 am ORM Bug Report #4267: as_array() returning empty unloaded relatives
- I think its a feature. When you use $model->parent->name and there is no parent, name return as empty, because it use...
-
05:55 am ORM Feature Request #4310 (Closed): Read and Write Filters
- Currently, to apply, for example, *strftime* on the *date* column of a value, you need to hack *__get()*, check for t...
10/13/2011
-
10:55 pm Database Bug Report #4309 (Closed): Query builder subquery quoting problem when using databases of differe...
- I'm working on the application which uses two different databases: MySQL and Postgres. The MySQL driver is the "defau...
-
05:00 pm Bug Report #4308 (Closed): Kohana index.php not sending headers using the correct API
- Applied in changeset commit:015d78f997607ef20a2888139075921e7e8bdc07.
-
04:56 pm Revision 015d78f9: Fixes #4308, Kohana index.php now correctly includes the correct Response::sen...
-
04:50 pm Bug Report #4308 (Closed): Kohana index.php not sending headers using the correct API
- Related to #4257 - The Kohana index.php file should include the @TRUE@ flag in the @Response::send_headers()@ call to...
-
01:18 pm Feature Request #4001: Fully Support PSR-0 autoloading requirements
- Dmitry T. wrote:
> Something like this: http://groups.google.com/group/php-standards/web/psr-0-final-proposal?pli=1
... -
01:00 pm Database Bug Report #4289 (Closed): Session database should use the Database::$default default group
- Applied in changeset commit:ee28daffac19692519eaaf959d72b709a8944875.
-
12:54 pm Database Revision f43bc8f7: Merge branch '3.1/develop' into 3.2/develop Refs #4300
- Conflicts:
classes/kohana/config/database.php -
12:49 pm Database Revision ee28daff: Use Database::$default when instance is not configured. Fixes #4289
-
09:50 am Database Bug Report #4289 (Feedback): Session database should use the Database::$default default group
- You still have it hard coded in Kohana_Config_Database_Reader (Kohana_Config_Database in previous versions)
10/12/2011
-
08:14 pm Feature Request #4307 (New): Abstract View
- I want to use twig instead of standart View, but there isn't abstract View or interface like this: http://framework.z...
-
04:25 am Image Revision bcb0b35a: Skip image tests if GD extesion is not loaded
10/11/2011
-
07:47 pm Bug Report #4306 (Closed): URL::base() fails to account for HTTPS under certain situations
- Assuming the website is under HTTPS,
*Scenario 1:*
Calling URL::base(NULL) causes it to parse $base_url for the p... -
03:00 pm Feature Request #4305 (Closed): include_paths
- This is what modules are for, if you want to add something to the cfs search path you add a module.
-
02:44 pm Feature Request #4305: include_paths
- It would be very comfortably if developers will be able to add route to Kohana::_paths.
For example, if you want t... -
02:43 pm Feature Request #4305 (Closed): include_paths
- It would be very comfortably if developers will be able to add route to Kohana::_paths.
For example, if you want t...
10/10/2011
-
05:12 pm UnitTest Revision bc9259ed: Merge pull request #13 from bobeagan/3.2/develop
- 3.2/develop
-
05:04 pm UnitTest Bug Report #4304: Guide page incorrectly references application index.php instead of module boost...
- Fixed in: https://github.com/kohana/unittest/pull/13
-
05:03 pm UnitTest Bug Report #4304 (Closed): Guide page incorrectly references application index.php instead of mod...
- Reported via IRC earlier today that the guide/unittest.testing.md file is outdated. It still references doing --boot...
-
04:41 pm UnitTest Revision 470579b7: Update path to bootstrap to use the module's bootstrap.php rather than the app...
- Also, update the usage section to reflect what is currently in the README usage section.
-
04:25 pm Cache Bug Report #4303 (New): Cache_File::get sometimes get into racing condition
- I'm using assets with path caching on my server. Because it goes through localhost, all requests are done almost simu...
-
04:23 pm ORM Feature Request #4302 (Closed): Overloading $this->_db in ORM model using another database instance
-
08:21 am ORM Feature Request #4302 (Closed): Overloading $this->_db in ORM model using another database instance
- Good solutions for using many databases in one application is to formally append new database instance connection int...
10/08/2011
-
05:13 pm Feature Request #4299: Driver-Based I18N
- I don't see any kind of 3.3 branch on the main repo, so I don't know if I should make a pull request, but I've added ...
-
12:02 am Bug Report #4301 (Closed): Route::cache() should not cache lambda routes
- When I try to cache routes by using @Route::cache(TRUE)@, I get the "Serialization of 'Closure' is not allowed" excep...
10/07/2011
-
11:43 pm Database Bug Report #4253 (Closed): Model_Database::$_db should be set to NULL
-
11:37 pm Database Bug Report #4300 (Closed): Session database should use the Database::$default default group
- Kohana_Session_Database.php, line 47 -> 51, the database default group is hard-coded to be 'default', this should be ...
-
11:27 pm Database Revision 63d88a1b: Merge branch '3.2/feature/CS-Cleanup' into 3.2/develop
- Conflicts:
classes/kohana/config/database.php -
11:26 pm Database Bug Report #4289 (Closed): Session database should use the Database::$default default group
-
10:22 pm Feature Request #4299 (New): Driver-Based I18N
- Have I18N setup in a driver-based manner so translations could potentially come from other sources such as a database.
-
09:47 pm Database Revision b1845ad1: Merge branch '3.1/develop' into 3.2/develop
- Conflicts:
classes/kohana/config/database.php -
09:35 pm Database Revision 4b4c02af: Reduce one comparison and add some more comments
-
09:34 pm Database Revision d71e85f9: Squash of https://github.com/kohana/database/pull/18 Fixes #4289
- Database Sessions will use Database::$default instead of 'default' for default group
Database Models will use Databas... -
08:36 pm Database Revision d62e5bca: Fixed minor mistake re Kohana::debug()
-
06:16 pm Userguide Feature Request #4298 (Closed): Show property defaults
- It would be nice if the API browser showed the default values of class properties.
10/06/2011
-
02:15 pm Cache Bug Report #4101: Cache, memcache, lifetime
- https://github.com/kohana/cache/pull/14
https://github.com/kohana/cache/pull/13 -
01:57 pm Bug Report #4297 (Closed): Missing parameter in examples for Upload::Image()
- Missing ':value' parameter in examples.
Current:... -
02:51 am Bug Report #4294: Arr::get() cannot handle NULL value correctly
- @lsaiah. Sorry I didn't realize Arr::path() when I was writing. Arr::path() works like a charm.
-
01:52 am Bug Report #4295 (Closed): Arr::get() cannot handle NULL value correctly
-
01:52 am Bug Report #4294: Arr::get() cannot handle NULL value correctly
- @lazniko, these are two different issues. Please file a separate feature request for the Arr::get() nested array chan...
-
01:47 am Userguide Bug Report #4296 (Closed): /guide/kohana/errors throws "Undefined variable" error for 3.1 and 3.2...
10/05/2011
-
01:51 pm Bug Report #4294: Arr::get() cannot handle NULL value correctly
- Just to correct a bit typo in the update #2.
Usage :
for one-dimension array, the usage is same as original Arr... -
01:46 pm Bug Report #4294: Arr::get() cannot handle NULL value correctly
- Arr::get() cannot handle multi-dimension array.
For example, ... -
11:13 am Userguide Bug Report #4296 (Closed): /guide/kohana/errors throws "Undefined variable" error for 3.1 and 3.2...
- The example error for http://kohanaframework.org/3.0/guide/kohana/errors generates
@ErrorException [ Notice ]: Und... -
09:37 am Bug Report #4294: Arr::get() cannot handle NULL value correctly
- Ideally array_key_exists() should be used instead of isset() in the checking. However, array_key_exists() is much slo...
-
09:31 am Bug Report #4295: Arr::get() cannot handle NULL value correctly
- Sorry, this is a duplicated input of 4294. Please delete this. :(
-
09:29 am Bug Report #4295 (Closed): Arr::get() cannot handle NULL value correctly
- Arr::get() use isset() to check if an element exists in the array. However, isset() is not a safe check. When the ele...
-
09:24 am Bug Report #4294 (Closed): Arr::get() cannot handle NULL value correctly
- Source code of Arr::get() in Kohana 3.2
@
public static function get($array, $key, $default = NULL)
{
...
Also available in: Atom