2007-05-15 - Etomite Prelude 0.6.1.4 Released 2007-05-14 Ralph [*] Modified manager/actions/dynamic/mutate_settings.dynamic.action.php for better EditArea functionality Nalagar [*] Modified manager/actions/static/files.static.action.php and manager/includes/lang/english.inc.php. Added translation for creation of new directories. [*] Modified manager/media/edit_area/reg_syntax/html.js. Added html syntax highlighting for Etomite's snippets, chunks, attributes and settings tags. [*] Modified manager/actions/dynamic/mutate_htmlsnippet.dynamic.action.php. EditArea's highlighting scheme is now based on the chunk's name (.js for javascript etc). 2007-05-13 Nalagar [*] Modified manager/media/edit_area/reg_syntax/html.js to improve syntax highlighting for html. Now a single quote (') within a page doesn't stop the highlighting. Highlighting was buggy for snippets with arguments, fixed. 2007-05-11 Nalagar [*] Modified manager/actions/dynamic/mutate_content.dynamic.action.php. Made the highlighting in EditArea match the selected content type. Fixed bug that caused EditArea to be initiated when it shouldn't. Made the EditArea contain a space if a new document is created (otherwise it can be very difficult to set focus). Fixed layout bug when editing webblinks in IE7. 2007-05-09 Nalagar [*] Modified manager/actions/dynamic/mutate_content.dynamic.action.php to fix the "submitForm not set" bug. The bug occurred if we used RTE and disabled the richtext option. [*] Added EditArea integration to manager/actions/dynamic/mutate_content.dynamic.action.php. Initial scroll position set to the top. [*] Modified manager/actions/static/files.static.action.php. EditArea's initial scroll position is now set to the top. [*] Modified manager/actions/static/site_logging.static.action.php for better layout in IE. [*] Removed ending tags from manager/includes/header.inc.php. They used to appear twice on all manager pages. [*] Added minor bug fix in manager/frames/scriptaculous/dragsort_etomite.js. [*] Added translations for the whole menu tree and duplicated aliases. Modified files: manager/frames/scriptaculous/dragsort_etomite.js, manager/frames/3.php, manager/actions/dynamic/mutate_content.dynamic.action.php and manager/includes/lang/english.inc.php. 2007-05-07 Nalagar [*] Modified manager/includes/header.inc.php so that doctype is xhtml where IE7 and RTE are used. Now RTE works ok in IE 7. [*] Modified manager/actions/dynamic/mutate_content.dynamic.action.php so that the layout looks ok in IE7 when using the xhtml doctype. If the client use IE 7, the width of the tab pages gets dynamicly defined in pixels by the resizer() js function. 2007-05-04 Ralph [*] Modified index.php putIntTableRow() and updIntTableRows() API functions to include the $addPrefix flag that was previously added to getIntTableRows(). [*] Modified install/index.php [*] Modified install/newInstallStart.php.php [*] Modified install/upgradeStart.php.php [*] Created install/pre_061_notes.php [*] Created install/extLinks.js file for use by installer scripts [*] Created README file with 0614 installation/upgrade instructions 2007-05-04 Nalagar [*] Modified manager/frames/scriptaculous/dragsort_etomite.js. Link insertion from the menu tree now works with TinyMCE 2.1.0. [*] Modified manager/actions/dynamic/mutate_htmlsnippet.dynamic.action.php to get persistant EditArea/textarea scroll and cursor positions if the "continue editing after saving" option is checked. Default scroll and cursor position is now set to the top when using EditArea. [*] Modified manager/actions/dynamic/mutate_snippet.dynamic.action.php to get persistant EditArea/textarea scroll and cursor positions if the "continue editing after saving" option is checked. Default scroll and cursor position is now set to the top when using EditArea. [*] Modified manager/actions/dynamic/mutate_template.dynamic.action.php to get persistant EditArea/textarea scroll and cursor positions if the "continue editing after saving" option is checked. Default scroll and cursor position is now set to the top when using EditArea. 2007-05-03 Ralph [*] Fixed addNotice() bug in etomite class so it properly inserts the notice when using uppercase tag [*] Created install/0614_db_patches.php file which combines the following: [+] Changes some int() columns to bigint() in the logging tables to resolve 64-bit server problems [+] Removal of the redundant `id` index for site_content [+] Adds the new showinmenu column to site_content [+] Includes old alter_site_content.php code for adding `authenticate` column [*] Modified install/upgradeStart.php upgrade instructions for 0614 release 2007-05-02 Ralph [*] TinyMCE 2.1.0 Integration [*] Modified manager/actions/dynamic/manage_keywords.dynamic.action.php by removing redundant code [*] Modified manager/actions/dynamic/mutate_content.dynamic.action.php TinyMCE integration code [*] Added 'object' mode to fetchRow($rs, $mode=[{'assoc'},'num','both','object']) [*] Modified mergeCodeVariables() API function default $tag to null from $tag="div" [*] Fixed render method notification bug for [^s^] tag falsely returning cache instead of database 2007-04-20 Dean [*] Repaired Typo in the Authentication Part in the Config Pages Ralph [*] Modified SQL file to include id's for all rows 2007-04-11 Dean [*] Repaired ShowInMenu Checkbox to save upon original save - I think :) [*] Made some changes to the Language File - removed obsolete stuff, and changed the Help links [*] Re-Added the welcome message to the Welcome Page [*] Removed case-sensitive upload extension block - Thanks Ed! 2007-04-06 Ralph Modified all of the SQL files to use bigint() where logging data includes crc32() data to account for potential 64bit problems and added showinmenu column into the site_content table. Also modified the data INSERT commands to reflect the additional column. 2007-04-04 Dean [*] Removed iBrowser, as it's a security hole - allows for anyone outside of Etomite to delete images from the site, and potentially upload corrupted/security risk ones. 2007-03-25 2007-04-02 Randy Changed file editor to only editor or viewer is visible to provide more space Added editarea syntax highlighting to the file editor in the file manager Added path translation so windows will work correctly with file editor Added file type detection in file editor to use correct hightlighting Added automagic textarea resize js code so editor takes all available space Randy Added JS necessary to allow template editor and content editors to save documents properly Randy Fixed a JS bug I created in the previous update. Had renamed a HTML label incorrectly. Fixed. Fixed a reference to use_editor site setting to use_doc_editor in mutate_content.dynmaic.aciton.php line 439 2007-03-18 Randy Summary: These are changes to the previous mod...these allow you to activate/deactivate the code editor and also to turn the highlighing on or off. The 'unofficial mod' from Sean (Elephant) was also included Modified /manager/actions/dynamic/mutate_snippet.dynamic.action.php to include boolean check if code_highlight is to be turned on or left off Modified /manager/actions/dynamic/mutate_htmlsnippet.dynamic.action.php to boolean check if code_highlight is to be turned on or left off Modified /manager/actions/dynamic/mutate_template.dynamic.action.php to include boolean check if code_highlight is to be turned on or left off Modified /manager/includes/lang/english.inc.php - added new references to code_highlight_title and _message Modified /manager/actions/dynamic/mutate_settings.dynamic.action.php to include the option to turn this feature on or off Modified /manager/actions/dynamic/mutate_snippet.dynamic.action.php,/manager/actions/dynamic/mutate_htmlsnippet.dynamic.action.php,/manager/actions/dynamic/mutate_template.dynamic.action.php,/manager/actions/dynamic/mutate_content.dynamic.action.php, and /manager/actions/static/document_data.static.action.php, to include necessary js to resize the editor window on load to take up available browser viewport 2007-03-10 Randy Modified /manager/actions/dynamic/mutate_snippet.dynamic.action.php to include js necessary to load editarea code editor to html textarea This change includes a bool comparison to turn this on or off added textarea id = snippet_editor Modified /manager/actions/dynamic/mutate_htmlsnippet.dynamic.action.php to include js necessary to load editarea code editor to html textarea This change includes a bool comparison to turn this on or off added textarea id = html_editor Modified /manager/actions/dynamic/mutate_template.dynamic.action.php to include js necessary to load editarea code editor to html textarea This change includes a bool comparison to turn this on or off added textarea id = html_editor Modified /manager/includes/header.inc.php to include a