Cotonti Genoa 0.6.8

Bugfix update

#1. What's new in 0.6.8

  • markItUp! editor updated to 1.1.7
  • Fixed comments editing in index polls
  • Fixed pages with aliases in search plugin
  • Fixed PFS upload hook
  • Tiny fixes in Russian translation
See Trac report for more details.

#2. Installation

Just follow the INSTALL.txt instructions included in the package.

#2.1. Updating from 0.6.7

Just replace these files with updated files:
plugins/comedit/comedit.php
plugins/whosonline/whosonline.php
plugins/markitup/js/jquery.markitup.js
plugins/tags/lang/tags.ru.lang.php
plugins/search/lang/search.ru.lang.php
plugins/search/search.php
system/core/pfs/pfs.inc.php
system/functions.php

View source changes from 0.6.7

#2.2. See also:



1. 3axap  2010-05-16 13:59
Tnx for update. After update in site CP 0.6.7 (forget one file?)
2. 3axap  2010-05-16 14:34
В общем после апдейта версия так и осталась 067.. или функшнс или коммонс пхп забыли? )
3. aiwass  2010-05-16 16:09
All changes made (View source changes from 0.6.7) :
# plugins/comedit/comedit.php (modified) (4 diffs)
# plugins/whosonline/whosonline.php (modified) (1 diff)
# plugins/markitup/js/jquery.markitup.js (modified) (1 diff)
# plugins/tags/lang/tags.ru.lang.php (modified) (1 diff)
# plugins/search/lang/search.ru.lang.php (modified) (1 diff)
# plugins/search/search.php (modified) (1 diff)
# system/core/pfs/pfs.inc.php (modified) (2 diffs)
# system/core/page/page.add.inc.php (modified) (1 diff)
# system/functions.php (modified) (3 diffs)
4. Trustmaster  2010-05-16 18:28
Yes, you need to update system/functions.php too.
5. Kort  2010-05-17 03:20
/**
* Plugin Title & Subtitle
*/

$L['plu_title'] = "Tags";

Is missing in the tags.en.lang.php
6. Kort  2010-05-17 04:53
... same with
$L['plu_title'] = "Search";
7. Dayver  2010-05-18 06:30
Kort:
/**
* Plugin Title & Subtitle
*/

$L['plu_title'] = "Tags";

Is missing in the tags.en.lang.php

... same with
$L['plu_title'] = "Search";
Why? Without this, and so displays correctly
Only registered users can post new comments