Activity
From 04/30/2010 to 05/29/2010
05/29/2010
-
10:41 pm Core Revision d637d570: Updated version and codename, obviously I am liable to forget to do this for a...
-
10:35 pm Bug Report #2900 (Closed): mb_internal_encoding is not used, may cause issues with UTF8 class
- Fixed by http://github.com/kohana/core/commit/e57fb5530ba8e4706074cfe2f39d949d31f5c17a
-
10:33 pm Core Revision d4b95be9: Merge branch 'master' of git://github.com/kohana/core
-
10:29 pm Core Revision 65691165: Adding a comment about the configuration static properties to Upload
-
10:28 pm Core Revision e57fb553: Using mb_internal_encoding in Kohana::init after the character set is defined,...
-
10:26 pm Bug Report #2900 (Closed): mb_internal_encoding is not used, may cause issues with UTF8 class
- As demosglok "pointed out":http://github.com/kohana/core/commit/352707ec3be224daa217e0cc281d11a793095eed#commitcommen...
-
10:17 pm Feature Request #2898 (Closed): class Kohana_HTML: Closing tag for the html and xhtml
-
10:01 pm Core Revision 8b63fc41: Refactored Kohana_Request::header() duplicate method
-
09:59 pm Core Revision 72d9f840: Removed unnecessary Kohana_Request::header() duplicate method
-
09:57 pm Core Revision 925922c4: Fixed a few errors within Kohana_Request
-
09:53 pm Core Revision d17cd118: Added cache-control header parsing to Kohana_Request
- Added cache-control header string generation to Kohana_Response
-
05:15 pm Bug Report #2899 (Closed): Form::textarea defaults cols and rows are wrong
- In the Kohana_Form::textarea function are the default cols and rows swapped.
The row:
$attributes += array('ro... -
01:36 pm Patch #2847 (Feedback): URL Validation
- FILTER_VALIDATE_URL does not allow the use of hyphens in the host name. So a URL such as http://www.hy-phen.com will ...
-
01:17 pm Core Revision 8da421f0: Changed release version and codename (subject to approval)
- Removed Security::xss_clean()
-
09:28 am Feature Request #2898: class Kohana_HTML: Closing tag for the html and xhtml
- + Kohana_Form
...function input...
return '<input'.HTML::attributes($attributes).*' />'*; -
09:17 am Feature Request #2898 (Closed): class Kohana_HTML: Closing tag for the html and xhtml
- class Kohana_HTML
@
... function style()...
return '<link'.HTML::attributes($attributes).' />';
...function i... -
02:10 am Userguide Revision 83a4949e: Updated configuration documentation, filled in missing bits, removed redudant ...
05/28/2010
-
11:30 pm Revision e5b0c24e: Fixed stupid plural typo
-
10:17 pm Database Revision 6b28ddd2: Fixing invalid syntax in comment
-
11:23 am ORM Feature Request #2896 (Closed): Adding table name to the column name when creating WHERE conditio...
- Hi there again.
To prevent ??"Column 'id' in where clause is ambiguous"?? database error I have modified WHERE metho... -
11:06 am Bug Report #2895 (Closed): Form::image() src attribute modification to use base URL when needed
- As I have described "here":http://forum.kohanaframework.org/comments.php?DiscussionID=5701 :
??I have found, that fo... -
09:59 am Core Revision 2475a949: Changed where the Kohana_Response object is created from the Request object to...
05/27/2010
-
11:48 pm Bug Report #2894 (Closed): Date::offset() doesn't always return the correct offset (doesn't take ...
- This function only returns the correct timezone offset for _"now"_ and doesn't take daylight savings into considerati...
-
09:46 pm Core Revision 90975969: Merged the Response cookie support from samsoir/core master
-
09:41 pm Core Revision 44f4b529: Refactored the Request library to use Response throughout and merge in 3.0.5 c...
- Refactored the Remote class to always return a Response object
Refactored the response object to set default headers -
08:47 pm Feature Request #2893 (Closed): Use proper phpdoc @param and @return type hints
- IDEs that support auto-complete as well as phpdoc can correctly type-hint member variables and return values if they ...
-
06:56 pm ORM Bug Report #2830: PDO & Auth
- Just column names?
Examining the fields returned by @'SELECT * FROM table'@ could be a last resort. Not all system... -
02:16 pm Core Revision 720f2778: Work in progress on the request class
- Added method() method for chaining of method access
Refactored in places
05/26/2010
-
10:33 pm Feature Request #2892: cache module default config group should be a static variable
- Sorry, that should be:
Cache::$default = 'file'; -
10:29 pm Feature Request #2892 (Closed): cache module default config group should be a static variable
- The default config group should be defined in a static variable instead of a hard-coded instance parameter:
Co... -
10:21 pm Bug Report #2808: Can't specify columns for select
- I'll revert these changes, thanks for bringing this to my attention.
-
08:47 pm Bug Report #2808 (Assigned): Can't specify columns for select
-
03:44 pm Bug Report #2808: Can't specify columns for select
- I also found it broke a number of has_many/through with modelled through tables as it merged the columns and gave the...
-
03:21 pm Bug Report #2891 (Closed): Kohana 3 Core Init() Method
- This section of code below which is found in the Init() method inside Kohana_Core is destroying the $settings variabl...
-
12:38 pm Feature Request #2890 (Closed): add a 'delete' option to Request::send_file
- now it's hard to delete the file after Request::send_file. add this near before exit;
if(isset($options['delete'])... -
08:00 am Bug Report #2808 (Feedback): Can't specify columns for select
- I'm afraid, this fix breaks the @with()@ functionality, which causes model table columns not being selected, all mode...
-
03:49 am Userguide Revision 0f211bb8: Fixed reference to Kohana::debug_file() with Kohana::debug_path()
-
03:41 am Userguide Revision c1d768e5: Fix minor typo in guide/using.sessions.md, Retieving => Retrieving
-
12:03 am Auth Feature Request #2889 (Closed): Enable auto-login in Model_Auth_User
- Currently the Model_Auth_User ignores the remember (user) option when calling the Auth login method.
Fixed by http...
05/25/2010
-
02:29 pm Feature Request #2806 (Closed): Include Cache module in default package
- Wasn't aware there was an issue for this, but it was already fixed by http://github.com/kohana/kohana/commit/1ec496a9...
-
01:33 pm Feature Request #2827: Redirect outside of base_url
- cant you do url::redirect(url::base()) ?
-
12:16 pm Revision 3f22b3f7: Changed kohanaphp to kohanaframework in install.php
-
12:14 pm Auth Feature Request #2826 (Closed): Move ORM complete_login() user column updates to the Auth_User model
- Applied in changeset commit:"81f06288273c64f55335e96af13307838fb8dcf4".
-
12:14 pm Auth Bug Report #2887 (Closed): User model should ignore self data while checking for existance
- Applied in changeset commit:"a1c9e3364421e8a4cb182fb0fa607e1cb6548038".
-
12:13 pm Revision bb8a81a7: Updated submodules
-
12:13 pm Revision a90dad00: Resurrected install.php from daa0deb7c53754c1fffdc37b8dcf212d34b73a09
-
12:12 pm Revision f7fbf898: Reverted changes to welcome controller made in daa0deb7c53754c1fffdc37b8dcf212...
-
12:09 pm Revision 1ec496a9: Added cache module to default installation
-
12:05 pm Feature Request #2297 (Closed): Allow Database_Result serialization through conversion to Databas...
- Fixed by http://github.com/kohana/database/commit/81a2ba098e523f5f675241253013e87f35c17bcd
Sorry it took so long! -
12:04 pm Database Revision 81a2ba09: Added Database_Result::cached() method, convertes a iterator into a cached res...
-
11:55 am Bug Report #2512 (Closed): Request execution: errors caught, but exceptions not rethrown where ne...
- Unable to fix this issue, as no one has been able to provide a proper solution.
-
11:53 am Bug Report #2841 (Closed): mysql list_tables fix
- I don't see any errors when using @list_tables@.
-
11:52 am Revision 98879c0c: Updated submodules
-
11:48 am Patch #2847 (Closed): URL Validation
- Feel free to use regex if you want, but using Filter is faster and technically still accurate.
-
11:46 am Feature Request #2790: Profiler queries sequence
- Unfortunately this changes the way that the profiler works, so there is no easy way to solve this right now.
-
11:45 am Feature Request #2849 (Closed): Improved consistency when initializing classes with configuration...
- All of the core classes have been covered now, so I am going to close this issue. However, there are probably other m...
-
11:44 am Bug Report #2680 (Review): Request::uri() should url-encode parameters
-
11:41 am Bug Report #2835 (Closed): Problematical date RFC 822
- Fixed by http://github.com/kohana/core/commit/be5f6ef2da01a1b97eec3395c3eb836efad36d7a
-
11:40 am Core Revision be5f6ef2: Closes #2835 w3c validation warning/error with dates in feeds
-
11:37 am Bug Report #2855 (Closed): Unsetting globals error
-
08:49 am Feature Request #2827: Redirect outside of base_url
- You could use '~/' :P No I agree with Dmitry T. $this->request->redirect(Kohana::$base_url) makes sense.
-
08:27 am Feature Request #2537: Validation filters as callbacks.
- The Unofficial wiki says it allows for this, so does the method doc comments (see mixed). If the public API says it ...
-
06:33 am Bug Report #2855: Unsetting globals error
- Well, recreating the situation again at the server where I've originally seen that, didn't show the error. So I guess...
-
01:14 am Feature Request #2886 (Closed): DB - Add support for NOT IN and IN
05/24/2010
-
11:31 pm UnitTest Revision 31845d70: Removed some inaccurate information from the testing guide page
-
10:50 pm UnitTest Revision 533473ca: Corrected some mistakes in the troubleshooting guide
-
06:34 pm Auth Revision a1c9e336: fixing #2887
-
06:33 pm Auth Bug Report #2887 (Closed): User model should ignore self data while checking for existance
- "subj":http://forum.kohanaframework.org/comments.php?DiscussionID=5740
-
06:21 pm Auth Revision 77a1c6a7: implementing #2510
-
06:06 pm Auth Revision 81f06288: fixing #2826
-
05:58 pm Auth Bug Report #2498 (Closed): Kohana Auth File constructor requires wrong data type
- fixed: "1":http://github.com/kohana/auth/commit/84f12d4afc5aced5e1910bf319c40cd5d74aee2b and "2":http://github.com/ko...
-
05:57 pm Auth Bug Report #2626 (Closed): Auth Module - Config __constructor param is not an array for file type
- fixed: "1":http://github.com/kohana/auth/commit/84f12d4afc5aced5e1910bf319c40cd5d74aee2b and "2":http://github.com/ko...
-
05:53 pm Auth Feature Request #2646 (Closed): Change get_user() and logged_in() logic
-
04:42 pm Auth Bug Report #2627 (Closed): Auth Module - logged_in() method is not returning a
- Applied in changeset commit:"58c0ca1f6abe98334fe6f1895e77d058fd40abd2".
-
04:16 pm Cache Revision aa4c5e36: Added more documentation and the beginning of PHPUnit tests
-
02:53 pm Userguide Revision cc4adc70: Moved docs about views from about.filesystem into using.views, imported conten...
-
08:41 am Bug Report #2835: Problematical date RFC 822
- Closed this bug in my fork. Feel free to pull it.
-
07:24 am Feature Request #2886: DB - Add support for NOT IN and IN
- Sorry my bad. I thought it didn't support it but it does. Should of read the doc more carefully.
Please mark as in... -
01:04 am Userguide Revision 9afbf236: Sync
-
12:45 am Userguide Revision 9b4422f3: Merge remote branch 'upstream/master'
05/23/2010
-
10:23 pm Feature Request #2886 (Closed): DB - Add support for NOT IN and IN
- I use NOT IN and IN in my WHERE clause for filtering in my application. I would like to be able to do...
-
07:04 pm Revision d4c24831: Updated userguide
-
07:04 pm Userguide Revision 220041d6: Updated about.kohana, added some additional text about the unofficial wiki and...
-
06:56 pm Userguide Revision 4c6cea6b: Added tutorials.removeindex, with rewriting examples of Apache and Nginx, pull...
-
06:30 pm Userguide Revision 42c45bc2: Finished using.sessions page, although more information could always be added
-
05:33 pm Feature Request #2753: Database::set_default($name)
- The recent change to use a default static class variable resolves this issue. It's a better, simpler fix. http://gith...
-
04:57 pm Revision 1acc53d0: Updated submodules
-
04:54 pm Userguide Revision 0c22adc6: Started using.sessions page, ported from the unofficial wiki
-
04:53 pm Userguide Revision 3ab674a4: Added "id" anchors to using.autoloading
-
04:53 pm Userguide Revision 8d20c4b1: Updated about.flow page, added more information about index.php and error repo...
-
04:50 pm Feature Request #2849: Improved consistency when initializing classes with configuration dependen...
- Changed @Database::$name@ to @Database::$default@ for consistency in http://github.com/kohana/database/commit/321c676...
-
04:48 pm Database Revision 321c676e: Follow up to da2b5f9a658a21377044bdd98d25160a1a400841, changed Database::$name...
-
04:48 pm Feature Request #2190: Default session type
- Changed @Session::$type@ to @Session::$default@ for consistency in http://github.com/kohana/core/commit/8b4ac6ff2d223...
-
04:45 pm Feature Request #2849: Improved consistency when initializing classes with configuration dependen...
- Fixed Encrypt issue by adding @Encrypt::$default@ in http://github.com/kohana/core/commit/1557b3eddbf916d4c92092b046b...
-
04:44 pm Core Revision 1557b3ed: Added Encrypt::$default, the default instance name, part of #2849
-
04:42 pm Core Revision 8b4ac6ff: Follow up to fcef399178ae68ad35bc7d0f2bdce6e1de723dfe, use $default for the de...
-
04:03 pm Auth Revision f6ef3c08: code cleanup with File driver
-
04:00 pm Auth Revision 58c0ca1f: fixing #2627
-
03:54 pm Auth Revision 7a5e8b2a: implement #2646
-
02:18 pm Revision 703b3d7e: updated links for docs, replaced kohanaphp.com to kohanaframework.org
-
02:11 pm ORM Bug Report #2830 (Review): PDO & Auth
- Chris, is there any agnostic way to get column names for ORM?
-
02:09 pm ORM Bug Report #2830 (Assigned): PDO & Auth
- PDO does not support column listing, hence it will not work with ORM. This actually has nothing to do with Auth.
-
01:37 pm Feature Request #2885 (Rejected): Add DOM parser assertions
- At the moment it's not very easy to assert HTML output from Controllers / Helpers without hardcoding the html or usin...
-
06:37 am ORM Bug Report #2830: PDO & Auth
- Does PDO work with ORM? Seems like PDO has no list_columns() method...
-
06:28 am Auth Revision 47947bb8: config param is optional in Auth_File's constructor
-
05:15 am Auth Revision 1457422f: added underscore before protected properties
-
12:40 am UnitTest Revision 60bcf0f7: Moved Kohana_PHPUnit to Kohana_Unittest_Runner
- Makes more sense to namespace it, and the changes shouldn't affect the
end user.
05/22/2010
-
12:44 pm Userguide Revision 53581f08: Stop using ~~~ for code blocks, indentation is more standard with markdown
-
12:44 pm Userguide Revision 030e0d1e: Why am I limiting myself to 80 character lines? No good reason at all.
-
12:43 pm Userguide Revision f77efc62: Do not recomment 0777 as the mode for application cache and logs, just recomme...
05/21/2010
-
09:17 pm Feature Request #2883: Database_Query clearing cache
- Actually, using a low non-zero lifetime doesn't clear the cache, it resets the cache.
-
09:15 pm Bug Report #2884 (Closed): Cached database query result files/folders are never cleared.
- Once a query is called using the cached() method, that query result will exist forever as a file in the cache folder....
-
05:35 pm UnitTest Revision 42258b7a: Committing some more tests - now at 20% code coverage
-
04:50 pm Feature Request #2883 (Closed): Database_Query clearing cache
- Currently I can clear the cache for a particular database query by setting a low non-zero lifetime:...
-
04:40 pm Feature Request #2882 (Closed): Make Kohana::cache() default lifetime configurable
- Could be configurable as a public static variable or config variable instead of the current hard-coded parameter:
<p... -
04:35 pm Bug Report #2881 (Closed): Database_Query cached() method doesn't use default lifetime.
- The Database_Query cached() method doesn't cache unless a lifetime parameter is passed. It should use a default lifet...
-
10:08 am Bug Report #2880 (Closed): Remote: setting curl options
- When using curl_setopt_array(), if an option could not be successfully set, FALSE is immediately returned, ignoring a...
05/20/2010
-
11:42 pm UnitTest Revision e9df7234: Fixed bug in cc coverage where credit card testing was counting towards Arr::m...
-
09:59 pm UnitTest Revision a933ba8a: Updated Date, HTML and Num tests
-
09:57 pm UnitTest Revision 7298089f: Added a guide page on testing workflows
-
07:52 pm Bug Report #2879 (Closed): Error on Object of type 'variant' causes ReflectionException
- I ran across this problem while using COM on Win7. If there is an exception, the Kohana::trace() method attempts to ...
-
02:03 pm Bug Report #2855: Unsetting globals error
- It's odd, but switching register_globals "on" on my localhost server and sending in a form with a 'name' variable (wh...
-
01:27 pm Feature Request #2877 (Closed): Image cropscale function
- Right then.
-
01:22 pm Bug Report #2843 (Closed): Invalid links list in Latest Development
- This was a bug in Redmine, not Kohana.
-
01:21 pm Bug Report #2845 (Closed): Feed does not properly create absolute URLs
- This was a bug in the way Redmine was generating links.
-
01:19 pm Feature Request #2877: Image cropscale function
- Am I this stupid.. I probaly didn't sleep enough last night. Sorry wasting time
-
01:08 pm Bug Report #2878 (Closed): Missing Parameter in Route Docs
- Fixed by http://github.com/kohana/core/commit/3f1ddc033109e2bd39d36ffbc94a5bbd8aa72c81
-
01:08 pm Core Revision 3f1ddc03: Typos in Route class comment, invalid syntax used, fixes #2878
-
01:06 pm Bug Report #2865 (Closed): Date::span doesn't return false when no output specified
- Oops, thanks Matt. Fixed by http://github.com/kohana/core/commit/67467b3262b5b01e91307dca4bb4c7897bc91d05
-
01:05 pm Core Revision 67467b32: Follow up to 7004640c62e05e33b79cd3417c9bca133eddf28e, an extra strtolower flo...
-
01:04 pm Feature Request #2877: Image cropscale function
- Uh... what? Please explain how "CROPSCALE" is different than crop + resize?
-
10:35 am Bug Report #2878 (Closed): Missing Parameter in Route Docs
- http://kohanaframework.org/guide/api/Route
In Class Contents there is the following example:
// This route will... -
09:44 am Feature Request #2877 (Closed): Image cropscale function
- I would love a CROPSCALE function, it's really a bad thing Kohana hasn't got this already.
So not CROP then RESIZE... -
08:18 am Bug Report #2865 (Feedback): Date::span doesn't return false when no output specified
- Woody Gilk wrote:
> Fixed by http://github.com/kohana/core/commit/7004640c62e05e33b79cd3417c9bca133eddf28e
Than... -
08:10 am Feature Request #2876 (Closed): Paths in Kohana::$_modules should end with DIRECTORY_SEPARATOR
- Fixed by http://github.com/kohana/core/commit/95c59ddaa93ce37fb9d220f77c8f4802f40ecfd1
-
08:09 am Core Revision 95c59dda: Updated Kohana::modules() to force all module paths to include the directory s...
-
08:06 am Bug Report #2875 (Closed): Please include license file in next release
- Fixed by http://github.com/kohana/kohana/commit/6a55c3bb08888a5ccca0b3553b9d623aa6aef639
You can find the license ... -
08:04 am Revision 6a55c3bb: Added LICENSE file and moved all .markdown to .md
-
07:41 am Feature Request #2876 (Assigned): Paths in Kohana::$_modules should end with DIRECTORY_SEPARATOR
-
07:37 am Feature Request #2876 (Closed): Paths in Kohana::$_modules should end with DIRECTORY_SEPARATOR
- both APPPATH and SYSPATH end with DIRECTORY_SEPARATOR, Kohana::include_paths() return paths with DIRECTORY_SEPARATOR,...
-
07:28 am Bug Report #2875 (Closed): Please include license file in next release
- I'm preparing a debian package of kohana and the license file is missing in the tarball.
Please include it.
-
03:22 am Bug Report #2874 (Closed): Installation suggestion in guide
- ...
-
02:45 am Feature Request #2873 (Assigned): Class Based Views
- I've added a commit to my fork to add class based views to the core. This kind of mimics mustache style views, except...
-
02:43 am Feature Request #2827: Redirect outside of base_url
- Use @$_SERVER['HTTP_HOST']@?
-
02:43 am Bug Report #2835 (Assigned): Problematical date RFC 822
-
02:36 am Auth Bug Report #2825 (Closed): Auth always uses native sessions
-
02:34 am Bug Report #2855 (Assigned): Unsetting globals error
- This sounds like a corner case, a rather odd one. I'm not really sure how an array *key* can be an array, but obvious...
-
02:30 am Bug Report #2846 (Closed): Userguide Markdown inclusion
- Fixed by http://github.com/kohana/userguide/commit/3361e7a16edbc56cf5ecd783340f5478cecbaa24
-
02:29 am Userguide Revision 3361e7a1: Fixing potential issues with Markdown being loaded outside of Kohana (eg: PEAR...
-
02:27 am Bug Report #2841 (Assigned): mysql list_tables fix
-
02:26 am Feature Request #2839 (Assigned): Store Remote::$default_options in a config file
-
02:22 am Bug Report #2865 (Closed): Date::span doesn't return false when no output specified
- Fixed by http://github.com/kohana/core/commit/7004640c62e05e33b79cd3417c9bca133eddf28e
-
02:22 am Core Revision 7004640c: Empty $output should return FALSE, not an empty array, fixes #2865
-
02:17 am Bug Report #2831 (Closed): Refresh the HTTP status codes list in Request.php
- Fixed by http://github.com/kohana/core/commit/3588db9b70a395107dbcab46ab5fca5e51a57487
-
02:17 am Core Revision 3588db9b: Updated list of request statuses, fixes #2831
-
01:56 am Patch #2869 (Closed): Logging; set default log to ERROR / DEBUG / INFO only
- Feel free to make that change within your own apps, but there is no good reason to make it the default.
-
01:55 am Bug Report #2862 (Closed): Non-static method Kohana_View::render() should not be called statically
- Fixed by http://github.com/kohana/core/commit/5aa73cc75a6dceadb5c852cbb06516378441f53d
-
01:55 am Core Revision 5aa73cc7: Fixing some documentation typos in View and Session
-
01:53 am Bug Report #2867: Valildate errors() doesn't work with $file specified
- Ahhh, now I understand what you mean. Why didn't you say that in the first place?
Fixed by http://github.com/kohan... -
01:52 am Core Revision 5b50fe00: Allow default validation messages to come from custom files, fixes #2867
05/19/2010
-
08:13 pm Feature Request #2870 (Assigned): ORM - Doesn't have count_last_query()
-
08:08 pm Feature Request #2871 (Rejected): I18n in multiple files
-
07:48 pm Bug Report #2872: "Updating Submodules" in the Guide
- Good point.
-
06:36 pm Bug Report #2872: "Updating Submodules" in the Guide
- I find on my machine that it prefers:
git submodule foreach git pull origin master;
Else it complains about... -
04:59 pm Feature Request #2871: I18n in multiple files
- OK, I think this issue can be closed then :)
-
04:41 pm Feature Request #2871: I18n in multiple files
- > If file size will be, say, 300-500KB? Is it a good idea to load it every time, even if you need only a few lines of...
-
04:11 pm Feature Request #2871: I18n in multiple files
- Actually I have nothing to do with the forum topic, but I just wanted to know what developers think about it.
Woody, ... -
03:28 pm Bug Report #2868 (Closed): Double </script> output from HTML::script()
- Yes, that is impossible... unless you have modified the core files.
-
03:26 pm Feature Request #2871 (Feedback): I18n in multiple files
- Your recommendation for choosing the file to pick from is absolutely stupid. In fact, this entire feature request is ...
-
10:52 am Feature Request #2871: I18n in multiple files
- While I don't see any performance gain in this I can go with that it supports better structuring. When you are able t...
-
08:17 am Feature Request #2870: ORM - Doesn't have count_last_query()
- Just add 'count_last_query' to $db_methods property
05/18/2010
-
11:50 pm Bug Report #2872 (Closed): "Updating Submodules" in the Guide
- Here you specify this command:...
-
09:17 pm Feature Request #2871 (Rejected): I18n in multiple files
- See the discussion topic: http://forum.kohanaframework.org/comments.php?DiscussionID=5715&page=1#Item_0
The benefit ... -
08:53 pm UnitTest Revision 17fc9a1b: Fix broken regex test, seems I've forgotten how character classes work.
-
08:53 pm UnitTest Revision ed9b642a: Add tests for Validate::date. I'm a bit sceptical about this test as people us...
-
08:53 pm UnitTest Revision e5c5ffdc: Add ArrayObject tests for Validate::not_empty.
-
08:53 pm UnitTest Revision cc66e87d: Add Validate::regex tests, I didn't bother going into too much detail because ...
-
08:53 pm UnitTest Revision 7a1b4e4f: Forgot we need tests that fail!
-
08:53 pm UnitTest Revision 03a6810d: Add UTF-8 test to Validate::alpha.
-
08:53 pm UnitTest Revision e09f5dbe: Add UTF-8 tests for Validate::alpha_numeric.
-
04:30 pm Feature Request #2870 (Closed): ORM - Doesn't have count_last_query()
- ORM doesn't have the count_last_query() function like DB. This is useful for pagination.
Currently to add this, I ... -
12:59 pm Patch #2869 (Closed): Logging; set default log to ERROR / DEBUG / INFO only
- Since these 3 are the only types of log messages that should go into default log files, wouldn't it be more precise t...
-
11:59 am Bug Report #2868: Double </script> output from HTML::script()
- Impossible, script method returns this...
-
10:32 am UnitTest Revision 58305c4f: Corrected old phpunit/unittest mixup, thanks Colonel-Rosa!
-
10:31 am UnitTest Revision c945b011: Config file clean up
-
02:14 am Bug Report #2868 (Closed): Double </script> output from HTML::script()
- I am getting a double script close tag (</script>) when I'm using only this view:
<?php
echo HTML::script('fil...
05/17/2010
-
08:49 pm Bug Report #2867: Valildate errors() doesn't work with $file specified
- Yes but why not add this line as well so we can use generic rule based error messages but from custom $file, and if t...
-
01:41 pm Bug Report #2858 (Closed): Completely shut down error reporting whith corrupted multibyte text i...
- Lack of response or any kind of usable data makes it impossible to know what this bug is caused by or what a possible...
-
01:39 pm Feature Request #2857 (Review): Request should check for file existance
-
01:26 pm Bug Report #2867 (Closed): Valildate errors() doesn't work with $file specified
- Correct. It can't find the error message in the file you originally asked for, so it is going to use the default vali...
-
07:35 am Bug Report #2867 (Closed): Valildate errors() doesn't work with $file specified
- If you specify file for errors(), and it gets to this elseif line:...
-
02:34 am Userguide Revision 983d64a0: Clean up
-
02:08 am Userguide Revision e3463f96: Translation complated for about.conventions.md, about.flow.md
-
12:40 am Userguide Revision ef1f629f: Merge remote branch 'upstream/master'
-
12:36 am Feature Request #2866 (New): Driver interfaces
- This wouldn't (as far as I know) change the API so I'm marking this down for 3.0.4.
To make changing core Kohana c...
05/16/2010
-
11:30 am Revision 4cd3e322: Added empty classes/model, config, i18n, messages, and views directories
-
11:27 am Revision daa0deb7: Updated submodules
-
11:27 am Userguide Revision 913cad60: Updated about.flow
05/15/2010
-
11:05 pm Bug Report #2865 (Closed): Date::span doesn't return false when no output specified
- On some versions of php - Not sure which, though it seems to be 5.2.5+ - on which "preg explodes":http://github.com/k...
-
12:26 pm Feature Request #2864: Add an is_sub flag to the Request class
- Yes that solution is quite well known, however it's more of a hack than a permanent solution.
Take for example i... -
11:48 am Feature Request #2864: Add an is_sub flag to the Request class
- You can use...
05/14/2010
-
08:17 pm Feature Request #2864 (Closed): Add an is_sub flag to the Request class
- Add an is_sub flag to the Request class to indicate whether the current request is a sub-request or the master request.
-
09:41 am Bug Report #2862 (Assigned): Non-static method Kohana_View::render() should not be called statically
- Documentation error. It should read:...
05/13/2010
-
04:06 pm Bug Report #2862 (Closed): Non-static method Kohana_View::render() should not be called statically
- Documentation refers to calling various methods as static.
e.g.
View::render('auth/header');
http://kohanafram... -
11:52 am Bug Report #2858: Completely shut down error reporting whith corrupted multibyte text in args
- > and blank white screen - nothing more.
That's why I think it is one of your global variables. There are only a c... -
08:18 am Feature Request #2861: Database::list_columns() should return field length as well
- Also, some automatic validation rules ( max_length, max int / float value, etc ) can be appended to $_rules only by l...
-
07:57 am ORM Feature Request #2848: list_columns() caching
- +1
I would love to see this implemented in Database.
(This should be moved to the Modules:Database category, I think.) -
07:51 am Feature Request #2861 (Closed): Database::list_columns() should return field length as well
- Currently, list_columns only returns the size/length of float, varbinary, and varchar fields. It would be great if i...
05/12/2010
-
07:10 am Userguide Revision 4f00e18a: updated menu.md
05/11/2010
-
05:53 pm Feature Request #2857: Request should check for file existance
- Woody, please take a look at http://dev.kohanaframework.org/issues/2251
That feature request is for the same reason, ... -
05:43 pm Feature Request #2857: Request should check for file existance
- I also think that this fix is needed, it would be very useful - e.g. for handling 404 errors.
-
05:35 pm Bug Report #2860 (Closed): Database_Result::as_array inconsistent with ORM::as_array
- Database_Result::as_array returns an array of ORM objects, instead of an array of key=>value arrays representing the ...
-
05:35 pm Feature Request #2857: Request should check for file existance
- Why not? IMO this behavior is far more logic than current. The meaning of catch-all route is to catch all requests. N...
-
05:34 pm Bug Report #2858: Completely shut down error reporting whith corrupted multibyte text in args
- no, it not a global variable - it one of the argument in call stack. And in case of this error, error reporting break...
-
05:21 pm Bug Report #2858: Completely shut down error reporting whith corrupted multibyte text in args
- I think one of your global variables has an invalid multibyte string in it, and that is why you are getting the error...
-
05:17 pm Feature Request #2857 (Closed): Request should check for file existance
- Okay, I misread the original report. Route matching is done based on *matching* only, not the actual existing of file...
-
05:12 pm Feature Request #2857: Request should check for file existance
- It doesn't seem to work correctly for me, and I can't see anything in the current code that could do it this way, ple...
-
05:10 pm Feature Request #2857 (Feedback): Request should check for file existance
- Really? For me, it doesn't work in the latest version :(
I'm getting the exception: ReflectionException [ -1 ]: Class... -
05:07 pm Bug Report #2858 (Feedback): Completely shut down error reporting whith corrupted multibyte text ...
- My application works perfectly fine.
Error comes in this case -
Class Foo {
public static function... -
04:42 pm Bug Report #2858 (Closed): Completely shut down error reporting whith corrupted multibyte text i...
- Something is wrong with your application and PHP doesn't know how to deal with the error.
-
03:40 pm Feature Request #2856 (Closed): Request action's params setter method
- You can't alter a request parameters, it would make routes act inconsistently.
-
03:39 pm Feature Request #2857 (Closed): Request should check for file existance
- That is exactly what happens already, except that the classes is attempted to autoload and fails.
-
03:15 pm Bug Report #2859 (Closed): ORM builder NULL operator
- Isn't it necessary to always use the 'IS' (read NOT '=') operator when using a NULL as value?...
-
12:21 pm Feature Request #2856: Request action's params setter method
- Subrequest is a good solution for that. If the controller has tone of actions method, I have to make an access checki...
-
12:07 pm Feature Request #2856: Request action's params setter method
- A more elegant solution would be using a subrequest I think, explained "here":http://forum.kohanaframework.org/commen...
-
11:02 am Feature Request #2856: Request action's params setter method
- I wanna change the current request's action to other one in before(). something like that:...
-
10:46 am Feature Request #2856: Request action's params setter method
- Why would you like to change Request::$_params? I think it's a good design that it's immutable.
-
10:23 am Bug Report #2858: Completely shut down error reporting whith corrupted multibyte text in args
- It fix the problem - problem with kohana reporting mechanism that fails badly with no clue about what happens when wa...
-
10:07 am Bug Report #2858: Completely shut down error reporting whith corrupted multibyte text in args
- Suppressing it won't fix it, it'll just suppress it :)
This is more PHP-related problem than Kohana. In case you ... -
09:39 am Feature Request #2857: Request should check for file existance
- fixed at http://github.com/crystal88/core/commit/d6556fc30748cb61dba4641fc4e635929c75167d
-
09:29 am Bug Report #2858 (Closed): Completely shut down error reporting whith corrupted multibyte text i...
- When any of arguments of function in call stack have something like corrupted multibyte string (it can happens in a m...
05/10/2010
-
09:17 pm UnitTest Revision 1d40c3d1: Forgot to change error message
-
09:12 pm UnitTest Revision 9e63077e: Merge branch 'feat-browse-cc'
-
09:12 pm UnitTest Revision be0393d7: Added insta-report-view mode, inspired by pcraciunoiu's fork
-
06:31 pm Feature Request #2857 (Closed): Request should check for file existance
- Request::__construct should check for existance of controller file when it executes.
*What is the meaning of this*... -
10:45 am Feature Request #2856 (Closed): Request action's params setter method
- It seem that there is no any method can change the request action's params (Request::$_params) or the route params se...
-
10:04 am Userguide Revision 2a5404e9: Slight reorganize of about.conventions
-
09:16 am Userguide Revision 6c3b7428: Sync
-
08:31 am Cache Revision 95e2b147: Fixed a small typo in the File driver
-
08:30 am Cache Revision b1747bde: Refactored the File cache driver to handle scalars and strings correctly
05/09/2010
-
08:31 pm Bug Report #2851 (Closed): Insert query builder not replacing column value placeholders with null...
- Fixed by http://github.com/kohana/database/commit/c178be1b63ead84030f3609b192955a93f90db64
-
08:23 pm Core Revision 673758d1: Allowing Session::delete() to accept multiple parameters, fixes #2850
-
08:23 pm Feature Request #2850 (Closed): Remove multiple session keys at a time
- Fixed by http://github.com/kohana/core/commit/673758d143735999db6f4d51ed6e09d8f2433a95
-
08:23 pm Feature Request #2853: Changing Required Arguments of Form::submit()
- You can use @NULL@ for the name, but the value is required, as it sets the text of the submit button.
-
08:21 pm Feature Request #2853 (Closed): Changing Required Arguments of Form::submit()
-
08:13 pm Userguide Revision 874b7337: Slight update to the "Conventions" text
-
08:06 pm Userguide Revision 185ef215: Moved most the class extension text from about.filesystem to using.autoloading...
-
08:06 pm Userguide Revision fbd32348: Reorganized menu for more clarity, split "Getting Started" into "Basic Usage"
-
08:06 pm Userguide Revision 703a227b: Added a background image to notes to make them stick out a little more
-
07:20 pm Userguide Revision b8b61fd5: Changed all references to kohanaphp.com to kohanaframework.org
-
07:08 pm Userguide Revision f03adddb: Added about.translation stub
-
07:08 pm Userguide Revision 01b72d76: Added an overview of the default kohana directories
-
07:05 pm Userguide Revision 1ae318e8: Reverted part of d5f41efebbec43db9b7ae7ff2a43b6993cd6fac7, the black footer re...
-
06:34 pm Bug Report #2855 (Closed): Unsetting globals error
- I've bumped into this when trying Kohana on one hoster which had register_globals on. There was a global variable nam...
-
06:15 pm Database Revision c178be1b: Using NULL with parameter binding in query builder, fixes #2851
-
06:13 pm Database Revision 6f4d162b: When compiling conditions, do not double-space the operator
-
06:11 pm Core Revision 258d4f7c: Switched Form::open() to using Request::current(), keeps things clean for HMVC
-
05:57 pm Database Feature Request #2852: Database config, caching param
- ...
-
03:39 pm Cache Revision 3ecf80ec: Updated the file driver to use better serialisation of data and encode the lif...
-
03:29 pm Feature Request #2750: Add GUID support
- There's quite a decent PHP implementation here: http://www.shapeshifter.se/2008/09/29/uuid-generator-for-php/
-
03:21 pm Feature Request #1883: Extensible i18n in bootstrap
- A basic implementation:
http://github.com/dyron/kohana-core/blob/master/classes/kohana/i18n.php
http://github.com/d... - 03:18 pm Cache Revision 0364c119: Corrected the exception we are catching.
-
12:50 pm UnitTest Revision 663311b9: Added another FAQ to troubleshooting guide
-
12:47 pm UnitTest Revision 2dfccda6: HTML is now the ONLY report format available via web ui
-
12:45 pm Revision 75f542c7: Merge branch 'master' of github.com:kohana/kohana
-
12:44 pm Revision 23e31e40: Updated submodules
-
12:44 pm UnitTest Revision 900a54ec: Modified files and routes to match module name.
- Changes that will probably cause problems are:
The web ui is now accessed via /unittest rather than /phpunit
The con... -
12:37 pm Feature Request #2854 (Closed): Get the current Request
- Fixed by http://github.com/kohana/core/commit/0b145770a59116399b411e5bf95da4aa3ea8b916
-
12:36 pm Core Revision 0b145770: Added Request::$current and Request::current(), set when Request::execute() is...
-
12:35 pm Feature Request #2854 (Closed): Get the current Request
- It should be possible to get the current request object in a View without passing in the entire controller.
This c... -
12:11 pm Core Revision ccd9ce5a: Added Request::$instance and switched to using it instead of a static method v...
-
12:11 pm Core Revision d4fc2140: Cleaned up Request::execute()
-
11:27 am Userguide Revision e908b770: Completing filesystem docs, talking about classes and views
-
10:12 am Userguide Revision d5f41efe: Slight tweaks to the way the template looks
-
09:17 am Userguide Revision 19da863d: Added complete headers to Controller_Userguide::action_media
05/08/2010
-
03:00 pm Database Feature Request #2852: Database config, caching param
- Why not? We have "caching param":http://github.com/kohana/database/blob/master/config/database.php#L28 without any pu...
-
01:58 pm Database Feature Request #2852: Database config, caching param
- This isn't a place to ask questions.
-
12:47 pm Userguide Revision de5bdfa4: Kodoc does not have proper SEO, use a good name
-
12:30 pm Userguide Revision e66bb9ac: Updated about.filesystem with a complete extension example
-
12:18 pm Userguide Revision de480717: Updated about.autoloading docs
-
12:10 pm Core Revision de2ab297: Updated the generate_logo.php view and logo.php with the current v3 logo
-
12:01 pm Userguide Revision 8dec8b0b: Updated cascading filesystem infographic
05/07/2010
-
03:39 pm Feature Request #2853 (Closed): Changing Required Arguments of Form::submit()
- *Description*
Form::submit currently requires two arguments, name and value, to generate markup for a submit eleme...
05/06/2010
-
11:41 pm Feature Request #2850: Remove multiple session keys at a time
- What is the next step to see this happen Geert?
I've never posted a feature request before. Should I be assigning ... -
04:35 pm Cache Revision c04fa917: Lots of bug fixes from last push
-
10:30 am Database Feature Request #2852: Database config, caching param
- Its for Database module, of course
-
10:29 am Database Feature Request #2852 (Assigned): Database config, caching param
- "Subj":http://forum.kohanaframework.org/comments.php?DiscussionID=4896&page=1#Item_0
It seems that caching param i... -
08:10 am Database Revision 6986628b: Updated Database comments, added missing examples
-
07:30 am Bug Report #2851 (Closed): Insert query builder not replacing column value placeholders with null...
- When using insert query builder column value placeholders with null values in the parameter list are not replaced by ...
-
05:58 am Feature Request #2849 (Assigned): Improved consistency when initializing classes with configurati...
- Fixed the Database issue by adding @Database::$name@ in http://github.com/kohana/database/commit/da2b5f9a658a21377044...
-
05:57 am Database Revision da2b5f9a: Added Database::$name, the default instance name to use, fix for #2849
05/05/2010
-
02:44 pm Feature Request #2850: Remove multiple session keys at a time
- Looks like a fine idea to me. Just like how "unset":http://php.net/unset works.
-
12:55 pm Userguide Revision 7491ae2f: Use Kohana::PRODUCTION instead of hard-coded values, thanks biakaveron
-
12:52 pm Core Revision 7dc74c4c: Updated Request::send_file() comments, the proper handling of downloading gene...
-
11:34 am Feature Request #2850 (Closed): Remove multiple session keys at a time
- I recently came across some code where I needed to remove a number of session keys (but not all of them).
I though... -
08:18 am Userguide Revision 5a96768e: Merge branch 'master' of http://github.com/ahutchings/userguide
-
12:37 am Bug Report #2808 (Closed): Can't specify columns for select
- Fixed in http://github.com/kohana/orm/commit/99038e666d33d7bab05666b626e9b66ce06b3308 and merged in http://github.com...
-
12:36 am ORM Revision 362797f1: Fixing #2808
-
12:34 am ORM Revision 99038e66: Fixing #2808
-
12:33 am Bug Report #2780: Database Table Prefixes aren't correctly handled when joining
- ORM patched in http://github.com/kohana/orm/commit/e3e2c55227806acb6887ece4d71c5ee765ed05ed for changes made to Datab...
-
12:32 am ORM Revision 404c5ced: ORM fix for changes made to database in #2780
-
12:30 am ORM Revision e3e2c552: ORM fix for changes made to database in #2780
-
12:09 am Bug Report #2780 (Closed): Database Table Prefixes aren't correctly handled when joining
- Fixed in http://github.com/kohana/database/commit/a8c8cedfeffc80ba366e02a67b94640eafb2782c
05/04/2010
-
11:56 pm Database Revision 9785dead: Merge branch 'master' of [email protected]:kohana/database
-
11:54 pm Database Revision a8c8cedf: Fixing #2780
-
11:08 pm Cache Revision 78edacfb: Merged with samsoir/kohana-cache master
-
11:06 pm Cache Revision 5910432a: Massive documentation drive preparing Kohana Cache for 2.0 release. Still WIP
- Refactored the Kohana_Cache class to optimise performance
Refactored the Memcache driver to support more standard fe... -
07:57 pm Feature Request #2849 (Closed): Improved consistency when initializing classes with configuration...
- Several Kohana classes require config dependencies to be injected into their constructors, but there isn't a consiste...
-
02:09 pm Bug Report #2832 (Closed): Development feed backtrace
- Fixed sometime in the last week.
-
01:28 pm Feature Request #2844 (Closed): Syslog Log Driver
- I just fixed up some comments for the class. Functionally it should be OK now.
-
01:27 pm Core Revision 28e9b497: Fixing up comments for syslog driver.
-
01:00 pm ORM Feature Request #2848: list_columns() caching
- Ok, I managed to screw the code up, but you get the point
-
12:59 pm ORM Feature Request #2848 (Closed): list_columns() caching
- It would be nice to add list_columns() caching to ORM, at least if application-level caching is enabled.
At the mo... -
12:34 pm Patch #2847 (Assigned): URL Validation
- This may also be relevant: http://stackoverflow.com/questions/2137080/php-filter-var-filter-validate-url
However, ... -
09:44 am Patch #2847 (Closed): URL Validation
- It seems that PHP's FILTER_VALIDATE_URL filter is not really up to the task.
When I enter several non-valid urls its... -
09:02 am Bug Report #2846 (Closed): Userguide Markdown inclusion
- The Markdown class supplied within the vendor folder collides with the same class if already installed manually or vi...
-
08:07 am Feature Request #2844 (Review): Syslog Log Driver
- Jeremy, I've assigned this to you. If you have any additional changes to make before the 3.0.5 release, please do so,...
-
08:03 am Bug Report #2843: Invalid links list in Latest Development
- Applied a work around in http://github.com/kohana/kohanaphp.com/commit/a5f092462faffc1182041f216e477cf939cd459d until...
-
07:42 am Database Bug Report #2842 (Assigned): Adding an db expression to the Where is tricky
- Here is a simplified version of what you are trying to do:...
-
07:30 am Bug Report #2843: Invalid links list in Latest Development
- It seems that Redmine changed the way that links are exposed in the Atom feed, which exposed a bug in the Feed helper.
-
07:30 am Bug Report #2845 (Closed): Feed does not properly create absolute URLs
- When an Atom feed contains an @<id>@, it should be used at the base URL for all @<link><id/>@ URLs.
-
05:24 am Bug Report #2843 (Review): Invalid links list in Latest Development
- Not sure if this is a Redmine issue or an issue with the site. Changed Redmine settings and will wait to see if it fi...
-
05:22 am Feature Request #2844 (Closed): Syslog Log Driver
- Fixed by http://github.com/kohana/core/commit/b8865af4226be874835533e3c655d85cdb0d8aa0
-
05:19 am Core Revision b8865af4: Adding syslog log driver
- Signed-off-by: Woody Gilk <[email protected]>
-
01:49 am Feature Request #2844 (Closed): Syslog Log Driver
- I've forked and added this to core. Hope it's in the right branch ;)
I've created a pull request on github for it. -
01:03 am Bug Report #2843 (Closed): Invalid links list in Latest Development
- All the issue links in the Latest Development showing in http://kohanaframework.org home page invalid. They should be...
05/03/2010
-
11:02 am Database Bug Report #2842 (Assigned): Adding an db expression to the Where is tricky
- The only way that looked reasonable to add an DB Expression to the where clause was to add a Database_Expression to b...
-
07:29 am Bug Report #2838 (Closed): Error in .htaccess RewriteRule regex when matching system files (e.g.,...
- http://github.com/kohana/kohana/commit/11d7ae9e3a6e700f87913e8d3146effb56c55973
-
07:26 am Revision 11d7ae9e: Fixed #2838
-
07:24 am Revision 62cc276d: Merge branch 'master' of [email protected]:kohana/kohana
-
04:45 am Bug Report #2841 (Closed): mysql list_tables fix
- Current list_tables method in kohana/database/mysql.php generates the error Undefined offset: 0. This is because the ...
05/02/2010
05/01/2010
-
10:04 pm Bug Report #2840 (Closed): Only consider php files to be tests
- Only php files should be considered to be tests.
Fixed by http://github.com/kohana/unittest/commit/f95690806df3c33... -
10:01 pm UnitTest Revision f9569080: Only treat php files as tests
-
05:22 pm Feature Request #2839 (Closed): Store Remote::$default_options in a config file
- The default options for Remote are hardcoded in file. I propose to store default options in a config file
-
10:14 am Bug Report #2838 (Assigned): Error in .htaccess RewriteRule regex when matching system files (e.g...
04/30/2010
-
08:39 pm Bug Report #2838: Error in .htaccess RewriteRule regex when matching system files (e.g., /applica...
- The subject should read "RewriteRule regex" and not "RewriteRule URI".
-
08:37 pm Bug Report #2838 (Closed): Error in .htaccess RewriteRule regex when matching system files (e.g.,...
- The following in .htaccess protects public access to any of the system folders:...
-
04:43 pm ORM Feature Request #2754: [ORM] changes to validation
- http://dev.kohanaframework.org/issues/2705
-
04:41 pm ORM Feature Request #2754: [ORM] changes to validation
- What is the issue # related to removing filters from Validate?
We need to verify whether or not filters will be remo... -
02:05 pm Core Revision d87b88ba: Added Cookie support to the response object
- Tiny code tidy in Request class
-
09:55 am Cache Revision 7356bc52: Removed the last of the namespace references
-
09:21 am Feature Request #2827: Redirect outside of base_url
- Yes, I know that. But how to do this without hard-coding the domain name?
I think there should be analogy with file ... -
07:36 am Bug Report #2831: Refresh the HTTP status codes list in Request.php
- Submitted patch.
Added WebDAV (RFC4918) HTTP status codes definition (207, 422, 423, 424 and 507).
http://tools.iet... -
05:34 am Bug Report #2836 (Closed): URL::site shouldn't trim slashes
- Going to @foo/directory@ or @foo/directory/@ will work exactly the same on any web server. Consistency important.
-
04:55 am Feature Request #2827: Redirect outside of base_url
- You could use full url's (including http://) for redirecting. If you do not use a full url, Kohana thinks it's an int...
Also available in: Atom