ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000090ClearOSclearos-frameworkpublic2010-05-20 11:592011-10-18 12:58
Reporteruser2 
Assigned Touser2 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version6.1.0 Beta 1Fixed in Version6.1.0 Beta 1 
Summary0000090: Add new web application framework
DescriptionThe current webconfig framework is getting a little old. Details on a more modern and developer-friendly framework is here: http://www.clearfoundation.com/docs/developer/features/web_application_framework/start [^]
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000288)
user2
2010-10-04 12:03

Source Code Changelog
---------------------------------------------------
- Added CodeIgniter 2.0 test (Aug 31, 2010 snapshot) [tracker 0000090]

File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=109 [^]
A framework/trunk/application/
A framework/trunk/application/.htaccess
A framework/trunk/application/config/
A framework/trunk/application/config/autoload.php
A framework/trunk/application/config/config.php
A framework/trunk/application/config/constants.php
A framework/trunk/application/config/database.php
A framework/trunk/application/config/doctypes.php
A framework/trunk/application/config/foreign_chars.php
A framework/trunk/application/config/hooks.php
A framework/trunk/application/config/index.html
A framework/trunk/application/config/mimes.php
A framework/trunk/application/config/profiler.php
A framework/trunk/application/config/routes.php
A framework/trunk/application/config/smileys.php
A framework/trunk/application/config/user_agents.php
A framework/trunk/application/controllers/
A framework/trunk/application/controllers/index.html
A framework/trunk/application/controllers/welcome.php
A framework/trunk/application/core/
A framework/trunk/application/core/index.html
A framework/trunk/application/errors/
A framework/trunk/application/errors/error_404.php
A framework/trunk/application/errors/error_db.php
A framework/trunk/application/errors/error_general.php
A framework/trunk/application/errors/error_php.php
A framework/trunk/application/errors/index.html
A framework/trunk/application/helpers/
A framework/trunk/application/helpers/index.html
A framework/trunk/application/hooks/
A framework/trunk/application/hooks/index.html
A framework/trunk/application/index.html
A framework/trunk/application/language/
A framework/trunk/application/language/english/
A framework/trunk/application/language/english/index.html
A framework/trunk/application/libraries/
A framework/trunk/application/libraries/index.html
A framework/trunk/application/models/
A framework/trunk/application/models/index.html
A framework/trunk/application/third_party/
A framework/trunk/application/third_party/index.html
A framework/trunk/application/views/
A framework/trunk/application/views/index.html
A framework/trunk/application/views/welcome_message.php
A framework/trunk/htdocs/
A framework/trunk/htdocs/admin/
A framework/trunk/htdocs/admin/index.php
A framework/trunk/license.txt
A framework/trunk/system/
A framework/trunk/system/.htaccess
A framework/trunk/system/cache/
A framework/trunk/system/cache/.htaccess
A framework/trunk/system/cache/index.html
A framework/trunk/system/core/
A framework/trunk/system/core/Base4.php
A framework/trunk/system/core/Base5.php
A framework/trunk/system/core/Benchmark.php
A framework/trunk/system/core/CodeIgniter.php
A framework/trunk/system/core/Common.php
A framework/trunk/system/core/Compat.php
A framework/trunk/system/core/Config.php
A framework/trunk/system/core/Controller.php
A framework/trunk/system/core/Exceptions.php
A framework/trunk/system/core/Hooks.php
A framework/trunk/system/core/Input.php
A framework/trunk/system/core/Lang.php
A framework/trunk/system/core/Loader.php
A framework/trunk/system/core/Model.php
A framework/trunk/system/core/Output.php
A framework/trunk/system/core/Router.php
A framework/trunk/system/core/URI.php
A framework/trunk/system/core/Unicode.php
A framework/trunk/system/core/index.html
A framework/trunk/system/database/
A framework/trunk/system/database/DB.php
A framework/trunk/system/database/DB_active_rec.php
A framework/trunk/system/database/DB_cache.php
A framework/trunk/system/database/DB_driver.php
A framework/trunk/system/database/DB_forge.php
A framework/trunk/system/database/DB_result.php
A framework/trunk/system/database/DB_utility.php
A framework/trunk/system/database/drivers/
A framework/trunk/system/database/drivers/index.html
A framework/trunk/system/database/drivers/mssql/
A framework/trunk/system/database/drivers/mssql/index.html
A framework/trunk/system/database/drivers/mssql/mssql_driver.php
A framework/trunk/system/database/drivers/mssql/mssql_forge.php
A framework/trunk/system/database/drivers/mssql/mssql_result.php
A framework/trunk/system/database/drivers/mssql/mssql_utility.php
A framework/trunk/system/database/drivers/mysql/
A framework/trunk/system/database/drivers/mysql/index.html
A framework/trunk/system/database/drivers/mysql/mysql_driver.php
A framework/trunk/system/database/drivers/mysql/mysql_forge.php
A framework/trunk/system/database/drivers/mysql/mysql_result.php
A framework/trunk/system/database/drivers/mysql/mysql_utility.php
A framework/trunk/system/database/drivers/mysqli/
A framework/trunk/system/database/drivers/mysqli/index.html
A framework/trunk/system/database/drivers/mysqli/mysqli_driver.php
A framework/trunk/system/database/drivers/mysqli/mysqli_forge.php
A framework/trunk/system/database/drivers/mysqli/mysqli_result.php
A framework/trunk/system/database/drivers/mysqli/mysqli_utility.php
A framework/trunk/system/database/drivers/oci8/
A framework/trunk/system/database/drivers/oci8/index.html
A framework/trunk/system/database/drivers/oci8/oci8_driver.php
A framework/trunk/system/database/drivers/oci8/oci8_forge.php
A framework/trunk/system/database/drivers/oci8/oci8_result.php
A framework/trunk/system/database/drivers/oci8/oci8_utility.php
A framework/trunk/system/database/drivers/odbc/
A framework/trunk/system/database/drivers/odbc/index.html
A framework/trunk/system/database/drivers/odbc/odbc_driver.php
A framework/trunk/system/database/drivers/odbc/odbc_forge.php
A framework/trunk/system/database/drivers/odbc/odbc_result.php
A framework/trunk/system/database/drivers/odbc/odbc_utility.php
A framework/trunk/system/database/drivers/postgre/
A framework/trunk/system/database/drivers/postgre/index.html
A framework/trunk/system/database/drivers/postgre/postgre_driver.php
A framework/trunk/system/database/drivers/postgre/postgre_forge.php
A framework/trunk/system/database/drivers/postgre/postgre_result.php
A framework/trunk/system/database/drivers/postgre/postgre_utility.php
A framework/trunk/system/database/drivers/sqlite/
A framework/trunk/system/database/drivers/sqlite/index.html
A framework/trunk/system/database/drivers/sqlite/sqlite_driver.php
A framework/trunk/system/database/drivers/sqlite/sqlite_forge.php
A framework/trunk/system/database/drivers/sqlite/sqlite_result.php
A framework/trunk/system/database/drivers/sqlite/sqlite_utility.php
A framework/trunk/system/database/index.html
A framework/trunk/system/fonts/
A framework/trunk/system/fonts/index.html
A framework/trunk/system/fonts/texb.ttf
A framework/trunk/system/helpers/
A framework/trunk/system/helpers/array_helper.php
A framework/trunk/system/helpers/captcha_helper.php
A framework/trunk/system/helpers/compatibility_helper.php
A framework/trunk/system/helpers/cookie_helper.php
A framework/trunk/system/helpers/date_helper.php
A framework/trunk/system/helpers/directory_helper.php
A framework/trunk/system/helpers/download_helper.php
A framework/trunk/system/helpers/email_helper.php
A framework/trunk/system/helpers/file_helper.php
A framework/trunk/system/helpers/form_helper.php
A framework/trunk/system/helpers/html_helper.php
A framework/trunk/system/helpers/index.html
A framework/trunk/system/helpers/inflector_helper.php
A framework/trunk/system/helpers/language_helper.php
A framework/trunk/system/helpers/number_helper.php
A framework/trunk/system/helpers/path_helper.php
A framework/trunk/system/helpers/security_helper.php
A framework/trunk/system/helpers/smiley_helper.php
A framework/trunk/system/helpers/string_helper.php
A framework/trunk/system/helpers/text_helper.php
A framework/trunk/system/helpers/typography_helper.php
A framework/trunk/system/helpers/url_helper.php
A framework/trunk/system/helpers/xml_helper.php
A framework/trunk/system/index.html
A framework/trunk/system/language/
A framework/trunk/system/language/english/
A framework/trunk/system/language/english/calendar_lang.php
A framework/trunk/system/language/english/date_lang.php
A framework/trunk/system/language/english/db_lang.php
A framework/trunk/system/language/english/email_lang.php
A framework/trunk/system/language/english/form_validation_lang.php
A framework/trunk/system/language/english/ftp_lang.php
A framework/trunk/system/language/english/imglib_lang.php
A framework/trunk/system/language/english/index.html
A framework/trunk/system/language/english/number_lang.php
A framework/trunk/system/language/english/profiler_lang.php
A framework/trunk/system/language/english/unit_test_lang.php
A framework/trunk/system/language/english/upload_lang.php
A framework/trunk/system/language/index.html
A framework/trunk/system/libraries/
A framework/trunk/system/libraries/Calendar.php
A framework/trunk/system/libraries/Cart.php
A framework/trunk/system/libraries/Driver.php
A framework/trunk/system/libraries/Email.php
A framework/trunk/system/libraries/Encrypt.php
A framework/trunk/system/libraries/Form_validation.php
A framework/trunk/system/libraries/Ftp.php
A framework/trunk/system/libraries/Image_lib.php
A framework/trunk/system/libraries/Javascript.php
A framework/trunk/system/libraries/Log.php
A framework/trunk/system/libraries/Pagination.php
A framework/trunk/system/libraries/Parser.php
A framework/trunk/system/libraries/Profiler.php
A framework/trunk/system/libraries/Security.php
A framework/trunk/system/libraries/Session.php
A framework/trunk/system/libraries/Sha1.php
A framework/trunk/system/libraries/Table.php
A framework/trunk/system/libraries/Trackback.php
A framework/trunk/system/libraries/Typography.php
A framework/trunk/system/libraries/Unit_test.php
A framework/trunk/system/libraries/Upload.php
A framework/trunk/system/libraries/User_agent.php
A framework/trunk/system/libraries/Xmlrpc.php
A framework/trunk/system/libraries/Xmlrpcs.php
A framework/trunk/system/libraries/Zip.php
A framework/trunk/system/libraries/index.html
A framework/trunk/system/libraries/javascript/
A framework/trunk/system/libraries/javascript/Jquery.php
A framework/trunk/system/logs/
A framework/trunk/system/logs/index.html
(0000289)
user2
2010-10-04 12:30

Source Code Changelog
---------------------------------------------------
- Added modular extensions / HMVC support from wiredesignz [tracker 0000090]

File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=110 [^]
A framework/trunk/application/core/MY_Controller.php
A framework/trunk/application/core/MY_Loader.php
A framework/trunk/application/core/MY_Router.php
A framework/trunk/application/third_party/MX/
A framework/trunk/application/third_party/MX/Base.php
A framework/trunk/application/third_party/MX/Ci.php
A framework/trunk/application/third_party/MX/Config.php
A framework/trunk/application/third_party/MX/Controller.php
A framework/trunk/application/third_party/MX/Lang.php
A framework/trunk/application/third_party/MX/Loader.php
A framework/trunk/application/third_party/MX/Modules.php
A framework/trunk/application/third_party/MX/Router.php
(0000294)
user2
2010-10-08 10:30

Source Code Changelog
---------------------------------------------------
- Changed path location [tracker 0000090]

File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=115 [^]
U framework/trunk/htdocs/admin/index.php
(0000295)
user2
2010-10-08 10:35

Source Code Changelog
---------------------------------------------------
- Added hooks to handle versioning in development mode [tracker 0000090]

File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=116 [^]
U framework/trunk/application/third_party/MX/Modules.php
U framework/trunk/application/third_party/MX/Router.php

- Issue History
Date Modified Username Field Change
2010-05-20 11:59 user2 New Issue
2010-05-20 11:59 user2 Status new => confirmed
2010-05-20 11:59 user2 Target Version => 6.0
2010-10-04 12:03 user2 Checkin
2010-10-04 12:03 user2 Note Added: 0000288
2010-10-04 12:30 user2 Checkin
2010-10-04 12:30 user2 Note Added: 0000289
2010-10-08 10:30 user2 Checkin
2010-10-08 10:30 user2 Note Added: 0000294
2010-10-08 10:35 user2 Checkin
2010-10-08 10:35 user2 Note Added: 0000295
2010-10-13 14:17 user2 Status confirmed => assigned
2010-10-13 14:17 user2 Assigned To => user2
2011-04-16 13:12 user2 Status assigned => resolved
2011-04-16 13:12 user2 Fixed in Version => 6.0.0
2011-04-16 13:12 user2 Resolution open => fixed
2011-10-18 12:43 user2 Fixed in Version 6.1.x => 6.1 Beta 1
2011-10-18 12:44 user2 Target Version 6.1.x => 6.1 Beta 1
2011-10-18 12:58 user2 Status resolved => closed