ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000946ClearOSclearos-frameworkpublic2013-01-18 20:482013-02-15 20:36
Reporteruser2 
Assigned Touser2 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version6.4.0 Beta 2Fixed in Version6.4.0 Beta 2 
Summary0000946: Upgrade to latest CodeIgniter and clean up patches
DescriptionSee subject.
TagsNo tags attached.
Attached Files

- Relationships
related to 0000947closeduser2 Update HMVC hook from wiredesignz 

-  Notes
(0000646)
user2
2013-01-18 20:58

SVN 5448
(0000647)
user2
2013-01-21 11:05

Source Code Changelog
---------------------------------------------------
- Updated to CodeIgniter 2.1.3 [tracker 0000946]

File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=5448 [^]
U webconfig/framework/trunk/application/config/autoload.php
U webconfig/framework/trunk/application/config/config.php
U webconfig/framework/trunk/application/config/database.php
U webconfig/framework/trunk/application/config/foreign_chars.php
U webconfig/framework/trunk/application/config/hooks.php
A webconfig/framework/trunk/application/config/migration.php
U webconfig/framework/trunk/application/config/mimes.php
U webconfig/framework/trunk/application/config/routes.php
U webconfig/framework/trunk/application/config/user_agents.php
U webconfig/framework/trunk/application/core/MY_Controller.php
A webconfig/framework/trunk/application/core/MY_Lang.php
U webconfig/framework/trunk/application/core/MY_Loader.php
U webconfig/framework/trunk/application/core/MY_Router.php
U webconfig/framework/trunk/application/errors/error_404.php
U webconfig/framework/trunk/application/errors/error_db.php
U webconfig/framework/trunk/application/errors/error_general.php
A webconfig/framework/trunk/application/helpers/MY_form_helper.php
U webconfig/framework/trunk/application/libraries/Login_session.php
A webconfig/framework/trunk/application/libraries/MY_Form_validation.php
A webconfig/framework/trunk/application/libraries/MY_Log.php
U webconfig/framework/trunk/application/libraries/Page.php
U webconfig/framework/trunk/htdocs/app/index.php
U webconfig/framework/trunk/system/core/Benchmark.php
U webconfig/framework/trunk/system/core/CodeIgniter.php
U webconfig/framework/trunk/system/core/Common.php
U webconfig/framework/trunk/system/core/Config.php
U webconfig/framework/trunk/system/core/Controller.php
U webconfig/framework/trunk/system/core/Exceptions.php
U webconfig/framework/trunk/system/core/Hooks.php
U webconfig/framework/trunk/system/core/Input.php
U webconfig/framework/trunk/system/core/Lang.php
U webconfig/framework/trunk/system/core/Loader.php
U webconfig/framework/trunk/system/core/Model.php
U webconfig/framework/trunk/system/core/Output.php
U webconfig/framework/trunk/system/core/Router.php
A webconfig/framework/trunk/system/core/Security.php
U webconfig/framework/trunk/system/core/URI.php
U webconfig/framework/trunk/system/core/Utf8.php
U webconfig/framework/trunk/system/database/DB.php
U webconfig/framework/trunk/system/database/DB_active_rec.php
U webconfig/framework/trunk/system/database/DB_cache.php
U webconfig/framework/trunk/system/database/DB_driver.php
U webconfig/framework/trunk/system/database/DB_forge.php
U webconfig/framework/trunk/system/database/DB_result.php
U webconfig/framework/trunk/system/database/DB_utility.php
A webconfig/framework/trunk/system/database/drivers/cubrid/
A webconfig/framework/trunk/system/database/drivers/cubrid/cubrid_driver.php
A webconfig/framework/trunk/system/database/drivers/cubrid/cubrid_forge.php
A webconfig/framework/trunk/system/database/drivers/cubrid/cubrid_result.php
A webconfig/framework/trunk/system/database/drivers/cubrid/cubrid_utility.php
A webconfig/framework/trunk/system/database/drivers/cubrid/index.html
U webconfig/framework/trunk/system/database/drivers/mssql/mssql_driver.php
U webconfig/framework/trunk/system/database/drivers/mysql/mysql_driver.php
U webconfig/framework/trunk/system/database/drivers/mysql/mysql_forge.php
U webconfig/framework/trunk/system/database/drivers/mysql/mysql_result.php
U webconfig/framework/trunk/system/database/drivers/mysql/mysql_utility.php
U webconfig/framework/trunk/system/database/drivers/mysqli/mysqli_driver.php
U webconfig/framework/trunk/system/database/drivers/mysqli/mysqli_forge.php
U webconfig/framework/trunk/system/database/drivers/mysqli/mysqli_result.php
U webconfig/framework/trunk/system/database/drivers/oci8/oci8_driver.php
U webconfig/framework/trunk/system/database/drivers/oci8/oci8_result.php
U webconfig/framework/trunk/system/database/drivers/odbc/odbc_driver.php
U webconfig/framework/trunk/system/database/drivers/odbc/odbc_result.php
A webconfig/framework/trunk/system/database/drivers/pdo/
A webconfig/framework/trunk/system/database/drivers/pdo/index.html
A webconfig/framework/trunk/system/database/drivers/pdo/pdo_driver.php
A webconfig/framework/trunk/system/database/drivers/pdo/pdo_forge.php
A webconfig/framework/trunk/system/database/drivers/pdo/pdo_result.php
A webconfig/framework/trunk/system/database/drivers/pdo/pdo_utility.php
U webconfig/framework/trunk/system/database/drivers/postgre/postgre_driver.php
U webconfig/framework/trunk/system/database/drivers/sqlite/sqlite_driver.php
A webconfig/framework/trunk/system/database/drivers/sqlsrv/
A webconfig/framework/trunk/system/database/drivers/sqlsrv/index.html
A webconfig/framework/trunk/system/database/drivers/sqlsrv/sqlsrv_driver.php
A webconfig/framework/trunk/system/database/drivers/sqlsrv/sqlsrv_forge.php
A webconfig/framework/trunk/system/database/drivers/sqlsrv/sqlsrv_result.php
A webconfig/framework/trunk/system/database/drivers/sqlsrv/sqlsrv_utility.php
U webconfig/framework/trunk/system/fonts/texb.ttf
U webconfig/framework/trunk/system/helpers/array_helper.php
U webconfig/framework/trunk/system/helpers/captcha_helper.php
U webconfig/framework/trunk/system/helpers/cookie_helper.php
U webconfig/framework/trunk/system/helpers/date_helper.php
U webconfig/framework/trunk/system/helpers/download_helper.php
U webconfig/framework/trunk/system/helpers/file_helper.php
U webconfig/framework/trunk/system/helpers/form_helper.php
U webconfig/framework/trunk/system/helpers/html_helper.php
U webconfig/framework/trunk/system/helpers/inflector_helper.php
U webconfig/framework/trunk/system/helpers/language_helper.php
U webconfig/framework/trunk/system/helpers/number_helper.php
U webconfig/framework/trunk/system/helpers/security_helper.php
U webconfig/framework/trunk/system/helpers/smiley_helper.php
U webconfig/framework/trunk/system/helpers/string_helper.php
U webconfig/framework/trunk/system/helpers/text_helper.php
U webconfig/framework/trunk/system/helpers/typography_helper.php
U webconfig/framework/trunk/system/helpers/url_helper.php
U webconfig/framework/trunk/system/language/en_US/form_validation_lang.php
U webconfig/framework/trunk/system/language/en_US/ftp_lang.php
A webconfig/framework/trunk/system/language/en_US/migration_lang.php
U webconfig/framework/trunk/system/language/en_US/profiler_lang.php
A webconfig/framework/trunk/system/libraries/Cache/
A webconfig/framework/trunk/system/libraries/Cache/Cache.php
A webconfig/framework/trunk/system/libraries/Cache/drivers/
A webconfig/framework/trunk/system/libraries/Cache/drivers/Cache_apc.php
A webconfig/framework/trunk/system/libraries/Cache/drivers/Cache_dummy.php
A webconfig/framework/trunk/system/libraries/Cache/drivers/Cache_file.php
A webconfig/framework/trunk/system/libraries/Cache/drivers/Cache_memcached.php
U webconfig/framework/trunk/system/libraries/Calendar.php
U webconfig/framework/trunk/system/libraries/Cart.php
U webconfig/framework/trunk/system/libraries/Driver.php
U webconfig/framework/trunk/system/libraries/Email.php
U webconfig/framework/trunk/system/libraries/Encrypt.php
U webconfig/framework/trunk/system/libraries/Form_validation.php
U webconfig/framework/trunk/system/libraries/Image_lib.php
U webconfig/framework/trunk/system/libraries/Javascript.php
U webconfig/framework/trunk/system/libraries/Log.php
A webconfig/framework/trunk/system/libraries/Migration.php
U webconfig/framework/trunk/system/libraries/Pagination.php
U webconfig/framework/trunk/system/libraries/Profiler.php
U webconfig/framework/trunk/system/libraries/Session.php
U webconfig/framework/trunk/system/libraries/Sha1.php
U webconfig/framework/trunk/system/libraries/Table.php
U webconfig/framework/trunk/system/libraries/Trackback.php
U webconfig/framework/trunk/system/libraries/Upload.php
U webconfig/framework/trunk/system/libraries/User_agent.php
U webconfig/framework/trunk/system/libraries/Xmlrpc.php
U webconfig/framework/trunk/system/libraries/Xmlrpcs.php
U webconfig/framework/trunk/system/libraries/Zip.php

- Issue History
Date Modified Username Field Change
2013-01-18 20:48 user2 New Issue
2013-01-18 20:49 user2 Assigned To => user2
2013-01-18 20:49 user2 Status new => confirmed
2013-01-18 20:56 user2 Relationship added related to 0000947
2013-01-18 20:58 user2 Note Added: 0000646
2013-01-18 20:58 user2 Status confirmed => resolved
2013-01-18 20:58 user2 Fixed in Version => 6.4.0 Beta 2
2013-01-18 20:58 user2 Resolution open => fixed
2013-01-21 11:05 user2 Checkin
2013-01-21 11:05 user2 Note Added: 0000647
2013-02-15 20:36 user2 Status resolved => closed