Activity
From 03/22/2011 to 04/20/2011
04/20/2011
-
10:51 pm Feature Request #3936 (Closed): Add a couple more useful error response codes
- In particular, I wanted to use response code 422 but was getting an exception that this status was not allowed. There...
-
08:14 pm Database Bug Report #3934: PDO errorCode Exception codes
- Pull request and fix at https://github.com/kohana/database/pull/13
-
07:47 pm Database Bug Report #3934: PDO errorCode Exception codes
- Actually no that one is still causing problems, it just wasn't throwing a n error with an alphanumeric code.
If you ... -
07:19 pm Database Bug Report #3934: PDO errorCode Exception codes
- 3.1/master, i checked out 3.1/develop though and itts working no problem
-
06:40 pm Database Bug Report #3934: PDO errorCode Exception codes
- I'm sure this was fixed already, what version are you using?
-
06:40 pm ORM Feature Request #3935 (New): Using with() is slow compared to join()
- Using @->with('escola')@
Time: 2.987454 s... -
06:34 pm Database Bug Report #3934: PDO errorCode Exception codes
- Sorry, i've posted it to the wrong sub project, can you move it or should i re-create it?
-
06:30 pm Database Bug Report #3934 (Closed): PDO errorCode Exception codes
- "PDO errorCodes":http://www.php.net/manual/en/pdo.errorcode.php are alpha numeric eg HY000, so when an exception is b...
-
03:27 pm Revision bd8d45dd: Tracking database
-
03:27 pm Database Revision d9c179c8: Merge branch '3.1/develop' into 3.2/develop. Refs #3929
-
03:25 pm Revision 71b435b7: Tracking database
-
03:23 pm Database Revision 82709bc4: Follow up to c2adc4db3e13e6c9c01be2767b49cd7e18f42ff5. Refs #3928
-
01:44 pm ORM Revision 66bec8f0: loaded & saved are not accessed by properties, but by methods
-
12:59 pm OAuth Revision 766637ce: Added required params to OAuth v1 Request_Credentials class
-
11:46 am Feature Request #3933 (New): Add params for __construct in Model::factory
- The title says it all, they are many cases where you have to pass params to your model constructor, it would be nice ...
-
06:50 am Patch #3485 (Review): _compile_order_by don't support order by SQL functions like RAND()
- This has been requested before. A direction without a column makes no sense.
04/19/2011
-
02:05 pm Revision 67df0b12: tracking system
-
02:04 pm Core Revision caf3df9a: Merge remote branch 'origin/3.0/develop' into 3.1/develop
- Conflicts:
tests/kohana/CoreTest.php -
02:02 pm Revision 61c9c723: tracking system
-
02:02 pm Core Revision 6e61816e: Removing exception handler test, its not needed
-
01:57 pm Revision bf68ecf7: Tracking system
-
01:56 pm Core Revision 652a5d30: Merge remote branch 'origin/3.0/develop' into 3.1/develop
- Conflicts:
classes/kohana/core.php -
01:55 pm Bug Report #3932 (Closed): Kohana_Exception::handler() doesn't exit with proper error codes
- Fixed by https://github.com/kohana/core/commit/f294337b23a698c2162c1d8a489f6d32bc1a14c7
-
01:45 pm Bug Report #3931 (Closed): Kohana_Exception::handler() doesn't exit with proper error codes
- Applied in changeset commit:f294337b23a698c2162c1d8a489f6d32bc1a14c7.
-
01:44 pm Revision 9fd076ef: tracking system
-
01:42 pm Core Revision f294337b: Exception handler should always exit with an error code, Fixes #3931
-
11:53 am Bug Report #3811: External requests with POST do not work properly
- I disagree with the argument that it needs to be built from Request->post(). POSTFIELDS is a misnomer in this context...
04/18/2011
-
04:54 pm Bug Report #3931: Kohana_Exception::handler() doesn't exit with proper error codes
https://github.com/kohana/core/blob/3.1%2Fmaster/classes/kohana/core.php#L508
and a few in this method:
https...-
04:30 pm Bug Report #3932 (Closed): Kohana_Exception::handler() doesn't exit with proper error codes
- Kohana_Exception::handler() currently returns TRUE for many logic paths. It should always exit with a status code, si...
-
04:29 pm Bug Report #3931 (Closed): Kohana_Exception::handler() doesn't exit with proper error codes
- Kohana_Exception::handler() currently returns TRUE for many logic paths. It should always exit with a status code, si...
-
11:06 am Bug Report #3930 (New): namespace issues with Request class
- It seams that the Kohana 3.1.2 request class has namespace issues with the PEAR request class. If the PEAR request cl...
04/17/2011
-
08:00 am Bug Report #3929 (Closed): Kohana_Exception should handle non-integer codes
- Applied in changeset commit:ba885529f31221f10e45e3f1b939b9140d66310e.
-
07:56 am Revision b4de262b: Tracking system, database
-
07:53 am Database Revision 65c4c3a6: Merge branch '3.1/develop' into 3.2/develop. Refs #3929
-
07:50 am Core Revision ba885529: Merge branch '3.1/develop' into 3.2/develop. Fixes #3929
-
07:32 am Revision d03c9ac1: Tracking database
-
07:27 am Database Revision c2adc4db: Merge branch '3.0/develop' into 3.1/develop. Refs #3928
- Conflicts:
classes/kohana/database/mysql.php
classes/kohana/database/pdo.php -
07:19 am Revision f748b55b: Tracking database
-
07:18 am Database Revision 1d9c6dc2: Clean up Exception formatting. Refs #3927
-
07:18 am Database Revision 539c81c3: Revert "Moving all error codes into messages for Database_Exception calls, fix...
- This reverts commit f2e5662d373e8d5847ee12c3e27c8210500bb5d2.
-
07:17 am Database Revision ad91d022: Revert "Fixes #3704 - Database error codes are inaccessible without parsing th...
- This reverts commit 2e4509950a49b42e1c866958d8676f1a54fd984f.
-
06:30 am Revision 3c7db39f: Tracking system
-
06:30 am Core Revision 7365b5eb: Proper @covers. Followup to fa1b2485e02f8098ee11a892e00705cb6e16c637
-
06:16 am Revision cbd055fe: Tracking system
-
06:15 am Core Revision 7257f586: Merge branch '3.0/develop' into 3.1/develop. Fixes #3928
- Conflicts:
classes/kohana/exception.php
tests/kohana/ExceptionTest.php
tests/kohana/ValidateTest.php -
06:15 am Bug Report #3927 (Closed): Kohana_Exception should handle non-integer codes
- Applied in changeset commit:5b60fd71a3e1b720467dacda136ee43da4d1b2ba.
-
06:15 am Bug Report #3928 (Closed): Kohana_Exception should handle non-integer codes
- Applied in changeset commit:7257f58696c2b449bcce6c3d5e2a6a191f31f7b5.
-
06:09 am Bug Report #3929 (Closed): Kohana_Exception should handle non-integer codes
- The constructor to "Exception":http://php.net/manual/class.exception requires an integer, but the class can return a ...
-
06:08 am Bug Report #3928 (Closed): Kohana_Exception should handle non-integer codes
- The constructor to "Exception":http://php.net/manual/class.exception requires an integer, but the class can return a ...
-
05:35 am Revision 3a457152: Tracking system
-
05:32 am Core Revision 5b60fd71: Handle non-integer code in Kohana_Exception. Fixes #3927
-
05:29 am Core Revision fa1b2485: Kohana_Exception tests. Refs #3927
-
03:22 am Patch #3925 (Assigned): Cookie::delete should uses Cookie::set
- Actually it shouldn't use the delete method. See the related issue. The comment needs to be updated though.
04/16/2011
-
04:02 pm Bug Report #3927 (Closed): Kohana_Exception should handle non-integer codes
- The constructor to "Exception":http://php.net/manual/class.exception requires an integer, but the class can return a ...
-
01:19 pm Bug Report #3926 (Closed): last-modified header is wrongly parsed
- The "last-modified" header is nog part of the $header_commas_allowed array in classes/kohana/http/header.php (37) mak...
-
01:06 pm Patch #3925 (Assigned): Cookie::delete should uses Cookie::set
- @Cookie::delete@ should uses @Cookie::set@ as it's written in @cookie.php@...
04/15/2011
-
06:01 pm Cache Feature Request #3923 (Closed): Support for redis
-
06:00 pm Database Bug Report #3924 (Closed): Support for mongodb
-
04:02 pm Cache Feature Request #3923 (Review): Support for redis
- See http://dev.kohanaframework.org/issues/3924#note-1
-
04:00 pm Database Bug Report #3924 (Review): Support for mongodb
- I think this would be better handled by a 3rd-party module. We only want to support the most common caching options i...
-
02:35 pm Database Bug Report #3924 (Closed): Support for mongodb
- Support for mongodb
-
02:34 pm Cache Feature Request #3923 (Closed): Support for redis
- Support for redis as cache system
-
07:30 am Userguide Feature Request #3922 (Assigned): Add module conventions to the userguide
- I would love to see conventions for creating modules in the guide. I think it's as important as having conventions fo...
04/14/2011
-
08:41 pm UnitTest Bug Report #3921 (Closed): HTTP_PROXY_HTTP constant assumed
- Actually - Already fixed in 3.1/develop ..
-
08:27 pm UnitTest Bug Report #3921: HTTP_PROXY_HTTP constant assumed
- What (exact) version of kohana are you using?
"RequestTest.php":https://github.com/kohana/core/blob/3.1%2Fdevelop/... -
08:21 pm UnitTest Bug Report #3921 (Closed): HTTP_PROXY_HTTP constant assumed
- When running the unit tests:
PHP Notice: Use of undefined constant HTTP_PROXY_HTTP - assumed 'HTTP_PROXY_HTTP' ... -
07:57 pm UnitTest Bug Report #3920 (Closed): Abstract Transparent Classes
- The transparent classes (example: Unittests_TestCase) aren't Abstract, this causes unit tests to fail throwing a
... -
07:53 pm UnitTest Bug Report #3851: Exclude files from being parsed by PHPCS
- Duplicate #3852 #3717
-
07:51 pm UnitTest Bug Report #3852: Exclude files from being parsed by PHPCS
- Duplicate Issue #3851
-
05:28 am Userguide Feature Request #3919 (Feedback): Sunlight Syntax Highlighter
- There is a very new syntax highlighter called "Sunlight":http://blargh.tommymontgomery.com/2011/04/introducing-sunlig...
-
12:11 am ORM Bug Report #3918 (Assigned): undefined method Database_MySQL::clear_cache()
04/13/2011
-
09:55 pm ORM Feature Request #3913: Polymorphic relationships
- I've almost got the `belongs_to` functionality for this working (one bug with `load_with`), and I'm thinking I should...
-
09:28 pm Bug Report #3690: Request::uri() should return the actual URI
- Jeremy Bush wrote:
> This is specifically related to Request::uri() now.
I know, i agree.
>The correct behavio... -
07:40 pm ORM Bug Report #3917 (Closed): Unittest breaks when NOT activating the auth module. class not exists
-
05:29 pm OAuth Revision 2a6460a3: Merge branch '3.1/develop' into 3.0/develop
-
05:28 pm OAuth Revision 93b5bd33: 3.1 compatibility fix
-
05:17 pm OAuth Revision ba36ccf8: Merge branch 'feature/oauth2' into 3.1/develop
-
05:14 pm ORM Bug Report #3918 (Closed): undefined method Database_MySQL::clear_cache()
- Hi.
Method clear_cache() doesn`t exists in database module!... -
05:06 pm OAuth Revision 22ee92dd: Added OAuth2 demo controller
-
05:06 pm OAuth Revision ddbc97a7: OAuth2 refers to "clients" instead of "consumers", uses "id" instead of "key"
-
05:06 pm OAuth Revision 56d62a80: Implemented OAuth v2
- Signed-off-by: Woody Gilk <[email protected]>
-
05:06 pm OAuth Revision 48d3060d: Added OAuth2 example to config/oauth
-
05:06 pm OAuth Revision 65550f65: Redeclare all OAuth_v2 classes as OAuth2
-
05:06 pm OAuth Revision 15d4f974: Remove verify_credentials from OAuth2 provider abstract and providers, it is n...
-
05:06 pm OAuth Revision 06cfa23f: Modify OAuth_Token to have a configured set of required options
-
05:06 pm OAuth Revision bb7b9055: Cleaning up OAuth2 classes, fixing formatting and line endings
-
05:06 pm OAuth Revision 68d5904f: Rename all v2 class files from oauth/v2 to oauth2
-
05:03 pm OAuth Revision 41c0d0d7: Fixed permissions on OAuth files
-
09:54 am Bug Report #3916: Deprecate HTML::$windowed_urls
- For completeness .. the reason for this ticket is that it produces invalid xHTML ..
Re-targeting the depreciation f... -
09:53 am ORM Bug Report #3917: Unittest breaks when NOT activating the auth module. class not exists
- The ORM/Auth modules have no tests - which tests specifically are breaking?
Re "We needed to rename all our existi... -
09:47 am ORM Bug Report #3917 (Closed): Unittest breaks when NOT activating the auth module. class not exists
- After upgrading to v3.1 and the new ORM version unittest breaks with the message:...
-
06:16 am OAuth Revision d7336a69: Renamed OAuth_Demo to Demo_OAuth
04/12/2011
-
11:19 pm Feature Request #3909: Debug::dump level recursion
- Keep in mind the kohana development guidelines when committing things. This commit did not reference this issue.
-
10:14 pm Core Revision 58b66370: Follow up to ca0c640a36fb98bb58bb28f3e81472725e72f2b3, simplify variable names
-
10:13 pm Core Revision 3f790645: Merge branch '3.1/master' of https://github.com/timborden/core into feature/39...
-
10:12 pm Feature Request #3909 (Needs Test): Debug::dump level recursion
- Committed to "feature/3909-debug-recursion-level":https://github.com/kohana/core/tree/feature/3909-debug-recursion-level
-
08:08 pm Bug Report #3916 (New): Deprecate HTML::$windowed_urls
- Used by HTML::anchor.
-
07:07 pm Feature Request #3914: class Kohana_Form HTML5 helpers
- Sorry, didn't realize it was as easy as:...
-
06:54 pm Feature Request #3915 (New): Document XHTML compliance
- We should document (in the guide, class comments or both) that the HTML and Form classes will only generate XHTML 1.0...
-
06:53 pm Feature Request #3914 (Closed): class Kohana_Form HTML5 helpers
- See the multitude of other related issues.
-
06:05 pm Feature Request #3914: class Kohana_Form HTML5 helpers
- Grammatical correction: "While not fully supported by all browsers"
-
04:54 pm Feature Request #3914 (Closed): class Kohana_Form HTML5 helpers
- While not fully support by all browser, HTML5 offers some semantic input tags (type= "search", "email", "url") that s...
04/11/2011
-
10:54 pm Feature Request #3879: Split guides from repos
- I really don't think this lowers any barrier or would increase external participation in documentation writing.
Mo... -
09:55 pm Feature Request #3879: Split guides from repos
- Anything that lowers the barrier to entry without other complications is a good thing..
But - Would this really he... -
09:29 pm Feature Request #3879: Split guides from repos
- The goal is to lower the barrier to people contributing to the docs, not to have people read docs on Github. If the d...
-
09:16 pm Feature Request #3879: Split guides from repos
- But a commit to the wiki means a commit to the project anyway because you need to track the submodule, no? So what is...
-
09:06 pm ORM Feature Request #3912 (Closed): Return list of relationships for ORM model
- No worries, closing :)
-
08:25 pm ORM Feature Request #3912: Return list of relationships for ORM model
- noticed the access methods for this, jumped the gun a bit
-
07:07 pm ORM Feature Request #3913: Polymorphic relationships
- May also be good to have syntax like:
protected $_belongs_to = array(
'animal' => array(
... -
06:52 pm ORM Feature Request #3913: Polymorphic relationships
- this should be a feature request, sorry
-
06:52 pm ORM Feature Request #3913 (New): Polymorphic relationships
- Basically, the ability to do something like:
protected $_belongs_to = array(
'dog' => array(
... -
04:51 pm ORM Feature Request #3912 (Closed): Return list of relationships for ORM model
- Similar to ORM::list_columns(), we should be able to return the relationship information.
This can be useful for t... -
09:18 am Feature Request #3911 (Closed): Add mime type for .webm format to mime types config
- I think it should be video/webm
04/08/2011
-
08:53 pm Bug Report #3910: Kohana URL
- Have to agree - the /guide/ links should not be used anymore.. they are just there to prevent 404's
-
08:29 pm Bug Report #3910 (Feedback): Kohana URL
- Actually I think redirecting to 3.0 is correct. Those links where for the 3.0 docs before, the redirect was just adde...
-
05:34 pm Bug Report #3910 (Closed): Kohana URL
- http://kohanaframework.org/guide
http://v3.kohanaphp.com/guide/about.filesystem (etc)
Both redirect for the docum... -
04:32 pm Feature Request #3909 (Closed): Debug::dump level recursion
- When dumping the response from the FedEx API, the Debug::dump didn't display the full set of data.
-
09:19 am Feature Request #3887: ability to pass arguments to model`s constructor
- There is a problem with this code. When you pass parameters to a constructor, but the class does not have a construct...
04/07/2011
-
06:19 pm Core Revision ca0c640a: Added support for setting a recursion limit in Debug::_dump parameters
-
10:17 am Feature Request #3888: ability to pass arguments to model`s constructor
- There is a problem with this code. When you pass parameters to a constructor, but the class does not have a construct...
04/05/2011
-
08:37 pm Patch #3899: Performance improvement in Validation::check
- I see, but there's another problem then because Validation::check is not checking errors added manually:
http://dev.... -
08:34 pm Bug Report #3859: Validation - check _empty_rules before executing rule (instead of after)
- Related to this http://dev.kohanaframework.org/issues/3552
-
05:51 pm Bug Report #3908 (New): "Custom Error Pages" tutorial code incompatible with K3.1
- The code shown within the tutorial for "Custom Error Pages" is incompatible with K3.1 due to the Route and Request ch...
-
05:43 pm Core Revision 322cfd73: Fixed code errors in "Custom Error Pages" tutorial not compatible with K3.1
-
05:06 pm Patch #3899: Performance improvement in Validation::check
- Do you mean you do not want the rule to run? Because we cannot do that. All rules need to run in case they want to ad...
-
12:46 pm Feature Request #3907 (Closed): Allow single configuration file to store configuration for differ...
- As Kiall said the best solution is to add a new config reader to the stack. The config rewrite (#3000) is fairly sta...
-
10:36 am Feature Request #3907: Allow single configuration file to store configuration for different produ...
- Rowan - I can't agree less.
Create an extra module?
Seperate application configuration into a module?
Your sug... -
09:49 am Feature Request #3907: Allow single configuration file to store configuration for different produ...
- This issue comes up time and time again. I still believe the better solution for you (and everyone) is to create an e...
-
09:12 am Feature Request #3907 (Closed): Allow single configuration file to store configuration for differ...
- I need different configuration in different environment (e.g. production server may have different setting from devel...
04/04/2011
-
10:34 pm Bug Report #3811: External requests with POST do not work properly
- Its certainly possible to do a urlencoded post request in 3.1.0...
-
10:16 pm Bug Report #3811: External requests with POST do not work properly
- I don't think a hotfix or revert is the correct solution here, because there is no precedent for intended behavior. B...
-
10:13 pm Bug Report #3811: External requests with POST do not work properly
- The functionality needs to be reverted for 3.1.3 and a hotfix should likely be done for 3.1.2.
-
09:56 pm Bug Report #3811: External requests with POST do not work properly
- The way I see it is that data set on the request via the post method not being included in the actual request is a mi...
-
09:39 pm Bug Report #3811: External requests with POST do not work properly
- What alternative solution are you proposing, Kiall? All I see so far is whining, but this bug still needs a real solu...
-
09:38 pm OAuth Revision fa65fe1e: Merge branch '3.0/develop' into 3.1/develop
-
09:37 pm OAuth Revision c78351f7: Added base controller for demos and description file
-
06:26 pm Bug Report #3811: External requests with POST do not work properly
- Personally, I simply cannot understand how POST / PUT === "application/x-www-form-urlencoded" code keeps making it in...
-
06:15 pm Bug Report #3811: External requests with POST do not work properly
- Kiall, I agree and will happily unrestrict the @application/x-www-form-urlencoded@ restriction on POST/PUT. The probl...
-
06:12 pm Bug Report #3811 (Feedback): External requests with POST do not work properly
- Humm - This has broken the ability to use anything other than the application/x-www-form-urlencoded content-type..
... -
01:31 pm Database Bug Report #3358: pdo Database_Exception vs pgsql
- http://bugs.php.net/51742
-
12:33 pm ORM Feature Request #3906 (Closed): Improved separation of loaded, saved and changed state
- Currently when an ORM is first loaded the $_saved flag is also set to TRUE.
However the $_saved flag can be better... -
09:03 am Bug Report #3861 (Assigned): $this->request->headers() returns empty array
- Completed the fix, just need to finish the tests
-
05:49 am Core Revision e69bbb42: Tested and corrected broken ORM Module link, goes up one directory higher, iss...
- Signed-off-by: Martin Cortez <[email protected]>
-
05:30 am Userguide Bug Report #3905: The link to ORM page is broken
- For this fix I referenced the Github README on committing to the User Guide module: https://github.com/kohana/usergui...
-
05:27 am Userguide Bug Report #3905: The link to ORM page is broken
- Submitted a pull request on github in regards to this ticket. https://github.com/kohana/core/pull/101
-
05:25 am Core Revision f76f19f2: Pointed broken ORM Module link in "Models" to ORM Guide section, Ref #3905
- Signed-off-by: Martin Cortez <[email protected]>
-
04:06 am Userguide Bug Report #3905 (Closed): The link to ORM page is broken
- 1. Navigate to http://kohanaframework.org/3.1/guide/kohana/mvc/models
2. Scroll down the page to the "ORM Module" li...
04/03/2011
-
10:32 pm Bug Report #3904 (Closed): $request->send_headers() - HTTP status line instruction is incorrect
- In: v3.1.2
In file: system/kohana/request
In public method: $request->send_header();
At line 912 - HTTP status l... -
07:20 pm Feature Request #3903: $this->request->post and query function parameter behavior need to be changed
- What happens if I want to set post variable to 0 for example? It's just impossible at the moment, because empty() ret...
-
05:25 pm Feature Request #3903: $this->request->post and query function parameter behavior need to be changed
- Yeah, i agree it's quite confusing.
I think separate methods for setter and getter is the only way to solve this.
... -
05:13 pm Feature Request #3903: $this->request->post and query function parameter behavior need to be changed
- @Isaiah, I agree completely. I do not like the default value interface. Unless the entire framework is switching to i...
-
04:35 am Feature Request #3903: $this->request->post and query function parameter behavior need to be changed
- I think the changes proposed in that thread are a bad idea. They (the above example) would create a very messy confus...
-
04:25 am Feature Request #3903 (Closed): $this->request->post and query function parameter behavior need t...
- http://forum.kohanaframework.org/discussion/comment/57936#Comment_57936
// Get a value
$foo = $this->request->pos... -
01:27 am Core Revision aa864966: Update config file reader test for phpunit 3.5
04/01/2011
-
09:59 pm Bug Report #3902 (Closed): Date::formatted_time $timezone parameter overridden by timezone in $da...
- @Date::formatted_time()@ accepts a @$timezone@ parameter which should affect the resulting formatted time. However, i...
-
06:20 pm Bug Report #3896: Error message for 'password confirm' is incorrect in Auth module
- I wrote this provider array that can be added to ValidationTest::provider_check() (assuming I did it right)....
-
03:44 pm Image Feature Request #3901 (New): Resize with reduction restriction
- Add a parameter like $reduction_only to Image::resize so images are resized only if the final size is smaller than ac...
-
02:31 pm Bug Report #3900 (Closed): Validation::check doesn't check errors added manually
- In Validation::check, you are stoping the rules if you find an error in a field:
But you are not checking for errors... -
01:01 pm Patch #3899 (Closed): Performance improvement in Validation::check
- In Validation::check:
Move this code:
// Ignore return values from rules when the field is empty
if ( ! in_arr... -
12:11 pm Database Feature Request #3898 (New): Add support for MySQLi
- Kohana was always a framework claiming full PHP5 support, but is using the old mysql instead of mysqli, I think this ...
03/31/2011
-
11:29 am Feature Request #3897 (Closed): Controller actions return Response object
- Controller actions should return a response object as a result of their execution. The rationale for this is that log...
-
10:52 am Userguide Bug Report #3769: Tutorials - Friendly Error Pages
- I believe that we want to set the $page variable to the initial request uri rather than current HMVC request:
$thi... -
05:40 am Bug Report #3896 (New): Error message for 'password confirm' is incorrect in Auth module
- This error surfaced for me in the Auth module, but after a fair amount of testing, I believe the problem is with the ...
03/30/2011
-
04:05 pm Core Revision 54e99a0e: Cleaned up 9e03d847878237e4a5e325c63f2ad0642daa894f, copies b44e8a4b630c2debf0...
-
04:04 pm Core Revision b44e8a4b: Clean up 79d9cd19678e4b9f63326057624a3f55db005139, refs #3895
-
04:00 pm Bug Report #3895 (Closed): ValidateTest::test_ip fails in PHP 5.3.6
- Applied in changeset commit:79d9cd19678e4b9f63326057624a3f55db005139.
-
03:56 pm Core Revision 9e03d847: Copied 79d9cd19678e4b9f63326057624a3f55db005139 from 3.0 to 3.1
-
03:50 pm Core Revision 79d9cd19: Correct ValidateTest::test_ip() for PHP 5.3.6: 127.0.0.1 is no longer consider...
-
03:38 pm Bug Report #3895 (Closed): ValidateTest::test_ip fails in PHP 5.3.6
- PHP 5.3.6 fixes "#53150":http://bugs.php.net/53150 which causes @Validate::test_ip@ to fail because @127.0.0.1@ is no...
-
03:23 pm Revision 23534762: Updated submodules
03/29/2011
-
02:45 pm Core Revision 574dc1c4: Ref #3811, provided an additional fix to the Request test
-
01:25 pm Bug Report #3811 (Resolved): External requests with POST do not work properly
- PECL_HTTP and Native drivers updated. I consider this closed now.
- 01:13 pm Database Revision ca7056f5: Changing the config writer to use REPLACE INTO as it's more reliable
-
12:22 pm Core Revision 9bb898ab: Adding transparent extensions for the reader/writer config interfaces
-
12:21 pm Core Revision de26f7cc: Don't merge config from a source if source returns FALSE
-
12:11 pm Core Revision 7786c00c: Refs #3811 implemented POST/PUT support for external requests with PECL_HTTP a...
-
07:50 am Bug Report #3894 (Closed): Fixed some bugs in userguide tutorial - error-pages
- 1. The original code generates a url with the base_url prepended.
For apps with non-empty base_url, that produce... - 02:09 am Database Revision d064f81d: Adding config reader/writer
03/28/2011
-
05:27 pm Core Revision b4a02f06: Merging in 3.2/develop
03/27/2011
-
01:18 am Bug Report #3893: Html::anchor() should default to $index=TRUE
- Kemal Delalić wrote:
> I'm thinking this should actually default to NULL, having the method make it equal to Kohana:... -
12:13 am Bug Report #3893: Html::anchor() should default to $index=TRUE
- I'm thinking this should actually default to NULL, having the method make it equal to Kohana::$index_file if so:
<pr...
03/26/2011
-
02:30 pm Image Feature Request #3847: frame() method for the Image module
- Here's the pull request.
https://github.com/kohana/image/pull/7
03/25/2011
-
10:27 pm Bug Report #3893 (Closed): Html::anchor() should default to $index=TRUE
- In 3.1 Html::anchor() revived a $index param that defaults to false causing the absolute path to not contain index fi...
-
04:13 pm Revision 69b42ba6: Follow up to 3612dcd3667ab4de265982e6f9c5618423efbe00, using unittest bootstra...
-
04:12 pm UnitTest Revision 1f03088d: Fixing up bootstrap.php and init.php to prevent race conditions
-
02:54 pm Feature Request #3385 (Closed): Miscellaneous Files
-
02:53 pm Revision 3612dcd3: Backported e29e30a1cc98040ae0633d5ebd480ee6e9f335ae from 3.1, refs #3385
-
02:53 pm Revision a3a890a3: Removed unused files, fixes #3385
-
02:41 pm Feature Request #3885: Support for Kohana as a library (include.php)
- That would be a good addition to the userguide, probably as a tutorial.
-
01:59 pm Feature Request #3891 (Closed): not possible to call additional functions on the Swift_Message em...
- There is no official email module. If you have issues with a 3rd-party module you should use their issue tracker.
-
12:12 pm ORM Feature Request #3819: Method to get rules and labels for field
- I think it might add to the usability.
Before 3.1, when it was still just an array with keys, I did $rules['field']... -
11:56 am Feature Request #3885: Support for Kohana as a library (include.php)
- You have a fair point. I still think a simple include file would be handy, but a decent userguide article might suffi...
-
10:18 am Feature Request #3891 (Closed): not possible to call additional functions on the Swift_Message em...
- Hi everybody,
i had the problem that i wanted to send an email with my kohana system without the default Content-T... -
02:05 am ORM Feature Request #3890 (Closed): Dynamic Finders
- **EDIT: Although technically ORM isn't "my area" I'm fairly certain Isaiah and Zeelot will agree with at least some o...
03/24/2011
-
10:17 pm ORM Feature Request #3890: Dynamic Finders
- Currently, you could go through the task of creating methods for every situation you might need for a model. There's ...
-
09:53 pm ORM Feature Request #3890: Dynamic Finders
- Can't you already add these functions to your existing models?...
-
09:11 pm ORM Feature Request #3890 (Closed): Dynamic Finders
- One of the most invaluable features of "PHP-ActiveRecord":http://www.phpactiverecord.org/projects/main/wiki/Finders i...
-
08:56 pm ORM Bug Report #3889 (Closed): Kohana_Auth_ORM
- mysql schema for user_tokens table of auth module in ko3 looks like this
CREATE TABLE IF NOT EXISTS `user_tokens` ... -
08:33 pm Feature Request #3885: Support for Kohana as a library (include.php)
- > `index.php` is responsible for setting up DOCROOT, APPPATH, MODPATH, SYSPATH.
Yes, in a normal program flow. If ... -
07:57 pm Feature Request #3885: Support for Kohana as a library (include.php)
- You're right by the looks of things, but `index.php` is responsible for setting up DOCROOT, APPPATH, MODPATH, SYSPATH...
-
02:05 pm Feature Request #3885 (Closed): Support for Kohana as a library (include.php)
- Seems like bootstrap.php is what you are looking for :)
-
12:59 pm Feature Request #3887: ability to pass arguments to model`s constructor
- There is small mistake in my code, should be used newInstanceArgs instead of newInstance.
-
12:55 pm Feature Request #3888: ability to pass arguments to model`s constructor
- There is small mistake in my code, should be used newInstanceArgs instead of newInstance.
-
12:38 pm Feature Request #3888 (Closed): ability to pass arguments to model`s constructor
- By now you can`t pass arguments to model constructor with Model::factory(). For example, you can`t use immediate ORM ...
-
12:38 pm Feature Request #3887 (Closed): ability to pass arguments to model`s constructor
- By now you can`t pass arguments to model constructor with Model::factory(). For example, you can`t use immediate ORM ...
-
11:04 am Feature Request #3885 (Closed): Support for Kohana as a library (include.php)
- In situations where you're working with an existing codebase it's sometimes not possible to replace the routing code,...
-
02:04 am ORM Feature Request #3834 (Closed): Clearing checkbox attribute using ORM::values()
- I agree. This isn't something ORM should be trying to handle. The only good way for ORM to handle this would be if we...
03/23/2011
-
07:27 pm ORM Feature Request #3834: Clearing checkbox attribute using ORM::values()
- I think it's unnecessary. It's the same as using the folowing code in view:...
03/22/2011
-
11:09 pm Bug Report #3884 (Closed): Request should account for custom methods
- @Request::uri@ uses @$this->_action@ (and controller, directory, params) directly rather than using the associated ge...
-
04:13 pm Feature Request #3883 (New): Valid::decimal and number of decimal places as default
- Valid::decimal should not restrict the number of decimal places as default.
A possible solution could be:
Replace t... -
02:40 pm Userguide Bug Report #3882: Fixed a couple bugs in error handling guide
- This project *is* for the userguide code. Not the contents of a specific project's guide/ folder.
-
02:39 pm Userguide Bug Report #3882: Fixed a couple bugs in error handling guide
- Perhaps I misunderstood it then. I thought the Userguide module pertained to it's code rather than the actual user-g...
-
02:38 pm Userguide Bug Report #3882: Fixed a couple bugs in error handling guide
- Shaun's pull @ https://github.com/kohana/core/pull/93
-
02:38 pm Userguide Bug Report #3882: Fixed a couple bugs in error handling guide
- Anyway - I believe those are to be renamed back to "Http" rather than "HTTP" as its a break from our conventions...
... -
02:36 pm Userguide Bug Report #3882: Fixed a couple bugs in error handling guide
- The notice at the top of the page while adding the issue suggested a more appropriate place would be the Userguide pr...
-
02:32 pm Userguide Bug Report #3882 (Closed): Fixed a couple bugs in error handling guide
- As the subject says, there are a couple bugs in the Error-handling guide.
The example for an exception handler was... -
02:28 pm Core Revision 9fb26846: Fixed a regression due to Http_ renamed to HTTP_. Also fixed view path for a ...
-
12:16 pm Feature Request #3881 (Closed): negative values for Valid::decimal
- I think that Valid::decimal should recognize negative values too.
Here is a posible solution:
replace this:
... -
11:28 am ORM Feature Request #3868: ORM::check() should not throw an exception
- Okay while I agree most Model logic should be kept out of the Controller, what do you do to stop ORM_Validation_Excep...
Also available in: Atom