New button “New” besides “SaveCopy as…” If you copy a page, the copied version will automatically be opened. Before, the file would remain and, if you didn't notice, you started editing the “hot” (online) version.
language0.xml and language1.xml has new attributes: “newIndex” and “newIndexLabel”.
because of too many problems with file permissions on the servers I dropped the Servicenter (except for viewDatabase.swf)
db_connect.php is not needed anymore, all settings are defined in config.php
table “turtlebite_user” is not used anymore, the users are also defined in config.php
Bugfix: “DISTINCT” added to SELECT in “db_indexSlotContentLoad.php”.
Bugfix: hide search field when not needed
if layoutHAlign = true, the layouts will be lined up as long as the first letter is the same. If it changes, a new line is started. Example:
a1 a2
b1 b2 b3
c1 c3 c4 etc.
maxWidth changed from 800 to 1100 in RichTextEditorApplication.as
adjustSize added. If set to true, if a pic is loaded in a slot, the pic will fit into the picContainer. If false (or not set), the original pic size will be used
imagemagick -density 72 integrated
add_pos_x, add_pos_y, add_width, add_height added in turtlebite_content table. it is now possible to finetune the position (x/y) and size (w/h*) of images and textfields (* in textfields, the height is not necessary to set, because it is auto-sized).
in “pictureLink”, you can suppress a link to the large picture by typing ”–” in the field.
when you copy or rename in the content version manager, the name will be converted to lowercase and all “bad” characters will be removed. (for example, “rölüp is trè&+!PRO” will be converted to “r_l_p_is_trpro”)
TextEditor: “event:” is now added automatically if you set a textlink that starts with a ”/”
TextEditor: “event:” is now added automatically if you set a textlink that starts with a “dia-”