Sign in
Register
Home
Projects
Help
Search
:
KohanaPHP
» Kohana v3.x
Overview
Activity
Roadmap
Issues
Wiki
Files
Repository
v3.2.1
08/27/2012
100%
115 closed
(100%) 0 open (0%)
Time tracking
Estimated time
2
.10
hours
Issues by
Category
Tracker
Status
Priority
Author
Assignee
Core
53/53
Internals
1/1
Modules:Cache
1/1
Modules:Unittest
1/1
Modules:Userguide
2/2
PHPCS Coding Standards
1/1
Related issues
ORM -
Bug Report #3729
: ORM and sqlite virtual tables not accessed properly breaking object
Userguide -
Bug Report #3782
: Userguide reference bluehawk's forks rather than the official repos.
Bug Report #3900
: Validation::check doesn't check errors added manually
Bug Report #4119
: Route::uri() should encode parameters
Cache -
Bug Report #4130
: Deleting cache and ignored files
Bug Report #4135
: Request protocol not correctly being set to https
Bug Report #4141
: Fix Request::redirect() when using an index_page
Bug Report #4142
: Creating URLs and links using routes
Cache -
Bug Report #4143
: Cache Tests are missing @group phpdoc's
Bug Report #4146
: Translated messages should not rely on the default language being English
Userguide -
Bug Report #4149
: Translated messages should not rely on the default language being English
Bug Report #4153
: Request unit tests should not rely on welcome controller/default route being available
Cache -
Bug Report #4154
: Add unit tests to "kohana" group
Bug Report #4155
: CSRF test provider fails if headers have already been sent
UnitTest -
Bug Report #4162
: Unit testing module doesn't work on Kohana 3.2
Bug Report #4168
: Loading order configuration files have changed
Bug Report #4175
: Kohana_View::__toString() doesn`t respect mine exception handler setted by a set_exception_handler
Bug Report #4176
: lowercase check of set headers
ORM -
Bug Report #4177
: ORM::_build(Database::DELETE) should not use aliases
Bug Report #4179
: Outdated year in LICENSE.md
Bug Report #4180
: Update bootstrap.php doc
Bug Report #4184
: 3.2 Request::redirect bug
ORM -
Bug Report #4185
: _external array for Validation loads the incorrect file
Userguide -
Bug Report #4190
: Deploying documentation example outdated
Image -
Bug Report #4196
: Unit test fails when GD unavailable
Bug Report #4208
: Text::auto_link - wrong links when using prefix "www"
Bug Report #4216
: UTF8 class includes files directly from the system folder.
ORM -
Bug Report #4218
: KO3.2 ORM Model user complete_login() bug
ORM -
Bug Report #4222
: _login fails with custom primary key
Bug Report #4224
: Kohana::$config incorrectly initialized in Kohana_Core
Bug Report #4227
: Cookie session, session get randomly lost
UnitTest -
Bug Report #4232
: PHP files under system/tests/test_data are executed when building list of tests
Bug Report #4234
: html::email - no longer available?
UnitTest -
Bug Report #4237
: Bootstrap sends headers when calling ob_end_flush() even if no output sent
Bug Report #4240
: URL::query works wrong with multi-dimensional arrays
ORM -
Bug Report #4244
: save() not assigning primary_key_value when id column isn't auto-increment
ORM -
Bug Report #4245
: version 3.2 shipped w/o save_all() in ORM
ORM -
Bug Report #4250
: Don't appy filters on Database_Expression values
ORM -
Bug Report #4252
: ORM doesn't delete Auth tokens while logout
Bug Report #4256
: Kohana documentation uses $_POST instead of Request::post()
Bug Report #4257
: X-Powered-by header
Bug Report #4259
: Syntax for passing array callbacks to Arr::map is not clear
Database -
Bug Report #4264
: Problem quoting columns.
Auth -
Bug Report #4265
: Possible bug in Kohana 3.2 Auth?
Bug Report #4273
: Incorrect root uri
Bug Report #4276
: Request::cookie() doesn't work as setter
Bug Report #4277
: Request::initial()->cookie() is not initialized.
Bug Report #4284
: Syslog driver doesn't use $_syslog_levels
Bug Report #4285
: $params variable not used
Bug Report #4291
: get_magic_quotes_gpc is deprecated in 5.4
Bug Report #4297
: Missing parameter in examples for Upload::Image()
Database -
Bug Report #4300
: Session database should use the Database::$default default group
Bug Report #4301
: Route::cache() should not cache lambda routes
UnitTest -
Bug Report #4304
: Guide page incorrectly references application index.php instead of module boostrap.php for the phpunit bootstrap
Bug Report #4308
: Kohana index.php not sending headers using the correct API
Database -
Bug Report #4309
: Query builder subquery quoting problem when using databases of different types
Database -
Bug Report #4316
: Can't get Config_Database to work
Bug Report #4317
: Coding standards do not accept @codeCoverageIgnore(Start|End) PHPUnit Tags
Bug Report #4324
: Unable to configure memcache servers, Arr::merge() does not merge the arrays
Bug Report #4325
: Cache configuration guide shows incorrect array structure for memcache servers
Bug Report #4344
: Response::send_file determines mime type incorrectly
Bug Report #4351
: installation guide error
Bug Report #4359
: FILE_SECURITY should use "OR" instead of "or"
UnitTest -
Bug Report #4363
: use_whitelist does not default to FALSE
Bug Report #4365
: Validation does not check message type
Userguide -
Bug Report #4378
: Wrong toc anchors with cyrillic headers
Bug Report #4380
: PHPUnit 3.6 / CodeCoverage 1.1
Database -
Bug Report #4394
: MySQL enum doesn't handle values with parentheses
ORM -
Bug Report #4406
: Belongs to relationships return the wrong record
ORM -
Bug Report #4420
: ORM with belongs_to causes error when setting it to NULL
ORM -
Bug Report #4425
: Validation should always run in a model isn't valid
Bug Report #4453
: The "factory" method for "Kohana_Request" has a wrong PHPDoc @return
ORM -
Bug Report #4455
: Cannot join using ORM
Bug Report #4456
: Kohana::init() overwrites any existing internal Log or Config instances
Bug Report #4465
: Response::generate_etag() is failing to check body
Bug Report #4467
: Mass Assignment
Bug Report #4468
: URL::base() does not respect Request::$_secure
Bug Report #4471
: Debug is no longer a method. Kohana::debug(); It has been moved to its own class.
Bug Report #4472
: Parameter in CLI::options() is required though is not used
Userguide -
Bug Report #4480
: Wrote the Encryption page for the guide
ORM -
Bug Report #4483
: PostgresQL HINT: Perhaps you meant to reference the table alias "user".
Bug Report #4496
: Incorrect MIME-type for javascript files in File::mime_by_ext
Bug Report #4502
: Kohana_HTTP_Header::preferred_language returns FALSE when $languages = array('en-US', 'en-us')
Bug Report #4513
: Array to string conversion
Bug Report #4514
: Key should be cast to string
Bug Report #4515
: cURL: use the built-in request types if possible
Bug Report #4529
: Some HTML methods are improperly handling absolute URLs
ORM -
Bug Report #4535
: Expires field in tokens table is not covered by index
Userguide -
Bug Report #4538
: Update $_POST to Request::current()->post()
UnitTest -
Bug Report #4541
: SYSPATH/system/tests/kohana/ViewTest.php
Userguide -
Bug Report #4543
: Comments of users are shown in production mode(no config option available)
Userguide -
Bug Report #4545
: Kohana Views being called from within code blocks
Userguide -
Bug Report #4551
: Userguide - extendable controller
Userguide -
Bug Report #4553
: Tutorials - Friendly Error Pages
Bug Report #4557
: URL::base() not working with HTTPS
Cache -
Bug Report #4562
: Bug in Sqlite cache
Bug Report #4573
: HTTP_Header::offsetSet() casts value to string, unable to use arrays
Feature Request #3911
: Add mime type for .webm format to mime types config
Cache -
Feature Request #4098
: Multiget requests
OAuth -
Feature Request #4127
: Add Tumblr to providers
ORM -
Feature Request #4247
: Relational object setting validation
Feature Request #4258
: Kohana::modules : ErrorException when module not find
Feature Request #4266
: Set Validation data after constructor
UnitTest -
Feature Request #4323
: Support PHPUnit 3.6
Auth -
Feature Request #4362
: Add Userguide
Database -
Feature Request #4372
: Allow PDO options to be configured
Userguide -
Feature Request #4476
: Allow use of .md extension in guide links to support online browsing (eg in github)
Userguide -
Feature Request #4547
: Show what interfaces a class implements
Patch #4109
: Cleaning of UTF8 class
Image -
Patch #4122
: Auto crop
Patch #4251
: Fix error on deprecated get_magic_quotes_gpc() in PHP 5.4+
Cache -
Patch #4254
: Cache_File:: _delete_file & SVN project
Patch #4414
: Add Facebook user agent
Patch #4531
: Add "Kohana as a Library" tutorial
ORM -
Patch #4533
: Filters documentation update
Total issues vs. Closed issues
Loading...