Activity
From 06/13/2011 to 07/12/2011
07/12/2011
-
11:55 pm Revision cb5b4e68: Updating userguide and system
-
11:53 pm Core Revision f9ca3f54: Adding documentation for Config Rewrite, refs #3000
-
11:46 pm Patch #4089: Clarify in "upgrading" guide that config now merges across sources
- Also, see https://github.com/kohana/core/commit/f9ca3f546539620efb1f8444ccf522a43c6d3c1b for generic config documenta...
-
11:46 pm Patch #4089 (Closed): Clarify in "upgrading" guide that config now merges across sources
- It appears your changes have been merged in
https://github.com/kohana/core/blob/f3979f80791022d39bf2d065d25ced12c... - 10:19 pm Userguide Revision 10be9373: Update the controller for 3.2, fixes #4102
- 10:15 pm Userguide Bug Report #4102 (Closed): Userguide is returning error when trying to get media files
- Applied in changeset commit:10be93730a511f23139d411255741c9e1a2fc1bf.
-
08:14 am Feature Request #4107 (Closed): How to set more $_paths. Kohana::modules() static set $paths arra...
- How to set more $_paths. Kohana::modules() static set $paths array (bug?)
I'm trying to figure why if we set $_pat... -
04:04 am Revision 27b080c9: Tracking database
-
04:02 am Database Revision f0944e85: MySQL: Set session variables in a single statement. Fixes #4103
-
03:57 am Database Bug Report #4103 (Closed): Inefficiency in setting setting MySQL variables
-
03:48 am Revision e2542459: Tracking database
-
03:46 am Database Revision ffc447ec: Merge branch '3.1/develop' into 3.2/develop
-
03:46 am Revision 55209df0: Tracking database
-
03:45 am Database Revision 10474ec0: Column aliases cannot be used in WHERE and HAVING conditions. Fixes #4057
-
03:42 am Database Patch #4057 (Closed): Fix: Database::quote_columns on aliased columns breaks WHERE and ORDER BY c...
-
01:03 am ORM Revision bb5f9ef9: Merge pull request #38 from Zeelot/3.2/bugs/4011+4094
- 3.2/bugs/4011+4094
-
01:02 am Revision 1ca4a2ce: tracking submodules
-
01:01 am Core Revision f9b84b40: Fix codestyle, refs #4011
-
12:59 am Core Revision 986fb47a: Max email length is 254 chars, Fixes #4011
-
12:55 am ORM Bug Report #4094 (Closed): primary_val method
- pull merged.
-
12:51 am Bug Report #4011 (Closed): Valid::email() email max_length 254 chars
- Fixed by 986fb47
-
12:41 am Core Revision 8f07118d: Update docblock for valid::exact_length(), to reference array parameter. Fixes...
-
12:39 am Core Revision a8147257: Add note about reversed form::open() behavior, fixes #4104
-
12:38 am ORM Revision df85312f: Revert "adding a max length of 254 to user emails (refs #4011)"
- Adding the length limit to Valid::email instead
This reverts commit e124ee5a051da8780b38c02a9d79d8b29164e4d2. -
12:35 am Bug Report #4105 (Closed): Update to doc for Kohana_Valid::exact_length
-
12:35 am Bug Report #4104 (Closed): upgrading.md incorrectly documents change for Form class
-
12:34 am Bug Report #4105: Update to doc for Kohana_Valid::exact_length
- Fixed by 8f07118
-
12:32 am Bug Report #4011: Valid::email() email max_length 254 chars
- Ok, reverted the length limit from the model, Jeremy Bush said we can add it to Valid::email() instead and I think th...
-
12:32 am Bug Report #4104: upgrading.md incorrectly documents change for Form class
- Fixed by a814725
-
12:26 am Revision 4d2ef544: tracking submodules
-
12:24 am Cache Revision 97ef0e60: Removing controller parameter
-
12:24 am Codebench Revision 97ef0e60: Removing controller parameter
-
12:22 am Core Revision 10e8bd1e: Updgrading docs updates
07/11/2011
-
09:03 pm ORM Revision fbf8bc87: removing a getter that doesn't exist (refs #4094)
-
09:00 pm Bug Report #4011: Valid::email() email max_length 254 chars
- https://github.com/kohana/orm/pull/38
-
09:00 pm ORM Bug Report #4094: primary_val method
- https://github.com/kohana/orm/pull/38
I decided to remove the method completely because I don't want to add things... -
08:59 pm ORM Revision 605b6255: updating the sql files to reflect the email length change (refs #4011)
-
08:59 pm ORM Revision e124ee5a: adding a max length of 254 to user emails (refs #4011)
-
08:49 pm ORM Bug Report #4094 (Assigned): primary_val method
-
07:10 pm Database Patch #4057 (Review): Fix: Database::quote_columns on aliased columns breaks WHERE and ORDER BY c...
- The alias can be used in GROUP BY and ORDER BY, but not HAVING and WHERE.
-
04:49 pm Revision 05fc0596: Updating system module
-
04:48 pm Revision d7dc01b6: Updating system module
-
04:41 pm Core Revision cb73a4ac: Little error in the comment.
-
04:41 pm Core Revision df6cc6b4: Little error in the comment.
-
04:36 pm Core Revision fd892cdd: Controller_Rest has been removed from 3.2. Removing documentation reference.
- 04:33 pm Core Revision 02f42f33: Looks like the Kohana class is loaded in bootstrap and not index?
- 04:33 pm Core Revision e76dd16b: corrected typo
-
04:32 pm Core Revision 824408fb: Merge branch '3.1/develop' into 3.2/develop
-
04:31 pm Core Revision 1f37955d: Merge commit 'refs/pull/110/head' into 3.1/develop
-
04:30 pm Patch #4053 (Closed): Leftover guide and comments relating to Validate class
- Applied in changeset commit:b94da49e45fc8f75052e7407eb55cc36b91459aa.
-
04:24 pm Core Revision b94da49e: Fixes #4053 - fixing references to old Validate class
-
04:24 pm Core Revision eb81bec8: Fixes #4053 - fixing references to old Validate class
-
04:17 pm Core Revision 2de04dac: Merge branch '3.1/develop' into 3.2/develop
-
04:17 pm Patch #4053 (Assigned): Leftover guide and comments relating to Validate class
-
04:17 pm Core Revision ca203c06: Fixes #4048 - Log writer fails when messages use Log::ALERT
-
04:15 pm Bug Report #4048 (Closed): Log writer fails when messages use Log::ALERT
- Applied in changeset commit:ca203c065db0de6620a56f1e4bade311e1ff592a.
-
04:12 pm Core Revision 2191d41b: Added 'expense' to the irregular list
-
04:11 pm Core Revision 9a3a6b6f: Added 'expense' to the irregular list
-
04:11 pm Core Revision ee7b6ada: Added 'expense' to the irregular list
-
04:10 pm Bug Report #4048 (Assigned): Log writer fails when messages use Log::ALERT
-
04:04 pm Core Revision 11313e8f: Ignore empty session reads instead of logging them, this is quite frequent. Fi...
-
04:00 pm Bug Report #3996 (Closed): Native Session Library floods log
- Applied in changeset commit:11313e8fc92c19f1168f1bb673f839d59ebaf12d.
- 03:58 pm Core Revision 997e261b: Corrected syntax error of misplaced closing paren.
- 03:58 pm Core Revision b0814c93: Corrected syntax error of misplaced closing paren.
- 03:58 pm Core Revision 75203c61: Corrected syntax error of misplaced closing paren.
-
03:57 pm Bug Report #3996 (Assigned): Native Session Library floods log
- 03:55 pm Core Revision f3979f80: Clarify that configuration is now merged across all sources in the upgrade guide
-
03:45 pm Revision 6d77c65e: Updating submodules
-
03:44 pm Revision 5aec8f04: Updating submodules
-
03:44 pm Revision e451b9fa: Updating submodules
- 03:38 pm Core Revision 30a3d852: fixed #3965
- 03:38 pm Core Revision 1f9279cc: fixed #4055
- 03:38 pm Core Revision 183c7d7e: fixed #4055
- 03:37 pm Core Revision 654a59e9: fixed #3965
- 03:36 pm Core Revision bc00b901: fixed #3965
-
03:34 pm Bug Report #3965 (Closed): class Kohana_Log_File - comment typo
-
03:34 pm Patch #4055 (Closed): Class and constans name in uppercase
-
03:09 pm Feature Request #4106: Please add PDO SQLite Driver for database
- All new features go on the next major version.
-
02:45 pm Cache Bug Report #4097 (Closed): New line breaks file cache
- Applied in changeset commit:021471fb1cc8b55fe92ea2b89a05c121b9de38eb.
-
02:41 pm Cache Revision ef6f2f48: Merge branch '3.2/develop' of github.com:kohana/cache into 3.2/develop
-
02:41 pm Cache Revision 021471fb: Fixes #4097, FileCache driver now handles cache data with multiple lines as ex...
-
02:39 pm Feature Request #4106 (New): Please add PDO SQLite Driver for database
- Zombor,
Please pull this driver for PDO SQLite in Database Module. Let me know if I need to make any more modifica... -
01:58 pm Feature Request #4001 (Assigned): Fully Support PSR-0 autoloading requirements
07/10/2011
-
06:32 pm Bug Report #4105 (Closed): Update to doc for Kohana_Valid::exact_length
- Docblock for method states $length param is an integer, whereas in 3.2 it is also allowed to be an array of integers
-
06:06 pm Bug Report #4104 (Closed): upgrading.md incorrectly documents change for Form class
- In upgrading.md, the documentation states that the old default form action was the current URI, and is now the home p...
-
05:43 pm Database Bug Report #4103 (Closed): Inefficiency in setting setting MySQL variables
- Currently, the constructor of Kohana_Database_MySQL runs multiple queries for each set variable. This is inefficient ...
-
04:08 pm ORM Bug Report #3817: _primary_key_value not set when pk value is supplied
- Very weird indeed! Thanks for the explanation, I'll be sure to use "refs" next time. It's actually my first pull requ...
-
04:03 pm ORM Bug Report #3817: _primary_key_value not set when pk value is supplied
- A little further explanation... this is what happened:
https://github.com/kohana/orm/commit/d3d7e8e772ed0699149d54... -
04:00 pm ORM Bug Report #3817 (Assigned): _primary_key_value not set when pk value is supplied
- Very weird... it looks like GitHub shows all the commits from pull requests as well. Which means Redmine got that com...
-
03:54 pm ORM Bug Report #3817: _primary_key_value not set when pk value is supplied
- I don't know why it has decided to close this bug report automatically, I didn't do it.
I just issued a pull request... -
03:50 pm ORM Bug Report #3817: _primary_key_value not set when pk value is supplied
- I don't see this change anywhere on the github repo, could you link to it?
-
03:46 pm ORM Bug Report #3817 (Closed): _primary_key_value not set when pk value is supplied
- Applied in changeset commit:d3d7e8e772ed0699149d540b5f4ccdf7cba29b63.
-
03:35 pm ORM Revision d3d7e8e7: Fixes #3817
-
03:11 pm ORM Bug Report #3817: _primary_key_value not set when pk value is supplied
- Any updates on this?
If my solution is correct (which I believe it to be, since I use it in more than one producti...
07/08/2011
-
11:32 pm Bug Report #4011: Valid::email() email max_length 254 chars
- Adding another link: http://stackoverflow.com/questions/386294/maximum-length-of-a-valid-email-id
If this is decid... -
09:10 pm Userguide Bug Report #4102 (Closed): Userguide is returning error when trying to get media files
- It tries to use the check_cache method, but it does not seem to exist....
-
02:13 pm Cache Bug Report #4101 (New): Cache, memcache, lifetime
- PHP 5.3.6
Membase as memcahed server
php_memcache 2.2.6
Kohana (3.0.7 and 3.1.3.1)
When call
~Cache::instance(... -
01:23 pm Cache Feature Request #4099 (Closed): Memcache Timeout
07/07/2011
-
09:48 pm Cache Feature Request #4099: Memcache Timeout
- *Delete this ticket - created a new ticket with a better title.
-
09:48 pm Cache Feature Request #4100 (Closed): Memcache Timeout Should Be In Milliseconds
- A memcache server should never take more than a 100ms to respond or so. Would be nice if the timeout was in milliseco...
-
09:48 pm Cache Feature Request #4099 (Closed): Memcache Timeout
- A memcache server should never take more than a 100ms to respond or so. Would be nice if the timeout was in milliseco...
- 07:46 pm ORM Bug Report #4091 (Closed): Double semicolon
- Applied in changeset commit:5777dbe500d4c0d239cae6939d648f869efd1843.
- 07:42 pm ORM Revision 5777dbe5: Merge pull request #36 from codecleaner/3.2/develop
- Double semicolon fix, fixes #4091 - thanks webking!
-
07:34 pm Cache Feature Request #4098 (Closed): Multiget requests
- Currently, the get function of cache only supports a single key at a time. It really should support multiple keys at ...
- 07:08 pm ORM Revision 41ab352f: Adding basic upgrade guide for 3.2
- 07:01 pm ORM Bug Report #4093 (Closed): DB Proxy methods wrap unnecessarily wrap arguments in array
- Applied in changeset commit:027d8385fdf0e1986bed16cbc262ce34d85a6dc2.
- 06:54 pm ORM Revision 027d8385: Don't wrap certain proxy method args in array, fixes #4093
-
06:47 pm Cache Bug Report #4097: New line breaks file cache
- This seems highly irregular. Any kind of html caching would blow up.
-
06:20 pm Cache Bug Report #4097 (Closed): New line breaks file cache
- New line breaks file cache.
Cache_Exception [ 0 ]: Kohana_Cache_File::get failed to unserialize cached object with... -
01:43 pm Feature Request #4096: Implement a "as_labels" for "as_array"
- oh yeah, sorry, it's for Validation
-
01:36 pm Feature Request #4096: Implement a "as_labels" for "as_array"
- Is this for validation? Please be more specific.
-
01:35 pm Feature Request #4095 (Closed): Implement a "as_labels" for "as_array"
-
01:28 pm Feature Request #3536: Remove controller method parameters
- Yes, we'll be working on the migration guide before final release.
-
01:18 pm Feature Request #3536: Remove controller method parameters
- Just did the upgrade from 3.1 to 3.2 and was thrown through a loop for a minute about this. I just wanted to make sur...
-
12:54 pm Feature Request #4096 (New): Implement a "as_labels" for "as_array"
- Since we don't have access to the private $_labels variable, the as_array() method should have a bool argument option...
-
12:51 pm Feature Request #4095 (Closed): Implement a "as_labels" for "as_array"
-
05:52 am ORM Bug Report #4094 (Closed): primary_val method
- This is a breaking bug. On line 1613, this method returns $this->_primary_val(), but that method doesn't exist.
I ... -
01:59 am ORM Bug Report #4093 (Closed): DB Proxy methods wrap unnecessarily wrap arguments in array
- Specifically @select()@, @from()@, @group_by()@
https://github.com/kohana/orm/blob/3.2%2Fdevelop/classes/kohana/or...
07/06/2011
-
01:50 pm Bug Report #4092 (Assigned): Sub-requests don't inherit some properties properly from the parent
- Some settings like reading $_SERVER['HTTPS'] are only done on the initial request, so subrequests miss some important...
-
01:38 pm Image Feature Request #3847: frame() method for the Image module
- This is also done.
https://github.com/atannus/image/tree/3.3%2Ffeature%2F3847-frame-support
Awaiting creation o... -
01:34 pm Image Feature Request #4085: Bitmap Support for gd - BMP support
- green spinnach wrote:
> André Tannús wrote:
> > Currently (as of 3.1/master) the image module cannot process Bitmap... -
09:15 am Image Feature Request #4085: Bitmap Support for gd - BMP support
- André Tannús wrote:
> Currently (as of 3.1/master) the image module cannot process Bitmap images.
>
> Support for... -
08:42 am Bug Report #4011 (Feedback): Valid::email() email max_length 254 chars
- The maximum length for an email address is 254 characters,
see http://www.dominicsayers.com/isemail
and http://www....
07/05/2011
-
07:22 pm ORM Bug Report #4091 (Closed): Double semicolon
- In file @classes/kohana/orm.php@ I found little bug. It's double semicolon at line 1235.
Here's a pull request: ht... -
07:21 pm ORM Revision 8a434ff3: Fixed bug in `create` method.
-
05:16 pm Bug Report #4090 (Closed): Change reference of Kohana::config() to Kohana::$config->load
- Applied in changeset commit:4943a5ea20ca970625902129678086f9b4eb5c34.
-
05:15 pm Core Revision 4943a5ea: Merge pull request #139 from ernestas/3.2/develop
- Fixes #4090, change reference of Kohana::config() to Kohana::$config->load()
-
05:11 pm Core Revision 20844461: Fixes #4090, change reference of Kohana::config() to Kohana::$config->load
-
05:06 pm Bug Report #4090: Change reference of Kohana::config() to Kohana::$config->load
- https://github.com/kohana/core/pull/139
-
05:02 pm Bug Report #4090 (Closed): Change reference of Kohana::config() to Kohana::$config->load
- on https://github.com/kohana/core/blob/3.2%2Fdevelop/classes/kohana/http/header.php#L475
-
02:16 pm Feature Request #2742 (Closed): [ORM] Validate changed fields only?
- I think this is a bad idea. The contents of your model should always be valid. Revalidating the whole model doesn't a...
-
02:10 pm Feature Request #2742: [ORM] Validate changed fields only?
- This would be an api change, so it would be relegated to 3.3.
-
01:33 pm Patch #4089 (Assigned): Clarify in "upgrading" guide that config now merges across sources
-
01:33 pm Feature Request #2742 (Feedback): [ORM] Validate changed fields only?
- While validation has changed, I found myself implementing this the other day and I wondered if there was already a bu...
-
11:56 am Patch #4089: Clarify in "upgrading" guide that config now merges across sources
- Pull request at https://github.com/kohana/core/pull/137
-
11:54 am Patch #4089 (Closed): Clarify in "upgrading" guide that config now merges across sources
- The current "upgrading to 3.2" guide states that in general the public config API functions as before, however doesn'...
-
11:28 am Bug Report #4088 (New): htaccess FastCgi
- Hi !
I found a bug in the file ,it relates to work on a script-enabled fastcgi servers, normally show an error 500 (... -
06:50 am Revision 31afb4b8: Updating submodules
-
06:49 am Userguide Bug Report #4086 (Closed): MarkdownExtra_Parser fails to autoload triggering a fatal error in PHP...
-
06:49 am UnitTest Bug Report #4087 (Closed): Enable full PHPUnit Coverage stats by default
-
06:47 am Core Revision 7bf2d20b: Whitespace fix
-
06:47 am Database Revision 70dbbc0b: Add support for session restarting - refs #3100
-
06:46 am Userguide Revision 03105a80: MarkdownExtra_Parser fails to autoload triggering a fatal error in PHPUnit - R...
-
06:46 am UnitTest Revision 6bc3fdf1: Fixes #4087 - Enable full PHPUnit Coverage stats by default
-
06:38 am UnitTest Bug Report #4087 (Closed): Enable full PHPUnit Coverage stats by default
- Enable full PHPUnit Coverage stats by default
-
06:37 am Userguide Bug Report #4086 (Closed): MarkdownExtra_Parser fails to autoload triggering a fatal error in PHP...
- MarkdownExtra_Parser fails to autoload triggering a fatal error in PHPUnit while running the tests with full code cov...
-
05:20 am ORM Feature Request #4049: add using() to ORM::$_db_methods
- It's a feature and 3.2.0 is locked. It's very easy for you to add it in your application but it will have to wait unt...
-
04:54 am ORM Feature Request #4049: add using() to ORM::$_db_methods
- Why 3.3.0??? :( This is the easiest feature that it could be!!!
-
02:42 am Image Bug Report #4084: Bitmap Support for gd - BMP support
- Please delete this. Not a bug report. I've registered a Feature Request. Thanks.
-
02:41 am Image Feature Request #4085 (New): Bitmap Support for gd - BMP support
- Currently (as of 3.1/master) the image module cannot process Bitmap images.
Support for such images would be welcome. -
02:39 am Image Bug Report #4084 (New): Bitmap Support for gd - BMP support
- Currently (as of 3.1/master) the image module cannot process Bitmap images.
Support for such images would be welcome. -
02:18 am Image Feature Request #3847: frame() method for the Image module
- André Tannús wrote:
> Here's the pull request.
>
> https://github.com/kohana/image/pull/7
disregard.
-
01:21 am Bug Report #3088 (Closed): Validate::date() doesn't handle dates correctly
-
01:16 am Database Feature Request #2009 (Feedback): Implement or_on() in Database
- Not sure why this got closed.
-
01:09 am Bug Report #2484: kohana_Controller_REST using wrong HTTP methods
- Sam, please make an issue for 3.3 if this should be removed.
07/04/2011
-
08:36 pm Core Revision f40372f9: Merge branch '3.2/develop' of github.com:kohana/core into 3.2/develop
- le names
-
08:34 pm Core Revision 9b1953c0: Can set content type for error views. Fixes #2398
-
08:29 pm ORM Feature Request #3770 (Feedback): 'remember' option on force login
-
08:28 pm Bug Report #2398 (Closed): Exceptions thrown in AJAX Request shouldn't contain any Markup
- We already support changing view files. So all that is needed is a way to set the content-type. You can using @Kohana...
-
08:25 pm Image Revision 1f005a61: Added tests for #3568
-
08:19 pm ORM Feature Request #3174 (Closed): Add data serializing to Kohana_ORM
-
08:15 pm Image Feature Request #3568 (Closed): allow to save image without extension
- Applied in changeset commit:bc61ee52b40e1f42dc1e0e3448eed5fb12cc639f.
-
08:10 pm Image Revision bc61ee52: Fixed issue with saving images that don't have an extension. Fixes #3568
-
06:56 pm Revision a386b07b: Tracking system
-
06:55 pm Revision c412ebe2: Tracking system
-
06:54 pm Database Bug Report #2005 (Closed): Let the database query result $as_object = FALSE or TRUE
-
06:53 pm Core Revision 8f36af31: Merge branch '3.1/develop' into 3.2/develop
- Conflicts:
tests/kohana/ResponseTest.php -
06:51 pm Core Revision 59291c53: Merge branch '3.1/develop' into 3.2/develop
- Conflicts:
classes/kohana/http/header.php
classes/kohana/response.php -
06:41 pm Core Revision 91dab02f: Fix headers test
-
06:31 pm Database Patch #4057 (Closed): Fix: Database::quote_columns on aliased columns breaks WHERE and ORDER BY c...
- Applied in changeset commit:9ef34f4db2d5e47eb2303735a6eea39e9975b502.
-
06:25 pm Revision 0a26ee9e: Tracking database
-
06:21 pm Revision 5ab34cfa: Tracking database
-
06:19 pm Database Patch #4057: Fix: Database::quote_columns on aliased columns breaks WHERE and ORDER BY clauses
- In these contexts, it's more appropriate to use the alias than the column. For example,...
-
06:16 pm Database Revision a261eb9a: Merge branch '3.1/develop' into 3.2/develop
-
06:16 pm Database Revision 9ef34f4d: Use column aliases in WHERE, GROUP BY, HAVING and ORDER BY clauses. Fixes #4057
-
06:14 pm Revision c20de93b: Exclude unit tests from phpcs-log target refs #4081
-
06:14 pm Revision 309c344e: Exclude unit tests from phpcs-log target refs #4082
-
06:12 pm Revision 3c8d93f1: Exclude unit tests from phpcs-log target refs #4083
-
05:45 pm Bug Report #4083 (Closed): Exclude unit tests from phpcs checks
- Applied in changeset commit:630f9f31e2e089a6ffbbacc1517937c9d189a63e.
-
05:44 pm Revision 630f9f31: Exclude unit tests from phpcs coverage, fixed #4083
-
05:37 pm Revision 1f62481e: Exclude unit tests from phpcs coverage, fixes #4082
-
05:32 pm Revision 873eab01: Exclude tests from phpcs coverage, fixes #4081
-
05:31 pm Bug Report #4082 (Closed): Exclude unit tests from phpcs checks
- Applied in changeset commit:1f62481ed4fbaa71fe0673498920a2ae1f96c341.
-
05:24 pm Revision aca384d5: Merge branch '3.0/develop' of github.com:kohana/kohana into 3.0/develop
-
05:21 pm Revision 3fae2069: Merge branch '3.0/develop' into 3.1/develop
- Conflicts:
modules/database -
05:21 pm Revision d514cb43: Updating database
-
05:00 pm Bug Report #4081 (Closed): Exclude unit tests from phpcs checks
- Applied in changeset commit:55943950bac1fc162059fae6d5889aa01f99bbc4.
-
04:53 pm Bug Report #4083 (Closed): Exclude unit tests from phpcs checks
-
04:53 pm Bug Report #4082 (Closed): Exclude unit tests from phpcs checks
-
04:53 pm Bug Report #4081 (Closed): Exclude unit tests from phpcs checks
-
04:47 pm Revision 2aea7c88: Updating submodules
-
04:47 pm Revision e5eca947: Updating submodules
-
04:29 pm Revision fd304ed1: Tracking database
-
04:27 pm Revision 13bb31a6: Tracking database
-
04:25 pm Database Revision 06aacea0: Merge branch '3.1/develop' into 3.2/develop
-
04:25 pm Database Revision 6a0a9bb7: Merge branch '3.0/develop' into 3.1/develop
-
04:24 pm Database Revision f7433b1c: Use message and code from the generated exception. Fixes #3608
-
04:22 pm Core Revision 51eb6f17: Allow changing the recursion limit in Debug::dump(). Fixes #3909
-
04:22 pm Database Bug Report #3608 (Closed): Kohana_Database_MySQL::connect() problem
-
04:22 pm Database Bug Report #4032 (Closed): Logic in execute() results in no result queries being run again.
-
04:18 pm Bug Report #3996: Native Session Library floods log
- Still waiting on this hotfix.
-
04:16 pm Database Revision 7ead0fe9: Merge branch '3.1/develop' into 3.2/develop
- Conflicts:
classes/kohana/database/query.php -
04:15 pm Feature Request #3909 (Closed): Debug::dump level recursion
-
04:13 pm Database Revision b9deff58: Merge branch '3.0/develop' into 3.1/develop
-
04:13 pm Database Revision e3533409: Handle cached empty results in Query::execute(). Fixes #4032
-
03:54 pm Core Revision fd9b1152: Merge branch '3.2/develop' of github.com:kohana/core into 3.2/develop
-
03:51 pm Auth Patch #3792 (Closed): Random salts and flexible hash storage for Auth
- I don't think this is a good solution. You are much better off using pbkdf2 and bcrypt (both included with Bonafide)....
-
03:47 pm Feature Request #3993 (Closed): Form::open without parameter or NULL passed into action parameter...
-
03:38 pm Revision 7302cc67: Tracking system
-
03:37 pm Core Revision aea68cae: Remove broken headers test. Covered in Kohana_HTTP_HeaderTest::test_send_headers
-
03:32 pm Feature Request #4080: Kohana_Request_Client_External - Curl Timeout
- Sorry :)
$request->get_client()->options(CURLOPT_TIMEOUT, 60); -
03:30 pm Revision 90006c59: Tracking system
-
03:29 pm Core Revision d721a981: Remove broken headers test
-
03:29 pm Feature Request #4080 (Feedback): Kohana_Request_Client_External - Curl Timeout
- i had some problems running external requests with CURL, because can not modify the property of TIMEOUT, as in the ex...
-
02:47 pm Revision cf889ceb: Tracking system
-
02:45 pm Core Revision 01555a59: Fix test
-
02:15 pm Revision 7ff74865: Tracking database
-
01:47 pm Database Revision f2ff5458: Allow Expression to have parameters. Fixes #3429
-
01:43 pm Database Feature Request #3429 (Closed): Allow Expression to have parameters
- Uses named parameters like @Database_Query@ and only works with literal values.
-
01:41 pm Database Feature Request #3978 (Closed): param(), bind() and parameters() on DB::expr
-
09:12 am Bug Report #4079 (New): Route::uri() should encode parameters
- Route::uri() should produce valid URIs, hence it should encode parameters.
Example:... -
12:31 am Core Revision 6828baf0: Changed Form::open to allow empty action attributes (default behavior). Fixes ...
07/03/2011
-
07:41 pm Database Bug Report #4078: PDO connection set charset not universal
- accidentally assigned to myself, soz.
-
07:22 pm Database Bug Report #4078 (Closed): PDO connection set charset not universal
- At present, Kohana_Database_PDO sets the client charset as a post-connection query (@SET NAMES ...@). As SET NAMES is...
-
02:40 pm Database Revision f8abadbc: Allow object results to be chosen during execute(). Fixes #3227
-
02:34 pm Database Feature Request #3227 (Closed): Add possibility to return result as object to the execute method.
-
02:12 pm Database Revision e303e81a: Allow LIMIT and OFFSET to be reset. Fixes #3735
-
02:06 pm Database Feature Request #3735 (Closed): builders updated to allow unsetting LIMIT, OFFSET and SELECT columns
- The methods @limit()@ and @offset()@ now accept NULL to reset LIMIT and OFFSET, respectively.
-
01:59 pm Database Revision 453b7f35: SQLite: Allow user-defined functions. Fixes #3502
- These methods will move to Database_PDO_SQLite in the future.
-
01:56 pm Database Feature Request #3502 (Closed): Getter (and setter?) for PDO instance on database module
- Two methods, @create_aggregate@ and @create_function@ have been added to the PDO driver. They will be moved to the PD...
-
01:29 pm Feature Request #4077 (Closed): Security concern with the new Validation behavior
- Now that the Validation class doesn't remove non-expected data as the 3.0.x Validate class did, code that used to be ...
-
09:05 am Core Revision 42a7b76f: Refs #3492, HTTP_Cache::factory() has a more logical parameter order
-
01:26 am Bug Report #4060 (Closed): PHP5 UTF-8
- Replacing the entire class on a whim just isn't going to happen. If there are any specific areas of our current UTF8 ...
-
01:20 am Feature Request #3635 (Closed): Checking if module is active
- I don't see a need for this. I think having multiple types (strings, arrays, null, etc) of arguments and return value...
07/02/2011
-
10:38 pm Revision 267b057e: Update build.xml for 3.2 branch name
-
10:03 pm Revision d252fa0d: Enable all modules duing CI build and update submodules.
-
10:00 pm UnitTest Revision 4c98fc13: Add an "all modules" test bootstrap
-
09:56 pm Cache Revision 02cbc976: Fixup Cache module tests.
-
09:15 pm Core Revision 9fdc66f9: Merge pull request #134 from Zeelot/3.2/feature/3796-bound-values-in-callbacks
- 3.2/feature/3796 bound values in callbacks
-
09:13 pm Bug Report #3652 (Feedback): Validation bind() should allow callbacks, closures
- I'm not really sure I understand this from the description either. I'm moving it to 3.3 for now.
-
09:08 pm Feature Request #3796 (Closed): Allow aliases in callbacks
- Thanks Lorenzo :)
-
08:46 pm Bug Report #4076 (Closed): PHP 5.4's built in webserver (possibly) sets PHP_SAPI to 'cli'
- *phew* .. PHP_SAPI == 'cli-server'
-
08:28 pm Revision 3e7022bf: Updating tracking of system submodule
-
08:27 pm Core Revision f4e61002: Refs #3492, using better method for query parsing in cache key method
-
08:24 pm Revision cdc68812: Updated tracking of system folder to HEAD of kohana/core/3.2/develop
-
08:21 pm Core Revision 068459a4: Updated upgrading documentation to reflect some of the changes in 3.2 with reg...
-
08:15 pm Core Revision b6e7351d: Refs #3492, added a factory method to HTTP_Cache to aid dependency injection
-
08:13 pm Bug Report #4076 (Closed): PHP 5.4's built in webserver (possibly) sets PHP_SAPI to 'cli'
- PHP 5.4's built in webserver (possibly) sets PHP_SAPI to 'cli', which mucks up our request class.
Need to find out... -
08:06 pm Core Revision 99eb36bd: Refs #3401 - Updated trust list
-
08:02 pm Core Revision 6f374e24: Fixes #3401 - Set Request::$client_ip from HTTP headers only if a trusted prox...
-
07:56 pm Bug Report #3401 (Closed): Set Request::$client_ip from HTTP headers only if a trusted proxy set ...
-
07:09 pm Core Revision 5c89da58: Fixes #3765 - Cleanup inconsistent exceptions
-
07:02 pm Feature Request #3765 (Closed): Exceptions inconsistency
-
07:00 pm Core Revision fabb3e23: Fixes #3992 - Support setting Request::body() to a resource/file handle. Nativ...
-
06:53 pm Feature Request #3992 (Closed): Support setting Request::body() to a resource/file handle
-
06:47 pm Bug Report #3182 (Closed): session destroy and regenrerate
-
06:46 pm Revision dca1d18c: Updating system
-
06:45 pm Revision b045d163: Revert "Updated system tracking to latest kohana/core3.2/develop"
- This reverts commit fe45ac932890b5752b79637e6ed097ee1eb25865.
-
06:45 pm Bug Report #3100 (Closed): No way to create a new session after destroying an old session
- Applied in changeset commit:0d53ba5465254564d3007809db7109ebdb0e8f7b.
-
06:45 pm Bug Report #3159 (Closed): Session corrupt - handle gracefully
- Applied in changeset commit:55aeed9a208eef9bc1fbc88531e5264f891bb2cb.
-
06:39 pm Revision 6b574b08: Updating submodules..
-
06:39 pm Revision 30e20041: Merge branch '3.2/develop' of github.com:kohana/kohana into 3.2/develop
-
06:38 pm Revision fe45ac93: Updated system tracking to latest kohana/core3.2/develop
-
06:37 pm Core Revision 55aeed9a: Fixes #3159 - Session corrupt, handle gracefully
-
06:33 pm Core Revision 58ee8efc: Merge branch '3.2/develop' of http://github.com/kohana/core into 3.2/develop
-
06:07 pm Core Revision 0d53ba54: Fixes #3100 - No way to create a new session after destroying an old session
-
05:46 pm Cache Revision 85b20392: Fixed syntax error in failing test... someone did not check their semi-colons ...
-
05:45 pm Feature Request #3536 (Closed): Remove controller method parameters
- Applied in changeset commit:2a78d0d7c173748b77e5f38b456687c8db3ad4fc.
-
05:45 pm Cache Revision cbbf0f5e: Fixed syntax error in failing test... someone did not check their semi-colons ...
-
05:41 pm Core Revision 2a78d0d7: Fixes #3536, Controller actions are no longer invoked with arguments. Use Requ...
-
05:38 pm Core Revision 19b2c231: Fixing more broken tests
-
05:30 pm Revision 95d12103: Updating submodules
-
05:21 pm Core Revision 09361b0b: Merge branch '3.2/develop' of github.com:kohana/core into 3.2/develop
-
05:21 pm Core Revision 0935e22b: Fixed unit tests for HTTP_Cache, all passing again
-
05:17 pm Core Revision 8c538bdb: Tests #3183 - Kohana::modules() should throw an error for invalid modules
-
05:11 pm Bug Report #3183 (Closed): Kohana::modules() should throw an error when for invalid modules
-
05:09 pm Core Revision 97102e75: Fixes #3183 - Kohana::modules() should throw an error for invalid modules
-
04:11 pm Database Revision 9212c28d: Add parameter to force execution of a cached query. Fixes #2760
- Also, a non-positive lifetime no longer saves results to the cache.
-
04:10 pm Revision af3a13ca: Updated the system folder to track latest 3.2/develop HEAD
-
04:10 pm Database Feature Request #2760 (Closed): Database_Query - setting cache and getting a cached resultset sho...
- A second parameter to @cached()@ allows you to execute the query + set the cache regardless of the cache contents.
... -
04:00 pm Bug Report #4044 (Closed): 3.1 Request_Client_External::_native_execute() passing integer header ...
- Applied in changeset commit:56168cbb2324dd3d03d2daf93d3207bc465d92c1.
-
04:00 pm Bug Report #4042 (Closed): DocBlocks for Response::serialize/unserialize() referrer to JSON
- Applied in changeset commit:47bebfc1f69953ddbf149bc8c2c2d36a9002b7fc.
-
03:58 pm Core Revision a5269c0e: Fixes #4009, fixed broken reference to $cache which no longer exists
-
03:53 pm Core Revision 47bebfc1: Fixes #4042, Response now correct does not refer to deprecated json_encoding s...
-
03:51 pm Core Revision 56168cbb: Fixes #4044, HTTP_Header::offsetSet() now correct ensures HTTP_Header_Value is...
-
03:47 pm Core Revision b04b440f: Fixes #4009, Request_Client_Internal has the caching logic restored to before ...
-
03:47 pm Bug Report #3525 (Closed): Header Value incorrect parsing of user agent entry
-
03:47 pm Bug Report #3551 (Closed): Error with cookies in Response::send_headers()
-
03:46 pm Core Revision 248084e9: Merge branch '3.1/develop' into 3.2/develop
-
03:46 pm Bug Report #3652: Validation bind() should allow callbacks, closures
- I don't really see how this would work
-
03:45 pm Bug Report #4054 (Closed): Request::$current is always NULL when an Exception is thrown
- Applied in changeset commit:b8869bf1fb6acba8497c9918dca65f3df0e4174a.
-
03:45 pm Core Revision 65a24977: Merge branch '3.1/develop' of github.com:kohana/core into 3.1/develop
-
03:45 pm Core Revision b8869bf1: Fixes #4054, Request::$current will only be replaced with $previous during exc...
-
03:32 pm Feature Request #1885 (Closed): Expires or ETag Support
- This is now working in 3.1.3 and 3.1.4. Request Caching is now HTTP_Cache in Kohana >= 3.2
-
03:31 pm Feature Request #3881 (Closed): negative values for Valid::decimal
- Applied in changeset commit:b92abe00a7e233a702c36a4ff74415b22ad97922.
-
03:28 pm Core Revision b92abe00: Fixes #3881, fixed conflict during merge
-
03:25 pm Core Revision ae55b259: Fixes #3881, negative values for Valid::decimal() are now accepted
-
03:24 pm Core Revision b39fb8bc: Refs #3976, #3690. Tidying up Request_Client_Curl to optimize performance and ...
-
03:07 pm Core Revision a8044b1d: Merge pull request #136 from Zeelot/3.2/feature/validation-changes
- 3.2/feature/validation changes
-
03:06 pm Database Feature Request #2852: Database config, caching param
- The Cache module should be used for this.
-
03:02 pm Bug Report #3552: Validation needs a better way to specify '_empty_rules'
- Sounds like a good solution for now. Maybe we can fix it right in 3.3!
-
03:01 pm Bug Report #4034 (Closed): Validation does not need to extend ArrayObject any more
- Merged. Thanks Lorenzo!
-
03:00 pm Feature Request #4062 (Closed): Add Validation::data(), :data, deprecate Validation::as_array()
- Merged. Thanks Lorenzo!
-
03:00 pm Feature Request #3424 (Closed): Validate exact_length should accept an array of possible lengths
- Looks good.
-
02:56 pm ORM Feature Request #3880 (Closed): Allow custom namespacing for multiple-model validation errors
- Merged. Thanks Lorenzo!
-
02:56 pm ORM Patch #3877 (Closed): Remove directories from message path
- Merged. Thanks Lorenzo!
-
02:56 pm ORM Feature Request #4058 (Closed): Configurable message file for errors
- Merged. Thanks Lorenzo!
-
02:55 pm Bug Report #4011 (Closed): Valid::email() email max_length 254 chars
- Merged. Thanks Lorenzo!
-
02:55 pm ORM Feature Request #3823 (Closed): Validation Field_Available
- Merged. Thanks Lorenzo!
-
02:54 pm ORM Feature Request #4059 (Closed): Missing param() on $_db_methods
- Merged. Thanks Lorenzo!
-
02:53 pm Revision 238cab5e: Merge remote-tracking branch 'origin/3.1/develop' into 3.2/develop
- Conflicts:
modules/cache
modules/database
modules/image
modules/orm
modules/unittest
modules/userguide
system -
02:53 pm ORM Patch #4074 (Closed): Stop using __call()
- Much better! Thanks!
-
02:53 pm ORM Feature Request #3706 (Closed): Allow has() to check if there is a relationship without specifyin...
- Merged. Thanks Lorenzo!
-
02:52 pm ORM Revision fa1ccfd9: Merge pull request #34 from Zeelot/feature/orm-tickets-for-3.2
- Feature/orm tickets for 3.2
-
02:52 pm ORM Feature Request #3174: Add data serializing to Kohana_ORM
- Do we want to json encode or serialize the values? I merged in your changes, but we should think about changing this ...
-
02:51 pm ORM Feature Request #3691 (Closed): Add :original_value and :changed bind's to ORM's validation
- I'm okay with how it works in your pull request.
-
02:51 pm Revision 224f142c: Merge remote-tracking branch 'origin/3.0/develop' into 3.1/develop
-
02:50 pm ORM Feature Request #3906 (Closed): Improved separation of loaded, saved and changed state
- Merged. Thanks Lorenzo!
-
02:50 pm ORM Feature Request #3692 (Closed): Add changed() method to ORM
- Merged. Thanks Lorenzo!
-
02:49 pm ORM Bug Report #4028 (Closed): Speed up ORM::as_array()
- Merged. Thanks Lorenzo!
-
02:44 pm Revision 16048120: Exclude the build directory from phpcb target
-
02:44 pm Cache Bug Report #3753: Kohana_Cache_File::_delete_file failed to delete directory
- seems it was only applied for 3.2/develop and not for 3.1
-
02:34 pm Database Revision 052ba522: MySQL: Allow session variables to be set via config. Fixes #3329
-
02:27 pm Database Feature Request #3329 (Closed): Add sql_mode to db config
- Set @connection.variables.sql_mode@ in config to do this. For example,...
-
01:45 pm Revision b80882f0: Exclude the build directory from phpcb target
-
12:41 pm Revision 30eaf31b: Tracking system
-
12:18 pm Core Revision e9b8e360: Refs #3976, #3690. All Request_Client_External handlers process Request query ...
-
12:14 pm Bug Report #3832 (Feedback): Request::post_max_size_exceeded() is broken
- I'm pushing this to 3.3 as we're not implementing @$_SERVER@ data parsing into Request for this release. I'm also pre...
-
12:03 pm Feature Request #3976 (Closed): Request::uri() query parameters
- This ticket has been superseded by #3690, rendering it invalid.
-
12:01 pm Feature Request #3492 (Closed): Request Client Cache
- Applied in changeset commit:edfa2bffeca118cae0195f959311b19189eb9523.
-
11:57 am Core Revision d8a01686: Merge branch '3.2/feature/3492-Request-Client-Cache' into 3.2/develop
-
11:56 am Core Revision edfa2bff: Fixes #3492, Request HTTP Client Cache is now working adapter pattern rather t...
- HTTP_Cache::create_cache_key() now uses a callback, allowing for easy inclusion of complex cache key generation
Opti... -
11:33 am Core Revision bb6e870b: Merge branch '3.2/feature/3492-Request-Client-Cache' into 3.2/develop
-
11:32 am Core Revision 9dac458e: Merge branch '3.2/develop' of github.com:kohana/core into 3.2/feature/3492-Req...
-
11:31 am Core Revision 72323fed: #Refs 3492, Request Client caching is now in an adapter class
-
08:07 am ORM Revision cbbc9b8a: fixing the ORM_Validation_Exception merge method to get the alias from the pas...
-
06:00 am Database Feature Request #3707: Escape should not quote
- Without quotes, a character(s) is not a SQL literal value. @escape()@ converts a php string into an escaped SQL liter...
-
02:30 am Database Feature Request #3707: Escape should not quote
- Chris Bandy wrote:
> The method makes a literal value "safe" to put into SQL. The quotes are required for SQL to tre...
07/01/2011
-
06:23 pm ORM Feature Request #3913: Polymorphic relationships
- You might want to discuss your ideas with them but you should keep in mind that there is a very good change that the ...
-
06:03 pm ORM Revision 88a769ac: ORM::$_original_values will not be a snapshot of ORM::$_object at load time (r...
-
05:42 pm ORM Revision 2ded5046: removing a silly Debug line.
-
05:34 pm ORM Feature Request #3913: Polymorphic relationships
- I went and tracked down my changed, I didn't get that far into it before I ran into the Database_Result issue. I can ...
-
03:53 pm Feature Request #4069: Config load through explicit reader
- Yahasana . wrote:
> > if a value does not exist in the db then the value from the config file will be used.
>
> T... -
03:05 pm ORM Feature Request #3713 (Closed): Support context variables in Database_Result:::as_array()
-
03:05 pm Database Feature Request #3707 (Closed): Escape should not quote
- The method makes a literal value "safe" to put into SQL. The quotes are required for SQL to treat the (escaped) conte...
-
02:57 pm ORM Feature Request #3713: Support context variables in Database_Result:::as_array()
- @Database_Result@ is not going to manipulate any data coming from the database.
If ORM needs this feature, then it... -
02:32 pm Core Revision ba05cb93: Merge branch '3.1/develop' into 3.2/develop
-
02:31 pm Core Revision 410aa8bb: Merge branch '3.0/develop' into 3.1/develop. Fixes #4040
- Conflicts:
classes/kohana/exception.php -
02:28 pm Core Revision f3654fae: Merge branch '3.2/develop' into 3.2/feature/3492-Request-Client-Cache
-
02:26 pm Bug Report #4040 (Closed): Kohana_Exception does not handle semi-numeric codes
-
02:11 pm Core Revision 828fab34: Fixes merge issues from Merge 3.1/develop -> 3.2/develop
-
02:08 pm Core Revision 01f75306: Refs #3492, WIP on moving HTTP Cache logic into HTTP_Cache
-
01:12 pm Userguide Feature Request #3922: Add module conventions to the userguide
- Any thoughts on this?
-
12:23 pm Core Revision c074ad07: Merge branch '3.2/develop' into 3.2/feature/3492-Request-Client-Cache
-
12:22 pm Core Revision c8c41aee: Fixes #3648, Request::uri() no longer takes any parameters. Thanks for pointin...
-
12:01 pm Feature Request #3648 (Closed): Return a Request instance for requests which do not match any routes
- Dmitry T. wrote:
> http://dev.kohanaframework.org/projects/kohana3-core/repository/revisions/556a0777c98e52b8a00e553a... -
11:57 am Feature Request #3648 (Feedback): Return a Request instance for requests which do not match any r...
- http://dev.kohanaframework.org/projects/kohana3-core/repository/revisions/556a0777c98e52b8a00e553adfec833704edf98f/en...
-
11:39 am Core Revision 7ca8bdbb: WIP on #3492. Moved all cache logic from Request_Client into HTTP_Cache
- Added new callback API for creating the cache key
Implemented better basic caching hash algorithm -
10:31 am Feature Request #3648 (Closed): Return a Request instance for requests which do not match any routes
- Applied in changeset commit:556a0777c98e52b8a00e553adfec833704edf98f.
-
10:29 am Core Revision 556a0777: Fixes #3648, Request now does not throw exeception if route cannot be found on...
- Refs #4009, RequestTest has been updated to ensure new features pass UnitTests. Also HTTP::$protocol is now working i...
-
10:24 am Feature Request #4009 (Closed): Re-factor the HTTP Header and HTTP Header Value classes
- I have fixed these now in the latest commit
-
09:53 am ORM Feature Request #3763: ORM check() should not throw an exception
- even validate() should not throw an php error, because there is nothing wrong with calling it.
Though there is som... -
09:47 am Bug Report #4073 (Closed): Kohana_Request_Client_External cannot set an option to FALSE
- Applied in changeset commit:f39a85a5444e5d8fa24550c0ce6e47169919d93e.
-
09:44 am Core Revision f39a85a5: Fixes #4073, Request_Client_External can now handle options that include FALSE...
-
09:43 am Core Revision e440c8bb: Fixes #4073, Request_Client_External can now handle options that include FALSE...
-
09:41 am Feature Request #3425: Request should throw the referrer as well
- Kiall is right, the referrer hasn't been applied at this point. It is a nice feature, but to put this in now would co...
-
09:15 am ORM Feature Request #3770: 'remember' option on force login
- Can someone else take of this pleeeease :) I am not entirely sure which commit needs to be merged for this and I took...
-
09:12 am ORM Feature Request #3297 (Assigned): Automate joining the "through" and related tables in many-to-ma...
- This looks fairly complex and I would rather not add complexity to ORM for 3.2.0 because I haven't had the need for t...
-
09:09 am ORM Revision 25484f34: improving ORM_Validation_Exception to use $directory/$alias even for nested mo...
-
09:08 am ORM Bug Report #3619 (Assigned): Add() should be queued if the record isn't in the db
- Sorry,I have to move this to 3.3.0. I might actually agree that add/remove should be queued but feel like the half im...
-
09:06 am ORM Feature Request #3880: Allow custom namespacing for multiple-model validation errors
- _external still gets loaded from $directory/_external.php, but now all merged exceptions load from the same directory...
-
09:03 am ORM Patch #3877 (Assigned): Remove directories from message path
- Actually, I made a change where all related models now get errors from $directory/$alias so that post models that thr...
-
08:51 am Userguide Bug Report #4075: Userguide tutorials for custom error pages use Request::$instance
- "It has been fixed in 3.1.3":https://github.com/kohana/core/commit/05fa214c3cd880fa502c67b1533df24dade147cd#diff-12.
... -
08:15 am ORM Revision 3c597dc1: added ORM::$_errors_filename (refs #4058)
-
08:09 am ORM Feature Request #4058 (Assigned): Configurable message file for errors
- https://github.com/kohana/orm/pull/34
-
07:55 am ORM Feature Request #3763: ORM check() should not throw an exception
- Like Kiall and Isaiah pointed out, your second option is possible as is. I'm not going to remove a feature because of...
-
07:48 am ORM Feature Request #3763: ORM check() should not throw an exception
- Back to the basics, you wouldn't expect $model->check() to throw an error, would you? You would expect an boolean, ju...
-
07:44 am ORM Revision 4711305e: using the new ORM::unique() method in auth driver instead of the obsolete uniq...
-
07:39 am Bug Report #4011 (Assigned): Valid::email() email max_length 254 chars
- https://github.com/kohana/orm/pull/34 I also took off min lengths and the regex check... I think those are unnecessar...
-
07:38 am Userguide Bug Report #4075 (Closed): Userguide tutorials for custom error pages use Request::$instance
- In http://kohanaframework.org/3.1/guide/kohana/tutorials/error-pages#2-the-error-page-controller `Request::$instance`...
-
07:35 am ORM Revision 72f01180: removing other unnecessary limits on user fields (refs #4011)
-
07:34 am ORM Revision 776c6997: removing email length limit (refs #4011)
-
07:23 am ORM Feature Request #3763: ORM check() should not throw an exception
- https://github.com/kohana/orm/pull/23 is a little weird in my opinion, it seems to ignore the external rules if you d...
-
07:20 am ORM Feature Request #3868 (Closed): ORM::check() should not throw an exception
-
07:13 am ORM Patch #3877 (Rejected): Remove directories from message path
- The new pull request vanished as well O_o
From what I can remember,the pull request caused issues when multiple ex... -
06:35 am ORM Revision 2543aa6a: adding an ORN::unique() method for validation (refs #3823)
-
06:28 am ORM Feature Request #3823: Validation Field_Available
- https://github.com/kohana/orm/pull/34
-
06:10 am ORM Revision 2162e54f: adding ORM::param() alias to query builder (refs #4059)
-
06:10 am ORM Feature Request #3413: Multi primary keys / foreign keys in ORM
- If anyone has this implemented cleanly enough, we can consider it, but I personally don't see a common enough use for...
-
06:06 am ORM Feature Request #3864: ORM_Validation_Exception should extend Validation_Exception
- I will try to push for a better Validation_Exception in 3.3.0 so that this can be resolved. Sorry, I wasn't able to g...
-
06:03 am ORM Feature Request #4059: Missing param() on $_db_methods
- https://github.com/kohana/orm/pull/34
-
05:57 am ORM Feature Request #3691: Add :original_value and :changed bind's to ORM's validation
- Maybe ORM::$_original_values should always be populated with all the original values and overwritten on save/load, th...
-
05:55 am ORM Feature Request #3819 (Rejected): Method to get rules and labels for field
- Closing as I don't think this is at all crucial for 3.3.0. If you want this functionality, just extend ORM and add th...
-
05:46 am ORM Feature Request #3520: Allow a database connection to be injected into an ORM model
- This ticket most likely has to wait for the better architecture coming in 3.3.x. Isaiah, if you have actually solved ...
-
05:45 am ORM Revision 51b92d08: moving everything in __call() to real methods for performance and clarity (ref...
-
05:39 am ORM Patch #4074: Stop using __call()
- https://github.com/kohana/orm/pull/34
-
04:43 am ORM Patch #4074 (Closed): Stop using __call()
- Just creating this ticket for reference in my pull request. I've removed ORM::__call() completely and added methods f...
-
04:34 am Feature Request #4069: Config load through explicit reader
- > Config_File::instance()->load() does more clear.
Let's try not to add more singletons to this framework, please ... -
04:22 am Bug Report #4073 (Closed): Kohana_Request_Client_External cannot set an option to FALSE
- This fails:...
-
03:36 am Feature Request #4069: Config load through explicit reader
- > if a value does not exist in the db then the value from the config file will be used.
That's the problem. Kohana... -
12:16 am Feature Request #4069: Config load through explicit reader
- Yahasana . wrote:
> Kohana uses file base config, so there must be Config_File reader.
>
> but if someone want to...
06/30/2011
-
11:42 pm Core Revision df8d5e1b: Removing superfluous code in RequestTest::test_initial()
-
11:36 pm Feature Request #4009 (Feedback): Re-factor the HTTP Header and HTTP Header Value classes
- Ending up fixing some of the basic tests that were failing due to incorrect data providers. Left the other 4 failures...
-
11:33 pm Core Revision 6916ab47: Refs #4009 Correcting order of input/expected vars in a request test
- Haven't fixed the test itself as the expected values currently
make sense to me. -
11:31 pm Feature Request #4069: Config load through explicit reader
- Kohana uses file base config, so there must be Config_File reader.
but if someone want to store other configs into... -
11:24 pm Core Revision ca4acaa3: Refs #4009 Fixing test data for test_headers_set()
- As of a1943b0d7d26cf5a1fd71d85729f9d3b85564258 all header names are
converted to this Case-Convention -
11:16 pm Core Revision 54c3368b: Refs #4009 Fix reference to HTTP::$version
- The variable was renamed from HTTP::$version to HTTP::$protocol in a1943b0d7d26cf5a1fd71d85729f9d3b85564258
-
10:54 pm Feature Request #4009: Re-factor the HTTP Header and HTTP Header Value classes
- FYI Some of the new request/response tests are failing and redirects are broken as it's using "HTTP/1.1" instead of "...
- 09:46 pm Bug Report #4072 (Closed): Cookie tests fail if headers have already been sent
- Applied in changeset commit:0f888f6537a1e2ae6106facede84afaa0f44f148.
-
09:44 pm Core Revision 0f888f65: Skip cookie tests if headers have been sent, fixes #4072
-
09:37 pm Bug Report #4072 (Closed): Cookie tests fail if headers have already been sent
- ...
-
09:31 pm Core Revision d655dcd0: Refs #4009 Remove references to Response::parse_cache_control()
- As of 1528ccd493102d32a18f this method is now in the HTTP_Header class
-
09:21 pm Revision fc89d315: Updating submodules
-
06:56 pm ORM Bug Report #4071: clear() doesn't reset $_loaded
- PS sorry for adding this under the userguide module. That was a mistake.
-
06:54 pm ORM Bug Report #4071 (Closed): clear() doesn't reset $_loaded
- The ORM module's @clear()@ method doesn't restore the @protected $_loaded@ variable. This creates a problem when reus...
-
04:08 pm Feature Request #4069 (Closed): Config load through explicit reader
- Kiall Mac Innes wrote:
> I know some people use multiple file readers, this would need to support that if implemente... -
03:46 pm Database Feature Request #3432: Nested Transactions
- Savepoint tracking is not as trivial as I made it out to be. For example, using the same name twice (is valid and) re...
-
02:48 pm Feature Request #4069: Config load through explicit reader
- I know some people use multiple file readers, this would need to support that if implemented.
I'm not sure I see t... -
11:35 am ORM Bug Report #4070 (Closed): Auth and delete_all()
- Kohana 3.1.3.1
In the class Kohana_Auth_ORM, 216 Line:
@
ORM:: factory ('user_token') -> where ('user_id', '=... -
11:26 am Feature Request #4069 (Closed): Config load through explicit reader
- Kohana::$config->attach(new Config_File); // store as $this->_sources['Config_File'] = new Config_File;
... -
11:06 am Core Revision 1528ccd4: Refs #4009, moved Response::create_cache_control() and Response::parse_cache_c...
- Optimized both methods
Fully tested in Unit Tests -
10:00 am Feature Request #4009 (Closed): Re-factor the HTTP Header and HTTP Header Value classes
- Applied in changeset commit:9c66394f2113f5ec352fec77f76746e0f1139c24.
-
09:55 am Core Revision 610b714d: Merge branch '3.2/feature/4009-Refactor-HTTP-Header' into 3.2/develop
-
09:54 am Core Revision 9c66394f: Fixes #4009. Completed new HTTP_Header class with docs and tests
-
09:33 am Core Revision ef251b37: Merge branch '3.2/develop' of github.com:kohana/core into 3.2/feature/4009-Ref...
06/29/2011
-
11:08 pm Bug Report #3381 (Closed): Arr::map() should be able to accept array of callbacks
- Fixed by 3f019ea.
-
09:46 pm Core Revision 3f019eab: Adding array of callbacks, Fixes #3381
-
09:34 pm Core Revision 82d4bda6: Adding $keys parameter to arr::map(), to selectively change keys, Fixes #4068
-
09:31 pm Bug Report #4068 (Closed): Add $keys parameter to arr::map() to select keys to apply to
- Applied in changeset commit:82d4bda6b0e5ebc0c23e15a176362c2c7bead1a5.
-
09:28 pm Bug Report #4068: Add $keys parameter to arr::map() to select keys to apply to
- Fixed by 82d4bda.
-
09:27 pm Bug Report #4068 (Closed): Add $keys parameter to arr::map() to select keys to apply to
- See title.
-
09:22 pm Feature Request #3997 (Closed): Add Arr::apply() method for filtering array data
- This method won't be implemented, but $keys from it will be applied to arr::map().
-
09:15 pm Bug Report #3690 (Closed): Request::uri() should return the actual URI
- You can make a new issue for 3.3 for some kind of method somewhere that will do what this method used to do.
-
06:00 pm ORM Feature Request #4067 (Closed): Add like() to $_db_methods
- Use where('foo', 'like', 'bar')
- 05:02 pm ORM Revision b864bf04: Merge f125e3e79b8b96c53a22b2c9faf457efdc966dec into 64d6359dc5c59b202c74caf928...
-
04:50 pm Core Revision 7a49197c: Refs #4009, alterations to Response and HTTP_Header to provide cleaner callbac...
-
03:49 pm Core Revision c316b1de: Refs #4009, half the unit tests implemented for the HTTP_Header class
-
10:04 am ORM Revision bd906163: ORM::has() can now take just the alias to see if the model has any related row...
-
09:58 am ORM Feature Request #3706: Allow has() to check if there is a relationship without specifying foreign...
- https://github.com/kohana/orm/pull/34
-
09:55 am ORM Revision d05a15a9: Implementing ORM::$_serialize_columns (refs #3174)
-
09:49 am ORM Feature Request #3174: Add data serializing to Kohana_ORM
- https://github.com/kohana/orm/pull/34
-
08:54 am ORM Bug Report #3509 (Rejected): Overriding filters and rules set by TRUE key
- This doesn't make sense any more. Filters are defined differently now and this is still something that would be for V...
-
08:54 am ORM Revision 66ff78ce: binding :original_values and :changed on ORM validation (refs #3691)
-
08:52 am ORM Revision 43046f01: Adding an ORM::$_original_values property refs (#3691)
-
08:51 am ORM Feature Request #3691: Add :original_value and :changed bind's to ORM's validation
- https://github.com/kohana/orm/pull/34
-
08:27 am ORM Feature Request #3691: Add :original_value and :changed bind's to ORM's validation
- Hey! You TRICKED me!! Turns out Validation cannot bind values for a specific field so :changed is not really possible...
-
08:11 am ORM Feature Request #3906: Improved separation of loaded, saved and changed state
- https://github.com/kohana/orm/pull/34
-
08:11 am ORM Feature Request #3692: Add changed() method to ORM
- https://github.com/kohana/orm/pull/34
-
08:11 am ORM Bug Report #4028: Speed up ORM::as_array()
- https://github.com/kohana/orm/pull/34
-
07:45 am ORM Feature Request #4067 (Closed): Add like() to $_db_methods
- Add `like()` to `$_db_methods`
Btw, why aren't all the methods avaiable in ORM? -
07:37 am ORM Revision 94b233ae: fixing some docblocks
-
07:33 am ORM Revision 742e77c6: adding an ORM::changed() method (refs #3692)
-
06:36 am ORM Revision 459df779: Added $_changed to $_properties so that it can be accessed publicly. Removed s...
-
06:03 am ORM Revision d834aaf9: fixing docblock
-
06:03 am ORM Revision 9cc60812: adding a way to access $_object without its related models (refs #4028)
-
05:43 am ORM Patch #4056: Filters documentation update
- Should work 'as is'. I will make that pull request.
-
12:50 am ORM Bug Report #4028 (Assigned): Speed up ORM::as_array()
-
12:27 am ORM Feature Request #3906 (Assigned): Improved separation of loaded, saved and changed state
-
12:14 am ORM Feature Request #3058: unit tests for ORM
- There's virtually no way we can accomplish this for 3.2.0. There are talks of big changes in 3.3.0 designed specifica...
-
12:13 am ORM Feature Request #3174: Add data serializing to Kohana_ORM
- I think I will go ahead and implement this, but if you guys don't mind, I will use json by default. It's a much more ...
-
12:06 am ORM Feature Request #3413: Multi primary keys / foreign keys in ORM
- This seems like an edge case that would add quite a bit of complexity. Could you provide some common use cases? Thoug...
-
12:01 am ORM Feature Request #3691 (Assigned): Add :original_value and :changed bind's to ORM's validation
- Instead of complicating your rules() method, wouldn't you use $this->changed('field') in your callback (if it's part ...
06/28/2011
-
11:58 pm ORM Feature Request #3692 (Assigned): Add changed() method to ORM
-
11:57 pm ORM Feature Request #3706 (Assigned): Allow has() to check if there is a relationship without specify...
-
11:56 pm ORM Feature Request #3763: ORM check() should not throw an exception
- I still don't see a need for this and haven't gotten any feedback for a better implementation of validating multiple ...
-
11:53 pm ORM Feature Request #3819 (Assigned): Method to get rules and labels for field
- The issue is when we try to add this functionality to the current rules(), labels(), and filters() methods. In 3.1, a...
-
11:45 pm ORM Feature Request #3823 (Assigned): Validation Field_Available
-
11:42 pm ORM Bug Report #3843 (Assigned): Validation error messages not being returned when directory = NULL
- Sorry, I lost track of this issue. The problem is that this would be too confusing compared to the way Validation::er...
-
11:25 pm ORM Feature Request #3949: has_one through
- I really don't see the use of this and would rather not add extreme edge cases to ORM. Could you provide some common ...
-
11:23 pm ORM Feature Request #3913: Polymorphic relationships
- It's been a little while since I've taken a look at this issue, but I'll make a point of finding some time to go over...
-
11:21 pm ORM Patch #4056: Filters documentation update
- Lorenzo, has it changed much or can the commit be pulled in as is?
-
11:21 pm ORM Feature Request #3913: Polymorphic relationships
- Unfortunately, this feature is pretty big and needs some time to test properly, so I need to move it to 3.3.0. There ...
-
11:16 pm Bug Report #4011: Valid::email() email max_length 254 chars
- What about using the right number in a varchar field when available and using text otherwise? I think at the very min...
-
11:12 pm ORM Bug Report #4028: Speed up ORM::as_array()
- I like the ORM::object() idea. The as_array($with_related) idea is fine as well but I would prefer the solution that ...
-
10:58 pm ORM Patch #4056: Filters documentation update
- This needs to be done for 3.2.0 as well.
-
10:54 pm ORM Feature Request #4059 (Assigned): Missing param() on $_db_methods
-
09:29 pm Core Revision a5d95af0: Refs #4009, finished the implementation of HTTP Acceot-Language and Accept-Enc...
-
06:52 pm ORM Revision 3fc6ecaf: using singular aliases for all orm table references (refs #4066)
-
06:48 pm Bug Report #4066 (Closed): ORM queries alias tables in both singular and plural form in same query
-
06:08 pm Bug Report #4066 (Closed): ORM queries alias tables in both singular and plural form in same query
- ORM queries should use the singular model name for aliasing tables. There is no consistency when using with() in loa...
-
05:54 pm UnitTest Revision 686013ca: Removed Kohana_Unittest_Tests::enabled(), web gui isn't included any more
-
10:21 am Core Revision 75fe84c6: Refs #4009, implemented the parsing and evaluation of HTTP Accept-Charset headers
-
09:22 am Core Revision 4f7e61d3: Refs #4009, Accept header parsing backport from 2.4 into 3.2. Implemented meth...
06/27/2011
- 08:45 pm Bug Report #3000 (Closed): Config system rewrite
- Applied in changeset commit:396e9bcf5d01601e4c3b4b54efeaa61a8b821855.
- 08:43 pm Database Revision 396e9bcf: Merging config changes for 3.2, fixes #3000
- 08:41 pm Database Revision caf914ac: Fixing some embarrassing typos in config writer
- 08:37 pm Database Revision e8c004b4: Fixing typo in config writer
- 08:32 pm Database Revision a05913fb: Making the db config code more portable
- 08:09 pm Database Revision 92b2fe4c: Few more updates for config system
- 07:44 pm Database Revision afa33659: Merge remote-tracking branch 'origin/3.2/develop' into 3.2/feature/3000-config...
-
05:22 pm ORM Feature Request #3940 (Closed): Saving new models with one-to-many relationships
- Going ahead and closing this. I agree with Isaiah and no one has done further debating.
-
04:59 pm ORM Bug Report #3866: Static method for checking if a record exists
- So since #3697 was moved to 3.3 for PHP5.3 support, this one has to go as well.
-
04:58 pm Bug Report #3690: Request::uri() should return the actual URI
- OK, then maybe to add some parameter that will be filled with route parameters, such as Route::current()->url(...)? O...
-
04:48 pm ORM Feature Request #3697: Late static binding on table dependent model settings
- We can't require PHP 5.3 in 3.2.x yet. This needs to be re-evaluated for 3.3.x
-
04:47 pm ORM Bug Report #3866: Static method for checking if a record exists
- Shouldn't this be non-static? You need to exclude the current value, don't you? Which means this would be possible wi...
-
04:40 pm Bug Report #3690: Request::uri() should return the actual URI
- Your concerns are noted. However I and other devs firmly believe this is the proper behavior. I was slightly incorrec...
-
04:29 pm Bug Report #3690: Request::uri() should return the actual URI
- @Yahasana, your message has nothing to do with the discussion of this topic. Also, docs say that "Kohana is driven by...
-
04:11 pm Bug Report #3690: Request::uri() should return the actual URI
- @Dmitry, my recommendation is stopping argue for that and stop upgrade to 3.1+, which would like to make everything l...
-
03:56 pm Bug Report #3690: Request::uri() should return the actual URI
- Jeremy Bush wrote:
> Yes, when I do Request::factory('foo') and $this->request->uri() gives me 'foo/bar', that's wro... -
03:48 pm Bug Report #3690: Request::uri() should return the actual URI
- Let me show one more example:...
-
03:46 pm Bug Report #3690: Request::uri() should return the actual URI
- > Do I get something wrong?
Yes, when I do Request::factory('foo') and $this->request->uri() gives me 'foo/bar', t... -
03:40 pm Bug Report #3690: Request::uri() should return the actual URI
- Use @Route->uri($params)@ on the Route that your controller passes to the view, I think.
-
03:37 pm Bug Report #3690: Request::uri() should return the actual URI
- ...
-
03:22 pm Bug Report #3690: Request::uri() should return the actual URI
- No, you should use ...
-
03:15 pm Bug Report #3690: Request::uri() should return the actual URI
- Sorry, I mean Request::current()...
-
03:14 pm Bug Report #3690 (Feedback): Request::uri() should return the actual URI
- Please do not do that!
You're making doing the pagination *impossible*. If you want do the pagination - you should... -
02:19 pm Core Revision 1279f229: Merge branch '3.2/develop' of github.com:kohana/core into 3.2/feature/4009-Ref...
-
01:36 pm Feature Request #3536: Remove controller method parameters
- Request parameters are just that, _request parameters_. They are defined by the URI and parsed by the _Router_ to be ...
-
11:57 am Core Revision 8e335202: Noting suggestion for maintaining lots of routes in bootstrap.php, Fixes #3439
-
11:52 am Feature Request #3439 (Closed): Defined routes should be separate from bootstrap
- Fixed by 8e33520.
-
11:50 am ORM Revision 3308dc61: Move auth password hashing to driver, refs #3605
-
11:48 am Auth Revision 24073ab4: Remove hashing by default for user logins. Auth drivers are now in control of ...
-
11:45 am Auth Bug Report #3605 (Closed): AUTH login hashes the password if passed as string
- Fixed by 24073ab
-
11:39 am Core Revision e466e11e: Change Route::uri() to return the exact uri passed into it. Use $this->request...
-
11:32 am Bug Report #3690 (Closed): Request::uri() should return the actual URI
- Fixed and tested by e466e11
-
11:26 am Core Revision af81905f: Added Upload::image, allows checking that an upload is an image and (optionall...
-
11:19 am Image Feature Request #3563 (Closed): static function valid() to validate image
- Merged by af81905
-
05:28 am Feature Request #3141: Config merging should treat non-associative array elelemts as unique
- The current outcome definitely looks wrong, but I can see uses for both treating non-associative arrays as associativ...
-
04:17 am Cache Feature Request #4065 (New): Per-request cache driver
- Can be implemented with an array.
I wrote a quick "implementation":https://gist.github.com/1048308, mostly copied ...
06/26/2011
-
11:17 pm Feature Request #4064: Valid min/max value
- @Valid::range()@ could handle this:...
-
11:09 pm Revision e5d5c422: Updating system
-
11:09 pm Core Revision 30a000c9: Adding more complete upgrade docs for the config system rewrite
-
11:08 pm Bug Report #3876 (Closed): Code Sniffer 1.3.0 support
-
11:06 pm Bug Report #3000 (Assigned): Config system rewrite
- See note 18
- 10:45 pm Bug Report #3000 (Closed): Config system rewrite
- Applied in changeset commit:e746f2d1f459d7704d12bdba21229172c2518de8.
-
10:45 pm Revision 957f38a4: Updating submodules for config-rewrite, refs #3000
-
10:43 pm Bug Report #3000: Config system rewrite
- All the main stuff has been merged in, just need to make the database modifications more cross-compatible.
-
10:42 pm Core Revision e746f2d1: Merging 3.2/feature/3000-config-rewrite into develop, fixes #3000
-
10:38 pm Core Revision be973707: Merge remote-tracking branch 'origin/3.2/develop' into 3.2/feature/3000-config...
-
10:37 pm Core Revision 358a0686: Adding some more tests for config and removing redundent interfaces
- 10:35 pm Userguide Revision 20adfa5b: Updating for new config system
-
10:34 pm UnitTest Revision bd4bc933: Updating for new config system
- 10:32 pm Database Revision f7ce165c: Updating for new config system
- 10:32 pm Cache Revision 080d0d0a: Updating for new config system
- 10:31 pm Codebench Revision 2151d2be: Updating for new config system
- 10:31 pm Cache Revision 2151d2be: Updating for new config system
- 10:31 pm Auth Revision 8633708a: Updating for new config system
-
03:26 pm Core Revision 676ea1c4: Add note on upgrading
-
03:25 pm Core Revision 58d58406: Changing references of Kohana::config() to Kohana::->load()
-
03:05 pm Core Revision 2a151cc4: Removing Kohana::config(), moving logic to Kohana_Config
-
02:39 pm Revision 0a92ef17: Updating unittest module
-
02:33 pm UnitTest Revision b4d77c61: Removing unittest ui, fixes #3455
- 02:31 pm UnitTest Feature Request #3455 (Closed): Deprecate Unittesting Web UI
- Applied in changeset commit:b4d77c612885aeaedcaac418af70b480f1d3463d.
-
02:13 pm Feature Request #3536: Remove controller method parameters
- In my opinion it's a bad idea mainly for two reasons:
*First realon:* Why should Kohana restrict something and force... -
12:29 pm Feature Request #3536: Remove controller method parameters
- I may have missed the train here, but the main problem I have with forcing the users to set up specific routes for ea...
-
01:20 am Feature Request #3440: Log stracktraces by default
- Jeremy Bush wrote:
> Fixed by 9684716.
Excellent! Thank you for this!
06/25/2011
-
10:45 pm Feature Request #3536: Remove controller method parameters
- I would rather see this removed in 3.2.0 as well. We should all be using $this->request->param()
-
04:43 pm Core Revision d88db1c4: Add ability for Route::defaults() to act as a getter, Fixes #3974
-
04:37 pm Feature Request #3974 (Closed): Add a way to get protected property Route::$_defaults
- Fixed and tested by d88db1c.
-
04:34 pm Core Revision 96847162: Add stack trace logging by default to all exceptions, Fixes #3440
-
04:32 pm Feature Request #3796: Allow aliases in callbacks
- The description had $_rules, it sure looked like an ORM change :(
-
04:30 pm Bug Report #3690: Request::uri() should return the actual URI
- If you want to do that, you can use $this->request->route->uri().
-
04:28 pm Feature Request #3440 (Closed): Log stracktraces by default
- Fixed by 9684716.
- 04:15 pm Core Revision 282cc243: Merge 39431549a30f4068b777462210ad47bb263429c6 into 9a53f22cfa32624d54bb414c98...
-
04:02 pm Core Revision aceeed6b: Remove port from valid emails, Fixes #3427
-
03:56 pm Bug Report #3427 (Closed): Pointless port part in the email validator
- Fixed and tested in aceeed6.
-
02:47 pm Feature Request #3796: Allow aliases in callbacks
- This is a validation change... why did it move to orm?
-
01:41 am Feature Request #4064: Valid min/max value
- How about an $inclusive parameter for the 'or equals' parts?
06/24/2011
-
11:13 pm Feature Request #4064: Valid min/max value
- Hmm. Perhaps "less/greater than" are better...
Since negation isn't easy in Validation, we may want "less/greater ... -
11:06 pm Feature Request #4064 (New): Valid min/max value
- Identical to min/max length methods, but compare values rather than lengths.
Similar to range but definitely diffe... -
11:00 pm Bug Report #3849: Failed 3 tests in Kohana_NumTest::test_format
- I find the solution to fix my problem in the apache running unittest. It's simple, this problem will apears on Ubuntu...
-
10:49 pm Bug Report #3849: Failed 3 tests in Kohana_NumTest::test_format
- I'm with the same problem, but not in CLI mode, my LC_ALL is en_US.UTF-8 but when apache run the tests, it fails.
... -
01:42 pm Bug Report #4063 (Closed): error: use "Arr:path" to get a value from database object result
- 12:53 pm Core Revision 06ff764c: Merge 64cab7e15274b3e254eddac10ecc68832f546961 into a7658e5d24f6e48fcb8f13749a...
-
05:51 am Core Revision 881803a3: Adding some extra Valid tests
-
05:41 am Core Revision 62b73c3e: updating a docblock.
-
05:36 am Core Revision 09782587: Making the ArrayAccess methods in Validation read-only (refs #4034)
-
05:31 am Core Revision 6f9ed0df: Adding tests for Validation's implementation of ArrayAccess (refs #4034)
-
04:51 am Core Revision a4d2c441: Valid::email_domain() doesn't need to run checkdnsrr() on empty fields (refs #...
-
04:48 am Core Revision 6fc01414: adjusting the Valid tests on empty fields (refs #3552)
-
04:47 am Core Revision 55c10308: Revert "removing Validation::$_empty_rules(refs #3552)"
- This reverts commit a294de50d4f46b66eab7a96f561dd8f39f2bc9e1.
-
04:45 am Core Revision 84330d5a: Revert "removing _empty_rules from validation tests (refs #3552)"
- This reverts commit d0e5bcd36161d214965d4c45a569078fd6606bec.
-
04:34 am Core Revision b789a719: Revert "adjusting the valid methods to pass the new tests (refs #3552)"
- This reverts commit 3760e1d717ec162590ec54dfa9f03fbb1d9b4090.
Conflicts:
classes/kohana/valid.php -
04:18 am Bug Report #3552: Validation needs a better way to specify '_empty_rules'
- So after some more talking on IRC, we decided to keep the current _empty_rules property for 3.2.0. We will discuss wh...
-
04:05 am Bug Report #4063: error: use "Arr:path" to get a value from database object result
- I'm sorry, is not bug
-
03:58 am Bug Report #4063 (Closed): error: use "Arr:path" to get a value from database object result
- change file "system/class/kohana/arr.php" line 154:
return $array[$key];
to:
return is_object($array) ? $arr...
06/23/2011
-
08:11 am Core Revision 7ba33479: Adding another test for Valid::exact_length()
-
08:10 am Core Revision 6a09d33f: testing new Valid::exact_length() format (refs #3424)
-
08:10 am Feature Request #3424: Validate exact_length should accept an array of possible lengths
- https://github.com/kohana/core/pull/136
-
08:10 am Bug Report #3552: Validation needs a better way to specify '_empty_rules'
- https://github.com/kohana/core/pull/136
-
08:10 am Core Revision d8179fd6: Allowing Valid::exact_length() to validate an array of lengths (refs #3424)
-
08:09 am Bug Report #4034: Validation does not need to extend ArrayObject any more
- https://github.com/kohana/core/pull/136
-
08:09 am Feature Request #4062: Add Validation::data(), :data, deprecate Validation::as_array()
- https://github.com/kohana/core/pull/136
-
08:01 am Core Revision 71a3b58f: adding tests for Validation::data() and Validation::as_array() (refs #4062)
-
07:57 am Core Revision 4472455f: updating tests to use non-deprecated Validation::data() (refs #4062)
-
07:52 am Core Revision d50cb876: adding :data bound value (refs #4062)
-
07:50 am Core Revision 33c92ccf: added Validation::data() deprecated Validation::as_array() (refs #4062)
-
07:42 am Core Revision ff33edfa: implementing ArrayAccess instead of extending ArrayObject (refs #4034)
-
07:15 am Core Revision 3584e565: fixing test for exact_length rule (refs #3552)
-
07:13 am Database Patch #4057: Fix: Database::quote_columns on aliased columns breaks WHERE and ORDER BY clauses
- Why do you think they shouldn't? It's valid and common to use column aliases in SQL WHERE or ORDER BY, so where() and...
-
07:10 am Core Revision 3760e1d7: adjusting the valid methods to pass the new tests (refs #3552)
-
07:09 am Core Revision 2a714b7c: fixing one of the new tests (refs #3552)
-
06:25 am Core Revision 0715547d: fixing whitespace issues
- 03:46 am Core Revision 62e5036f: Corrected syntax error of misplaced closing paren.
06/22/2011
-
07:29 pm Database Bug Report #2005: Let the database query result $as_object = FALSE or TRUE
- Fixed in 3.0.9
-
07:11 pm Database Patch #4057: Fix: Database::quote_columns on aliased columns breaks WHERE and ORDER BY clauses
- I don't think @where()@ and @order_by()@ should accept aliased columns as input. The docs say they do...
- 07:10 pm Database Revision 3c8ce02b: Merge 0e793bcb647965f409c00ae2f910f16d58ca07db into 13e79daa5bb1cf14a44a437f11...
-
07:00 pm Database Feature Request #4007 (Closed): Manipulate loaded Database_Result
- The SPL iterators are implementations. Just pass the @Database_Result@ into their constructors.
In your example @s... -
11:13 am Bug Report #4061 (Closed): Bad Valid::color method
- There's actually tests for these too:
https://github.com/kohana/core/blob/3.1%2Fmaster/tests/kohana/ValidTest.php#... -
07:59 am Core Revision 53db11b9: adding tests for all the valid helpers that fail on empty fields (refs #3552)
-
07:58 am Core Revision d0e5bcd3: removing _empty_rules from validation tests (refs #3552)
-
05:59 am Core Revision a294de50: removing Validation::$_empty_rules(refs #3552)
-
05:55 am Bug Report #4061: Bad Valid::color method
- You're right. For some reason also I thought the three digit color had to be a repeat (#fff, efe being invalid) but w...
-
05:35 am Bug Report #4061 (Assigned): Bad Valid::color method
- Did you actually test the current regex?...
-
04:52 am Feature Request #3553 (Closed): Validation::not_empty()
- Closing because of this: http://dev.kohanaframework.org/issues/3552#note-11 no longer needing this :)
-
12:22 am Feature Request #4062 (Closed): Add Validation::data(), :data, deprecate Validation::as_array()
- Filing ticket from conversations on IRC earlier this morning.
Validation::as_array() doesn't make sense because we...
06/21/2011
-
08:42 pm Bug Report #4061 (Closed): Bad Valid::color method
- The current method doesn't validate for three-character shorthand colors. Those shorthand colors must be a repeated v...
-
05:30 pm Feature Request #3355 (Closed): Validation callbacks, filters, rules, etc
- Closing as 'worksforme', let me know if I misunderstood.
-
05:29 pm Feature Request #3796: Allow aliases in callbacks
- https://github.com/kohana/core/pull/134
-
03:06 pm Bug Report #4060 (Closed): PHP5 UTF-8
- Hello.
My name is Rinat, I want to contribute by my class.
PHP5 UTF-8 is a UTF-8 aware library of functions mirro... -
12:29 pm OAuth Revision 16799172: Merge pull request #9 from biakaveron/7bb49d724f4c065acb520c65e1ed737f1324d811
- OAuth v2 access token request must send redirect_uri (at least if set)
-
11:00 am ORM Feature Request #4059 (Closed): Missing param() on $_db_methods
- Include param() on $_db_methods
-
10:29 am Feature Request #3897: Controller actions return Response object
- David Pommer wrote:
> While thinking about the view class, i consider to use the decorator pattern for rendering htm... -
10:24 am Feature Request #3897: Controller actions return Response object
- While thinking about the view class, i consider to use the decorator pattern for rendering html, json, ... etc. But t...
-
09:58 am Feature Request #3709: Support per-module install.php?
- If Kohana is running, you place a dependency check in the module's init.php, which can throw an exception. Also add a...
-
09:06 am Core Revision 247de913: Adding a test for using bound values in callbacks (refs #3796)
-
08:29 am Core Revision 1b36a56f: Allowing bound values to be used in validation callbacks(refs #3796)
-
06:53 am Bug Report #4034: Validation does not need to extend ArrayObject any more
- I always hated that :) we should name it either $object or $validation
06/20/2011
-
08:54 pm ORM Feature Request #4058 (Closed): Configurable message file for errors
- http://forum.kohanaframework.org/discussion/9189/orm-validation-messages
Basically just add a property to use inst... -
04:49 pm Database Patch #4057 (Closed): Fix: Database::quote_columns on aliased columns breaks WHERE and ORDER BY c...
- Database::quote_columns can take an array of values where the second element is the alias and appends 'AS xyz' to the...
-
03:35 pm ORM Revision bf8e804a: extending the example for filters in issue #4056
-
03:30 pm ORM Patch #4056: Filters documentation update
- https://github.com/kohana/orm/pull/33
-
03:21 pm ORM Patch #4056 (Closed): Filters documentation update
- Added more examples to the filters documentation.
06/19/2011
-
11:22 pm Bug Report #4054: Request::$current is always NULL when an Exception is thrown
- Jeremy Bush wrote:
> If you throw an exception before your first Request::factory() call in your index.php, you'll g... -
11:03 pm Bug Report #4054: Request::$current is always NULL when an Exception is thrown
- If you throw an exception before your first Request::factory() call in your index.php, you'll get this behavior. For ...
-
08:35 pm Core Revision a298b9a3: Refs #4009, removing the accidental comments committed
-
08:20 pm Core Revision e2884c51: Refs #4009, base HTTP_Header object completed, now 42% faster execution that K...
- Still to implement Accept-* HTTP header parsing; update rest of Kohana core to use new API and update unittests to re...
-
05:06 pm Core Revision a1943b0d: Refs #4009, WIP on refectoring HTTP_Header. Header does not convert values to ...
- Text::ucwords() implemented to restore pseudo standard http header format
Moved the core function of Response::send_... - 04:21 pm ORM Revision ae9f365e: Merge 2ccb28fdc76755a1fa9f135a26a2f5dfb3ddfab0 into af3137ed33244a18909ab25a5f...
-
02:44 pm Patch #4055 (Closed): Class and constans name in uppercase
- It's in @280@ line of @date.php@ file:...
-
12:27 pm Bug Report #4054 (Closed): Request::$current is always NULL when an Exception is thrown
- I noticed that ajax exceptions were still being thrown with all their HTML included in their back trace but the Kohan...
-
10:13 am ORM Revision 2ccb28fd: Added set_values method
-
06:34 am Database Feature Request #4007: Manipulate loaded Database_Result
- wow, I'm a PHP programmer for 8 years now, and JUST EVER used the ArrayIterator!
Indeed, a mix of FilterIterator an... -
05:55 am Database Feature Request #4007: Manipulate loaded Database_Result
- I think most of this can already be done with the built-in "iterators":http://php.net/manual/spl.iterators
06/18/2011
- 04:19 pm Core Revision 73592d6b: Merge fa07a43c01c6c34d5fdb11f636f1c942cb620bc9 into 9a53f22cfa32624d54bb414c98...
-
04:13 pm Core Revision fa07a43c: fixing references to old Validate class
-
04:11 pm Patch #4053: Leftover guide and comments relating to Validate class
- https://github.com/kohana/core/pull/133
https://github.com/joelpittet/core/commit/fa07a43c01c6c34d5fdb11f636f1c942cb... -
04:02 pm Patch #4053 (Closed): Leftover guide and comments relating to Validate class
- There are a few references to the older Validate class.
06/17/2011
-
01:52 pm Database Bug Report #4052: Ignore empty parentheses in or_where_close() / and_where_close()
- This isn't a bad idea, but I think such behavior should be optional. I think an optional parameter to @close()@ would...
-
09:04 am Database Bug Report #4052: Ignore empty parentheses in or_where_close() / and_where_close()
- I mixed up the order of or_where_open() and or_where_close() in the name search example but you get the point
-
09:03 am Database Bug Report #4052 (Closed): Ignore empty parentheses in or_where_close() / and_where_close()
- This would allow us not to worry about having something inside of these conditions. Usage example (search):...
06/16/2011
-
07:19 pm ORM Feature Request #3935: Using with() is slow compared to join()
- Fixed some formatting.
-
01:18 pm Bug Report #3088 (Feedback): Validate::date() doesn't handle dates correctly
- Hi !
I reopen this bug because I recently used the php DateTime class which could fit the needs of the validation cl... -
01:11 pm UnitTest Bug Report #4051 (Closed): SYSPATH/system/tests/kohana/ViewTest.php
- Uses the 5.3 __DIR__ in the setupBeforeClass function in v3.1.3.1 of Kohana
-
12:00 pm OAuth Revision 9eea5af8: Merge pull request #8 from rafi/3.1/linkedin_provider
- 3.1/linkedin provider
-
10:34 am OAuth Revision 59331b62: Fixing typo
06/15/2011
-
11:48 pm OAuth Revision 7bf140eb: Merge pull request #7 from rafi/3.1/linkedin_provider
- 3.1/develop
-
09:59 pm OAuth Revision fc6ceb65: Adding a Linkedin provider
-
06:14 pm Database Bug Report #4047: Returning if query was successful in UPDATE
- As for my previous comment, I didn't realize I was looking at early 3.0 branch. Kohana_Database_PDO::query() throws D...
-
04:27 pm Bug Report #4034: Validation does not need to extend ArrayObject any more
- One more thing I noticed is that we often name a @Validation@ object "@$array@", e.g., "Kohana_Validation_Exception::...
-
02:55 pm ORM Bug Report #3866: Static method for checking if a record exists
- +1 - it will be useful
and also wish for this method to support not only single value but array of values -
02:46 pm ORM Feature Request #3935: Using with() is slow compared to join()
- ...
-
02:44 pm ORM Feature Request #4049 (Closed): add using() to ORM::$_db_methods
- Hi.
There is ability to use using() method in query builder, but it can't be used in ORM, cause it's not listed in $... -
02:07 pm Database Bug Report #4047 (Closed): Returning if query was successful in UPDATE
- Yeah, I'm not sure what you mean. An "unsuccessful" query (one that never hit the database) would result in a databas...
-
11:56 am Database Bug Report #4047: Returning if query was successful in UPDATE
- If I see it right, you should get an exception on an unsuccesful query:
* Kohana_Database_MySQL::query() throws Data... -
10:23 am Bug Report #4048: Log writer fails when messages use Log::ALERT
- Pull request: https://github.com/kohana/core/pull/132
-
10:14 am Bug Report #4048 (Closed): Log writer fails when messages use Log::ALERT
- If you have a line like this:...
-
08:35 am Database Bug Report #4047 (Closed): Returning if query was successful in UPDATE
- Currently the we get the number of affected rows on UPDATE queries.
It would be good if we would also get if the que...
06/14/2011
-
03:09 pm Userguide Revision 539273cb: Check if API browser has been disabled (bug fix #4046)
-
03:05 pm Userguide Bug Report #4046: Route Exception after disabling the API Browser in \config\userguide.php
- Bug fix added to https://github.com/kohana/userguide/pull/19
-
02:56 pm Userguide Bug Report #4046 (Closed): Route Exception after disabling the API Browser in \config\userguide.php
- Disabling the API browser in *\userguide\config\userguide.php*...
-
12:02 pm OAuth Revision 1bf8c312: Merge pull request #6 from rafi/3.1/develop
- 3.1/develop
-
11:59 am OAuth Feature Request #4045 (Closed): Ability to add more options to the oAuth cURL call
- classes\kohana\oauth.php - Kohana_OAuth::remote($url, array $options = NULL)
Being able to add more options to the... -
11:58 am OAuth Revision 253111ad: Fixing: Request::uri() is a function, closing <h2> tag
-
12:39 am Bug Report #4044 (Assigned): 3.1 Request_Client_External::_native_execute() passing integer heade...
06/13/2011
-
07:53 pm Bug Report #4044 (Closed): 3.1 Request_Client_External::_native_execute() passing integer header ...
- system/classes/kohana/request/client/external.php:369 passes an integer to Kohana_Request::headers(), which triggers ...
-
12:21 pm Bug Report #4043 (Closed): Valid::range
- HTML5 has the ability to validate range for "number" and "range" input types, and I think it only makes sense for Koh...
Also available in: Atom