[Aikiframework-devel] [Bug 888873] [NEW] you cannot use aikimarkup in page_title field on widgets

2011-11-10 Thread rejon
Public bug reported: Was trying to translate: "Pekin Fine Arts - About" but the aikimarkup for php not working to allow this! this might be taken out by simplifying the widgets overall ** Affects: aikiframework Importance: High Assignee: Jakub Jankiewicz (jcubic) Status: Conf

Re: [Aikiframework-devel] About revno 929.

2011-11-10 Thread Jakub Jankiewicz
There is also another bug, that you can't use terms longer then 120 characters. On pekin fine arts site that I'm working on I changed term and transaltion to text. If you need longer terms use this SQL queries. ALTER TABLE aiki_dictionaries MODIFY COLUMN term text ALTER TABLE aiki_dictionaries MO

[Aikiframework-devel] About revno 929.

2011-11-10 Thread Roger Martín
Hi people: I've corrected a error detected by Jakub in aiki_dictionaries (see https://bugs.launchpad.net/aikiframework/+bug/887174) Aiki don't upgrade database, so you need make a SQL upgrade with this: ALTER TABLE `aiki_dictionaries` DROP PRIMARY KEY ALTER TABLE `aiki_dictionaries` ADD INDEX ( `

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 929: dictionary improvement

2011-11-10 Thread noreply
revno: 929 committer: Roger Martin branch nick: aikiframework timestamp: Thu 2011-11-10 22:42:11 +0100 message: dictionary improvement modified: src/libs/classes/dictionaryTableClass.php src/libs/dictionary.php* src/sql/CreateTab