upgrade to codeigniter 1.7.2 for f12
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 12 Apr 2010 18:00:20 +0000 (18:00 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 12 Apr 2010 18:00:20 +0000 (18:00 +0000)
commit47598daa8c32dbbd72db83dc33f2ce91b3f6f7b0
treea7a218c2a27a453f83af21121535f3e201db7e1c
parent4afb2fe256f094a1caf6bff14f51c6a88938cc9f
upgrade to codeigniter 1.7.2 for f12
the <?= ?> notation being now unsupported, this still needs to be taken care of
109 files changed:
application/config/autoload.php
application/config/config.php
application/config/doctypes.php [new file with mode: 0644]
application/config/mimes.php
application/config/smileys.php
application/config/user_agents.php
application/errors/error_404.php
codeigniter/Base4.php
codeigniter/Base5.php
codeigniter/CodeIgniter.php
codeigniter/Common.php
codeigniter/Compat.php
database/DB.php
database/DB_active_rec.php
database/DB_cache.php
database/DB_driver.php
database/DB_forge.php
database/DB_result.php
database/DB_utility.php
database/drivers/mssql/mssql_driver.php
database/drivers/mssql/mssql_forge.php
database/drivers/mssql/mssql_result.php
database/drivers/mssql/mssql_utility.php
database/drivers/mysql/mysql_driver.php
database/drivers/mysql/mysql_forge.php
database/drivers/mysql/mysql_result.php
database/drivers/mysql/mysql_utility.php
database/drivers/mysqli/mysqli_driver.php
database/drivers/mysqli/mysqli_forge.php
database/drivers/mysqli/mysqli_result.php
database/drivers/mysqli/mysqli_utility.php
database/drivers/oci8/oci8_driver.php
database/drivers/oci8/oci8_forge.php
database/drivers/oci8/oci8_result.php
database/drivers/oci8/oci8_utility.php
database/drivers/odbc/odbc_driver.php
database/drivers/odbc/odbc_forge.php
database/drivers/odbc/odbc_result.php
database/drivers/odbc/odbc_utility.php
database/drivers/postgre/postgre_driver.php
database/drivers/postgre/postgre_forge.php
database/drivers/postgre/postgre_result.php
database/drivers/postgre/postgre_utility.php
database/drivers/sqlite/sqlite_driver.php
database/drivers/sqlite/sqlite_forge.php
database/drivers/sqlite/sqlite_result.php
database/drivers/sqlite/sqlite_utility.php
helpers/array_helper.php
helpers/compatibility_helper.php
helpers/cookie_helper.php
helpers/date_helper.php
helpers/directory_helper.php
helpers/download_helper.php
helpers/email_helper.php
helpers/file_helper.php
helpers/form_helper.php
helpers/html_helper.php
helpers/inflector_helper.php
helpers/language_helper.php
helpers/number_helper.php
helpers/path_helper.php
helpers/security_helper.php
helpers/smiley_helper.php
helpers/string_helper.php
helpers/text_helper.php
helpers/typography_helper.php
helpers/url_helper.php
helpers/xml_helper.php
index.html [new file with mode: 0644]
language/english/email_lang.php
language/english/imglib_lang.php
libraries/Benchmark.php
libraries/Calendar.php
libraries/Cart.php [new file with mode: 0644]
libraries/Config.php
libraries/Controller.php
libraries/Email.php
libraries/Encrypt.php
libraries/Exceptions.php
libraries/Form_validation.php
libraries/Ftp.php
libraries/Hooks.php
libraries/Image_lib.php
libraries/Input.php
libraries/Language.php
libraries/Loader.php
libraries/Log.php
libraries/Model.php
libraries/Output.php
libraries/Pagination.php
libraries/Parser.php
libraries/Profiler.php
libraries/Router.php
libraries/Session.php
libraries/Sha1.php
libraries/Table.php
libraries/Trackback.php
libraries/Typography.php
libraries/URI.php
libraries/Unit_test.php
libraries/Upload.php
libraries/User_agent.php
libraries/Validation.php
libraries/Xmlrpc.php
libraries/Xmlrpcs.php
libraries/Zip.php
plugins/captcha_pi.php
plugins/js_calendar_pi.php
scaffolding/Scaffolding.php