Activity
From 09/22/2009 to 10/21/2009
10/21/2009
-
11:48 pm Feature Request #2259: Database_Result optimizations
- Still some time to be gained.
Implemented in http://github.com/cbandy/kohana-database/commit/d9d99b64781b2db46530154... - 11:43 pm Database Revision d9d99b64: Optimize as_array() by moving conditionals outside the loop
- 11:42 pm Database Revision 0b0027bc: Partially revert 53b92ec
- 11:33 pm Database Revision 53b92ec5: Merge remote branch 'upstream/master'
-
06:07 pm Userguide Revision 0624006a: start.md translated
-
06:01 pm Userguide Revision d1eea5ed: ooops, a little mistake in menu.md
-
05:49 pm Userguide Revision b9a92dc1: main menu translated
-
03:52 pm Bug Report #2266 (Closed): Make region optional in i18n::$lang
- For full flexibility the i18n::$lang string should support definition with or with out region. This way the language...
-
03:18 pm Feature Request #2260: Get sub-array value from session
- I see, thank you for feedback!
-
03:17 pm Bug Report #2264: Database_Result::as_array() ignores $value when $key is NULL
- Fixed the @E_NOTICE@ error in http://github.com/kohana/database/615b1d0b77400b0d2a8056fe5f6a013bb5025efe
-
03:15 pm Database Revision 615b1d0b: E_NOTICE in 2dc6cc38afc93b3fedaa91f2b1091884882f3418, isset() should be used
-
03:11 pm Bug Report #2264 (Closed): Database_Result::as_array() ignores $value when $key is NULL
-
03:10 pm Feature Request #2259 (Feedback): Database_Result optimizations
- I think #2264 replaces the second commit. Please review and close this if so.
-
03:09 pm Bug Report #2264: Database_Result::as_array() ignores $value when $key is NULL
- Fixed by http://github.com/kohana/database/commit/2dc6cc38afc93b3fedaa91f2b1091884882f3418
-
03:09 pm Database Revision 2dc6cc38: Database_Result::as_array($key, $value) should not ignore value when $key is N...
-
03:08 pm Bug Report #2264 (Closed): Database_Result::as_array() ignores $value when $key is NULL
- It should be possible to get an indexed array of a single value by using:
$result->as_array(NULL, $value);
... -
02:23 pm Feature Request #2260: Get sub-array value from session
- You certainly can. @Arr::path@ mainly exists only for backwards compatibility with KO2 and is bad for performance.
-
01:47 pm Userguide Revision bf322e13: Переведённое меню
- 01:44 pm Userguide Revision 8750b998: Перевод текущего навигационного меню
- 01:36 pm Userguide Revision ffbedea1: Some reorganisation
-
08:35 am Userguide Revision d1a8cbfa: initial russian commit
-
08:03 am Feature Request #2260: Get sub-array value from session
- I mean that $session->get('key.subkey') is shorter and more clear than Arr::path($session->as_array(), $key, $default...
-
05:30 am Patch #2263 (Review): Fix for translation of parameters in Kohana_Validate::errors
- This patch makes :param# translate during error message processing.
Issue #1928 fixed :field. -
05:19 am Feature Request #1928 (Closed): Slight changes to Validate class
- Please do not reopen closed issues in order to add more requests, it breaks the workflow. Open a new issue and relate...
-
05:13 am Feature Request #1928 (Feedback): Slight changes to Validate class
- I believe parameters should also be translated in the same way.
-
02:49 am Feature Request #2260: Get sub-array value from session
- How is that too complicated? This is exactly why @Arr::path@ exists.
-
12:38 am ORM Revision 8e5e607d: One minute comment
-
12:37 am Bug Report #2186 (Closed): ORM Typecasting broken - Not getting any DB Column metadata
- Follow fix in http://github.com/kohana/orm/commit/83bcfe7ec5ae137f4486f9084d81869545b1dc86
-
12:35 am ORM Revision 83bcfe7e: Follow-up fix for #2186
10/20/2009
-
11:25 pm Bug Report #2186 (Assigned): ORM Typecasting broken - Not getting any DB Column metadata
-
11:25 pm Bug Report #2186: ORM Typecasting broken - Not getting any DB Column metadata
- You're right - ironically I created the sql_types.php config file but Woody will have to add it to the core. I'll ha...
-
11:21 pm Bug Report #2186: ORM Typecasting broken - Not getting any DB Column metadata
- "ORM:6cbab7e7":http://github.com/kohana/orm/commit/6cbab7e781db74f5d92a43a9c5cb1a0eeb4cce29 probably won't work.
I... -
10:23 pm Bug Report #2262 (Closed): $_load_with not applied
- When I specify $_load_with property in a model, it has no effect (tables do not join). When I specify ORM::factory()-...
-
08:59 pm Feature Request #2260: Get sub-array value from session
- Isn't it too complicated?
-
08:08 pm Bug Report #2261: Standardized column/table metadata methods for Database
- Implemented in http://github.com/kohana/database/commit/c2ab87fde409ecdf6428c0fcb13401f5fd900db4
-
08:08 pm Bug Report #2261 (Closed): Standardized column/table metadata methods for Database
- Implement SQL92 INFORMATION_SCHEMA access methods for Database
-
08:06 pm Bug Report #2186 (Closed): ORM Typecasting broken - Not getting any DB Column metadata
- Fixed ORM module in http://github.com/kohana/orm/commit/6cbab7e781db74f5d92a43a9c5cb1a0eeb4cce29 and added necessary ...
-
08:05 pm ORM Revision 6cbab7e7: Fixing #2186. Fixes typecasting information for ORM fields. Refer also to htt...
-
08:01 pm Database Revision c2ab87fd: Adding standardized list_columns and list_tables methods with optional detaile...
-
06:35 pm Feature Request #2260 (Closed): Get sub-array value from session
- It already is possible using @Arr::path($session->as_array(), $key, $default)@.
-
06:31 pm Bug Report #2177: ORM::__set() does not work with belongs_to relationships
- Oops. That last patch had a mistake in it. This patch should fix it.
-
06:28 pm Bug Report #2177: ORM::__set() does not work with belongs_to relationships
- That was what I thought too. Here's another patch for the latest revision.
-
06:20 pm Feature Request #2260 (Closed): Get sub-array value from session
- In KO2 it is possible to access sub-arrays with key.subkey (i.e. $session->get('user.name')). It would be nice to hav...
-
05:26 pm ORM Revision 13e035f8: Followup fix for #2240
-
05:10 pm Feature Request #2259 (Assigned): Database_Result optimizations
- 05:06 pm Database Revision f4772bd4: Database_Result optimizations
- - foreach performs rewind()
- Reduce one comparison in get()
- Eliminate math and reduce one comparison in offsetExis... -
04:54 pm Feature Request #2259: Database_Result optimizations
- implemented by http://github.com/cbandy/kohana-database/commit/1cfdf5f1bedf20b1571eade10b70bc3a71d5330e
and http://g... -
04:49 pm Feature Request #2259 (Closed): Database_Result optimizations
- * @foreach@ already performs @rewind()@ in @as_array()@
* @get()@ can use fewer comparisons
* @offsetExists()@ does... -
04:48 pm Bug Report #2186: ORM Typecasting broken - Not getting any DB Column metadata
- I'll hop on this today - this is pretty important for me as well.
-
04:36 pm Bug Report #2243: Kohana_Database_Result_Cached constructor throws an error with get_class on an ...
- Also, should @$as_object@ always be overridden? Perhaps this test is more appropriate:...
- 04:04 pm Database Revision e72ad1f4: Optimize as_array() by moving conditionals outside the loop
-
03:25 pm Revision 0efa4965: Tracking submodules
-
03:04 pm Bug Report #2186 (Assigned): ORM Typecasting broken - Not getting any DB Column metadata
- Thanks for volunteering Chris!
-
03:02 pm Bug Report #2186: ORM Typecasting broken - Not getting any DB Column metadata
- > Should Database be providing the SQL → PHP type mapping that ORM needs?
2.3.x did, so I don't see why 3.0 should... - 03:02 pm Database Revision 1cfdf5f1: Database_Result optimizations
- - foreach performs rewind()
- Reduce one comparison in get()
- Eliminate math and reduce one comparison in offsetExis... -
02:53 pm Userguide Revision bee13026: Merge branch 'master' of git://github.com/icyleaf/kohana-userguide-cn
- 08:09 am Userguide Revision b67f3858: Fixed some typos and punctuation
-
06:49 am Userguide Revision 16e0b874: Merge kohana/userguide and finised translate complated in "tutorials.git.md"
-
06:23 am Userguide Revision 51662aaf: Merge branch 'master' of git://github.com/kohana/userguide
-
05:22 am Bug Report #2257 (Closed): Typo in class Kohana_File in method File::mime
- Lines 34-35 read;
if (isset($image['mime']))
return $file['mime'];
where the '$image' var should be '$fil... -
02:18 am Bug Report #2186: ORM Typecasting broken - Not getting any DB Column metadata
- I am happy to improve the metadata returned from Database. I agree with John that @list_columns()@ should return data...
10/19/2009
- 10:50 pm Cache Revision d545326d: Removed the old memcache.php config file, replaced with new namespaced version
-
10:16 pm Userguide Revision b46e5a20: Added git tutorial
- 10:11 pm Cache Revision 4d3cb183: Added new SQLite driver, using PDO. Removed tagging support from Memcache. Add...
- 10:07 pm Cache Revision f5089f9f: Added new SQLite driver, using PDO. Removed tagging support from Memcache. Add...
-
02:31 pm Bug Report #2186: ORM Typecasting broken - Not getting any DB Column metadata
- Anyone want to volunteer to implement this? I could do it, but it is basically irrelevant to me.
-
02:28 pm Bug Report #2255 (Closed): ORM generates wrong query when sorting set to RAND()
-
02:05 pm Bug Report #2186: ORM Typecasting broken - Not getting any DB Column metadata
- Those results are on PHP 5.2.11 using MySQL 5.0.70 via socket.
- 10:55 am Cache Revision b63504a8: Fixed issue where the $id passed to set() was not sanitized. Added new abstrac...
-
08:24 am Bug Report #2255: ORM generates wrong query when sorting set to RAND()
- Hmm. Yep, this is duplicate.
-
08:20 am Bug Report #2255: ORM generates wrong query when sorting set to RAND()
- Hym... I think this is the same as
http://dev.kohanaphp.com/issues/2229 -
08:11 am Bug Report #2255: ORM generates wrong query when sorting set to RAND()
- Forgot to add. Right query should be - @SELECT `answers`.* FROM `answers` WHERE `answers`.`question_id` = 1 ORDER BY ...
-
08:09 am Bug Report #2255 (Closed): ORM generates wrong query when sorting set to RAND()
- ...
-
06:27 am ORM Feature Request #2254 (Assigned): Add support for using array syntax for many-to-many add/updates
-
06:10 am ORM Feature Request #2254 (Closed): Add support for using array syntax for many-to-many add/updates
- (via github.com - http://github.com/jheathco/kohana-orm/issues#issue/16)
In Kohana 2.3 the "array syntax for many-... -
03:14 am Userguide Revision c6d18696: Changed the default language to "en-us" in config file
-
03:09 am Userguide Revision fb672388: Fixed ghost words in guide/zh-cn/debugging-profiling.md
-
02:53 am Userguide Revision 12efcc34: Added the default language configure to controller in new added config file
-
01:02 am Bug Report #2248 (Closed): Query Builder no longer supports PHP 5.2.3
-
01:01 am Bug Report #2248: Query Builder no longer supports PHP 5.2.3
- "No it doesn't":http://github.com/kohana/database/blob/master/classes/kohana/database/query/builder/select.php#L331.
10/18/2009
-
11:58 pm Feature Request #2251: Pass to the next route if controller or method not found
- The main meaning of my feature request is to pass the request through all routes before trggering an error, because r...
-
10:32 pm Bug Report #2248 (Feedback): Query Builder no longer supports PHP 5.2.3
- Thanks for the quick fix but I think you missed a bit:
Line 331 of MODPATH/database/kohana/classes/database/query/... - 10:31 pm Cache Revision f9f95d68: Initial working draft of the Kohana 3 cache library
-
10:02 pm Bug Report #2252 (Review): Bug in the new router
-
10:02 pm Feature Request #2251 (Feedback): Pass to the next route if controller or method not found
- Shouldn't route 2 be defined as @(controller((/id)/action))@? You can fix this by adding regex for the @action@ param...
-
09:53 pm Bug Report #2252 (Closed): Bug in the new router
- I'm using your new "Yii-style" routing:...
-
09:35 pm Feature Request #2251 (Closed): Pass to the next route if controller or method not found
- For example, I have the following routes:...
-
08:36 pm Feature Request #2222: A workaround for Session to avoid __PHP_Incomplete_Class !
- Very elegant solution indeed !
I suppose that will only work with Kohana classes though, not for any other 3d party... -
07:59 pm Bug Report #2186: ORM Typecasting broken - Not getting any DB Column metadata
- Chris Bandy wrote:
> SHOW COLUMNS is dramatically faster than information_schema in "MySQL < 5.1.23":http://dev.mysq... -
07:35 pm Feature Request #2222 (Assigned): A workaround for Session to avoid __PHP_Incomplete_Class !
- The correct solution is to call @ini_set('unserialize_callback_func', 'spl_autoload_call')@. See "spl_autoload_call":...
-
07:35 pm Bug Report #2186: ORM Typecasting broken - Not getting any DB Column metadata
- Looks like we'll use SHOW COLUMNS then for the MySQL driver and INFORMATION_SCHEMA for the PDO?
-
06:20 pm Bug Report #2248 (Closed): Query Builder no longer supports PHP 5.2.3
- Fixed by http://github.com/kohana/database/commit/c5044243aef93f02d5d1647c4b00547e2e649a88
-
06:16 pm Revision 9bcd6c6f: Tracking submodules
-
06:16 pm Database Revision c5044243: Follow up to 35aa8fdad2d74d46ef8be2c162f166d04c8c301c, array_unique() sorting ...
-
05:01 pm Bug Report #2233: from($table)->from($table) should not list $table twice
- Except subqueries MUST have an alias.
fn1. http://dev.mysql.com/doc/refman/5.0/en/unnamed-views.html
fn2. http:... -
03:22 pm Bug Report #2186: ORM Typecasting broken - Not getting any DB Column metadata
- SHOW COLUMNS is dramatically faster than information_schema in "MySQL < 5.1.23":http://dev.mysql.com/doc/refman/5.1/e...
- 12:20 pm Cache Revision 5fbefc3c: First commit
-
04:23 am Bug Report #2177: ORM::__set() does not work with belongs_to relationships
- Shouldn't @$this->_saved@ be set to @FALSE@ as well?
-
03:31 am Bug Report #2186: ORM Typecasting broken - Not getting any DB Column metadata
- We should use SELECT * FROM INFORMATION_SCHEMA.Columns WHERE TABLE_NAME as I believe it's the SQL92 standard and requ...
10/17/2009
-
11:45 pm Bug Report #2248 (Assigned): Query Builder no longer supports PHP 5.2.3
- I think the correct solution here is to call @array_unique@ after compiling the from() conditions.
-
09:45 pm Bug Report #2248 (Closed): Query Builder no longer supports PHP 5.2.3
- As a result of http://github.com/kohana/database/commit/35aa8fdad2d74d46ef8be2c162f166d04c8c301c the query builder no...
-
08:46 pm Feature Request #2247: Pagination Class should have an offset property for using in db::select
- Example Usage.
$pagination = new Pagination(array(
'total_items'=>200,
));
DB::select()->from('table')->... -
08:43 pm Feature Request #2247 (Closed): Pagination Class should have an offset property for using in db::...
- The pagination class lacks a property to provide the offset value to use in a db::select() query.
Suggest adding p... -
08:39 pm Auth Bug Report #2132 (Closed): Can't use auth file driver
- Fixed by http://github.com/kohana/auth/commit/b05ca1d69e718e7963cc0c1a43b816d7266beda3
Thanks Ivan! -
08:25 pm Image Feature Request #2246 (Closed): ImageMagick driver for Image Module
- http://github.com/javierav/kohana-imagemagick
-
02:28 pm Core Revision e15350e4: Preventing possible needless backtracking in email_domain regex
-
02:26 pm Core Revision 3bca17c5: Not allowing a possible final newline in decimal validation regex
-
02:12 pm Core Revision bb44caa1: Removed superfluous semicolon
-
01:54 pm Core Revision 2c8dec2a: Merge branch 'master' of [email protected]:kohana/core
-
01:33 pm Database Bug Report #2188: Database PDO dosn't support last inserted id in PGSQL Driver
- Since fetching the last inserted ID is not free on most databases (MSSQL, Oracle, PostgreSQL, -SQLite,-) it seems rea...
-
12:53 pm Bug Report #2186: ORM Typecasting broken - Not getting any DB Column metadata
- 2.4 made some inroads with this. See #2220 and the affected files:
fn1. http://dev.kohanaphp.com/projects/kohana2/re... -
12:38 am Bug Report #2240: Magic isset method returns FALSE on models that haven't been loaded yet
- Follow-up fix in http://github.com/jheathco/kohana-orm/commit/f7d354bf1ab18cfa280bd963bdf15f5c29289995
-
12:30 am Bug Report #2244 (Closed): ORM with method should use LEFT join
- Fixed in http://github.com/jheathco/kohana-orm/commit/1fee85415983b2b2d16abea6f42499436d6bb62b
-
12:30 am Bug Report #2244 (Closed): ORM with method should use LEFT join
- See subject.
10/16/2009
-
07:24 pm Bug Report #2243 (Closed): Kohana_Database_Result_Cached constructor throws an error with get_cla...
- When using Kohana 3 in a php 5.3 install, the Kohana_Database_Result_Cached constructor uses get_class to test whethe...
-
05:08 pm Bug Report #2240 (Closed): Magic isset method returns FALSE on models that haven't been loaded yet
- Fixed in http://github.com/jheathco/kohana-orm/commit/830e0ef7a7256789afa23645a50b1d84973abcda
-
05:08 pm ORM Revision 830e0ef7: Fixing #2240
-
05:07 pm Bug Report #2240 (Closed): Magic isset method returns FALSE on models that haven't been loaded yet
- When calling isset on a column for a model that has not yet loaded it's data (lazy loading), it returns FALSE.
-
12:26 pm Bug Report #2239 (Closed): DB:Select query compiling drops fields
- I assumed that "SORT_REGULAR":http://php.net/array_unique would be the default sorting for @array_unique@, but I was ...
-
12:25 pm Revision bbe04094: Tracking submodules
-
12:25 pm Database Revision 35aa8fda: Bug in 47ad338755856a2c0339d250b3ffd45656d6df83, array_unique() assumes all ar...
-
12:21 pm Bug Report #2210 (Closed): Database early compilation of sub request
- Fixed by http://github.com/kohana/database/commit/615eddb2862e1bce8f4bd9d066e7f4ba790242b9
-
12:21 pm Database Revision 615eddb2: Optimized Database::quote_table(), also fixes #2210
-
12:01 pm Bug Report #2186: ORM Typecasting broken - Not getting any DB Column metadata
- Typecasting that relies on the database is horrible. The proper way to do type casting is by defining the type of eac...
-
09:12 am Bug Report #2239: DB:Select query compiling drops fields
- I'm at rev:
commit 47ad338755856a2c0339d250b3ffd45656d6df83
Author: Woody Gilk <[email protected]>
Date: ... -
09:07 am Bug Report #2239 (Closed): DB:Select query compiling drops fields
- The call to array_unique does not work as expected and may drop fields where it should not.
I added the following ... -
08:24 am Bug Report #2186: ORM Typecasting broken - Not getting any DB Column metadata
- The method would save you having to cast or parse things manually after getting them out of the database.
Working wi... -
12:14 am Bug Report #2233 (Closed): from($table)->from($table) should not list $table twice
- Fixed by http://github.com/kohana/database/commit/47ad338755856a2c0339d250b3ffd45656d6df83
-
12:13 am Revision 44f6f561: Tracking submodules
-
12:13 am Database Revision 47ad3387: SELECT columns and FROM tables should be unique, fixes #2233
-
12:11 am Database Revision 932d6bca: Cleaning up whitespace
-
12:07 am Auth Feature Request #2149 (Closed): add Auth the capability to login with email
- Fixed by http://github.com/kohana/auth/commit/7e91cb483f8fa1e220bf0f77e17be68c2552a828
-
12:06 am Revision 6f6b7f2a: Tracking submodules
-
12:05 am Auth Revision 7e91cb48: Merged biakaveron/kohana-auth
-
12:00 am Bug Report #2231: ORM doesn't wake up properly
- Back on this issue. It may indeed be a bug in my app and/or A1, although I am still trying to find out why it doesn't...
10/15/2009
-
11:57 pm Patch #2238 (Closed): HTML::Image does not support index.php in link
- HTML::style and HTML::script support including index.php in the generated link to support a media controller.
HTML... -
11:39 pm Auth Feature Request #2149 (Assigned): add Auth the capability to login with email
- I have a pending support request with Github to bless http://github.com/kohana/auth, then I will do a full merge with...
-
08:08 pm Auth Feature Request #2149 (Feedback): add Auth the capability to login with email
-
08:08 pm Auth Feature Request #2149: add Auth the capability to login with email
- Ivan, I take it you are managing the Auth library? Does Woody grab directly from your repository? If so, I'll close...
-
08:06 pm Bug Report #2177 (Closed): ORM::__set() does not work with belongs_to relationships
- Fixed in http://github.com/jheathco/kohana-orm/commit/321876a3ff23140b020af2ed2d6064f3c5d17d0d
-
08:06 pm ORM Revision 321876a3: Fixing #2177
-
08:03 pm Bug Report #2186 (Feedback): ORM Typecasting broken - Not getting any DB Column metadata
-
08:02 pm Bug Report #2186: ORM Typecasting broken - Not getting any DB Column metadata
- It appears list_columns in the Database module no longer returns field information, but just the columns.
Woody, i... -
07:54 pm Patch #2227 (Closed): ORM save() tries to save when only _ignored_columns have been changed.
- This issue (if it existed) should be fixed in #2139
-
07:51 pm Bug Report #2139 (Closed): ORM: Undefined index: when its an Ignored Colum
- Fixed in http://github.com/jheathco/kohana-orm/commit/dda9979f330ea052c443aa501c86592e43395fb2
-
07:50 pm ORM Revision dda9979f: Fixing #2139
-
06:49 pm Bug Report #2139: ORM: Undefined index: when its an Ignored Colum
- I believe the ignored column checking should happen outside of this IF block (we don't want ignored column changes af...
-
06:45 pm Bug Report #2237 (Closed): Database quote_table does not like an array being passed
- This has already been fixed, see #2155.
-
05:29 pm Bug Report #2237 (Closed): Database quote_table does not like an array being passed
- If you pass an array(table, alias) to quote_table it throws an ErrorException [ Notice ]: Array to string conversion....
-
06:38 am Bug Report #2102: Request::execute overrides HTTP headers on thrown exception.
- I think the correct solution for this is to add a new @Kohana_HTTP_Exception@ that is handled differently. Basically:...
-
06:00 am Userguide Revision 64e3fa81: Transalted 90% complated in upgrading.23.md and removed 'BOM' file encode from...
-
05:53 am Bug Report #2231: ORM doesn't wake up properly
- @protected _object => array(0)@
Session data was lost? -
05:42 am Userguide Revision 93498b36: Transalted new sync content in upgrading.23.md
-
05:41 am Bug Report #2236 (Closed): Fill a big empty block to top of content
-
05:13 am Bug Report #2236: Fill a big empty block to top of content
- Woody Gilk wrote:
> Inspecting the page shows that there is leading whitespace in a file somewhere. A closer look sh... -
05:06 am Userguide Revision 230d370f: Removed BOM file encode about all zh-cn files.
-
03:59 am Bug Report #2236 (Feedback): Fill a big empty block to top of content
- Inspecting the page shows that there is leading whitespace in a file somewhere. A closer look shows that @i18n/zh.php...
-
03:39 am Bug Report #2236 (Closed): Fill a big empty block to top of content
- I don't know how does it happened. i added *i18n/zh.php* and translated content into Chinese below, then view the use...
-
02:47 am Revision 3917d1e5: Last commit to system was incorrect, should only be tracking master
-
02:47 am Revision 6ffebc4c: Tracking submodules
-
02:30 am Userguide Revision 9d941785: Merge of kohana/userguide
10/14/2009
-
09:41 pm Userguide Revision 1aa593f3: Merge branch 'master' of git://github.com/BMatt/userguide
-
06:44 pm Bug Report #2233 (Assigned): from($table)->from($table) should not list $table twice
-
06:43 pm Bug Report #2233: from($table)->from($table) should not list $table twice
- Chris Bandy wrote:
> The better solution is probably to store FROM elements as a hash: @alias => table@.
> Argument... -
06:17 pm Bug Report #2233: from($table)->from($table) should not list $table twice
- The better solution is probably to store FROM elements as a hash: @alias => table@.
Arguments without an alias are st... -
10:38 am Bug Report #2231: ORM doesn't wake up properly
- @Ivan Brotkin
Well... I suppose if it happens for Auth/ A1/ A2/ ACL user models, that would appear for any Model exte... -
09:16 am Userguide Revision 91e9ed04: Translated 70% to upgrading.23.md
-
09:15 am Bug Report #2233 (Closed): from($table)->from($table) should not list $table twice
- When using the DB object, if you call *from("mytable")* and then again call *from("mytable")*, "mytable" appears in t...
-
08:00 am Feature Request #2232 (Closed): Get name from route
- When I set up route, I use name for it (first param in Route::set()). I can get route by its name, but there is no wa...
-
06:41 am Bug Report #2231: ORM doesn't wake up properly
- IMO, this is not ORM problem. I have this issue while working with Auth and A1/A2/Acl (storing User object in session...
10/13/2009
-
10:59 pm Bug Report #2231: ORM doesn't wake up properly
- @ Isaiah
Yes I am using the latest version from github, so unfortunately the problem is still there... -
06:43 pm Bug Report #2231: ORM doesn't wake up properly
- Are you using the latest ORM code? I through this was already fixed by "32ad975a...":http://github.com/jheathco/kohan...
-
06:10 pm Bug Report #2231: ORM doesn't wake up properly
- And giving the $_session contents could also help :
$_SESSION... -
06:07 pm Bug Report #2231: ORM doesn't wake up properly
- Arr you can't edit the original post... Obviously the resulting error message is :
ErrorException [ Notice ]: Unde... -
06:05 pm Bug Report #2231 (Closed): ORM doesn't wake up properly
- If you store an ORM model in the session for instance, then it won't wake up properly as it can't find it's PK :
Sta... -
02:53 pm Feature Request #2229: Allow to have NULL in first parameter of order_by
- Yes, I know,
that syntax is from http://docs.kohanaphp.com/libraries/database/builder#orderby -
02:49 pm Feature Request #2229 (Feedback): Allow to have NULL in first parameter of order_by
- You should still be choosing a column for @RANDOM()@. Not specifying a column doesn't make sense and is "Invalid SQL"...
-
10:51 am Feature Request #2229 (Closed): Allow to have NULL in first parameter of order_by
- I want to get random rows from DB:...
-
08:27 am Userguide Revision 920a6fbf: Added lost i18n/zh.php file
-
08:23 am Userguide Revision 3465cf0c: Renamed i18n/zh-cn.php to i18n/zh.php
-
08:22 am Userguide Revision a8e642d9: Renamed i18n/zh-cn.php to i18n/zh.php
-
08:01 am Userguide Revision 10d05332: Merging master from kohana/userguide
-
04:09 am Patch #2227: ORM save() tries to save when only _ignored_columns have been changed.
- Apologies, ...it should just return $this and not true as mentioned above.
-
04:05 am Patch #2227 (Closed): ORM save() tries to save when only _ignored_columns have been changed.
- ORM save() tries to save when only _ignored_columns have been changed. It should only save if non _ignored_columns ha...
10/12/2009
-
04:46 pm Core Revision d64b5a21: Merge branch 'text_number' into unstable
-
04:46 pm Core Revision 3c2c7272: Merge branch 'inline_route_regex' into unstable
-
04:18 pm Feature Request #2226: Formatting Numbers as Text
- Implemented (but not merged) in http://github.com/kohana/core/commit/3a7d5165705ec4bf087e55595b1a93dbe26c8476
-
04:17 pm Core Revision 3a7d5165: Implemented Text::number() to help format numbers, fixes #2226
-
04:17 pm Feature Request #2226 (Closed): Formatting Numbers as Text
- It would be helpful to have a @Text::number@ method that would format integers into their plain-text equivalent:
... -
02:19 pm Bug Report #2212 (Closed): URL::base() and URL::site() fails if Kohana::base_url is set as an abs...
- Cédric Cazette wrote:
> But why really should "Everything else be determined by Kohana::$base_url" ?
Because conf... -
09:04 am Bug Report #2212: URL::base() and URL::site() fails if Kohana::base_url is set as an absolute pat...
- Oh, I got your point. :-) But why really should "Everything else be determined by Kohana::$base_url" ? Wouldn't it be...
-
07:47 am Userguide Revision 1398ba6f: start.configuration.md translated to spanish
-
12:52 am Bug Report #2212: URL::base() and URL::site() fails if Kohana::base_url is set as an absolute pat...
- I think this is probably a case of terminology. The comments do say "absolute", but an absolute URL does not require ...
-
12:29 am Bug Report #2212 (Feedback): URL::base() and URL::site() fails if Kohana::base_url is set as an a...
- Sweet, thanks !
But that doesn't fix the second problem : depending on Kohana::$base_url being absolute or relative,... -
12:12 am Bug Report #2224: Validate doesn't report errors from callbacks
- Woody Gilk wrote:
> The return value of callbacks is ignored. In order to add errors with callbacks, you must call t...
10/11/2009
-
11:24 pm Bug Report #2100: Profiler::application refactoring
- Fixed a bug in the above fix in http://github.com/kohana/core/commit/9e2330f58a24bb44234f07e4e9608ccc20ca722b
-
11:24 pm Patch #1937 (Closed): Kohana::list_files custom path -> no recursing
- Fixed by http://github.com/kohana/core/commit/14c2d77e10e5a0cf83087271042a925190106c45
-
11:23 pm Revision b1986e1c: Tracking submodules
-
11:22 pm Core Revision 9e2330f5: Fixing a bug introduced by 3f371be5ff1d5a9cfff327d2084b630976d41f7d, the total...
-
11:12 pm Core Revision 14c2d77e: Kohana::list_files() recursion fails when using custom search paths. Fixes ##1937
-
11:07 pm Bug Report #2212 (Closed): URL::base() and URL::site() fails if Kohana::base_url is set as an abs...
- Fixed by http://github.com/kohana/core/commit/3e67ec9f9c934afa053c36708bc6b434c4621b70
-
11:07 pm Core Revision 3e67ec9f: URL::base() needs to not assume that Kohana::$base_url is only a path, it can ...
-
10:59 pm Bug Report #2221 (Closed): Image module _save_function function throws exception when file extens...
- Fixed by http://github.com/kohana/image/commit/6cc085a64ff86872d6c180f5bf2caf8d2f61f927
-
10:58 pm Image Revision 6cc085a6: Image_GD::_save_function() needs to normalize the extension to allow capitaliz...
-
10:55 pm Feature Request #2182 (Assigned): kohana cleanup after work is done
-
10:39 pm Bug Report #2224 (Closed): Validate doesn't report errors from callbacks
- The return value of callbacks is ignored. In order to add errors with callbacks, you must call the @Validate::error()...
-
09:44 pm Bug Report #2224 (Closed): Validate doesn't report errors from callbacks
- The validate class doesn't report errors when callback functions return FALSE.
Perhaps this is a feature request a... -
09:21 pm Userguide Revision e3c87bd3: start.conventions.md translated to spanish
-
09:03 pm Userguide Revision 804f4be0: upgrading.md translated to spanish
-
08:56 pm Userguide Revision fbfb6b35: Update spanish translation of tutorials.helloworld.md to changes of commit b95...
-
08:48 pm Userguide Revision 6fd17c66: Update spanish translation of menu.md to changes of commit 4002f7e7
-
08:38 pm Userguide Revision adfc813c: Update spanish translation of start.mvc.md to changes of commit fe3d87a5
-
08:35 pm Userguide Revision 17064344: fix i18n keys for spanish and english entries
-
04:18 pm Revision 26f41112: Tracking submodules
-
04:17 pm Database Revision 2729b7ee: Merge branch 'master' of git://github.com/kohana/database
-
04:17 pm Database Revision 11e1c6fa: Added sample schema to Database_Session comments
10/10/2009
-
06:32 pm Feature Request #2222: A workaround for Session to avoid __PHP_Incomplete_Class !
- The author provided a patch a week later to solve an issue with unserializing empty arrays :
http://uk.php.net/manual... -
06:28 pm Feature Request #2222 (Closed): A workaround for Session to avoid __PHP_Incomplete_Class !
- If you try to save to Session an object of a class that was not loaded before the session was started, you will get a...
10/09/2009
-
04:26 pm Bug Report #2219: Allow Kohana_Database_Query_Builder_Select to accept OFFSET without LIMIT
- Unfortunately MySQL does not implement the @ALL@ keyword for @LIMIT@, or this would be much easier to solve.
-
04:24 pm Bug Report #2221 (Assigned): Image module _save_function function throws exception when file exte...
-
04:23 pm Bug Report #2219 (Feedback): Allow Kohana_Database_Query_Builder_Select to accept OFFSET without ...
-
04:23 pm Bug Report #2219: Allow Kohana_Database_Query_Builder_Select to accept OFFSET without LIMIT
- This is true only of MySQL, not the SQL92 standard. I don't think artificial requirements should be imposed, it is up...
-
04:04 pm Bug Report #2221 (Closed): Image module _save_function function throws exception when file extens...
- The fix is trivial, on _save_function the switch statement should look something like:
switch(strtolower($extension)) -
02:37 pm Bug Report #2219 (Closed): Allow Kohana_Database_Query_Builder_Select to accept OFFSET without LIMIT
- Currently when building query with only offset specified, an invalid query string is produced for MySQL....
-
05:08 am Userguide Revision 29644c55: Changed 'cn' to 'zh-cn' and modified to work well related in i18n.
-
03:50 am Userguide Revision e556d115: Changed tutorials.md encode to utf-8
-
03:21 am Userguide Revision 2efffa65: Finished translate start.mvc.md, tutorials.helloworld.md, upgrading.md and upd...
10/08/2009
-
06:43 pm Bug Report #2212: URL::base() and URL::site() fails if Kohana::base_url is set as an absolute pat...
- Hmm, surely you are right. I am not familiar with this function so I am not sure how well it would respond to a relat...
-
05:43 pm Bug Report #2212: URL::base() and URL::site() fails if Kohana::base_url is set as an absolute pat...
- I was thinking something more along the lines of http://php.net/parse_url actually.
-
01:29 pm Bug Report #2212: URL::base() and URL::site() fails if Kohana::base_url is set as an absolute pat...
- Providing patch for URL::base()...
This corrects the most obvious problem :
If base URL is set as absolute in boots... -
11:44 am Feature Request #2213: Not support for /vendor directory
- My point was not to account for different file structure, just to set/reset include path (loading a vendor file from ...
-
03:14 am Bug Report #2212 (Assigned): URL::base() and URL::site() fails if Kohana::base_url is set as an a...
-
03:13 am Bug Report #2207 (Feedback): Request overwrites ->status on uncaught exception
-
03:12 am Bug Report #2214: Remote::get does not allow getting URLs with errors
- A small fix to help this issue in http://github.com/kohana/core/commit/55fcbc0e6978e8f546dd8af16ec1659a2c752221
-
02:56 am Feature Request #2213 (Closed): Not support for /vendor directory
- Isaiah is 100% correct. Vendor files are, by definition, not integrated. Loading them using existing methods is fine,...
-
02:53 am Bug Report #2214 (Closed): Remote::get does not allow getting URLs with errors
- Currently, @Remote::get@ throws an exception for all non-200 status requests. This should be altered to only throw an...
-
02:21 am Core Revision 55fcbc0e: Updated Remote::get() to use the response as the error message when the reques...
-
12:26 am Feature Request #2213: Not support for /vendor directory
- Kohana 3 has the same basic idea of a 'vendor' directory as Kohana 2.x. For example if you want to included a 3rd-par...
-
12:02 am Feature Request #2213: Not support for /vendor directory
- Mmh... Just an idea, but I am wondering if later down the road we couldn't go even further and have vendor core helpe...
10/07/2009
-
06:19 pm Core Revision cad9d062: Someday someone is going to want to use zero as a value in a route, better get...
-
09:32 am Feature Request #2213 (Closed): Not support for /vendor directory
- I don't know what the community thinks about this one. There is no support at all for integrating 3d party tools that...
-
03:00 am Bug Report #2212: URL::base() and URL::site() fails if Kohana::base_url is set as an absolute pat...
- That is actually annoying as unless I am mistaken if you want to return the base url in a module for instance, and yo...
-
02:46 am Bug Report #2212 (Closed): URL::base() and URL::site() fails if Kohana::base_url is set as an abs...
- Even if you would probably not call URL::base() or URL::site() if you have set an absolute path to Kohana::base_url (...
10/06/2009
-
03:07 pm Bug Report #1956 (Closed): Missing table prefix in ORM
-
03:05 pm Bug Report #2210 (Assigned): Database early compilation of sub request
-
03:05 pm Bug Report #2210 (Resolved): Database early compilation of sub request
-
02:30 pm Bug Report #2210: Database early compilation of sub request
- Sorry for my very bad english :(
and clean resolution please -
02:28 pm Bug Report #2210 (Closed): Database early compilation of sub request
- in module Database
in file
classes/kohana/database.php
on line 254... -
07:10 am Bug Report #2207 (Closed): Request overwrites ->status on uncaught exception
- Hi,
The current Request object prevents a global try/catch block from properly interpreting a Status that may have...
10/05/2009
-
02:40 pm Bug Report #2205 (Closed): Problem in ORM::__set() : ignored columns fail
-
10:46 am Bug Report #2205: Problem in ORM::__set() : ignored columns fail
- Duplicate: http://dev.kohanaphp.com/issues/2139
-
10:12 am Bug Report #2205: Problem in ORM::__set() : ignored columns fail
- Nah, just saw that Wouterr already mentionned it on gitHub :)
http://github.com/jheathco/kohana-orm/issues/#issue/24... -
10:05 am Bug Report #2205: Problem in ORM::__set() : ignored columns fail
- Sorry, should have been more specific :
This happens in the __set() method, as it does not get caught by the :
<pre... -
10:03 am Bug Report #2205 (Closed): Problem in ORM::__set() : ignored columns fail
- You cannot set ignored columns as $this->_object[$column] is not set the first time you use the method... Argh, spent...
10/04/2009
-
08:47 pm Bug Report #2204 (Closed): Translate validation labels
- Currently you cannot translate the labels, you can only translate the entire error message or concatenate the transla...
10/03/2009
-
08:23 pm Userguide Feature Request #2197: Third party modules and the posibility to add their documentation to userg...
- A posible solution could be that userguide module search into all active modules directories for a folder called 'use...
-
05:26 pm Bug Report #2100 (Closed): Profiler::application refactoring
- Fixed by http://github.com/kohana/core/commit/1495791409739bc154b73e3f563a4619cf0efb69
-
04:53 pm Database Bug Report #2188 (Feedback): Database PDO dosn't support last inserted id in PGSQL Driver
- This would be invalid for all other PDO drivers, as it is Postgre specific.
I think the correct solution would be ... -
04:36 pm Bug Report #2191 (Closed): Validate::errors() doesn't use placeholders for error messages when $t...
- Fixed by http://github.com/kohana/core/commit/3f371be5ff1d5a9cfff327d2084b630976d41f7d
-
04:25 pm Core Revision 9fd094f8: Updated Profiler stats view, adding column descriptions
-
04:19 pm Core Revision 14957914: Updated Profiler::application() and related views:
- - Removed "total", it is unnecessary to keep cross-request totals
- Added "current", the current application executio... -
04:18 pm Bug Report #2048 (Closed): Controller_Pagination is accessible on a production environment
- Fixed by http://github.com/kohana/pagination/commit/8b2af1a4f192dae9d0e2a5d89a5a42feeca4e5fe
-
04:14 pm Bug Report #2159 (Closed): Validate::decimal() does not allow for specifying the number of digits
- Fixed by http://github.com/kohana/core/commit/a0f48a416513b104643a5b5b51a377e399cbec96
-
04:01 pm Feature Request #2130 (Closed): Add aliasing support to Kohana_Database::quote_table()
- Fixed by http://github.com/kohana/database/commit/d52aeac170be66c6c53ca7dfc7f6688e2eb6a959 and http://github.com/koha...
-
04:00 pm Database Bug Report #2188 (Assigned): Database PDO dosn't support last inserted id in PGSQL Driver
-
03:59 pm Bug Report #2186 (Assigned): ORM Typecasting broken - Not getting any DB Column metadata
-
03:51 pm Feature Request #2195 (Assigned): Support for arrays of errors in form validation
- This has to be targeted for v3.1.0, because it adds new features.
-
03:45 pm Bug Report #2201 (Closed): Database builder inconsistent about specifying table name
-
03:44 pm Bug Report #2201 (Assigned): Database builder inconsistent about specifying table name
- This is simply following the way that SQL queries work:
// INSERT INTO $table ($cols) VALUES ($values)
DB::i... -
03:42 pm Userguide Feature Request #2197 (Assigned): Third party modules and the posibility to add their documentati...
-
03:41 pm Feature Request #2200 (Closed): Database builder doesn't support multiple inserts in one query
- In does in fact support that:
DB::insert($table, $columns)->values($set1, $set2, $set3); -
03:40 pm Bug Report #2201 (Closed): Database builder inconsistent about specifying table name
- NOt sure if this is really a problem but with select I must specify table as: do DB::select([$cols])->from('table'). ...
-
03:36 pm Feature Request #2200 (Closed): Database builder doesn't support multiple inserts in one query
- It would be nice to be able to insert muliple rows in one query. Suggested syntax:
DB::insert('table', array('fiel... -
03:36 pm Core Revision 3f371be5: Updated Validate::errors(), even when not translating error messages, the plac...
-
03:13 pm Core Revision a0f48a41: Updated Validate::decimal(), adding $digits parameter. Fixes #2159
-
01:19 pm Userguide Feature Request #2197 (Closed): Third party modules and the posibility to add their documentation...
- See http://forum.kohanaphp.com/comments.php?DiscussionID=3479&page=3#Item_16
- 09:37 am Userguide Revision d3495185: Corrected some spelling mistakes & added some more info suggested by Edemilson...
10/02/2009
-
09:37 pm Revision c681af7b: Tracking submodules
-
08:46 pm Userguide Revision d24bb67e: Merge branch 'master' of git://github.com/kohana/userguide.git
-
08:43 pm Userguide Revision 17ed0072: Spanish i18n file
-
08:37 pm Userguide Revision 85e4b275: Revert "Using i18n class to translate the 'User Guide' text in top menu."
- This reverts commit 90f2de79db7a461b2c49773901c3c6951d2eb400.
-
02:27 pm Userguide Revision 434bbd7e: Set I18n::$lang when reading the userguide language. This will require moving ...
10/01/2009
-
06:39 pm Feature Request #2195 (Closed): Support for arrays of errors in form validation
- When validating the following (with a custom method) you will want to return an array of errors, one for each field.
... -
06:20 pm Bug Report #2177: ORM::__set() does not work with belongs_to relationships
- Just fixed this in my working copy. Here's the patch!
:) - 04:55 pm Userguide Revision 97cdce62: Merging master from kohana/userguide
-
04:33 pm Bug Report #2192 (Closed): userguide:api Ability to collapse the different properties, methods, a...
- Already fixed by http://github.com/kohana/userguide/commit/4002f7e75da4078d2e7258c530ed484d5087d097
-
04:30 pm Bug Report #2192 (Closed): userguide:api Ability to collapse the different properties, methods, a...
- Currently all of the data is shown for a class including the code for each method. It would be nice to collapse all ...
-
03:38 pm Bug Report #2191 (Assigned): Validate::errors() doesn't use placeholders for error messages when ...
-
12:59 pm Bug Report #2191 (Closed): Validate::errors() doesn't use placeholders for error messages when $t...
- When $translate === FALSE, __() function doesn't call, its OK. We doesn't need translating, but placeholders like :fi...
-
08:13 am Feature Request #2190 (Closed): Default session type
- I think you should allow to set default session type in the config file. Now it's hardcoded into the Session library
... -
04:57 am Feature Request #2152 (Closed): Adding a "Contents" section to Kodoc api pages
- Final fix is in http://github.com/kohana/userguide/commit/4002f7e75da4078d2e7258c530ed484d5087d097
-
04:26 am Bug Report #2139: ORM: Undefined index: when its an Ignored Colum
- I believe setting $previous to null isn't enough. If you are trying to set an $_ignored_column to NULL that hasn't be...
-
04:21 am Bug Report #2148: Undefined index: when its an Ignored Colum
- Opps, posted under the wrong one. Apologies.
-
03:54 am Userguide Revision 4002f7e7: Several inter-related fixes:
- - Added class contents to API, finishes the fix for #2152
- Changed the format of the guide menu (translations must b... -
03:53 am Bug Report #2148 (Closed): Undefined index: when its an Ignored Colum
- Dyson Simmons wrote:
> This isn't fixed yet. The commit in git hub against the duplicate bug doesn't solve it (commit... -
03:50 am Bug Report #2148 (Feedback): Undefined index: when its an Ignored Colum
- This isn't fixed yet. The commit in git hub against the duplicate bug doesn't solve it (commit: ac2b133733af375342075...
-
02:17 am Core Revision 6a80fa5e: Added support for $_SERVER["REDIRECT_URL"] to Request::instance(), improves de...
-
02:16 am Core Revision e3a105c6: Increase _dump() array/object depth to 10, sometimes it is nice to have too mu...
09/30/2009
-
07:54 pm Auth Revision a9cf6682: username supports latin letters only, fixing #4
-
06:55 pm Database Bug Report #2188: Database PDO dosn't support last inserted id in PGSQL Driver
- I've solved it by extending Kohana_Database_PDO and adding insert_id() similar to insert_id() from Kohana v2:...
-
06:40 pm Database Bug Report #2188 (Feedback): Database PDO dosn't support last inserted id in PGSQL Driver
- Off the top of my head, I can't think of a simple solution for this.
-
04:44 pm Database Bug Report #2188 (Feedback): Database PDO dosn't support last inserted id in PGSQL Driver
- In class Kohana_Database_PDO in query function line 128 there is:...
-
04:24 pm UnitTest Revision 243b0095: Added functionality to traverse subdirectories in a unit test folder
09/29/2009
-
10:22 pm Patch #2187 (Closed): Joining tables in ORM::with
- Joining tables in 'with' method in ORM should contain 'LEFT' type:
line 634: ... -
09:49 pm Patch #2171 (Closed): ORM->with('model') breaks query
- Thanks for the update Marcus!
-
08:18 pm Feature Request #1998: Add a using function to the Database Query Builder
- Making a fork of http://github.com/kohana/database and then submitting a pull request.
-
07:48 pm Feature Request #1999: Change order of operator in where() ... on()... etc
- After getting used to the where parameters, I like it the way it is for readability sake. This can be closed out...
-
07:44 pm Feature Request #1998: Add a using function to the Database Query Builder
- I finally carved out some time to get this working. What is the easiest way to get the modified code to you guys for ...
-
06:55 pm Bug Report #2185: Spell wrong in tutorials.helloworld.md
- Fixed in http://github.com/BMatt/userguide/commit/2f44e2d54cbc442ad16e4073b455da2ed951a701 , sent a pull request to s...
- 05:52 pm Userguide Revision 8f43e860: Merge branch 'master' of git://github.com/kohana/userguide into kohana/master
- 05:39 pm Userguide Revision b95e0f8c: Using a view instead of a screenshot to demo an exception, thanks Colonel-Rosa!
- 05:31 pm Userguide Revision 2f44e2d5: Fixing #2185, thanks icy leaf
-
03:29 pm Bug Report #2185: Spell wrong in tutorials.helloworld.md
- Thanks for picking up on those, I thought I'd spell checked them.
I'll fix them when I get home. -
09:43 am Bug Report #2186 (Closed): ORM Typecasting broken - Not getting any DB Column metadata
- In the @_load_type@ function the value of @$this->_table_columns[$column];@ is always a string.
This method is cle... -
09:33 am Patch #2171: ORM->with('model') breaks query
- Looks like I was right to be unsure about being on the latest version.
I updated the database module to 7fce2a22a0f0... -
09:24 am Patch #2171: ORM->with('model') breaks query
- Doesn't look fixed to me (though i'm not 100% sure i'm using the latest versions - Still getting used to git).
Let... -
08:21 am Bug Report #2185 (Closed): Spell wrong in tutorials.helloworld.md
- +File+: guide\tutorials.helloworld.md [Line: 29]
-----------
This line declares our controller, each controller ...
09/28/2009
- 11:23 pm Userguide Revision 03b5645c: The example for database global scopes was crap, replacing it with a todo
- 11:17 pm Userguide Revision f8421d41: Fleshing out the upgrade tips as per @biakaveron's suggestions
-
10:06 pm Userguide Revision ad5e6bb2: Merge branch 'master' of git://github.com/kohana/userguide
-
10:05 pm Userguide Revision e3b34f27: Follow W3C specs for cookie names, duh
-
08:43 pm Bug Report #1956: Missing table prefix in ORM
- Actually I think this should be fixed by #1957. I don't think any changes need to be made to the ORM class. I'm going...
-
08:39 pm Patch #2171 (Assigned): ORM->with('model') breaks query
- This should already be fixed in the latest code on github (It was a bug with the database module, not ORM), can you p...
-
08:37 pm Bug Report #2139: ORM: Undefined index: when its an Ignored Colum
- Also see:
http://github.com/jheathco/kohana-orm/issues#issue/24
http://github.com/jheathco/kohana-orm/issues#issue/... -
08:35 pm Bug Report #2148 (Closed): Undefined index: when its an Ignored Colum
-
05:34 pm Feature Request #2181 (Closed): New methods for Arr
-
05:34 pm Feature Request #2166: Add get_once() method to Session
- Bence Eros wrote:
> Rick Jolly wrote:
> > The name remove() might be more explicit. Return variable on success or f... -
05:21 pm Feature Request #2166: Add get_once() method to Session
- Rick Jolly wrote:
> The name remove() might be more explicit. Return variable on success or false.
What if the st... -
05:18 pm Feature Request #2181: New methods for Arr
- Isaiah DeRose-Wilson wrote:
> Maybe I'm overlooking something, but having arr:obj2arr() and arr:arr2obj() seems poin... -
12:09 pm Bug Report #1897: Bad syntax in ORM_Tree
- This is probably getting a bit old now that the ORM library has been rewritten. AFAIK, ORM_Tree hasn't been updated a...
-
05:43 am Feature Request #2176 (Review): Alternative format for specifying route regex
- Fixed by http://github.com/kohana/core/commit/5b570935e538724b158bf42748161165fabee334
Not merged with @master@, w... -
04:36 am Core Revision 5b570935: Added alternative format for specifying regex for route segments inline, fixes...
-
12:07 am Feature Request #2181: New methods for Arr
- Woody Gilk wrote:
> I'm thinking for recursive changes... but I don't see very much point to this either.
Ah, goo...
09/27/2009
-
11:57 pm Feature Request #2181: New methods for Arr
- Isaiah DeRose-Wilson wrote:
> Why don't you just typecast the variable to an object or an array? What do these two ... -
11:39 pm Feature Request #2181: New methods for Arr
- Maybe I'm overlooking something, but having arr:obj2arr() and arr:arr2obj() seems pointless. Why don't you just typec...
-
05:53 pm Feature Request #2181 (Feedback): New methods for Arr
- @Arr::get()@ already exists.
-
03:46 pm Feature Request #2182 (Closed): kohana cleanup after work is done
- For better integration of kohana3 in to other PHP application it would be greate have something like kohana2 already ...
-
01:11 pm Userguide Revision 238bb948: start.installation.md translated to spanish
-
12:54 pm Userguide Revision 10e8bed4: security.xss.md translated to spanish
-
12:31 pm Userguide Revision df50ed0a: debugging.profiling.md translated to spanish. Fix section name in menu.md
-
12:18 pm Userguide Revision a36dc07b: debugging.errors.md translated to spanish
-
12:11 pm Userguide Revision e8938b10: Fix bad word Errror
-
12:02 pm Userguide Revision d2febd03: debugging.md translated to spanish
-
11:55 am Feature Request #2181: New methods for Arr
- one more:
public static function get($key, array $arr, $default = null) {
return array_key_exists($key, $arr... -
10:43 am Feature Request #2181 (Closed): New methods for Arr
- I found the following helper methods very useful on some projects, it would be great to include them in 3.0.1 :
/*... -
02:03 am Feature Request #2180 (Feedback): Session class to use 'group' instead of 'type' config style
-
01:13 am Feature Request #2180 (Feedback): Session class to use 'group' instead of 'type' config style
- It's a bit of a nuisance to have to explicitly state the session type (cookie, native, database) every time I instant...
09/26/2009
- 10:00 pm Userguide Revision 60bca935: Merging master from kohana/master
- 09:57 pm Userguide Revision 937d4a42: Merge branch 'master' of git://github.com/kohana/userguide into kohana/master
- 09:48 pm Userguide Revision 30b32dec: Removing before & after bit in upgrade tips
-
08:08 pm Feature Request #2178 (Closed): Routing improvement
- 07:28 pm Userguide Revision d761dbff: Added a section on routing to the upgrade guide
-
11:46 am Userguide Revision ed614ce6: Update spanish translation of tutorials.helloworld.md to changes of commit f4c...
- 09:43 am Userguide Revision e7523bec: Added menu items & main upgrading page
- 09:36 am Userguide Revision af28e229: Added information about upgrading views
- 09:15 am Userguide Revision fe3d87a5: Added guide for upgrading from 2.3 and added some information about MVC
-
08:28 am Feature Request #2178: Routing improvement
- Thank you for help!
Actually this is rather rare case therefore I think there is no reason to change anything
09/25/2009
-
11:48 pm Feature Request #2178 (Feedback): Routing improvement
- Skip the function parameters and use @$this->request->param()@.
-
11:44 pm Feature Request #2178 (Closed): Routing improvement
- Let's say I want to have the following urls:
@http://mysite.com/1/any-text@
@http://mysite.com/1/any-text/55@
I'... -
09:31 pm Userguide Revision 26220302: Renamed guide/es to guide/es-es
-
09:18 pm Userguide Revision 90f2de79: Using i18n class to translate the 'User Guide' text in top menu.
-
07:28 pm Feature Request #2175: Request should contain information about module, where current controller ...
- You can simply add special $module property into your controllers...
-
07:10 pm Bug Report #2177: ORM::__set() does not work with belongs_to relationships
- I should also not that it does not set @_saved@ to @FALSE@, so an attempt to save when only that column has been chan...
-
06:33 pm Bug Report #2177 (Closed): ORM::__set() does not work with belongs_to relationships
- Take a look at the problematic code in @ORM::__set()@:...
-
06:30 pm Feature Request #2176 (Closed): Alternative format for specifying route regex
- Yii Framework allows setting the regex for route segments inline, using the format <name:regex> (eg: post/<id:\d+>(/<...
-
05:54 pm Feature Request #2175: Request should contain information about module, where current controller ...
- For example when creating menu of modules in admin backend - you need to now which one to highlight as current :-)
... -
05:51 pm Bug Report #2154 (Closed): No default error for range-errors
- Fixed by http://github.com/kohana/core/commit/427e8517e1e38c0f3a8e95d6495d3b825a5b0441
-
05:49 pm Bug Report #2151 (Closed): Arr::binary_search wrong output
- Fixed by http://github.com/kohana/core/commit/516e27febd86768cb6250158fd8eba4d7bdc4447
-
05:44 pm Bug Report #2143 (Closed): Throwing exception fails when trying to instantiate abstract controller
- Fixed by http://github.com/kohana/core/commit/65c82c1da47985f1366cb0edff37a3f1896d6ef8
-
05:41 pm Bug Report #2133 (Closed): Strange message in install.php
- I have absolutely no idea what this bug report is talking about.
-
05:41 pm Bug Report #2173 (Closed): userguide/api malfunction when editing files on unix-likes
- Fixed by http://github.com/kohana/core/commit/c6b014c103057251a926d8d043e9f0c6f947591a
-
05:37 pm Bug Report #2169 (Closed): Kohana_Profiler::start($group, $name) doesn't ensure that $name is as ...
- Fixed by http://github.com/kohana/core/commit/66e3803b636c44ed025a717b3d85382fa0afd3e5
-
05:35 pm Bug Report #2136 (Closed): Problem with Controller_REST
- Fixed by http://github.com/kohana/core/commit/ad4d7ddd9b0e87a80a9fdf16925bfd2fb884b6ff
-
05:32 pm Feature Request #2137 (Closed): Define KOHANA_START_MEMORY in index.php
- Fixed by http://github.com/kohana/kohana/commit/e3c30f74b3b094a596aacb2eadd0278e1473616c
-
05:28 pm Bug Report #2131 (Closed): Kodoc::classes() doesn't work with DIRECTORY_SEPARATOR === '\'
- Partial fix in http://github.com/kohana/core/commit/1d704a44fe0dfd32e5856ee4705bc6d657c4deaa
Partial fix in http://g... -
05:17 pm Feature Request #2175 (Feedback): Request should contain information about module, where current ...
- Why? The whole point of the cascading filesystem is that it is transparent.
-
05:06 pm Feature Request #2175 (Closed): Request should contain information about module, where current co...
- After extracting controller's class name from URI, Request loads controller via autoload mechanism, which, in turn, u...
-
04:52 pm Revision 94f92934: Tracking submodules
-
04:51 pm Core Revision 427e8517: Added default error message for Validate::range(), fixes #2154
-
04:49 pm Core Revision 516e27fe: Arr::binary() does not return the correct values, fixes #2151
-
04:43 pm Core Revision 65c82c1d: Typo in Request::execute() when checking for abstract controllers, fixes #2143
-
04:40 pm Core Revision c6b014c1: UNIX backup files should not be returned by Kohana::list_files(), fixes #2173
-
04:37 pm Core Revision 66e3803b: Enforcing the $name of Profiler::start() to be a string, fixes #2169
-
04:34 pm Core Revision ad4d7ddd: Controller_REST should use the mapped action. Fixes #2136
-
04:32 pm Revision 5bf921b5: Tracking submodules
-
04:32 pm Revision e3c30f74: Added KOHANA_START_MEMORY, the memory usage just before the application is ini...
-
04:28 pm Userguide Revision 84ffed20: Replace hard-coded "/" with DIRECTORY_SEPARATOR in Kodoc::menu(), finishes the...
-
04:26 pm Core Revision 1d704a44: Changed hard-coded "/" to DIRECTORY_SEPARATOR, partial fix for #2131
-
04:08 pm Bug Report #2173: userguide/api malfunction when editing files on unix-likes
- Unix convention is to name automatically backed-up files as original file name with a tilde appended.
Vim just follo... -
04:02 pm Feature Request #2174 (Assigned): Route::uri should chop of the directory prefix from conroller n...
-
02:10 pm Feature Request #2174 (Closed): Route::uri should chop of the directory prefix from conroller name.
- Now it's possible to supply a 'directory' parameter to router, and, when given, a controller name is prefixed accordi...
09/24/2009
-
11:55 pm Userguide Revision 8d75a28c: Update spanish translation of start.flow.md to changes of commit c366038c
-
10:43 pm Bug Report #2173 (Assigned): userguide/api malfunction when editing files on unix-likes
- This is the fault of VIM, not "UNIX".
-
09:48 pm Bug Report #2173 (Closed): userguide/api malfunction when editing files on unix-likes
- The userguides api-browser chokes on automaticly generated unix-ike backup files (you know the ones with the same nam...
-
09:00 pm Feature Request #2166: Add get_once() method to Session
- The name remove() might be more explicit. Return variable on success or false.
09/23/2009
-
10:59 pm Patch #2171: ORM->with('model') breaks query
- The query is as follows:...
-
10:55 pm Patch #2171 (Closed): ORM->with('model') breaks query
- When specifying a 'with' option to an ORM query I get an 'Array to string conversion' exception.
(See http://marcusc... -
08:52 pm Userguide Revision bce31b51: Update spanish translation of start.md to changes of commit 96de524daee5899773...
-
07:42 pm Bug Report #2169 (Assigned): Kohana_Profiler::start($group, $name) doesn't ensure that $name is a...
-
07:37 pm Feature Request #2166 (Assigned): Add get_once() method to Session
-
07:37 pm Bug Report #2168 (Closed): Impossible to extend Profiler in a module
- This is not how extensions work. Your class should be @class Profiler extends Kohana_Profiler@, and placed in @applic...
-
07:17 pm Bug Report #2169 (Closed): Kohana_Profiler::start($group, $name) doesn't ensure that $name is as ...
- Fo example, i occasionally called Database->query(NULL, $sql, FALSE), where $sql was not a string, but a Database_Exp...
-
07:08 pm Bug Report #2168 (Closed): Impossible to extend Profiler in a module
- I want to extend some profiler features, so i created a My_Profiler class extending Kohana_Profiler and saved it unde...
-
05:28 pm Feature Request #2166 (Closed): Add get_once() method to Session
- Add a get_once() convenience method to Session library.
Read a session variable and then remove it from session. -
05:13 am Bug Report #2160: missing a '>' in classes.validate.md
- Removed the @classes.*.md@ files http://github.com/kohana/userguide/commit/5d98e691d5f595ffb209670bced513f7a2324d21
-
05:10 am Bug Report #2160 (Closed): missing a '>' in classes.validate.md
- The file referenced is not included in the menu and is not used.
-
05:09 am Bug Report #2160 (Assigned): missing a '>' in classes.validate.md
-
05:08 am Bug Report #2159 (Assigned): Validate::decimal() does not allow for specifying the number of digits
-
04:48 am Bug Report #2160 (Closed): missing a '>' in classes.validate.md
- File: guide/classes.validate.md [Line: 161]...
-
04:37 am Bug Report #2159: Validate::decimal() does not allow for specifying the number of digits
- Sorry, The title must be "The second parameter could't accept array in Validate::decimal() method" and in words has a...
-
04:30 am Bug Report #2159 (Closed): Validate::decimal() does not allow for specifying the number of digits
- Both in Source and Userguide module says that: _array(2) would force the number to have 2 decimal places, array(4,2) ...
-
04:12 am Userguide Revision c2ca1e1d: Merge branch 'master' of git://github.com/icyleaf/kohana-userguide-cn
-
04:11 am Userguide Revision 5d98e691: Removed all classes.* files, they are not used and will never be used
-
02:45 am Userguide Revision 0c0b5dbc: Removed left english words
-
02:40 am Userguide Revision d470ab33: Fininshed translate start.controller.md
-
12:07 am Feature Request #2130: Add aliasing support to Kohana_Database::quote_table()
- Aron C wrote:
> While the current fix is working, it is missing out the 'AS' in the JOIN statement, I know it's not ...
09/22/2009
-
09:34 pm Bug Report #2155: Database::quote_table() throws an error when anything but a string is passed in.
- Hi Isaiah,
Thanks for letting me know, have taken a look at the GitHub code and it seems to have fixed it. However... -
09:29 pm Feature Request #2130 (Feedback): Add aliasing support to Kohana_Database::quote_table()
- Isaiah DeRose-Wilson wrote:
> Fixed in "7fce2a2...":http://github.com/kohana/database/commit/7fce2a22a0f049aea5427956... -
07:36 pm Auth Revision 54b35ac3: unique_name() becomes an unique_key(), orm callbacks added. Thanks, homm
-
07:28 pm Auth Feature Request #2149: add Auth the capability to login with email
- "fixed":http://github.com/biakaveron/kohana-auth/commit/41dd695a284137cc8c535c9575c0b9824e498537
-
06:26 pm Auth Revision 41dd695a: Login with email capability added (see #2149)
-
05:02 pm Bug Report #2155 (Closed): Database::quote_table() throws an error when anything but a string is ...
- Hello Aron,
This should already be fixed in the latest code on github (see issue #2130), can you please give it a te... -
04:58 pm Bug Report #2155 (Assigned): Database::quote_table() throws an error when anything but a string i...
-
04:22 pm Userguide Revision 99529854: Merge branch 'master' of git://github.com/BMatt/userguide
-
04:21 pm Userguide Revision 9d91823c: Merge branch 'master' of git://github.com/icyleaf/kohana-userguide-cn
-
10:42 am Bug Report #2155 (Closed): Database::quote_table() throws an error when anything but a string is ...
- The method accepts @string@, @array@ and @object@ types however passes the parameter into @strpos()@ without checking...
-
05:20 am Userguide Revision 9f109158: Fixed chinese word error in security.xss.md
-
05:17 am Userguide Revision 6db7ad43: Finished translate features.md, security.xss.md
-
04:57 am Userguide Revision b79c0e79: Finished translate class.html.md and fixed chinese word error in classes.form.md
-
03:42 am Userguide Revision b8082745: Finished translate classes.form.md
-
01:08 am Feature Request #2152 (Assigned): Adding a "Contents" section to Kodoc api pages
-
01:08 am Feature Request #2152: Adding a "Contents" section to Kodoc api pages
- Ah yes, I see now. Will do this in a couple of stages.
First fix is http://github.com/kohana/userguide/commit/33f4... -
12:48 am Bug Report #2154 (Assigned): No default error for range-errors
-
12:47 am Feature Request #1945 (Closed): Support for 'RAW' queries
-
12:47 am Feature Request #1945: Support for 'RAW' queries
- This isn't really necessary, since using @NULL@ for any query type requirement would work in ~100% of use cases. If s...
-
12:42 am Bug Report #2151 (Assigned): Arr::binary_search wrong output
-
12:08 am Userguide Revision fbe8ef8f: Merge branch 'master' of git://github.com/Wimweb/kohana3-userguide-nl
-
12:07 am Userguide Revision 1070ee69: Merge branch 'master' of git://github.com/icyleaf/kohana-userguide-cn
-
12:05 am Userguide Revision 5fa80455: Merge branch 'master' of git://github.com/javierav/kohana-userguide-es
Also available in: Atom