Cotonti Genoa 0.0.6

First release in intermediate Genoa branch

#1. What's new in 0.0.6

  • Administration area is now completely skinable, provided hooks for plugins and some fancy AJAX behavior.
  • Langfiles got reorganized by function and improved.
  • Search all and other improvements for Tags plugin.
  • An improved Search v3.10 plugin.
  • Comments/ratings enable/disable for exact categories.
  • Improved user management and profile security.
  • Less annoying redirect pages.
  • No more tough “Wrong parameter in the URL”. Your data will be saved for retry and an error message will be displayed.
  • More pagination and custom settings for it.
  • Improved PM usability.
  • PHP 5.3 compatibility.
  • XTemplate 2.0 with logic blocks and vast performance improvements.
  • Validation queue improvements and user-editable contents.
  • A new way to handle plurals in output.
  • Vast number of small enhancements.
  • Many bugfixes including 1 security bug affecting Cotonti <= 0.0.5 and all Seditio versions.
See Trac report for more details.

#1.1. Updating from 0.0.5

  1. Freshen the files.
  2. Edit your config.php and add following:
    date_default_timezone_set('GMT');
    $cfg['customfuncs'] = FALSE;			// Includes file named functions.custom.php
    
    where GMT is your timezone as of http://php.net/manual/en/timezones.php
  3. Apply SQL patch sql/patch-0.0.5-0.0.6.sql.
  4. Copy sql/patch-0.0.6.txt, save it in your site root as patch.php, run in web browser like http://your-domain.tld/patch.php and then remove patch.php from your site.


1. Trustmaster  16.07.2009 00:19
Updating from 0.0.6 beta 3:
  1. Freshen the files
  2. Apply SQL patches from sql/updates/0.0.6: sql_r826.sql, sql_r830.sql, sql_r831.sql
2. pieter  16.07.2009 01:24
Please check it on a testsite. You need to change some things in your skin.
Verify your skin with the sed-light version.
3. Dave  16.07.2009 14:13
i understand that updateing from beta2:

Apply SQL patches from sql/updates/0.0.6: sql_r813,826,830,831 ?
4. tensh  16.07.2009 14:50
@ pieter

What exactly you think is not right in skin?

P.S. Check all your language files for UTF-8 BOM marks and remove them (I use for this Total Commander and "compare by content" functionality, followed by "edit mode"), I noticed they mess up with the interpretation of tpls in some browsers, mainly Internet Explorer.
5. Альф  17.07.2009 18:08
Fatal error: Uncaught exception 'Exception' with message 'Template file not found: ./plugins/admin/admin.inc.tpl' in /home2/u30510/....../www/system/xtemplate.php:154 Stack trace: #0 /home2/u30510/...../www/system/xtemplate.php(39): XTemplate->restart('./plugins/admin...') #1 /home2/u30510/...../www/system/core/admin/admin.inc.php(54): XTemplate->__construct('./plugins/admin...') #2 /home2/u30510/...../www/admin.php(24): require_once('/home2/u30510/t...') #3 {main} thrown in /home2/u30510/....../www/system/xtemplate.php on line 154

Что это и как лечить?
6. KillerSneak  21.07.2009 06:45
Fatal error: Uncaught exception 'Exception' with message 'Template file not found: ./plugins/admin/admin.home.inc.tpl' in /home/donotarg/public_html/system/xtemplate.php:154 Stack trace: #0 /home/donotarg/public_html/system/xtemplate.php(39): XTemplate->restart('./plugins/admin...') #1 /home/donotarg/public_html/system/core/admin/admin.home.inc.php(14): XTemplate->__construct('./plugins/admin...') #2 /home/donotarg/public_html/system/core/admin/admin.inc.php(80): require_once('/home/donotarg/...') #3 /home/donotarg/public_html/admin.php(27): require_once('/home/donotarg/...') #4 {main} thrown in /home/donotarg/public_html/system/xtemplate.php on line 154

Get the same error as the guy above after updating to 0.0.6 when going to admin panel. Help please
7. pieter  21.07.2009 20:21
copy the /admin dir from sed-light to your skin and delete the files from your skin dir.
Look at the structure of sed-light
8. alphaphoenix  22.08.2009 04:33
How does senator run with this upgrade?
9. alphaphoenix  23.08.2009 01:49
What does it mean to freshen the site?
Додавання комментарів доступно лише зареєстрованим користувачам