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
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
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 ( `
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
4 matches
Mail list logo