« back

Flash CMS: changelog

4.72

  • Notes if updating from version prior to v4.72: You need to add 4 new fields to “turtlebite_content”:
    • add_pos_x (int)
    • add_pos_y (int)
    • add_width (int)
    • add_height (int)
  • Recompile all your SWF's which use “net.kaegi.cms.LoadSlots”
  • 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-”

4.71

  • Character encoding fixed:
    • servicecenter/db_create_tables.php: “DEFAULT CHARSET=latin1” “changed to DEFAULT CHARSET=utf8”
    • login/db_prepareString.php: since the character coding is now working probperly, all unnecessary has been removed
    • login/db_slotContentSave.php and login/db_indexSlotContentLoad.php: all “utf8_encode” removed, mysql_query(“SET CHARACTER SET utf8”) and mysql_query(“SET NAMES utf8”) added
  • Notes if updating from version prior to v4.71:
  1. Change the DB tables “Default Character Set” from “latin1” to “utf8” and set “Default Collation” to “utf8_general_ci”
  2. Recompile all your SWF's which use “net.kaegi.cms.LoadSlots”
  • Checkbox added “Keep original” in image upload section to be able to skip the cropping/resizing of the main picture

4.70

  • search field added to filter slots. the text phrase is searched in “text_html”, “text_plain” and “media_pic” table fields of turtlebite_content
  • roll over picture selector displays the file name of the picture
  • minimum slot height changed from 18px to 1px
  • default sort in file list changed from “date desc” to “name asc”

4.69

  • Bugfix: In the CMS Menu XML the wrong spelled “mawWidth” changed to “maxWidth” (w → x).
  • ServiceCenter + Systemcheck: If the GD Library was not installed, the script produced a fatal error. This is now fixed.
  • A few minor cosmetic fixes.

4.68

  • New font handling: html text is saved like this: <FONT FACE=“_myfont2”….. Later, “_myfont2” is replaced like this:
  • var fonts:Array = [];  
    fonts[0] = ["_myfont1","Arial"];  
    fonts[1] = ["_myfont2","Arial Black"];  
    //......
    var loadSlots:LoadSlots = new LoadSlots(container, fonts);
  • minor bugfixes and improvments in the ServiceCenter

4.67

  • Minor bugfixes

4.66

  • Public release
flash-cms-changelog.txt · Last modified: 2011/11/11 18:55 (external edit)
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki