From e814aa8253fad1a08512614a108dc2a8af221c9d Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 5 Sep 2021 03:19:37 +0000 Subject: [PATCH] prework to upgrade codeigniter to 2.2.6 --- codepot/src/codepot/controllers/api.php | 2 +- codepot/src/codepot/controllers/code.php | 3 +-- codepot/src/codepot/controllers/file.php | 3 +-- codepot/src/codepot/controllers/graph.php | 3 +-- codepot/src/codepot/controllers/issue.php | 3 +-- codepot/src/codepot/controllers/main.php | 5 ++--- codepot/src/codepot/controllers/project.php | 3 +-- codepot/src/codepot/controllers/site.php | 3 +-- codepot/src/codepot/controllers/user.php | 3 +-- codepot/src/codepot/controllers/wiki.php | 3 +-- codepot/src/codepot/models/codemodel.php | 2 +- codepot/src/codepot/models/coderepomodel.php | 2 +- codepot/src/codepot/models/filemodel.php | 2 +- codepot/src/codepot/models/issuemodel.php | 2 +- codepot/src/codepot/models/loginmodel.php | 2 +- codepot/src/codepot/models/logmodel.php | 2 +- codepot/src/codepot/models/projectmodel.php | 2 +- codepot/src/codepot/models/sitemodel.php | 2 +- codepot/src/codepot/models/usermodel.php | 2 +- codepot/src/codepot/models/wikimodel.php | 2 +- codepot/src/index.php | 2 +- codepot/src/{system => systen.bak}/Makefile.am | 0 codepot/src/{system => systen.bak}/Makefile.in | 0 .../src/{system => systen.bak}/cache/Makefile.am | 0 .../src/{system => systen.bak}/cache/Makefile.in | 0 codepot/src/{system => systen.bak}/cache/index.html | 0 .../{system => systen.bak}/codeigniter/Base4.php | 0 .../{system => systen.bak}/codeigniter/Base5.php | 0 .../codeigniter/CodeIgniter.php | 0 .../{system => systen.bak}/codeigniter/Common.php | 0 .../{system => systen.bak}/codeigniter/Compat.php | 0 .../{system => systen.bak}/codeigniter/Makefile.am | 0 .../{system => systen.bak}/codeigniter/Makefile.in | 0 .../{system => systen.bak}/codeigniter/index.html | 0 codepot/src/{system => systen.bak}/database/DB.php | 0 .../database/DB_active_rec.php | 0 .../{system => systen.bak}/database/DB_cache.php | 0 .../{system => systen.bak}/database/DB_driver.php | 0 .../{system => systen.bak}/database/DB_forge.php | 0 .../{system => systen.bak}/database/DB_result.php | 0 .../{system => systen.bak}/database/DB_utility.php | 0 .../src/{system => systen.bak}/database/Makefile.am | 0 .../src/{system => systen.bak}/database/Makefile.in | 0 .../database/drivers/Makefile.am | 0 .../database/drivers/Makefile.in | 0 .../database/drivers/index.html | 0 .../database/drivers/mssql/Makefile.am | 0 .../database/drivers/mssql/Makefile.in | 0 .../database/drivers/mssql/index.html | 0 .../database/drivers/mssql/mssql_driver.php | 0 .../database/drivers/mssql/mssql_forge.php | 0 .../database/drivers/mssql/mssql_result.php | 0 .../database/drivers/mssql/mssql_utility.php | 0 .../database/drivers/mysql/Makefile.am | 0 .../database/drivers/mysql/Makefile.in | 0 .../database/drivers/mysql/index.html | 0 .../database/drivers/mysql/mysql_driver.php | 0 .../database/drivers/mysql/mysql_forge.php | 0 .../database/drivers/mysql/mysql_result.php | 0 .../database/drivers/mysql/mysql_utility.php | 0 .../database/drivers/mysqli/Makefile.am | 0 .../database/drivers/mysqli/Makefile.in | 0 .../database/drivers/mysqli/index.html | 0 .../database/drivers/mysqli/mysqli_driver.php | 0 .../database/drivers/mysqli/mysqli_forge.php | 0 .../database/drivers/mysqli/mysqli_result.php | 0 .../database/drivers/mysqli/mysqli_utility.php | 0 .../database/drivers/oci8/Makefile.am | 0 .../database/drivers/oci8/Makefile.in | 0 .../database/drivers/oci8/index.html | 0 .../database/drivers/oci8/oci8_driver.php | 0 .../database/drivers/oci8/oci8_forge.php | 0 .../database/drivers/oci8/oci8_result.php | 0 .../database/drivers/oci8/oci8_utility.php | 0 .../database/drivers/odbc/Makefile.am | 0 .../database/drivers/odbc/Makefile.in | 0 .../database/drivers/odbc/index.html | 0 .../database/drivers/odbc/odbc_driver.php | 0 .../database/drivers/odbc/odbc_forge.php | 0 .../database/drivers/odbc/odbc_result.php | 0 .../database/drivers/odbc/odbc_utility.php | 0 .../database/drivers/postgre/Makefile.am | 0 .../database/drivers/postgre/Makefile.in | 0 .../database/drivers/postgre/index.html | 0 .../database/drivers/postgre/postgre_driver.php | 0 .../database/drivers/postgre/postgre_forge.php | 0 .../database/drivers/postgre/postgre_result.php | 0 .../database/drivers/postgre/postgre_utility.php | 0 .../database/drivers/sqlite/Makefile.am | 0 .../database/drivers/sqlite/Makefile.in | 0 .../database/drivers/sqlite/index.html | 0 .../database/drivers/sqlite/sqlite_driver.php | 0 .../database/drivers/sqlite/sqlite_forge.php | 0 .../database/drivers/sqlite/sqlite_result.php | 0 .../database/drivers/sqlite/sqlite_utility.php | 0 .../src/{system => systen.bak}/database/index.html | 0 .../src/{system => systen.bak}/fonts/Makefile.am | 0 .../src/{system => systen.bak}/fonts/Makefile.in | 0 codepot/src/{system => systen.bak}/fonts/index.html | 0 codepot/src/{system => systen.bak}/fonts/texb.ttf | Bin .../src/{system => systen.bak}/helpers/Makefile.am | 0 .../src/{system => systen.bak}/helpers/Makefile.in | 0 .../{system => systen.bak}/helpers/array_helper.php | 0 .../helpers/compatibility_helper.php | 0 .../helpers/cookie_helper.php | 0 .../{system => systen.bak}/helpers/date_helper.php | 0 .../helpers/directory_helper.php | 0 .../helpers/download_helper.php | 0 .../{system => systen.bak}/helpers/email_helper.php | 0 .../{system => systen.bak}/helpers/file_helper.php | 0 .../{system => systen.bak}/helpers/form_helper.php | 0 .../{system => systen.bak}/helpers/html_helper.php | 0 .../src/{system => systen.bak}/helpers/index.html | 0 .../helpers/inflector_helper.php | 0 .../helpers/language_helper.php | 0 .../helpers/number_helper.php | 0 .../{system => systen.bak}/helpers/path_helper.php | 0 .../helpers/security_helper.php | 0 .../helpers/smiley_helper.php | 0 .../helpers/string_helper.php | 0 .../{system => systen.bak}/helpers/text_helper.php | 0 .../helpers/typography_helper.php | 0 .../{system => systen.bak}/helpers/url_helper.php | 0 .../{system => systen.bak}/helpers/xml_helper.php | 0 codepot/src/{system => systen.bak}/index.html | 0 .../src/{system => systen.bak}/language/Makefile.am | 0 .../src/{system => systen.bak}/language/Makefile.in | 0 .../language/english/Makefile.am | 0 .../language/english/Makefile.in | 0 .../language/english/calendar_lang.php | 0 .../language/english/date_lang.php | 0 .../language/english/db_lang.php | 0 .../language/english/email_lang.php | 0 .../language/english/form_validation_lang.php | 0 .../language/english/ftp_lang.php | 0 .../language/english/imglib_lang.php | 0 .../language/english/index.html | 0 .../language/english/number_lang.php | 0 .../language/english/profiler_lang.php | 0 .../language/english/scaffolding_lang.php | 0 .../language/english/unit_test_lang.php | 0 .../language/english/upload_lang.php | 0 .../language/english/validation_lang.php | 0 .../src/{system => systen.bak}/language/index.html | 0 .../language/korean/Makefile.am | 0 .../language/korean/Makefile.in | 0 .../language/korean/calendar_lang.php | 0 .../language/korean/date_lang.php | 0 .../language/korean/db_lang.php | 0 .../language/korean/email_lang.php | 0 .../language/korean/form_validation_lang.php | 0 .../language/korean/ftp_lang.php | 0 .../language/korean/imglib_lang.php | 0 .../language/korean/index.html | 0 .../language/korean/number_lang.php | 0 .../language/korean/profiler_lang.php | 0 .../language/korean/scaffolding_lang.php | 0 .../language/korean/unit_test_lang.php | 0 .../language/korean/upload_lang.php | 0 .../language/korean/validation_lang.php | 0 .../{system => systen.bak}/libraries/Benchmark.php | 0 .../{system => systen.bak}/libraries/Calendar.php | 0 .../src/{system => systen.bak}/libraries/Cart.php | 0 .../src/{system => systen.bak}/libraries/Config.php | 0 .../{system => systen.bak}/libraries/Controller.php | 0 .../src/{system => systen.bak}/libraries/Email.php | 0 .../{system => systen.bak}/libraries/Encrypt.php | 0 .../{system => systen.bak}/libraries/Exceptions.php | 0 .../libraries/Form_validation.php | 0 .../src/{system => systen.bak}/libraries/Ftp.php | 0 .../src/{system => systen.bak}/libraries/Hooks.php | 0 .../{system => systen.bak}/libraries/Image_lib.php | 0 .../src/{system => systen.bak}/libraries/Input.php | 0 .../{system => systen.bak}/libraries/Language.php | 0 .../src/{system => systen.bak}/libraries/Loader.php | 0 .../src/{system => systen.bak}/libraries/Log.php | 0 .../{system => systen.bak}/libraries/Makefile.am | 0 .../{system => systen.bak}/libraries/Makefile.in | 0 .../src/{system => systen.bak}/libraries/Model.php | 0 .../src/{system => systen.bak}/libraries/Output.php | 0 .../{system => systen.bak}/libraries/Pagination.php | 0 .../src/{system => systen.bak}/libraries/Parser.php | 0 .../{system => systen.bak}/libraries/Profiler.php | 0 .../src/{system => systen.bak}/libraries/Router.php | 0 .../{system => systen.bak}/libraries/Session.php | 0 .../src/{system => systen.bak}/libraries/Sha1.php | 0 .../src/{system => systen.bak}/libraries/Table.php | 0 .../{system => systen.bak}/libraries/Trackback.php | 0 .../{system => systen.bak}/libraries/Typography.php | 0 .../src/{system => systen.bak}/libraries/URI.php | 0 .../{system => systen.bak}/libraries/Unit_test.php | 0 .../src/{system => systen.bak}/libraries/Upload.php | 0 .../{system => systen.bak}/libraries/User_agent.php | 0 .../{system => systen.bak}/libraries/Validation.php | 0 .../src/{system => systen.bak}/libraries/Xmlrpc.php | 0 .../{system => systen.bak}/libraries/Xmlrpcs.php | 0 .../src/{system => systen.bak}/libraries/Zip.php | 0 .../src/{system => systen.bak}/libraries/index.html | 0 codepot/src/{system => systen.bak}/license.txt | 0 codepot/src/{system => systen.bak}/logs/Makefile.am | 0 codepot/src/{system => systen.bak}/logs/Makefile.in | 0 codepot/src/{system => systen.bak}/logs/index.html | 0 .../src/{system => systen.bak}/plugins/Makefile.am | 0 .../src/{system => systen.bak}/plugins/Makefile.in | 0 .../{system => systen.bak}/plugins/captcha_pi.php | 0 .../src/{system => systen.bak}/plugins/index.html | 0 .../plugins/js_calendar_pi.php | 0 .../{system => systen.bak}/scaffolding/Makefile.am | 0 .../{system => systen.bak}/scaffolding/Makefile.in | 0 .../scaffolding/Scaffolding.php | 0 .../scaffolding/images/Makefile.am | 0 .../scaffolding/images/Makefile.in | 0 .../scaffolding/images/background.jpg | Bin .../scaffolding/images/index.html | 0 .../scaffolding/images/logo.jpg | Bin .../{system => systen.bak}/scaffolding/index.html | 0 .../scaffolding/views/Makefile.am | 0 .../scaffolding/views/Makefile.in | 0 .../scaffolding/views/add.php | 0 .../scaffolding/views/delete.php | 0 .../scaffolding/views/edit.php | 0 .../scaffolding/views/footer.php | 0 .../scaffolding/views/header.php | 0 .../scaffolding/views/index.html | 0 .../scaffolding/views/no_data.php | 0 .../scaffolding/views/stylesheet.css | 0 .../scaffolding/views/view.php | 0 227 files changed, 22 insertions(+), 31 deletions(-) rename codepot/src/{system => systen.bak}/Makefile.am (100%) rename codepot/src/{system => systen.bak}/Makefile.in (100%) rename codepot/src/{system => systen.bak}/cache/Makefile.am (100%) rename codepot/src/{system => systen.bak}/cache/Makefile.in (100%) rename codepot/src/{system => systen.bak}/cache/index.html (100%) rename codepot/src/{system => systen.bak}/codeigniter/Base4.php (100%) rename codepot/src/{system => systen.bak}/codeigniter/Base5.php (100%) rename codepot/src/{system => systen.bak}/codeigniter/CodeIgniter.php (100%) rename codepot/src/{system => systen.bak}/codeigniter/Common.php (100%) rename codepot/src/{system => systen.bak}/codeigniter/Compat.php (100%) rename codepot/src/{system => systen.bak}/codeigniter/Makefile.am (100%) rename codepot/src/{system => systen.bak}/codeigniter/Makefile.in (100%) rename codepot/src/{system => systen.bak}/codeigniter/index.html (100%) rename codepot/src/{system => systen.bak}/database/DB.php (100%) rename codepot/src/{system => systen.bak}/database/DB_active_rec.php (100%) rename codepot/src/{system => systen.bak}/database/DB_cache.php (100%) rename codepot/src/{system => systen.bak}/database/DB_driver.php (100%) rename codepot/src/{system => systen.bak}/database/DB_forge.php (100%) rename codepot/src/{system => systen.bak}/database/DB_result.php (100%) rename codepot/src/{system => systen.bak}/database/DB_utility.php (100%) rename codepot/src/{system => systen.bak}/database/Makefile.am (100%) rename codepot/src/{system => systen.bak}/database/Makefile.in (100%) rename codepot/src/{system => systen.bak}/database/drivers/Makefile.am (100%) rename codepot/src/{system => systen.bak}/database/drivers/Makefile.in (100%) rename codepot/src/{system => systen.bak}/database/drivers/index.html (100%) rename codepot/src/{system => systen.bak}/database/drivers/mssql/Makefile.am (100%) rename codepot/src/{system => systen.bak}/database/drivers/mssql/Makefile.in (100%) rename codepot/src/{system => systen.bak}/database/drivers/mssql/index.html (100%) rename codepot/src/{system => systen.bak}/database/drivers/mssql/mssql_driver.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/mssql/mssql_forge.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/mssql/mssql_result.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/mssql/mssql_utility.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/mysql/Makefile.am (100%) rename codepot/src/{system => systen.bak}/database/drivers/mysql/Makefile.in (100%) rename codepot/src/{system => systen.bak}/database/drivers/mysql/index.html (100%) rename codepot/src/{system => systen.bak}/database/drivers/mysql/mysql_driver.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/mysql/mysql_forge.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/mysql/mysql_result.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/mysql/mysql_utility.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/mysqli/Makefile.am (100%) rename codepot/src/{system => systen.bak}/database/drivers/mysqli/Makefile.in (100%) rename codepot/src/{system => systen.bak}/database/drivers/mysqli/index.html (100%) rename codepot/src/{system => systen.bak}/database/drivers/mysqli/mysqli_driver.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/mysqli/mysqli_forge.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/mysqli/mysqli_result.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/mysqli/mysqli_utility.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/oci8/Makefile.am (100%) rename codepot/src/{system => systen.bak}/database/drivers/oci8/Makefile.in (100%) rename codepot/src/{system => systen.bak}/database/drivers/oci8/index.html (100%) rename codepot/src/{system => systen.bak}/database/drivers/oci8/oci8_driver.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/oci8/oci8_forge.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/oci8/oci8_result.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/oci8/oci8_utility.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/odbc/Makefile.am (100%) rename codepot/src/{system => systen.bak}/database/drivers/odbc/Makefile.in (100%) rename codepot/src/{system => systen.bak}/database/drivers/odbc/index.html (100%) rename codepot/src/{system => systen.bak}/database/drivers/odbc/odbc_driver.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/odbc/odbc_forge.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/odbc/odbc_result.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/odbc/odbc_utility.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/postgre/Makefile.am (100%) rename codepot/src/{system => systen.bak}/database/drivers/postgre/Makefile.in (100%) rename codepot/src/{system => systen.bak}/database/drivers/postgre/index.html (100%) rename codepot/src/{system => systen.bak}/database/drivers/postgre/postgre_driver.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/postgre/postgre_forge.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/postgre/postgre_result.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/postgre/postgre_utility.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/sqlite/Makefile.am (100%) rename codepot/src/{system => systen.bak}/database/drivers/sqlite/Makefile.in (100%) rename codepot/src/{system => systen.bak}/database/drivers/sqlite/index.html (100%) rename codepot/src/{system => systen.bak}/database/drivers/sqlite/sqlite_driver.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/sqlite/sqlite_forge.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/sqlite/sqlite_result.php (100%) rename codepot/src/{system => systen.bak}/database/drivers/sqlite/sqlite_utility.php (100%) rename codepot/src/{system => systen.bak}/database/index.html (100%) rename codepot/src/{system => systen.bak}/fonts/Makefile.am (100%) rename codepot/src/{system => systen.bak}/fonts/Makefile.in (100%) rename codepot/src/{system => systen.bak}/fonts/index.html (100%) rename codepot/src/{system => systen.bak}/fonts/texb.ttf (100%) rename codepot/src/{system => systen.bak}/helpers/Makefile.am (100%) rename codepot/src/{system => systen.bak}/helpers/Makefile.in (100%) rename codepot/src/{system => systen.bak}/helpers/array_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/compatibility_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/cookie_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/date_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/directory_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/download_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/email_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/file_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/form_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/html_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/index.html (100%) rename codepot/src/{system => systen.bak}/helpers/inflector_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/language_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/number_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/path_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/security_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/smiley_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/string_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/text_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/typography_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/url_helper.php (100%) rename codepot/src/{system => systen.bak}/helpers/xml_helper.php (100%) rename codepot/src/{system => systen.bak}/index.html (100%) rename codepot/src/{system => systen.bak}/language/Makefile.am (100%) rename codepot/src/{system => systen.bak}/language/Makefile.in (100%) rename codepot/src/{system => systen.bak}/language/english/Makefile.am (100%) rename codepot/src/{system => systen.bak}/language/english/Makefile.in (100%) rename codepot/src/{system => systen.bak}/language/english/calendar_lang.php (100%) rename codepot/src/{system => systen.bak}/language/english/date_lang.php (100%) rename codepot/src/{system => systen.bak}/language/english/db_lang.php (100%) rename codepot/src/{system => systen.bak}/language/english/email_lang.php (100%) rename codepot/src/{system => systen.bak}/language/english/form_validation_lang.php (100%) rename codepot/src/{system => systen.bak}/language/english/ftp_lang.php (100%) rename codepot/src/{system => systen.bak}/language/english/imglib_lang.php (100%) rename codepot/src/{system => systen.bak}/language/english/index.html (100%) rename codepot/src/{system => systen.bak}/language/english/number_lang.php (100%) rename codepot/src/{system => systen.bak}/language/english/profiler_lang.php (100%) rename codepot/src/{system => systen.bak}/language/english/scaffolding_lang.php (100%) rename codepot/src/{system => systen.bak}/language/english/unit_test_lang.php (100%) rename codepot/src/{system => systen.bak}/language/english/upload_lang.php (100%) rename codepot/src/{system => systen.bak}/language/english/validation_lang.php (100%) rename codepot/src/{system => systen.bak}/language/index.html (100%) rename codepot/src/{system => systen.bak}/language/korean/Makefile.am (100%) rename codepot/src/{system => systen.bak}/language/korean/Makefile.in (100%) rename codepot/src/{system => systen.bak}/language/korean/calendar_lang.php (100%) rename codepot/src/{system => systen.bak}/language/korean/date_lang.php (100%) rename codepot/src/{system => systen.bak}/language/korean/db_lang.php (100%) rename codepot/src/{system => systen.bak}/language/korean/email_lang.php (100%) rename codepot/src/{system => systen.bak}/language/korean/form_validation_lang.php (100%) rename codepot/src/{system => systen.bak}/language/korean/ftp_lang.php (100%) rename codepot/src/{system => systen.bak}/language/korean/imglib_lang.php (100%) rename codepot/src/{system => systen.bak}/language/korean/index.html (100%) rename codepot/src/{system => systen.bak}/language/korean/number_lang.php (100%) rename codepot/src/{system => systen.bak}/language/korean/profiler_lang.php (100%) rename codepot/src/{system => systen.bak}/language/korean/scaffolding_lang.php (100%) rename codepot/src/{system => systen.bak}/language/korean/unit_test_lang.php (100%) rename codepot/src/{system => systen.bak}/language/korean/upload_lang.php (100%) rename codepot/src/{system => systen.bak}/language/korean/validation_lang.php (100%) rename codepot/src/{system => systen.bak}/libraries/Benchmark.php (100%) rename codepot/src/{system => systen.bak}/libraries/Calendar.php (100%) rename codepot/src/{system => systen.bak}/libraries/Cart.php (100%) rename codepot/src/{system => systen.bak}/libraries/Config.php (100%) rename codepot/src/{system => systen.bak}/libraries/Controller.php (100%) rename codepot/src/{system => systen.bak}/libraries/Email.php (100%) rename codepot/src/{system => systen.bak}/libraries/Encrypt.php (100%) rename codepot/src/{system => systen.bak}/libraries/Exceptions.php (100%) rename codepot/src/{system => systen.bak}/libraries/Form_validation.php (100%) rename codepot/src/{system => systen.bak}/libraries/Ftp.php (100%) rename codepot/src/{system => systen.bak}/libraries/Hooks.php (100%) rename codepot/src/{system => systen.bak}/libraries/Image_lib.php (100%) rename codepot/src/{system => systen.bak}/libraries/Input.php (100%) rename codepot/src/{system => systen.bak}/libraries/Language.php (100%) rename codepot/src/{system => systen.bak}/libraries/Loader.php (100%) rename codepot/src/{system => systen.bak}/libraries/Log.php (100%) rename codepot/src/{system => systen.bak}/libraries/Makefile.am (100%) rename codepot/src/{system => systen.bak}/libraries/Makefile.in (100%) rename codepot/src/{system => systen.bak}/libraries/Model.php (100%) rename codepot/src/{system => systen.bak}/libraries/Output.php (100%) rename codepot/src/{system => systen.bak}/libraries/Pagination.php (100%) rename codepot/src/{system => systen.bak}/libraries/Parser.php (100%) rename codepot/src/{system => systen.bak}/libraries/Profiler.php (100%) rename codepot/src/{system => systen.bak}/libraries/Router.php (100%) rename codepot/src/{system => systen.bak}/libraries/Session.php (100%) rename codepot/src/{system => systen.bak}/libraries/Sha1.php (100%) rename codepot/src/{system => systen.bak}/libraries/Table.php (100%) rename codepot/src/{system => systen.bak}/libraries/Trackback.php (100%) rename codepot/src/{system => systen.bak}/libraries/Typography.php (100%) rename codepot/src/{system => systen.bak}/libraries/URI.php (100%) rename codepot/src/{system => systen.bak}/libraries/Unit_test.php (100%) rename codepot/src/{system => systen.bak}/libraries/Upload.php (100%) rename codepot/src/{system => systen.bak}/libraries/User_agent.php (100%) rename codepot/src/{system => systen.bak}/libraries/Validation.php (100%) rename codepot/src/{system => systen.bak}/libraries/Xmlrpc.php (100%) rename codepot/src/{system => systen.bak}/libraries/Xmlrpcs.php (100%) rename codepot/src/{system => systen.bak}/libraries/Zip.php (100%) rename codepot/src/{system => systen.bak}/libraries/index.html (100%) rename codepot/src/{system => systen.bak}/license.txt (100%) rename codepot/src/{system => systen.bak}/logs/Makefile.am (100%) rename codepot/src/{system => systen.bak}/logs/Makefile.in (100%) rename codepot/src/{system => systen.bak}/logs/index.html (100%) rename codepot/src/{system => systen.bak}/plugins/Makefile.am (100%) rename codepot/src/{system => systen.bak}/plugins/Makefile.in (100%) rename codepot/src/{system => systen.bak}/plugins/captcha_pi.php (100%) rename codepot/src/{system => systen.bak}/plugins/index.html (100%) rename codepot/src/{system => systen.bak}/plugins/js_calendar_pi.php (100%) rename codepot/src/{system => systen.bak}/scaffolding/Makefile.am (100%) rename codepot/src/{system => systen.bak}/scaffolding/Makefile.in (100%) rename codepot/src/{system => systen.bak}/scaffolding/Scaffolding.php (100%) rename codepot/src/{system => systen.bak}/scaffolding/images/Makefile.am (100%) rename codepot/src/{system => systen.bak}/scaffolding/images/Makefile.in (100%) rename codepot/src/{system => systen.bak}/scaffolding/images/background.jpg (100%) rename codepot/src/{system => systen.bak}/scaffolding/images/index.html (100%) rename codepot/src/{system => systen.bak}/scaffolding/images/logo.jpg (100%) rename codepot/src/{system => systen.bak}/scaffolding/index.html (100%) rename codepot/src/{system => systen.bak}/scaffolding/views/Makefile.am (100%) rename codepot/src/{system => systen.bak}/scaffolding/views/Makefile.in (100%) rename codepot/src/{system => systen.bak}/scaffolding/views/add.php (100%) rename codepot/src/{system => systen.bak}/scaffolding/views/delete.php (100%) rename codepot/src/{system => systen.bak}/scaffolding/views/edit.php (100%) rename codepot/src/{system => systen.bak}/scaffolding/views/footer.php (100%) rename codepot/src/{system => systen.bak}/scaffolding/views/header.php (100%) rename codepot/src/{system => systen.bak}/scaffolding/views/index.html (100%) rename codepot/src/{system => systen.bak}/scaffolding/views/no_data.php (100%) rename codepot/src/{system => systen.bak}/scaffolding/views/stylesheet.css (100%) rename codepot/src/{system => systen.bak}/scaffolding/views/view.php (100%) diff --git a/codepot/src/codepot/controllers/api.php b/codepot/src/codepot/controllers/api.php index 9d3017c1..c168479e 100644 --- a/codepot/src/codepot/controllers/api.php +++ b/codepot/src/codepot/controllers/api.php @@ -1,6 +1,6 @@ load->library ('Converter', 'converter'); $this->load->model (CODEPOT_LOGIN_MODEL, 'login'); - $this->load->library ('Language', 'lang'); $this->lang->load ('common', CODEPOT_LANG); $this->lang->load ('code', CODEPOT_LANG); } diff --git a/codepot/src/codepot/controllers/file.php b/codepot/src/codepot/controllers/file.php index 7f20ae45..3ae0c7e0 100644 --- a/codepot/src/codepot/controllers/file.php +++ b/codepot/src/codepot/controllers/file.php @@ -1,6 +1,6 @@ load->library ('Converter', 'converter'); $this->load->model (CODEPOT_LOGIN_MODEL, 'login'); - $this->load->library ('Language', 'lang'); $this->lang->load ('common', CODEPOT_LANG); $this->lang->load ('file', CODEPOT_LANG); } diff --git a/codepot/src/codepot/controllers/graph.php b/codepot/src/codepot/controllers/graph.php index f4c88968..82240d72 100644 --- a/codepot/src/codepot/controllers/graph.php +++ b/codepot/src/codepot/controllers/graph.php @@ -1,6 +1,6 @@ load->library ('Converter', 'converter'); $this->load->model (CODEPOT_LOGIN_MODEL, 'login'); - $this->load->library ('Language', 'lang'); $this->lang->load ('common', CODEPOT_LANG); $this->lang->load ('code', CODEPOT_LANG); } diff --git a/codepot/src/codepot/controllers/issue.php b/codepot/src/codepot/controllers/issue.php index e7ecd34d..50268873 100644 --- a/codepot/src/codepot/controllers/issue.php +++ b/codepot/src/codepot/controllers/issue.php @@ -1,6 +1,6 @@ load->library ('Converter', 'converter'); $this->load->model (CODEPOT_LOGIN_MODEL, 'login'); - $this->load->library ('Language', 'lang'); $this->load->library ('IssueHelper', 'issuehelper'); $this->lang->load ('common', CODEPOT_LANG); $this->lang->load ('issue', CODEPOT_LANG); diff --git a/codepot/src/codepot/controllers/main.php b/codepot/src/codepot/controllers/main.php index 57bfd468..2fb3b1aa 100644 --- a/codepot/src/codepot/controllers/main.php +++ b/codepot/src/codepot/controllers/main.php @@ -1,6 +1,6 @@ load->library ('Converter', 'converter'); $this->load->model (CODEPOT_LOGIN_MODEL, 'login'); - $this->load->library ('Language', 'lang'); $this->lang->load ('common', CODEPOT_LANG); } @@ -35,7 +34,7 @@ class Main extends Controller } else { - $settings = $this->users->fetchSettings($user_name); + $settings = $this->users->fetchSettings ($user_name); if ($settings !== FALSE) $this->login->setUserSettings ($settings); print 'ok'; } diff --git a/codepot/src/codepot/controllers/project.php b/codepot/src/codepot/controllers/project.php index 70cfeeb9..2ce2cb5d 100644 --- a/codepot/src/codepot/controllers/project.php +++ b/codepot/src/codepot/controllers/project.php @@ -1,6 +1,6 @@ load->library ('Converter', 'converter'); $this->load->model (CODEPOT_LOGIN_MODEL, 'login'); - $this->load->library ('Language', 'lang'); $this->lang->load ('common', CODEPOT_LANG); $this->lang->load ('project', CODEPOT_LANG); diff --git a/codepot/src/codepot/controllers/site.php b/codepot/src/codepot/controllers/site.php index c5ec398a..d9a1317d 100644 --- a/codepot/src/codepot/controllers/site.php +++ b/codepot/src/codepot/controllers/site.php @@ -1,6 +1,6 @@ load->library ('WikiHelper', 'wikihelper'); $this->load->model (CODEPOT_LOGIN_MODEL, 'login'); - $this->load->library ('Language', 'lang'); $this->lang->load ('common', CODEPOT_LANG); $this->lang->load ('site', CODEPOT_LANG); diff --git a/codepot/src/codepot/controllers/user.php b/codepot/src/codepot/controllers/user.php index b10ec712..3070ddff 100644 --- a/codepot/src/codepot/controllers/user.php +++ b/codepot/src/codepot/controllers/user.php @@ -1,6 +1,6 @@ load->library ('Converter', 'converter'); $this->load->model (CODEPOT_LOGIN_MODEL, 'login'); - $this->load->library ('Language', 'lang'); $this->lang->load ('common', CODEPOT_LANG); $this->lang->load ('user', CODEPOT_LANG); } diff --git a/codepot/src/codepot/controllers/wiki.php b/codepot/src/codepot/controllers/wiki.php index 76c87150..0a8de96b 100644 --- a/codepot/src/codepot/controllers/wiki.php +++ b/codepot/src/codepot/controllers/wiki.php @@ -1,6 +1,6 @@ load->library ('WikiHelper', 'wikihelper'); $this->load->model (CODEPOT_LOGIN_MODEL, 'login'); - $this->load->library ('Language', 'lang'); $this->lang->load ('common', CODEPOT_LANG); $this->lang->load ('wiki', CODEPOT_LANG); } diff --git a/codepot/src/codepot/models/codemodel.php b/codepot/src/codepot/models/codemodel.php index ccdcdeb1..fbe71fe6 100644 --- a/codepot/src/codepot/models/codemodel.php +++ b/codepot/src/codepot/models/codemodel.php @@ -1,6 +1,6 @@ load->model('SubversionModel'); -class ProjectModel extends Model +class ProjectModel extends CI_Model { function __construct () { diff --git a/codepot/src/codepot/models/sitemodel.php b/codepot/src/codepot/models/sitemodel.php index c709dd6d..1422e338 100644 --- a/codepot/src/codepot/models/sitemodel.php +++ b/codepot/src/codepot/models/sitemodel.php @@ -1,6 +1,6 @@