Genoa 0.6.10 Released

This page is not translated yet. Showing original version of page. You can sign up and help with translating.
It's the first day of Autumn, isn't it? Chin up and update your Cotonti! What's new:
  • jQuery 1.4.2
  • markItUp! 1.1.8 with Opera and WebKit fixes and optimized graphics
  • Fixed keeping of extrafields data
  • A few small bugfixes
More details and Download

Some news about Siena progress. We have almost finished modularization, currently AdminCP is being modularized. The new fancy looking modular installer&updater is up and running. We've introduced a few developer APIs. More hard work is before us this month, so wish us good luck and many happy hours coding the most different Cotonti ever!

1. pieter  1. September 2010, 17:22
Autumn starts not on the 1st of the month.
It starts the 21st. But thanks for the update.
2. tobto  1. September 2010, 20:01
great opening of Autumn! eagerly wait to test it in real project. thanks guys!!
3. fade2k  2. September 2010, 08:43
Just keeps getting better everyday! :-)
4. 3axap  2. September 2010, 16:46
5. motor2hg  3. September 2010, 22:03
In the GENOA 0.6.10 RELEASED file
cotonti-0.6.10.sql is missing in the folder sql!
6. motor2hg  3. September 2010, 22:08
If you set a release cotonti-0.6.10 from zero /с нуля/, using the instructions INSTALL.TXT and file cotonti-0.6.9.sql user will see a blank page.
7. Trustmaster  4. September 2010, 04:30
There are no changes in SQL since 0.6.9. That's why cotonti-0.6.9.sql is used. I could not reproduce your blank page problem, please PM me.
8. motor2hg  4. September 2010, 05:18
The problem of a blank page in that I did not assign 777 permissions to the folder / datas / cache / templates

7
INSTALL.TXT:
. There are a number of catalogs that you need to change the write access to (CHMOD).
This can easily be performed trough your FTP software.
The directories that needs to be changed is:

/datas/cache/ (and all its subfolders)
/datas/defaultav/
/datas/avatars/
/datas/photos/
/datas/signatures/
/datas/thumbs/
/datas/tmp/
/datas/users/

You can change the rights by right clicking on the catalogue name and select properties.
Then you get the following screen, and can change the rights to 0777.
Sorry did not read carefully! :)
Thanks
9. motor2hg  4. September 2010, 05:23
Trustmaster:
There are no changes in SQL since 0.6.9. That's why cotonti-0.6.9.sql is used.
For users, who have just started to use the engine, it may not be clear. I think everything must still add to the archive cotonti-0.6.10.sql IMHO
Thanks
10. schulle4u  7. September 2010, 20:07
Or an universal cotonti.sql file to avoid confusion with version numbers.
11. Kopusha  9. September 2010, 16:35
Какой ориентировочный срок выхода 0.9? Стоит ли начинать ряд сайтов на 0.6.10, и потом тратить время переписывая допиленные плагины под 0.9 или пока заняться другими проектами и подождать девятку?
Спасибо за ответы заранее.
12. Trustmaster  9. September 2010, 21:20
На уровне альфа или бета версий не раньше октября. Плюс месяц на стабилизацию и отлов критических ошибок.
13. jcrush  17. September 2010, 07:44
я уже перестал видеть смысл в таких обновлениях...
14. zalik13  22. September 2010, 19:54
Сразу после установки в шляпе
ы:
Warning: htmlspecialchars() expects at most 3 parameters, 4 given in C:\xampp\htdocs\cotonti\system\functions.php on line 4532
Warning: htmlspecialchars() expects at most 3 parameters, 4 given in C:\xampp\htdocs\cotonti\system\functions.php on line 4532

Warning: htmlspecialchars() expects at most 3 parameters, 4 given in C:\xampp\htdocs\cotonti\system\functions.php on line 4532
15. Trustmaster  23. September 2010, 21:40
Да, промахнулись немного, 4-й параметр в этой функции появился в PHP 5.2.3. Для более ранних версий надо заменить эту строку на
$data[$i] = htmlspecialchars($data[$i], ENT_COMPAT, 'UTF-8');
Nur registrierte Benutzer können Kommentare schreiben