Author: vain
Date: Thu Jun 10 01:47:00 2010
New Revision: 4493

URL: http://svn.gna.org/viewcvs/clansuite?rev=4493&view=rev
Log:
[QA]
- discouraged use of string-function in favor of mb_string functions
- discouraged use of is_null function in favor of === null comparisons
- discouraged use of print function in favor if echo
- discouraged use of php compat functions (sizeof to count)
- removed useless constructor method overrides

Added:
    trunk/themes/core/images/arrow_down.png   (with props)
    trunk/themes/core/images/arrow_up.png   (with props)
Modified:
    trunk/configuration/clansuite.config.php
    trunk/core/bootstrap/clansuite.application.php
    trunk/core/bootstrap/clansuite.loader.php
    trunk/core/bootstrap/clansuite.version.php
    trunk/core/cache/memcached.cache.php
    trunk/core/config.core.php
    trunk/core/cronjobs.core.php
    trunk/core/debug/debug.core.php
    trunk/core/debug/xdebug.core.php
    trunk/core/doctrine.core.php
    trunk/core/errorhandler.core.php
    trunk/core/exception.core.php
    trunk/core/factories/cache.factory.php
    trunk/core/factories/config.factory.php
    trunk/core/factories/logger.factory.php
    trunk/core/factories/renderer.factory.php
    trunk/core/feed.core.php
    trunk/core/files/download.core.php
    trunk/core/files/file.core.php
    trunk/core/filters/languageviaget.filter.php
    trunk/core/filters/setbreadcrumbs.filter.php
    trunk/core/functions.core.php
    trunk/core/gettext/mo.gettext.php
    trunk/core/gettext/po.gettext.php
    trunk/core/httprequest.core.php
    trunk/core/httpresponse.core.php
    trunk/core/inputfilter.core.php
    trunk/core/localization.core.php
    trunk/core/mailer.core.php
    trunk/core/modulecontroller.core.php
    trunk/core/preprocessor.core.php
    trunk/core/remotefetch.core.php
    trunk/core/renderer/csv.renderer.php
    trunk/core/renderer/pdf.renderer.php
    trunk/core/renderer/php.renderer.php
    trunk/core/renderer/renderer.base.php
    trunk/core/renderer/serialized.renderer.php
    trunk/core/responseencode.core.php
    trunk/core/session.core.php
    trunk/core/user.core.php
    trunk/core/viewhelper/datagrid.core.php
    trunk/core/viewhelper/datagridcol.core.php
    trunk/core/viewhelper/datagridcols/image.column.php
    trunk/core/viewhelper/datagridcols/link.column.php
    trunk/core/viewhelper/form.core.php
    trunk/core/viewhelper/formdecorators/form/form.form.php
    trunk/core/viewhelper/formelement.core.php
    trunk/core/viewhelper/formelements/captcha.form.php
    trunk/core/viewhelper/formelements/simplecaptcha.form.php
    trunk/core/viewhelper/formelements/textarea.form.php
    trunk/core/viewhelper/smarty/block.messagebox.php
    trunk/core/viewhelper/smarty/block.move_to.php
    trunk/core/viewhelper/smarty/function.breadcrumbs.php
    trunk/core/viewhelper/smarty/function.columnsort.php
    trunk/core/viewhelper/smarty/function.googleanalytics.php
    trunk/core/viewhelper/smarty/function.gravatar.php
    trunk/core/viewhelper/smarty/function.icon.php
    trunk/core/viewhelper/smarty/function.load_module.php
    trunk/core/viewhelper/smarty/function.memusage.php
    trunk/core/viewhelper/smarty/function.serverload.php
    trunk/core/viewhelper/smarty/function.sliding_pager.php
    trunk/core/viewhelper/smarty/modifier.dateformat.php
    trunk/core/viewhelper/smarty/modifier.debug_print_var.php
    trunk/core/viewhelper/smarty/outputfilter.highlight.php
    trunk/installation/converter/converter-step1.php
    trunk/installation/converter/converter-step2.php
    trunk/installation/converter/converter-step4.php
    trunk/installation/converter/converter-step5.php
    trunk/installation/converter/converter-step6.php
    trunk/installation/converter/converter-step7.php
    trunk/installation/converter/converter_footer.php
    trunk/installation/converter/index.php
    trunk/installation/index.php
    trunk/installation/install-step1.php
    trunk/installation/install-step2.php
    trunk/installation/install-step6.php
    trunk/installation/install_footer.php
    trunk/installation/webinstaller/webinstaller-mini.php
    trunk/installation/webinstaller/webinstaller.php
    trunk/themes/core/javascript/ckeditor/ckeditor_php4.php
    trunk/themes/core/javascript/ckeditor/ckeditor_php5.php


_______________________________________________
Clansuite-commits mailing list
[email protected]
https://mail.gna.org/listinfo/clansuite-commits

Reply via email to