art-web r486 - in branches/art-web-3/system: . application application/config application/controllers application/filters application/hooks application/hooks/filters application/libraries application/models application/views/default/content/admin codeigniter database database/drivers database/drivers/mssql database/drivers/mysql database/drivers/mysqli database/drivers/oci8 database/drivers/odbc database/drivers/postgre database/drivers/sqlite helpers libraries plugins



Author: brunos
Date: 2007-07-25 18:08:44 +0100 (Wed, 25 Jul 2007)
New Revision: 486
ViewCVS link: http://svn.gnome.org/viewcvs/art-web?rev=486&view=rev

Added:
   branches/art-web-3/system/application/config/email.php
   branches/art-web-3/system/application/config/filters.php
   branches/art-web-3/system/application/filters/
   branches/art-web-3/system/application/filters/auth.php
   branches/art-web-3/system/application/filters/perfmon.php
   branches/art-web-3/system/application/hooks/filters/
   branches/art-web-3/system/application/hooks/filters/Filter.php
   branches/art-web-3/system/application/hooks/filters/Pipe.php
   branches/art-web-3/system/application/hooks/filters/init.php
   branches/art-web-3/system/application/libraries/MY_Input.php
   branches/art-web-3/system/application/libraries/MY_Loader.php
   branches/art-web-3/system/application/libraries/MY_Router.php
   branches/art-web-3/system/database/
   branches/art-web-3/system/database/DB.php
   branches/art-web-3/system/database/DB_active_rec.php
   branches/art-web-3/system/database/DB_cache.php
   branches/art-web-3/system/database/DB_driver.php
   branches/art-web-3/system/database/DB_result.php
   branches/art-web-3/system/database/DB_utility.php
   branches/art-web-3/system/database/drivers/
   branches/art-web-3/system/database/drivers/index.html
   branches/art-web-3/system/database/drivers/mssql/
   branches/art-web-3/system/database/drivers/mssql/index.html
   branches/art-web-3/system/database/drivers/mssql/mssql_driver.php
   branches/art-web-3/system/database/drivers/mssql/mssql_result.php
   branches/art-web-3/system/database/drivers/mssql/mssql_utility.php
   branches/art-web-3/system/database/drivers/mysql/
   branches/art-web-3/system/database/drivers/mysql/index.html
   branches/art-web-3/system/database/drivers/mysql/mysql_driver.php
   branches/art-web-3/system/database/drivers/mysql/mysql_result.php
   branches/art-web-3/system/database/drivers/mysql/mysql_utility.php
   branches/art-web-3/system/database/drivers/mysqli/
   branches/art-web-3/system/database/drivers/mysqli/index.html
   branches/art-web-3/system/database/drivers/mysqli/mysqli_driver.php
   branches/art-web-3/system/database/drivers/mysqli/mysqli_result.php
   branches/art-web-3/system/database/drivers/mysqli/mysqli_utility.php
   branches/art-web-3/system/database/drivers/oci8/
   branches/art-web-3/system/database/drivers/oci8/index.html
   branches/art-web-3/system/database/drivers/oci8/oci8_driver.php
   branches/art-web-3/system/database/drivers/oci8/oci8_result.php
   branches/art-web-3/system/database/drivers/oci8/oci8_utility.php
   branches/art-web-3/system/database/drivers/odbc/
   branches/art-web-3/system/database/drivers/odbc/index.html
   branches/art-web-3/system/database/drivers/odbc/odbc_driver.php
   branches/art-web-3/system/database/drivers/odbc/odbc_result.php
   branches/art-web-3/system/database/drivers/odbc/odbc_utility.php
   branches/art-web-3/system/database/drivers/postgre/
   branches/art-web-3/system/database/drivers/postgre/index.html
   branches/art-web-3/system/database/drivers/postgre/postgre_driver.php
   branches/art-web-3/system/database/drivers/postgre/postgre_result.php
   branches/art-web-3/system/database/drivers/postgre/postgre_utility.php
   branches/art-web-3/system/database/drivers/sqlite/
   branches/art-web-3/system/database/drivers/sqlite/index.html
   branches/art-web-3/system/database/drivers/sqlite/sqlite_driver.php
   branches/art-web-3/system/database/drivers/sqlite/sqlite_result.php
   branches/art-web-3/system/database/drivers/sqlite/sqlite_utility.php
   branches/art-web-3/system/database/index.html
Modified:
   branches/art-web-3/system/application/config/autoload.php
   branches/art-web-3/system/application/config/hooks.php
   branches/art-web-3/system/application/config/mimes.php
   branches/art-web-3/system/application/controllers/admin.php
   branches/art-web-3/system/application/controllers/main.php
   branches/art-web-3/system/application/models/moderation_model.php
   branches/art-web-3/system/application/views/default/content/admin/moderate.php
   branches/art-web-3/system/codeigniter/CodeIgniter.php
   branches/art-web-3/system/helpers/form_helper.php
   branches/art-web-3/system/helpers/inflector_helper.php
   branches/art-web-3/system/helpers/string_helper.php
   branches/art-web-3/system/helpers/url_helper.php
   branches/art-web-3/system/libraries/Calendar.php
   branches/art-web-3/system/libraries/Email.php
   branches/art-web-3/system/libraries/Encrypt.php
   branches/art-web-3/system/libraries/Input.php
   branches/art-web-3/system/libraries/Loader.php
   branches/art-web-3/system/libraries/Output.php
   branches/art-web-3/system/libraries/Pagination.php
   branches/art-web-3/system/libraries/Profiler.php
   branches/art-web-3/system/libraries/Router.php
   branches/art-web-3/system/libraries/Session.php
   branches/art-web-3/system/libraries/Upload.php
   branches/art-web-3/system/libraries/User_agent.php
   branches/art-web-3/system/libraries/Validation.php
   branches/art-web-3/system/libraries/Xmlrpcs.php
   branches/art-web-3/system/libraries/Zip.php
   branches/art-web-3/system/plugins/captcha_pi.php
Log:
(25.07.2007) Bruno Santos (bmfs eksperimental net)

	* Updated CI to 1.5.4
	* Created MY_Input, MY_Router, MY_Loader to handle changes I had previously made to the framework core. Now it should support future updates of the framework without any problem.
	* Included Filter Feature so actions can be taken before and after a method being called.
	* /admin/moderate already lists the moderation queue.






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]