From: <be...@us...> - 2012-08-07 06:56:34
|
Revision: 10000 http://xoops.svn.sourceforge.net/xoops/?rev=10000&view=rev Author: beckmi Date: 2012-08-07 06:56:25 +0000 (Tue, 07 Aug 2012) Log Message: ----------- Updating to TinyMCE 3.5.6 Modified Paths: -------------- XoopsCore/branches/2.5.x/2.5.6/docs/changelog.250.txt XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/tinymce/changelog.txt XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/tinymce/jscripts/tiny_mce/plugins/advimage/js/image.js XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/tinymce/jscripts/tiny_mce/plugins/autolink/editor_plugin.js XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin.js XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/tinymce/jscripts/tiny_mce/plugins/lists/editor_plugin.js XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/tinymce/jscripts/tiny_mce/plugins/media/js/media.js XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin.js XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/tinymce/jscripts/tiny_mce/tiny_mce.js XoopsCore/branches/2.5.x/2.5.6/htdocs/include/version.php Modified: XoopsCore/branches/2.5.x/2.5.6/docs/changelog.250.txt =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/docs/changelog.250.txt 2012-08-07 06:53:35 UTC (rev 9999) +++ XoopsCore/branches/2.5.x/2.5.6/docs/changelog.250.txt 2012-08-07 06:56:25 UTC (rev 10000) @@ -1,12 +1,12 @@ XOOPS 2.5.x Changelog (Language changes: see: /docs/lang_diff.txt) =============================== -2012/06/24: Version 2.5.6 Alpha +2012/08/06: Version 2.5.6 Alpha =============================== Bugfixes: Updated: - - TinyMCE to 3.5.4 (mamba) + - TinyMCE to 3.5.6 (mamba) =============================== Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/tinymce/changelog.txt =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/tinymce/changelog.txt 2012-08-07 06:53:35 UTC (rev 9999) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/tinymce/changelog.txt 2012-08-07 06:56:25 UTC (rev 10000) @@ -1,1620 +1,445 @@ -Version 3.5.4 (2012-06-21) - Added missing mouse events to HTML5 schema. Some events needs to be manually defined though since the spec is huge. - Added image resizing for WebKit browsers by faking the whole resize behavior. - Fixed bug in context menu plugin where listener to hide menu wasn't removed correctly. - Fixed bug where media plugin wouldn't use placeholder size for the object/video elements. - Fixed bug where jQuery plugin would break attr function in jQuery 1.7.2. - Fixed bug where jQuery plugin would throw an error if you used the tinymce pseudo selector when TinyMCE wasn't loaded. - Fixed so encoding option gets applied when using jQuery val() or attr() to extract the contents. - Fixed so any non valid width/height passed to media plugin would get parsed to proper integer or percent values. -Version 3.5.3 (2012-06-19) - Added missing wbr element to HTML5 schema. - Added new mceToggleFormat command. Enabled you to toggle a specific format on/off. - Fixed bug where undo/redo state didn't update correctly after executing an execCommand call. - Fixed bug where the editor would get auto focused on IE running in quirks mode. - Fixed bug where pressing enter before an IMG or INPUT element wouldn't properly split the block. - Fixed bug where backspace would navigate back when selecting control types on IE. - Fixed bug where the editor remove method would unbind events for controls outside the editor instance UI. - Fixed bug where the autosave plugin would try to store a draft copy of editors that where removed. - Fixed bug where floated elements wouldn't expand the block created when pressing enter on non IE browsers. - Fixed bug where the caret would be placed in the wrong location when pressing enter at the beginning of a block. - Fixed bug where it wasn't possible to block events using the handle_event_callback option. - Fixed bug where keyboard navigation of the ColorSplitButton.js didn't work correctly. - Fixed bug where keyboard navigation didn't work correctly on split buttons. - Fixed bug where the legacy Event.add function didn't properly handle multiple id:s passed in. - Fixed bug where the caret would disappear on IE when selecting all contents and pressing backspace/delete. - Fixed bug where the getStart/getEnd methods would sometimes return elements from the wrong document on IE. - Fixed so paragraphs gets created if you press enter inside a form element. -Version 3.5.2 (2012-05-31) - Added new formatChanged method to tinymce.Formatter class. Enables easier state change handling of formats. - Added new selectorChanged method to tinymce.dom.Selection class. Enables easier state change handling of matching CSS selectors. - Changed the default theme to be advanced instead of simple since most users uses the advanced theme. - Changed so the theme_advanced_buttons doesn't have a default set if one button row is specified. - Changed the theme_advanced_toolbar_align default value to "left". - Changed the theme_advanced_toolbar_location default value to "top". - Changed the theme_advanced_statusbar_location default value to "bottom". - Fixed bug where the simple link dialog would remove class and target attributes from links when updating them if the drop downs wasn't visible. - Fixed bug where the link/unlink buttons wouldn't get disabled once a link was created by the autolink plugin logic. - Fixed bug where the border attribute was missing in the HTML5 schema. - Fixed bug where the legacyoutput plugin would use inline styles for font color. - Fixed bug where editing of anchor names wouldn't produce an undo level. - Fixed bug where the table plugin would delete the last empty block element in the editor. - Fixed bug where pasting table rows when they where selected would make it impossible to editor that table row. - Fixed bug with pressing enter in IE while having a select list focused would produce a JS error. - Fixed bug where it wasn't possible to merge table cells by selecting them and using merge from context menu. - Removed summary from HTML5 table attributes and fixed so this and other deprecated table fields gets hidden in the table dialog. -Version 3.5.1.1 (2012-05-25) - Fixed bug with control creation where plugin specific controls didn't work as expected. -Version 3.5.1 (2012-05-25) - Added new onBeforeAdd event to UndoManager patch contributed by Dan Rumney. - Added support for overriding the theme rendering logic by using a custom function. - Fixed bug where links wasn't automatically created by the autolink plugin on old IE versions when pressing enter in BR mode. - Fixed bug where enter on older IE versions wouldn't produce a new paragraph if the previous sibling paragraph was empty. - Fixed bug where toString on a faked DOM range on older IE versions wouldn't return a proper string. - Fixed bug where named anchors wouldn't work properly when schema was set to HTML5. - Fixed bug where HTML5 datalist options wasn't correctly parsed or indented. - Fixed bug where linking would add anchors around block elements when the HTML5 schema was used. - Fixed issue where the autolink plugin wouldn't properly handle mailto:us...@do.... - Optimized initialization and reduced rendering flicker by hiding the target element while initializing. -Version 3.5.0.1 (2012-05-10) - Fixed bug where selection normalization logic would break the selections of parent elements using the element path. - Fixed bug where the autolink plugin would include trailing dots in domain names in the link creation. - Fixed bug where the autolink plugin would produce an error on older IE versions when pressing enter. - Fixed bug where old IE versions would throw an error during initialization when the editor was placed in an size restricted div. -Version 3.5 (2012-05-03) - Fixed menu rendering issue if the document was in rtl mode. - Fixed bug where the hide function would throw an error about a missing variable. - Fixed bug where autolink wouldn't convert URLs when hitting enter on IE due to the new enter key logic. - Fixed bug where formatting using shortcuts like ctrl+b wouldn't work properly the first time. - Fixed bug where selection.setContent after a formatter call wouldn't generate formatted contents. - Fixed bug where whitespace would be removed before/after invalid_elements when they where removed. - Fixed bug where updating styles using the theme image dialog in non inline mode on IE9 would produce errors. - Fixed bug where IE 8 would produce an error when using the contextmenu plugin. - Fixed bug where delete/backspace could remove contents of noneditable elements. - Fixed so background color in style preview gets computed from body element if the current style element is transparent. -Version 3.5b3 (2012-03-29) - Added cancel button to colour picker dialog. - Added figure and figcaption to the html5 visualblocks plugin. - Added default alignment options for the figure element. - Fixed bug where empty inline elements within block elements would sometimes produce a br child element. - Fixed bug where urls pointing to the same domain as the current one would cause undefined errors. Patch contributed by Paul Giberson. - Fixed bug where enter inside an editable element inside an non editable element would split the element. - Fixed bug where cut/copy/paste of noneditable elements didn't work. - Fixed bug where backspace would sometimes produce font elements on WebKit. - Fixed bug where WebKit would produce spans out of various inline elements when using backspace. - Fixed bug where IE9 wouldn't properly update image styles when images where resized. - Fixed bug where drag/drop of noneditable elements didn't work correctly. - Fixed bug where applying formatting to all contents wouldn't work correctly when an end point was inside an empty bock. Patch contributed by Jose Luiz. - Fixed bug where IE10 removed the scopeName from the DOM element interface and there for it produced an undefined string in element path. - Fixed bug where the caret would be placed at an incorrect location if you applied block formatting while having the caret at the end of the block. - Fixed bug where applying column changes using the cell dialog would only update the first column. Patch contributed by krzyko. - Fixed bug where the visualblocks plugin would force editor focus if it was turned on by default. - Fixed bug where the tabfocus plugin would tab to iframes these are now ignored. - Fixed bug where format drop down list wouldn't show the currently active format for a parent element. - Fixed bug where paste of plain text in IE 9 would remove the new line characters from text. - Fixed bug where the menu buttons/split button menus wouldn't be opened at the right location on older IE versions. - Fixed bug where Gecko browsers wouldn't properly display the right format when having the selection as specific places. - Fixed bug where shift+enter inside the body when having forced_root_blocks set to false would throw an error. - Fixed bug where the jQuery plugin would break the attr method of jQuery 1.7.2. Patch contributed by Markus Kemmerling. - Fixed so options like content_css accepts and array as well as a comma separated string as input. - Restructured the internal logic to make it more separate from Editor.js. - Updated the Sizzle engine to the latest version. -Version 3.5b2 (2012-03-15) - Rewrote the enter key logic to normalize browser behavior. - Fixed so enter within PRE elements produces a BR and shift+enter breaks/end the PRE. Can be disabled using the br_in_pre option. - Fixed bug where the selection wouldn't be correct after applying formatting and having the caret at the end of the new format node. - Fixed bug where the noneditable plugin would process contents on raw input calls for example on undo/redo calls. - Fixed bug where WebKit could produce an exception when a bookmark was requested when there wasn't a proper selection. - Fixed bug where WebKit would fail to open the image dialog since it would be returning false for a class name instead of a string. - Fixed so alignment and indentation works properly when forced_root_blocks is set to false. It will produce a DIV by default. -Version 3.5b1 (2012-03-08) - Added new event class that is faster and enables support for faking events. - Added new self_closing_elements, short_ended_elements, boolean_attributes, non_empty_elements and block_elements options to control the HTML Schema. - Added new schema option and support for the HTML5 schema. - Added new visualblocks plugin that shows html5 blocks with visual borders. - Added new types and selector options to make it easier to create editor instances with different configs. - Added new preview of formatting options in various listboxes. - Added new preview_styles option that enables control over what gets previewed. - Fixed bug where content css would be loaded twice into iframe. - Fixed bug where start elements with only whitespace in the attribute part wouldn't be correctly parsed. - Fixed bug where the advlink dialog would produce an error about the addSelectAccessibility function not being defined. - Fixed bug where the caret would be placed at an incorrect position if span was removed by the invalid_elements setting. - Fixed bug where elements inside a white space preserve element like pre didn't inherit the behavior while parsing. -Version 3.4.9 (2012-02-23) - Added settings to wordcount plugin to configure update rate and checking wordcount on backspace and delete using wordcount_update_rate and wordcount_update_on_delete. - Fixed bug in Webkit and IE where deleting empty paragraphs would remove entire editor contents. - Fixed bug where pressing enter on end of list item with a heading would create a new item with heading. - Fixed edit css style dialog text-decoration none checkbox so it disables other text-decoration options when enabled. - Fixed bug in Gecko where undo wasn't added when focus was lost. - Fixed bug in Gecko where shift-enter in table cell ending with BR doesn't move caret to new line. - Fixed bug where right-click on formatted text in IE selected the entire line. - Fixed bug where text ending with space could not be unformatted in IE. - Fixed bug where caret formatting would be removed when moving the caret when a selector expression was used. - Fixed bug where formatting would be applied to the body element when all contents where selected and format had both inline and selector parts. - Fixed bug where the media plugin would throw errors if you had iframe set as an invalid element in config. - Fixed bug where the caret would be placed at the top of the document if you inserted a table and undo:ed that operation. Patch contributed by Wesley Walser. - Fixed bug where content css files where loaded twice into the iframe. - Fixed so elements with comments would be trated as non empty elements. Patch contributed by Arjan Scherpenisse. -Version 3.4.8 (2012-02-02) - Fixed bug in IE where selected text ending with space cannot be formatted then formatted again to get original text. - Fixed bug in IE where images larger than editor area were being deselected when toolbar buttons are clicked. - Fixed bug where wrong text align buttons are active when multiple block elements are selected. - Fixed bug where selected link not showing in target field of link dialog in some selection cases. - Use settings for remove_trailing_br so this can be turned off instead of hard coding the value. - Fixed bug in IE where the media plugin displayed null text when some values aren't filled in. - Added API method 'onSetAttrib' that fires when the attribute value on a node changes. - Fix font size dropdown value not being updated when text already has a font size in the advanced template. - Fixed bug in IE where IE doesn't use ARIA attributes properly on options - causing labels to be read out 2 times. - Fixed bug where caret cannot be placed after table if table is at end of document in IE. - Fixed bug where adding range isn't always successful so we need to check range count otherwise an exception can occur. - Added spacebar onclick handler to toolbar buttons to ensure that the accessibility behaviour works correctly. - Fixed bug where a stranded bullet point would get created in WebKit. - Fixed bug where selecting text in a blockquote and pressing backspace toggles the style. - Fixed bug where pressing enter from a heading in IE, the resulting P tag below it shares the style property. - Fix white space in between spans from being deleted. - Fixed bug where scrollbars where visible in the character map dialog on Gecko. - Fixed issue with missing translation for one of the emoticons. - Fixed bug where dots in id:s where causing problems. Patch provided by Abhishek Dev. - Fixed bug where urls with an at sign in the path wouldn't be parsed correctly. Patch contributed by Jason Grout. - Fixed bug where Opera would remove the first character of a inline formatted word if you pressed backspace. - Fixed bugs with the autoresize plugin on various browsers and removed the need for the throbber. - Fixed performance issue where the contextmenu plugin would try to remove the menu even if it was removed. Patch contributed by mhu. -Version 3.4.7 (2011-11-03) - Modified the caret formatting behavior to word similar to common desktop wordprocessors like Word or Libre Office. - Fixed bug in Webkit - Cursor positioning does not work vertically within a table cell with multiple lines of text. - Fixed bug in IE where Inserting a table in IE8 places cursor in the second cell of the first row. - Fixed bug in IE where editor in a frame doesn't give focus to the toolbar using ALT-F10. - Fix for webkit and gecko so that deleting bullet from start of list outdents inner list items and moves first item into paragraph. - Fix new list items in IE8 not displayed on a new line when list contains nested list items. - Clear formatting in table cell breaks the cell. - Made media type list localisable. - Fix out of memory error when using prototype in media dialog. - Fixed bug where could not add a space in the middle of a th cell. - Fixed bug where adding a bullet between two existing bullets adds an extra one - Fixed bug where trying to insert a new entry midway through a bulleted list fails dismally when the next entry is tabbed in. - Fixed bug where pressing enter on an empty list item does not outdent properly in FF - Fixed bug where adding a heading after a list item in a table cell changes all styles in that cell - Fixed bug where hitting enter to exit from a bullet list moves cursor to the top of the page in Firefox. - Fixed bug where pressing backspace would not delete HRs in Firefox and IE when next to an empty paragraph. - Fixed bug where deleting part of the link text can cause a link with no destination to be saved. - Fixed bug where css style border widths wasn't handled correctly in table dialog. - Fixed bug where parsing invalid html contents on IE or WebKit could produce an infinite loop. - Fixed bug where scripts with custom script types wasn't properly passed though the editor. - Fixed issue where some Japanese kanji characters wasn't properly entity encoded when numeric entity mode was enabled. - Made emoticons dialog use the keyboard naviation. - Added navigation instructions to the symbols dialog. - Added ability to set default values for the media plugin. - Added new font_size_legacy_values option for converting old font element sizes to span with font-size properties. - Fixed bug where the symbols dialog was not accessible. - Added quirk for IE ensuring that the body of the document containing tinyMCE has a role="application" for accessibility. - Fixed bug where the advanced color picker wasn't working properly on FF 7. - Fixed issue where the advanced color picker was producing uppercase hex codes. - Fixed bug where IE 8 could throw exceptions if the contents contained resizable content elements. - Fixed bug where caret formatting wouldn't be correctly applied to previous sibling on WebKit. - Fixed bug where the select boxes for font size/family would loose it's value on WebKit due to recent iOS fixes. -Version 3.4.6 (2011-09-29) - Fixed bug where list items were being created for empty divs. - Added support in Media plugin for audio media using the embed tag - Fixed accessibility bugs in WebKit and IE8 where toolbar items were not being read. - Added new use_accessible_selects option to ensure accessible list boxes are used in all browsers (custom widget in firefox native on other browsers) - Fixed bug where classid attribute was not being checked from embed objects. - Fixed bug in jsrobot tests with intermittently failing. - Fixed bug where anchors wasn't updated properly if you edited them using IE 8. - Fixed bug where input method on WebKit on Mac OS X would fail to initialize when sometimes focusing the editor. - Fixed bug where it wasn't possible to select HR elements on WebKit by simply clicking on them. - Fixed bug where the media plugin wouldn't work on IE9 when not using the inlinepopups plugin. - Fixed bug where hspace,vspace,align and bgcolor would be removed from object elements in the media plugin. - Fixed bug where the new youtube format wouldn't be properly parsed by the media plugin. - Fixed bug where the style attribute of layers wasn't properly updated on IE and Gecko. - Fixed bug where editing contents in a layer would fail on Gecko since contentEditable doesn't inherit properly. - Fixed bug where IE 6/7 would produce JS errors when serializing contents containing layers. -Version 3.4.5 (2011-09-06) - Fixed accessibility bug in WebKit where the right and left arrow keys would update native list boxes. - Added new whitespace_elements option to enable users to specify specific elements where the whitespace is preserved. - Added new merge_siblings option to formats. This option makes it possible to disable the auto merging of siblings when applying formats. - Fixed bug in IE where trailing comma in paste plugin would cause plugin to not run correctly. - Fixed bug in WebKit where console messages would be logged when deleting an empty document. - Fixed bug in IE8 where caret positioned is on list item instead of paragraph when outdent splits the list - Fixed bug with image dialogs not inserting an image if id was omitted from valid_elements. - Fixed bug where the selection normalization logic wouldn't properly handle image elements in specific config cases. - Fixed bug where the map elements coords attribute would be messed up by IE when serializing the DOM. - Fixed bug where IE wouldn't properly handle custom elements when the contents was serialized. - Fixed bug where you couldn't move the caret in Gecko if you focused the editor using the API or a UI control. - Fixed bug where adjacent links would get merged on IE due to bugs in their link command. - Fixed bug where the color split buttons would loose the selection on IE if the editor was placed in a frame/iframe. - Fixed bug where floated images in WebKit wouldn't get properly linked. - Fixed bug where the fullscreen mode in a separate window wasn't forced into IE9+ standards mode. - Fixed bug where pressing enter in an empty editor on WebKit could produce DIV elements instead of P. - Fixed bug where spans would get removed incorrectly when merging two blocks on backspace/delete on WebKit. - Fixed bug where the editor contents wouldn't be completely removed on backspace/delete on WebKit. - Fixed bug where the fullpage plugin wouldn't properly render style elements in the head on IE 6/7. - Fixed bug where the nonbreaking_force_tab option in the nonbreaking plugin wouldn't work on Gecko/WebKit. - Fixed bug where the isDirty state would become true on non IE browsers if there was an table at the end of the contents. - Fixed bug where entities wasn't properly encoded on WebKit when pasting text as plain text. - Fixed bug where empty editors would produce an exception of valid_elements didn't include body and forced_root_blocks where disabled. - Fixed bug where the fullscreen mode wouldn't retain the header/footer in the fullpage plugin. - Fixed issue where the plaintext_mode and plaintext_mode_sticky language keys where swapped. -Version 3.4.4 (2011-08-04) - Added new html5 audio support. Patch contributed by Ronald M. Clifford. - Added mute option for video elements and preload options for video/audio patch contributed by Dmitry Kalinkin. - Fixed selection to match visual selection before applying formatting changes. - Fixed browser specific bugs in lists for WebKit and IE. - Fixed bug where IE would scroll the window if you closed an inline dialog that was larger than the viewport. Patch by Laurence Keijmel. - Fixed bug where pasting contents near a span element could remove parts of that span. Patch contributed by Wesley Walser. - Fixed bug where formatting change would be lost after pressing enter. - Fixed bug in WebKit where deleting across blocks would add extra styles. - Fixed bug where moving cursor vertically in tables in WebKit wasn't working. - Fixed bug in IE where deleting would cause error in console. - Fixed bug where the formatter was not applying formats across list elements. - Fixed bug where the wordcount plugin would try and update the wordcount if tinymce had been destroyed. - Fixed bug where tabfocus plugin would attempt to focus elements not displayed when their parent element was hidden. - Fixed bug where the contentEditable state would sometimes be removed if you deleted contents in Gecko. - Fixed bug where inserting contents using mceInsertContent would fail if "span" was disabled in valid_elements. - Fixed bug where initialization might fail if some resource on gecko wouldn't load properly and fire the onload event. - Fixed bug where ctrl+7/8/9 keys wouldn't properly add the specific formats associated with them. - Fixed bug where the HTML tags wasn't properly closed in the style plugins properties dialog. - Fixed bug where the list plugin would produce an exception if the user tried to delete an element at the very first location. -Version 3.4.3.2 (2011-06-30) - Fixed bug where deleting all of a paragraph inside a table cell would behave badly in webkit. - Fixed bugs in tests in firefox5 and WebKit. - Fixed bug where selection of table cells would produce an exception on Gecko. - Fixed bug where the caret wasn't properly rendered on Gecko when the editor was hidden. - Fixed bug where pasting plain text into WebKit would produce a pre element it will now produce more semantic markup. - Fixed bug where selecting list type formats using the advlist plugin on IE8 would loose editor selection. - Fixed bug where forced root blocks logic wouldn't properly pad elements created if they contained data attributes. - Fixed bug where it would remove all contents of the editor if you inserted an image when not having a caret in the document. - Fixed bug where the YUI compressor wouldn't properly encode strings with only a quote in them. - Fixed bug where WebKit on iOS5 wouldn't call nodeChanged when the selection was changed. - Fixed bug where mceFocus command wouldn't work properly on Gecko since it didn't focus the body element. - Fixed performance issue with the noneditable plugin where it would enable/disable controls to often. -Version 3.4.3.1 (2011-06-16) - Fixed bug where listboxes were not being handled correctly by JAWS in firefox with the o2k7 skin. - Fixed bug where custom buttons were not being rendered correctly when in high contrast mode. - Added support for iOS 5 that now supporting contentEditable in it's latest beta. - Fixed bug where urls in style attributes with a _ character followed by a number would cause incorrect output. - Fixed bug where custom_elements option wasn't working properly on IE browsers. - Fixed bug where custom_elements marked as block elements wouldn't get correctly treated as block elements. - Fixed bug where attributes with </> wasn't properly encoded as XML entities. -Version 3.4.3 (2011-06-09) - Fixed bug where deleting backwards before an image into a list would put the cursor in the wrong location. - Fixed bug where styles plugin would not apply styles across multiple selected block elements correctly. - Fixed bug where cursor would jump to start of document when selection contained empty table cells in IE8. - Fixed bug where applied styles wouldn't be kept if you pressed enter twice to produce two paragraphs. - Fixed bug where a ghost like caret would appear on Gecko when pressing enter while having a text color applied. - Fixed bug where IE would produce absolute urls if you inserted a image/link and reloaded the page. - Fixed bug where applying a heading style to a list item would cascade style to children list items. - Fixed bug where Editor loses focus when backspacing and changing styles in WebKit. - Fixed bug where exception was thrown in tinymce.util.URI when parsing a relative URI and no base_uri setting was provided. - Fixed bug where alt-f10 was not always giving focus to the toolbar on Safari. - Added new 'allow_html_in_named_anchor' option to allow html to occur within a named anchor tag. Use at own risk. - Added plugin dependency support. Will autoload plugins specified as a dependency if they haven't been loaded. - Fixed bug where the autolink plugin didn't work with non-English keyboards when pressing ). - Added possibility to change properties of all table cells in a column. - Added external_image_list option to get images list from user-defined variable or function. - Fixed bug where the autoresize plugin wouldn't reduce the editors height on Chrome. - Fixed bug where table size inputs were to small for values with size units. - Fixed bug where table cell/row size input values were not validated. - Fixed bug where menu item line-height would be set to wrong value by external styles. - Fixed bug where hasUndo() would return wrong answer. - Fixed bug where page title would be set to undefined by fullpage plugin. - Fixed bug where HTML5 video properties were not updated in embedded media settings. - Fixed bug where HTML comment on the first line would cause an error. - Fixed bug where spellchecker menu was positioned incorrectly on IE. - Fixed bug where breaking out of list elements on WebKit would produce a DIV instead of P after the list. - Fixed bug where pasting from Word in IE9 would add extra BR elements when text was word wrapped. - Fixed bug where numeric entities with leading zeros would produce incorrect decoding. - Fixed bug where hexadecimal entities wasn't properly decoded. - Fixed bug where bookmarks wasn't properly stored/restored on undo/redo. - Fixed bug where the mceInsertCommand didn't retain the values of links if they contained non url contents. - Fixed bug where the valid_styles option wouldn't be properly used on styles for specific elements. - Fixed so contentEditable is used for the body of the editor if it's supported. - Fixed so trailing BR elements gets removed even when forced_root_blocks option was set to false/null. - Fixed performance issue with mceInsertCommand and inserting very simple contents. - Fixed performance issue with older IE version and huge documents by optimizing the forced root blocks logic. - Fixed performance issue with table plugin where it checked for selected cells to often. - Fixed bug where creating a link on centered/floated image would produce an error on WebKit browsers. - Fixed bug where Gecko would remove single paragraphs if there where contents before/after it. - Fixed bug where the scrollbar would move up/down when pasting contents using the paste plugin. -Version 3.4.2 (2011-04-07) - Added new 'paste_text_sticky_default' option to paste plugin, enables you to set the default state for paste as plain text. - Added new autoresize_bottom_margin option to autoresize plugin that enables you to add an extra margin at the bottom. Patch contributed by Andrew Ozz. - Rewritten the fullpage plugin to handle style contents better and have a more normalized behavior across browsers. - Fixed bug where contents inserted with mceInsertContent wasn't parsed using the default dom parser. - Fixed bug where blocks containing a single anchor element would be treated as empty. - Fixed bug where merging of table cells on IE 6, 7 wouldn't look correctly until the contents was refreshed. - Fixed bug where context menu wouldn't work properly on Safari since it was passing out the ctrl key as pressed. - Fixed bug where image border color/style values were overwritten by advimage plugin. - Fixed bug where setting border in advimage plugin would throw error in IE. - Fixed bug where empty anchors list in link settings wasn't hidden. - Fixed bug where xhtmlextras popups were missing localized popup-size parameters. - Fixed bug where the context menu wouldn't select images on WebKit browsers. - Fixed bug where paste plugin wouldn't properly extract the contents on WebKit due to recent changes in browser behavior. - Fixed bug where focus of the editor would get on control contents on IE lost due to a bug in the ColorSplitButton control. - Fixed bug where contextmenu wasn't disabled on noneditable elements. - Fixed bug where getStyle function would trigger error when called on element without style property. - Fixed bug where editor fail to load if Javascript Compressor was used. - Fixed bug where list-style-type=lower-greek would produce errors in IE<8. - Fixed bug where spellchecker plugin would produce errors on IE6-7. - Fixed bug where theme_advanced_containers configuration option causes error. - Fixed bug where the mceReplaceContent command would produce an error since it didn't correctly handle a return value. - Fixed bug where you couldn't enter float point values for em in dialog input fields since it wouldn't be considered a valid size. - Fixed bug in xhtmlxtras plugin where it wasn't possible to remove some attributes in the attributes dialog. -Version 3.4.1 (2011-03-24) - Added significantly improved list handling via the new 'lists' plugin. - Added 'autolink' plugin to enable automatically linking URLs. Similar to the behavior IE has by default. - Added 'theme_advanced_show_current_color' setting to enable the forecolor and backcolor buttons to continuously show the current text color. - Added 'contextmenu_never_use_native' setting to disable the ctrl-right-click showing the native browser context menu behaviour. - Added 'paste_enable_default_filters' setting to enable the default paste filters to be disabled. - Fixed bug where selection locations on undo/redo didn't work correctly on specific contents. - Fixed bug where an exception would be trown on IE when loading TinyMCE inside an iframe. - Fixed bug where some ascii numeric entities wasn't properly decoded. - Fixed bug where some non western language codes wasn't properly decoded/encoded. - Fixed bug where undo levels wasn't created when deleting contents on IE. - Fixed bug where the initial undo levels bookmark wasn't updated correctly. - Fixed bug where search/replace wouldn't be scoped to editor instances on IE8. - Fixed bug where IE9 would produce two br elements after block elements when pasting. - Fixed bug where IE would place the caret at an incorrect position after a paste operation. - Fixed bug where a paste operation using the keyboard would add an extra undo level. - Fixed bug where some attributes/elements wasn't correctly filtered when invalid contents was inserted. - Fixed bug where the table plugin couldn't correctly handle invalid table structures. - Fixed bug where charset and title of the page were handled incorrectly by the fullpage plugin. - Fixed bug where toggle states on some of the list boxes didn't update correctly. - Fixed bug where sub/sub wouldn't work correctly when done as a caret action in Chrome 10. - Fixed bug where the constrain proportions checkbox wouldn't work in the media plugin. - Fixed bug where block elements containing trailing br elements wouldn't treated properly if they where invalid. - Fixed bug where the color picker dialog wouldn't be rendered correctly when using the o2k7 theme. - Fixed bug where setting border=0 using advimage plugin invalid style attribute content was created in Chrome. - Fixed bug with references to non-existing images in css of fullpage plugin. - Fixed bug where item could be unselected in spellchecker's language selector. - Fixed bug where some mispelled words could be not highlighted using spellchecker plugin. - Fixed bug where spellchecking would merge some words on IE. - Fixed bug where spellchecker context menu was not always positioned correctly. - Fixed bug with empty anchors list in advlink popup when Invisible Elements feature was disabled. - Fixed bug where older IE versions wouldn't properly handle some elements if they where placed at the top of editor contents. - Fixed bug where selecting the whole table would enable table tools for cells and rows. - Fixed bug where it wasn't possible to replace selected contents on IE when pasting using the paste plugin. - Fixed bug where setting text color in fullpage plugin doesn't work. - Fixed bug where the state of checkboxes in media plugin wouldn't be set correctly. - Fixed bug where black spade suit character was not included in special character selector. - Fixed bug where setting invalid values for table cell size would throw an error in IE. - Fixed bug where spellchecking would remove whitespace characters from PRE block in IE. - Fixed bug where HR was inserted inside P elements instead of splitting them. - Fixed bug where extra, empty span tags were added when using a format with both selector and inline modes. - Fixed bug where bullet lists weren't always detected correctly. - Fixed bug where deleting some paragraphs on IE would cause an exception. - Fixed bug where the json encoder logic wouldn't properly encode \ characters. - Fixed bug where the onChange event would be fired when the editor was first initialized. - Fixed bug where mceSelected wouldn't be removed properly from output even if it's an internal class. - Fixed issue with table background colors not being transparent. This improves compliance with users browser color preferences. - Fixed issue where styles were not included when using the full page plugin. - Fixed issue where drag/drop operations wasn't properly added to the undo levels. - Fixed issue where colors wasn't correctly applied to elements with underline decoration. - Fixed issue where deleting some paragraphs on IE would cause an exception. -Version 3.4 (2011-03-10) - Added accessibility example with various accessibility options contributed by Ephox. - Fixed bug where attributes wasn't properly handled in the xhtmlxtras plugin. - Fixed bug where the image.htm had some strange td artifacts probably due to auto merging. - Fixed bug where the ToolbarGroup had an missing reference to this in it's destroy method. - Fixed bug with the resizeBy function in the advanced theme where it was scaled by the wrong parent. - Fixed bug where an exception would be thrown by the element if the page was served in xhtml mode. - Fixed bug where mceInsertContent would throw an exception when page was served in xhtml mode. - Fixed bug where you couldn't select a forground/background color when page was served in xhtml mode. - Fixed bug where the editor would scroll to the toolbar when clicked due to a call to focus in ListBox. - Fixed bug where pages with rtl dir wouldn't render split buttons correctly when using the o2k7 theme. - Fixed bug where anchor elements with names wasn't properly collapsed as they where in 3.3.x. - Fixed bug where WebKit wouldn't properly handle image selection if it was done left to right. - Fixed bug where the formatter would align images when the selection range was collapsed. - Fixed bug where the image button would be active when the selection range was collapsed. - Fixed bug where the element_format option wasn't used by the new (X)HTML serializer logic. - Fixed bug where the table cell/row dialogs would produce empty attributes. - Fixed bug where the tfoot wouldn't be added to the top of the table. - Fixed bug where the formatter would merge siblings with white space between them. - Fixed bug where pasting headers and paragraphs would produce an extra paragraph. - Fixed bug where the ColorSplitButton would throw an exception if you clicked out side a color. - Fixed bug where IE9 wouldn't properly produce new paragraphs on enter if the current paragraph had formatting. - Fixed bug where multiple BR elements at end of block elements where removed. - Fixed bug where fullscreen plugin wouldn't correctly display the edit area on IE6 for long pages. - Fixed bug where paste plugin wouldn't properly encode raw entities when pasting in plain text mode. - Fixed bug where the search/replace plugin wouldn't work correctly on IE 9. - Fixed so the drop menus doesn't get an outline border visible when focused, patch contributed by Ephox. - Fixed so the values entered in the color picker are forced to hex values. - Removed dialog workaround for IE 9 beta since the RC is now out and people should upgrade. - Removed obsolete calls in various plugins to the mceBeginUndoLevel command. -Version 3.4b3 (2011-02-10) - Added WAI-ARIA support for the main UI and dialogs this feature was contributed by Ephox. - Added iframe support to media plugin in order to handle the new YouTube HTML5 video formats. - Fixed bug where anchors would wrap the text contents after it due to a bug in the DomParser logic. - Fixed bug where the selected state wouldn't be removed on ListBox controls when a menu item was selected. - Fixed bug where IE could throw an unspecified error exception when the getBookmark logic was executed. - Fixed bug where IE would throw an invalid argument error when focus was applied to an empty editor instance. - Fixed bug where applying inline format wouldn't work if the start cell in the selection was empty. - Fixed bug where auto detection logic for YouTube and Google Video wouldn't work in the new media plugin. - Fixed bug where td elements would get a colspan/rowspan of 1 when created by the table plugin. - Fixed bug where removal/padding of empty elements wasn't handled correctly. - Fixed bug where internal elements would show up in element path. - Fixed bug where internal elements would get serialized as valid output. - Fixed bug where color wasn't correctly applied to anchor elements. - Fixed bug where float option in the style plugin dialog wouldn't be handled correctly on WebKit. - Fixed bug where the tinymce.dom.TreeWalker prev function wouldn't walk the DOM correctly. - Fixed bug where mceInsertContent command could produce empty block elements after the inserted content. - Fixed bug where mceInsertContent command wouldn't apply visual aids on tables and similar elements. - Fixed bug where empty block elements would get double br bogus elements in them. - Fixed bug where the color menu wouldn't apply the color correctly on IE when the viewport was to small. - Fixed bug where right clicking out side the body element of the editor iframe would prevent paste from working on IE. - Fixed bug where the onContextMenu event wouldn't fire correctly on IE if you clicked out side the body element. - Fixed bug where the onContextMenu event wouldn't fire correctly on modern Opera versions that now support it by default. - Fixed bug where legacy content wasn't converted correctly when inserted using mceInsertContent or through the source dialog. - Fixed bug where resizing images or tables wouldn't update the style attribute correctly or leave data-mce prefixed attributes. - Fixed bug where adding links wouldn't work correctly when using TinyMCE jQuery version with jQuery 1.5. - Fixed bug where single quotes inside param elements wasn't treated correctly by the media plugin. - Fixed bug where pasting plain text in WebKit wouldn't work correctly. It will now auto detect the WebKit bug and use plain text mode. - Fixed bug where the DomParser would fail to move out invalid elements within invalid elements on complex contents. - Fixed bug where paste as plain text would not decode html entities properly. - Fixed bug where large paragraphs would cause incorrect scrolling behavior if you would split them using enter. - Fixed bug where the SaxParser wouldn't properly parse some specific short ended elements. - Fixed so mceReplaceContent supports caret position and makes sure that the contents inserted gets validated. - Fixed so unnecessary traling br elements in blocks gets removed on Gecko/WebKit when using mceInsertContent command. - Moved some plugin css contents into the skin content css files to reduce the number of http requests. - Moved some plugin specific images into the theme img directory since they can then be shared. -Version 3.4b2 (2011-01-13) - Added new custom flash player, this player supports mp4 and flv and has skin support. - Fixed so mceInsertContent handles context correctly to enforce valid nesting of elements. - Fixed bug where scrolling would become jerky on IE on some contents. - Fixed bug where paste as plain text would throw exception of missing entities setting. - Fixed bug where anchor nodes where removed by the new serializer engine. - Fixed bug where IE would crash if when backspace where used on some specific contents. - Fixed bug where pasting of plain text in WebKit would result in merging of text lines. - Fixed bug where it wasn't possible to delete images or tables using backspace on IE9. - Fixed bug where urls in styles would generate a JS error due to incorrect scope. - Fixed bug where copy paste from Java applications would produce extra contents in FF on Mac. - Fixed bug where the verify_html option wouldn't allow all elements and attributes. -Version 3.4b1 (2010-12-20) - Added new serialization engine that increases performance and enforces valid output according to the specified schema settings. - Added new HTML parser logic used by the serialization engine and can handle malformed html contents. - Added new valid_children config option, enables more fine grain control of elements can be inside other elements. - Added new entities encoding logic boost performance and will only encode entities based on context i.e. attributes/text nodes. - Added new protect setting that enables users to protect template items from being removed by the serializer logic. - Added new {$caret} marker for the mceInsertContent command. Makes it possible to move the caret to a specific position when inserting contents. - Added new validation of anchor names. Only valid W3C names will be accepted. - Replaced the internal _mce_ prefixed attributes to the more standard HTML5 data-mce- prefix. This will also resolve future browser santiaztion issues. - Fixed bug where the paste plugin wouldn't convert Word lists with more than 9 items to real ol lists. Patch contributed by Mike (yogaboy). - Fixed bug where clicking on a format title would produce errors if the current selection didn't have any formats. - Fixed bug where paste of simple texts wouldn't work correctly in Gecko using the paste plugin since it keeps block formatting. - Fixed bug where confirm dialogs didn't display correctly due to resent IE9 fixes. - Fixed bug where spaces in URLs wouldn't be properly encoded to %20 if the user entered them in the link dialogs. Patch contributed by Ephox. - Fixed bug where the image alignment buttons wouldn't reposition the resize handles on FF due to a browser issue. Patch contributed by Ephox. - Fixed bug where the compareBoundaryPoints method of the IE Range class didn't work correctly. Patch contributed by Ephox. - Fixed bug where selection of elements using double click wouldn't select the clicked element but rather the parent node on FF. Patch contributed by Ephox. - Fixed bug where IE would scroll the user to the current selection causing parent document to scroll as well. Patch contributed by Ephox. - Fixed bug where style compression would incorrectly compress items with different values. It now only compresses if the values are the same. Patch contributed by Ephox. - Fixed bug where FF would add non breaking spaces outside TD elements if formatting was applied to table cells. Patch contributed by Ephox. - Fixed bug where the caret position would be lost on WebKit browsers if you pasted images multiple times. Patch contributed by Ephox. - Fixed bug where non word contents like * would be counted as words in the wordcount pluging. Patch contributed by David Balatero. - Fixed bug where the toggle absolute button in the layer plugin wouldn't remove the existing internal style attribute first. - Fixed bug where the autosave plugin would generate an exception on IE if the user had disabled userdata persistence. - Fixed bug where the paste plugin would remove dashed classes on IE since the regexps didn't include that character. - Fixed bug where applying text color would not add spans inside link elements. This is needed due to CSS style inheritance. - Fixed bug where applying block formats to empty elements wouldn't render correctly on IE. - Fixed bug where the searchreplace plugin would add a f or r character when shortcuts where used on IE while using default dialogs. - Fixed bug where Opera wouldn't load scripts correctly since the onreadystate would fire even though the script wasn't loaded. - Fixed issue where wouldn't be handled correctly in the bbcode plugin if entity_encoding was set to raw. - Fixed issue where contents would flicker since the content css files where asynchronously loaded. - Fixed bug where WebKit wouldn't create links on images with a float style. -Version 3.3.9.3 (2010-12-20) - Fixed issue where WebKit wouldn't correctly apply ins/del in xhtmlxtras plugin. - Fixed bug where paste as plaintext on WebKit wouldn't produce br and p elements correctly. - Fixed bug where the confirm dialog texts would be incorrectly placed due to recent IE 9 workarounds in the window.css. - Fixed bug where applying text color would not add spans inside link elements. This is needed due to CSS style inheritance. -Version 3.3.9.2 (2010-09-29) - Fixed bug where placing the caret in IE 9 beta 1 would not work correctly if you clicked out side the document body element. - Fixed bug where IE 9 beta 1 wouldn't resize the editor correctly since the events didn't fire as previous versions did. - Fixed bug where FF would produce an error message when being rendered inside a hidden div element. - Fixed bug where resize logic could produce a cookie with a width/height less than the size of the container. - Fixed bug where content_css wouldn't populate the styles dropdown correctly. -Version 3.3.9.1 (2010-09-23) - Fixed bug where WebKit browsers wouldn't activate the image button when images where selected. - Fixed bug where Opera Presto 10.60 deletes elements when restoring bookmarks. - Fixed bug where IE9 beta1 doesn't handle regexp replacement values correctly. - Fixed bug where IE9 beta1 didn't render the inline dialogs correctly due to a bug with CSS clip. - Fixed bug where IE9 beta1 would produce error messages on load since they removed the document.recalc method. - Fixed bug where IE9 beta1 would produce <html xmlns=""> since they haven't implemented document.implementation.createDocument correctly. - Fixed bug where IE9 beta1 would searchreplace doesn't work since their native DOM Range doesn't have a find method. - Fixed bug where IE9 beta1 would render the source view incorrectly due to incorrect viewport size measurements. - Fixed bug where IE9 beta1 would crash when running the basic functionality unit tests. - Fixed bug where IE9 beta1 would wrap elements in blocks correctly due to changes to the selection object. - Fixed bug where IE9 beta1 would fail to insert contents since they havn't implemented the createContextualFragment method in their DOM Range. - Fixed bug where IE9 beta1 would fail to handle image selection since they currently doesn't support control selections in their DOM Range. - Fixed bug where IE9 beta1 would fail to load scripts since they fire the onload event before the scripts are parsed and executed. -Version 3.3.9 (2010-09-08) - Fixed bug where inserting table rows into a table with subtable would produce an incorrect column count. - Fixed bug where the selection of cells in a table with subtables could produce invalid selections. - Fixed bug where the table plugin would produce a script error if you tried to move the caret before a first child table. - Fixed bug where the keep_styles feature on IE would move the caret to an incorrect location at the end of list blocks. - Fixed so attributes from legacy elements such as font gets retained when they get converted to spans. - Fixed minor issue where the select boxes wouldn't be set the not set by default in the table dialog. -Version 3.3.8 (2010-06-30) - On IE8+ and FireFox 3.5+, dragging an image now correctly adds an undo - event. - Fixed bug where WebKit would not move the caret to a correct position after a paste operation. - Fixed bug where WebKit would produce a div wrapper element when pasting some contents. - Fixed bug where the visual chars and nonbreaking plugin wouldn't show nbsp elements correctly. - Fixed bug where the format states would be enabled even after the format was removed. - Fixed bug where the delete key would move the caret to an incorrect position. - Fixed bug where it wasn't possible to toggle of the current font size/family/style by clicking the title item. - Fixed bug where the abbr element wouldn't get serialized correctly on IE6. - Fixed so that the examples checks if they are executed from the local file system since that might not work properly. -Version 3.3.7 (2010-06-10) - Fixed bug where context menu would produce an error on IE if you right clicked twice and left clicked once. - Fixed bug where resizing of the window on WebKit browsers in fullscreen mode wouldn't position the statusbar correctly. - Fixed bug where IE would produce an error if the editor was empty and you where undoing to that initial level. - Fixed bug where setting the table background on gecko would produce \" entities inside the url style property. - Fixed bug where the button states wouldn't be updated correctly on IE if you placed the caret inside the new element. - Fixed bug where undo levels wasn't properly added after applying styles or font sizes. - Fixed bug where IE would throw an error if you used "select all" on empty elements and applied formatting to that. - Fixed bug where IE could select one extra character when you did a bookmark call on a caret location. - Fixed bug where IE could produce a script error on delete since it would sometimes produce an invalid DOM. - Fixed bug where IE would return the wrong start element if the whole element was selected. - Fixed bug where formatting states wasn't updated on IE if you pressed enter at the end of a block with formatting. - Fixed bug where submenus for the context menu wasn't removed correctly when the editor was destroyed. - Fixed bug where Gecko could select the wrong element after applying format to multiple elements. - Fixed bug where Gecko would delete parts of the previous element if the selection range was a element selection. - Fixed bug where Gecko would not merge paragraph elements correctly if they contained br elements. - Fixed bug where the cleanup button could produce span artifacts if you pressed it twice in a row. - Fixed bug where the fullpage plugin header/footer would be have it's header reseted to it's initial state on undo. - Fixed bug where an empty paragraph would be collapsed if you performed a cleanup while having the caret inside it. - Fixed a few memory leaks on IE especially with drop menus in listboxes and the spellchecker. - Fixed so formats applied to the current caret gets merged to reduce the number of output elements. - Added the latest version of Sizzle for the CSS selector logic to fix a compatibility issue with prototype. -Version 3.3.6 (2010-05-20) - Fixed bug where a editor.focus call could produce errors on IE in very specific scenarios. - Fixed bug where Gecko would produce an error if you unformatted text inside an empty element. - Fixed bug where IE would produce an error if the caret was placed before a table and you used the align buttons. - Fixed bug where the font size drop down didn't display the a preview correctly. - Fixed bug where the paste plugin wouldn't include all contents some times on WebKit browsers. - Fixed bug where the plain text mode toggle wouldn't work properly on WebKit. - Fixed bug where the editors statusbar would become invisible when you resized the window in fullscreen mode. -Version 3.3.5.1 (2010-05-07) - Fixed a critical bug with the fullscreen plugin. Produced error messages when the state was toggled on/off. -Version 3.3.5 (2010-05-06) - Added new merge_with_parents option to formats, enables the control of removal of elements with similar parents. - Fixed so the default behavior for applying classes isn't a toggle state but the old behavior from before the 3.3 release. - Fixed bug where selecting contents using double click on Gecko would produce errors when using removing format. - Fixed bug where the IE DOM could get messed up when non valid contents was pasted into the editor. - Fixed bug where merging selected table cells using the context menu didn't work as expected. - Fixed bug where some nestled formatting would be applied incorrectly. - Fixed bug with enter in list items when using the force_br_newlines mode on WebKit patch contributed by Ryan Koopmans. - Fixed bug where undo/redo could produce js errors on some specific operations. - Fixed bug where the theme_advanced_font_sizes didn't work as before 3.3 when complex settings where used. - Fixed bug where the table plugin would copy cell/row id attributes when making new rows/cells. -Version 3.3.4 (2010-04-27) - Fixed bug where fullscreen plugin would add two editor instances to EditorManager collection. - Fixed bug where it was difficult to enter text on non western languages such as Japanese on IE. - Fixed bug where removing contents from nodes could result in an exception when using undo/redo. - Fixed bug with selection of images inside layers or other resizable containers on IE. - Fixed so editors isn't initialized on iPhone/iPad devices since they don't have caret support. -Version 3.3.3 (2010-04-19) - Added new script_loaded callback function setting for the jQuery plugin. - Added various fixes and new rpc methods for the spellchecker plugin. Patch contributed by Michael Peters. - Removed some unnecessary inline style information from some of the dialogs. - Fixed some issues with the chaining for the TinyMCE jQuery plugin. - Fixed so any extra arguments passed to patched jQuery functions gets passed through. Patch contributed by Lee Henson. - Fixed so spellchecking/contextmenu can be toggled on/off if the browser has native spellchecker support. - Fixed bug where some texts in the new paste plugin wasn't placed in language pack. - Fixed bug where IE would produce an incorrect information message when cutting. - Fixed bug where removing items using the xhtmlxtras plugin wouldn't work correctly. - Fixed bug where setting table background images would add extra quotes on Gecko. - Fixed bug where shortcut for bold/italic/underline wouldn't work properly on WebKit. - Fixed bug where IE would produce an error message if only contents was an image tag and bold was used. - Fixed bug where the caret would move if alignment was applied to empty block elements. - Fixed bug where some shortcut key commands wouldn't apply formatting correctly. -Version 3.3.2 (2010-03-25) - Fixed bug where it was possible to scale the editor iframe smaller than the editor UI. - Fixed bug where some of the resizing option didn't work with the new live resize. - Fixed bug where the format listbox didn't show nestled formats correctly. - Fixed bug where the native listboxes didn't work co... [truncated message content] |
From: <be...@us...> - 2012-08-11 10:06:55
|
Revision: 10054 http://xoops.svn.sourceforge.net/xoops/?rev=10054&view=rev Author: beckmi Date: 2012-08-11 10:06:44 +0000 (Sat, 11 Aug 2012) Log Message: ----------- Removing spaces from "define", which is required for Transifex per DCrusader Modified Paths: -------------- XoopsCore/branches/2.5.x/2.5.6/extras/altsys_functions.php XoopsCore/branches/2.5.x/2.5.6/htdocs/Frameworks/moduleclasses/moduleadmin/language/english/main.php XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/dhtmltextarea/language/english.php XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/textarea/language/english.php XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/language/english.php XoopsCore/branches/2.5.x/2.5.6/htdocs/include/defines.php XoopsCore/branches/2.5.x/2.5.6/htdocs/install/include/createconfigform.php XoopsCore/branches/2.5.x/2.5.6/htdocs/install/language/english/install.php XoopsCore/branches/2.5.x/2.5.6/htdocs/install/language/english/install2.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/admin.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/auth.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/banners.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/calendar.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/captcha.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/comment.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/countries.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/errors.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/findusers.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/formdhtmltextarea.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/global.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/locale.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/logger.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/mail.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/misc.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/notification.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/pmsg.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/search.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/timezone.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/uploader.php XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/user.php XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/pm/language/english/admin.php XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/pm/language/english/main.php XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/pm/language/english/modinfo.php XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/profile/language/english/admin.php XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/profile/language/english/main.php XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/profile/language/english/modinfo.php XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/admin/banners.php XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/admin/mailusers.php XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/admin/maintenance.php XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/admin/modulesadmin.php XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/admin/preferences.php XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/admin/tplsets.php XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/admin/users.php XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/blocks.php XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/cpanel.php XoopsCore/branches/2.5.x/2.5.6/htdocs/modules/system/language/english/modinfo.php XoopsCore/branches/2.5.x/2.5.6/htdocs/xoops_lib/modules/protector/class/protector.php XoopsCore/branches/2.5.x/2.5.6/htdocs/xoops_lib/modules/protector/filters_disabled/postcommon_post_deny_by_httpbl.php XoopsCore/branches/2.5.x/2.5.6/htdocs/xoops_lib/modules/protector/filters_disabled/postcommon_post_register_moratorium.php XoopsCore/branches/2.5.x/2.5.6/htdocs/xoops_lib/modules/protector/filters_disabled/precommon_badip_redirection.php XoopsCore/branches/2.5.x/2.5.6/htdocs/xoops_lib/modules/protector/include/postcheck.inc.php XoopsCore/branches/2.5.x/2.5.6/htdocs/xoops_lib/modules/protector/include/precheck.inc.php XoopsCore/branches/2.5.x/2.5.6/htdocs/xoops_lib/modules/protector/include/precheck_functions.php XoopsCore/branches/2.5.x/2.5.6/htdocs/xoops_lib/modules/protector/language/english/admin.php XoopsCore/branches/2.5.x/2.5.6/upgrade/cnt-2.2.x-to-2.3.0/language/english.php XoopsCore/branches/2.5.x/2.5.6/upgrade/language/english/upgrade.php XoopsCore/branches/2.5.x/2.5.6/upgrade/upd-2.0.18-to-2.3.0/index.php XoopsCore/branches/2.5.x/2.5.6/upgrade/upd-2.0.18-to-2.3.0/language/english.php Modified: XoopsCore/branches/2.5.x/2.5.6/extras/altsys_functions.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/extras/altsys_functions.php 2012-08-11 10:02:32 UTC (rev 10053) +++ XoopsCore/branches/2.5.x/2.5.6/extras/altsys_functions.php 2012-08-11 10:06:44 UTC (rev 10054) @@ -58,11 +58,11 @@ } -define( 'ALTSYS_CORE_TYPE_X20' , 1 ) ; // 2.0.0-2.0.13 and 2.0.x-JP -define( 'ALTSYS_CORE_TYPE_X20S' , 2 ) ; // 2.0.14- from xoops.org Skalpa's "S" -define( 'ALTSYS_CORE_TYPE_ORE' , 4 ) ; // ORETEKI by marijuana -define( 'ALTSYS_CORE_TYPE_X22' , 8 ) ; // 2.2 from xoops.org -define( 'ALTSYS_CORE_TYPE_XC21L' , 16 ) ; // XOOPS Cube 2.1 Legacy +define('ALTSYS_CORE_TYPE_X20' , 1 ) ; // 2.0.0-2.0.13 and 2.0.x-JP +define('ALTSYS_CORE_TYPE_X20S' , 2 ) ; // 2.0.14- from xoops.org Skalpa's "S" +define('ALTSYS_CORE_TYPE_ORE' , 4 ) ; // ORETEKI by marijuana +define('ALTSYS_CORE_TYPE_X22' , 8 ) ; // 2.2 from xoops.org +define('ALTSYS_CORE_TYPE_XC21L' , 16 ) ; // XOOPS Cube 2.1 Legacy function altsys_get_core_type() { Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/Frameworks/moduleclasses/moduleadmin/language/english/main.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/Frameworks/moduleclasses/moduleadmin/language/english/main.php 2012-08-11 10:02:32 UTC (rev 10053) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/Frameworks/moduleclasses/moduleadmin/language/english/main.php 2012-08-11 10:06:44 UTC (rev 10054) @@ -40,10 +40,10 @@ define("_AM_MODULEADMIN_ABOUT_AUTHOR_NAME","Author name: "); define("_AM_MODULEADMIN_ABOUT_AUTHOR_INFO","Author Info"); -define("_AM_MODULEADMIN_HOME", "Home"); -define("_AM_MODULEADMIN_DASHBOARD", "Dashboard"); -define("_AM_MODULEADMIN_ABOUT", "About"); -define("_AM_MODULEADMIN_PERMISSIONS", "Permissions"); +define("_AM_MODULEADMIN_HOME","Home"); +define("_AM_MODULEADMIN_DASHBOARD","Dashboard"); +define("_AM_MODULEADMIN_ABOUT","About"); +define("_AM_MODULEADMIN_PERMISSIONS","Permissions"); //ModuleAdmin -define("_AM_MODULEADMIN_ADMIN_FOOTER", "<div class='center smallsmall italic pad5'>This module is maintained by the <a class='tooltip' rel='external' href='http://xoops.org/' title='Visit XOOPS Community'>XOOPS Community</a></div>"); \ No newline at end of file +define("_AM_MODULEADMIN_ADMIN_FOOTER","<div class='center smallsmall italic pad5'>This module is maintained by the <a class='tooltip' rel='external' href='http://xoops.org/' title='Visit XOOPS Community'>XOOPS Community</a></div>"); \ No newline at end of file Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/dhtmltextarea/language/english.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/dhtmltextarea/language/english.php 2012-08-11 10:02:32 UTC (rev 10053) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/dhtmltextarea/language/english.php 2012-08-11 10:06:44 UTC (rev 10054) @@ -12,6 +12,6 @@ /** * Assocated with editor_registry.php */ -define( '_XOOPS_EDITOR_DHTMLTEXTAREA', 'DHTML Form with xCode' ); +define('_XOOPS_EDITOR_DHTMLTEXTAREA','DHTML Form with xCode'); ?> Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/textarea/language/english.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/textarea/language/english.php 2012-08-11 10:02:32 UTC (rev 10053) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/textarea/language/english.php 2012-08-11 10:06:44 UTC (rev 10054) @@ -13,5 +13,5 @@ /* * Assocated with editor_registry.php */ -define("_XOOPS_EDITOR_TEXTAREA", "Plain Text"); +define("_XOOPS_EDITOR_TEXTAREA","Plain Text"); ?> Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/language/english.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/language/english.php 2012-08-11 10:02:32 UTC (rev 10053) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopseditor/tinymce/language/english.php 2012-08-11 10:06:44 UTC (rev 10054) @@ -14,12 +14,12 @@ * Assocated with editor_registry.php */ // Name of the editor -define("_XOOPS_EDITOR_TINYMCE", "TinyMCE"); +define("_XOOPS_EDITOR_TINYMCE","TinyMCE"); // The value must be the same as /tinymce/jscripts/langs/your_language_code, for example, "en" for English, "fr" for French // For details, check http://tinymce.moxiecode.com/download_i18n.php -define("_XOOPS_EDITOR_TINYMCE_LANGUAGE", "en"); +define("_XOOPS_EDITOR_TINYMCE_LANGUAGE","en"); // FONT LIST, FORMAT: "Name=value1,value2;Name=value" -define("_XOOPS_EDITOR_TINYMCE_FONTS", "Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;WingDings=wingdings"); +define("_XOOPS_EDITOR_TINYMCE_FONTS","Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;WingDings=wingdings"); ?> \ No newline at end of file Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/include/defines.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/include/defines.php 2012-08-11 10:02:32 UTC (rev 10053) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/include/defines.php 2012-08-11 10:06:44 UTC (rev 10054) @@ -63,7 +63,7 @@ * User Mulitbytes */ // if ( !defined( 'XOOPS_USE_MULTIBYTES' ) ) { -// define( 'XOOPS_USE_MULTIBYTES', 0 ); +// define('XOOPS_USE_MULTIBYTES', 0 ); // } // IT IS A WRONG PLACE FOR THE FOLLOWING CONSTANTS Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/install/include/createconfigform.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/install/include/createconfigform.php 2012-08-11 10:02:32 UTC (rev 10053) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/install/include/createconfigform.php 2012-08-11 10:06:44 UTC (rev 10054) @@ -20,14 +20,14 @@ include_once XOOPS_ROOT_PATH.'/class/xoopsformloader.php'; include_once XOOPS_ROOT_PATH.'/class/xoopslists.php'; -define( "PREF_1", _MD_AM_GENERAL); -define( "PREF_2", _MD_AM_USERSETTINGS); -define( "PREF_3", _MD_AM_METAFOOTER); -define( "PREF_4", _MD_AM_CENSOR); -define( "PREF_5", _MD_AM_SEARCH); -define( "PREF_6", _MD_AM_MAILER); +define("PREF_1", _MD_AM_GENERAL); +define("PREF_2", _MD_AM_USERSETTINGS); +define("PREF_3", _MD_AM_METAFOOTER); +define("PREF_4", _MD_AM_CENSOR); +define("PREF_5", _MD_AM_SEARCH); +define("PREF_6", _MD_AM_MAILER); if (defined("_MD_AM_AUTHENTICATION")) { - define( "PREF_7", _MD_AM_AUTHENTICATION); + define("PREF_7", _MD_AM_AUTHENTICATION); } function createConfigform( $config ) Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/install/language/english/install.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/install/language/english/install.php 2012-08-11 10:02:32 UTC (rev 10053) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/install/language/english/install.php 2012-08-11 10:06:44 UTC (rev 10054) @@ -18,199 +18,199 @@ // _CHARSET : UTF-8 // Translator: XOOPS Translation Team -define( "SHOW_HIDE_HELP", "Show/hide help text" ); +define("SHOW_HIDE_HELP","Show/hide help text" ); // License -define('LICENSE_NOT_WRITEABLE', 'License is %s . <br/><font style="colour:#ff0000">Make ../include/license.php Writable</font>'); -define('LICENSE_IS_WRITEABLE', 'License is %s'); +define('LICENSE_NOT_WRITEABLE','License is %s . <br/><font style="colour:#ff0000">Make ../include/license.php Writable</font>'); +define('LICENSE_IS_WRITEABLE','License is %s'); // Configuration check page -define( "SERVER_API", "Server API" ); -define( "PHP_EXTENSION", "%s extension" ); -define( "CHAR_ENCODING", "Character encoding" ); -define( "XML_PARSING", "XML parsing" ); -define( "REQUIREMENTS", "Requirements" ); -define( "_PHP_VERSION", "PHP version" ); -define( "RECOMMENDED_SETTINGS", "Recommended settings" ); -define( "RECOMMENDED_EXTENSIONS", "Recommended extensions" ); -define( "SETTING_NAME", "Setting name" ); -define( "RECOMMENDED", "Recommended" ); -define( "CURRENT", "Current" ); -define( "RECOMMENDED_EXTENSIONS_MSG", "These extensions are not required for normal use, but may be necessary to explore +define("SERVER_API","Server API" ); +define("PHP_EXTENSION","%s extension" ); +define("CHAR_ENCODING","Character encoding" ); +define("XML_PARSING","XML parsing" ); +define("REQUIREMENTS","Requirements" ); +define("_PHP_VERSION","PHP version" ); +define("RECOMMENDED_SETTINGS","Recommended settings" ); +define("RECOMMENDED_EXTENSIONS","Recommended extensions" ); +define("SETTING_NAME","Setting name" ); +define("RECOMMENDED","Recommended" ); +define("CURRENT","Current" ); +define("RECOMMENDED_EXTENSIONS_MSG","These extensions are not required for normal use, but may be necessary to explore some specific features (like the multi-language or RSS support). Thus, it is recommended to have them installed." ); -define( "NONE", "None" ); -define( "SUCCESS", "Success" ); -define( "WARNING", "Warning" ); -define( "FAILED", "Failed" ); +define("NONE","None" ); +define("SUCCESS","Success" ); +define("WARNING","Warning" ); +define("FAILED","Failed" ); // Titles (main and pages) -define( "XOOPS_INSTALL_WIZARD", "XOOPS Installation Wizard" ); +define("XOOPS_INSTALL_WIZARD","XOOPS Installation Wizard" ); -define( "LANGUAGE_SELECTION", "Language selection" ); -define( "LANGUAGE_SELECTION_TITLE", "Select your language"); // L128 -define( "INTRODUCTION", "Introduction" ); -define( "INTRODUCTION_TITLE", "Welcome to the XOOPS Installation Wizard" ); // L0 -define( "CONFIGURATION_CHECK", "Configuration check" ); -define( "CONFIGURATION_CHECK_TITLE", "Checking your server configuration" ); -define( "PATHS_SETTINGS", "Paths settings" ); -define( "PATHS_SETTINGS_TITLE", "Paths settings" ); -define( "DATABASE_CONNECTION", "Database connection" ); -define( "DATABASE_CONNECTION_TITLE", "Database connection" ); -define( "DATABASE_CONFIG", "Database configuration" ); -define( "DATABASE_CONFIG_TITLE", "Database configuration" ); -define( "CONFIG_SAVE", "Save Configuration" ); -define( "CONFIG_SAVE_TITLE", "Saving your system configuration" ); -define( "TABLES_CREATION", "Tables creation" ); -define( "TABLES_CREATION_TITLE", "Database tables creation" ); -define( "INITIAL_SETTINGS", "Initial settings" ); -define( "INITIAL_SETTINGS_TITLE", "Please enter your initial settings" ); -define( "DATA_INSERTION", "Data insertion" ); -define( "DATA_INSERTION_TITLE", "Saving your settings to the database" ); -define( "WELCOME", "Welcome" ); -define( "WELCOME_TITLE", "Welcome to your XOOPS site" ); // L0 +define("LANGUAGE_SELECTION","Language selection" ); +define("LANGUAGE_SELECTION_TITLE","Select your language"); // L128 +define("INTRODUCTION","Introduction" ); +define("INTRODUCTION_TITLE","Welcome to the XOOPS Installation Wizard" ); // L0 +define("CONFIGURATION_CHECK","Configuration check" ); +define("CONFIGURATION_CHECK_TITLE","Checking your server configuration" ); +define("PATHS_SETTINGS","Paths settings" ); +define("PATHS_SETTINGS_TITLE","Paths settings" ); +define("DATABASE_CONNECTION","Database connection" ); +define("DATABASE_CONNECTION_TITLE","Database connection" ); +define("DATABASE_CONFIG","Database configuration" ); +define("DATABASE_CONFIG_TITLE","Database configuration" ); +define("CONFIG_SAVE","Save Configuration" ); +define("CONFIG_SAVE_TITLE","Saving your system configuration" ); +define("TABLES_CREATION","Tables creation" ); +define("TABLES_CREATION_TITLE","Database tables creation" ); +define("INITIAL_SETTINGS","Initial settings" ); +define("INITIAL_SETTINGS_TITLE","Please enter your initial settings" ); +define("DATA_INSERTION","Data insertion" ); +define("DATA_INSERTION_TITLE","Saving your settings to the database" ); +define("WELCOME","Welcome" ); +define("WELCOME_TITLE","Welcome to your XOOPS site" ); // L0 // Settings (labels and help text) -define( "XOOPS_PATHS", "XOOPS Physical paths" ); -define( "XOOPS_URLS", "Web locations" ); +define("XOOPS_PATHS","XOOPS Physical paths" ); +define("XOOPS_URLS","Web locations" ); -define( "XOOPS_ROOT_PATH_LABEL", "XOOPS documents root physical path" ); -define( "XOOPS_ROOT_PATH_HELP", "Physical path to the XOOPS documents (served) directory WITHOUT trailing slash" ); +define("XOOPS_ROOT_PATH_LABEL","XOOPS documents root physical path" ); +define("XOOPS_ROOT_PATH_HELP","Physical path to the XOOPS documents (served) directory WITHOUT trailing slash" ); -define( "XOOPS_LIB_PATH_LABEL", "XOOPS library directory" ); -define( "XOOPS_LIB_PATH_HELP", "Physical path to the XOOPS library directory WITHOUT trailing slash, for forward compatibility. Locate the folder out of " . XOOPS_ROOT_PATH_LABEL . " to make it secure."); -define( "XOOPS_DATA_PATH_LABEL", "XOOPS data files directory" ); -define( "XOOPS_DATA_PATH_HELP", "Physical path to the XOOPS data files (writable) directory WITHOUT trailing slash, for forward compatibility. Locate the folder out of " . XOOPS_ROOT_PATH_LABEL . " to make it secure." ); +define("XOOPS_LIB_PATH_LABEL","XOOPS library directory" ); +define("XOOPS_LIB_PATH_HELP","Physical path to the XOOPS library directory WITHOUT trailing slash, for forward compatibility. Locate the folder out of " . XOOPS_ROOT_PATH_LABEL . " to make it secure."); +define("XOOPS_DATA_PATH_LABEL","XOOPS data files directory" ); +define("XOOPS_DATA_PATH_HELP","Physical path to the XOOPS data files (writable) directory WITHOUT trailing slash, for forward compatibility. Locate the folder out of " . XOOPS_ROOT_PATH_LABEL . " to make it secure." ); -define( "XOOPS_URL_LABEL", "Website location (URL)" ); // L56 -define( "XOOPS_URL_HELP", "Main URL that will be used to access your XOOPS installation" ); // L58 +define("XOOPS_URL_LABEL","Website location (URL)" ); // L56 +define("XOOPS_URL_HELP","Main URL that will be used to access your XOOPS installation" ); // L58 -define( "LEGEND_CONNECTION", "Server connection" ); -define( "LEGEND_DATABASE", "Database" ); // L51 +define("LEGEND_CONNECTION","Server connection" ); +define("LEGEND_DATABASE","Database" ); // L51 -define( "DB_HOST_LABEL", "Server hostname" ); // L27 -define( "DB_HOST_HELP", "Hostname of the database server. If you are unsure, <em>localhost</em> works in most cases"); // L67 -define( "DB_USER_LABEL", "User name" ); // L28 -define( "DB_USER_HELP", "Name of the user account that will be used to connect to the database server"); // L65 -define( "DB_PASS_LABEL", "Password" ); // L52 -define( "DB_PASS_HELP", "Password of your database user account"); // L68 -define( "DB_NAME_LABEL", "Database name" ); // L29 -define( "DB_NAME_HELP", "The name of database on the host. The installer will attempt to create the database if not exist"); // L64 -define( "DB_CHARSET_LABEL", "Database character set" ); -define( "DB_CHARSET_HELP", "MySQL includes character set support that enables you to store data using a variety of character sets and perform comparisons according to a variety of collations."); -define( "DB_COLLATION_LABEL", "Database collation" ); -define( "DB_COLLATION_HELP", "A collation is a set of rules for comparing characters in a character set."); -define( "DB_PREFIX_LABEL", "Table prefix" ); // L30 -define( "DB_PREFIX_HELP", "This prefix will be added to all new tables created to avoid name conflicts in the database. If you are unsure, just keep the default"); // L63 -define( "DB_PCONNECT_LABEL", "Use persistent connection" ); // L54 -define( "DB_PCONNECT_HELP", "Default is 'No'. Leave it blank if you are unsure"); // L69 -define( "DB_DATABASE_LABEL", "Database" ); +define("DB_HOST_LABEL","Server hostname" ); // L27 +define("DB_HOST_HELP", "Hostname of the database server. If you are unsure, <em>localhost</em> works in most cases"); // L67 +define("DB_USER_LABEL","User name" ); // L28 +define("DB_USER_HELP", "Name of the user account that will be used to connect to the database server"); // L65 +define("DB_PASS_LABEL","Password" ); // L52 +define("DB_PASS_HELP", "Password of your database user account"); // L68 +define("DB_NAME_LABEL","Database name" ); // L29 +define("DB_NAME_HELP", "The name of database on the host. The installer will attempt to create the database if not exist"); // L64 +define("DB_CHARSET_LABEL","Database character set" ); +define("DB_CHARSET_HELP", "MySQL includes character set support that enables you to store data using a variety of character sets and perform comparisons according to a variety of collations."); +define("DB_COLLATION_LABEL","Database collation" ); +define("DB_COLLATION_HELP", "A collation is a set of rules for comparing characters in a character set."); +define("DB_PREFIX_LABEL","Table prefix" ); // L30 +define("DB_PREFIX_HELP", "This prefix will be added to all new tables created to avoid name conflicts in the database. If you are unsure, just keep the default"); // L63 +define("DB_PCONNECT_LABEL","Use persistent connection" ); // L54 +define("DB_PCONNECT_HELP", "Default is 'No'. Leave it blank if you are unsure"); // L69 +define("DB_DATABASE_LABEL","Database" ); -define( "LEGEND_ADMIN_ACCOUNT", "Administrator account" ); -define( "ADMIN_LOGIN_LABEL", "Admin login" ); // L37 -define( "ADMIN_EMAIL_LABEL", "Admin e-mail" ); // L38 -define( "ADMIN_PASS_LABEL", "Admin password" ); // L39 -define( "ADMIN_CONFIRMPASS_LABEL", "Confirm password" ); // L74 +define("LEGEND_ADMIN_ACCOUNT","Administrator account" ); +define("ADMIN_LOGIN_LABEL","Admin login" ); // L37 +define("ADMIN_EMAIL_LABEL","Admin e-mail" ); // L38 +define("ADMIN_PASS_LABEL","Admin password" ); // L39 +define("ADMIN_CONFIRMPASS_LABEL","Confirm password" ); // L74 // Buttons -define( "BUTTON_PREVIOUS", "Previous" ); // L42 -define( "BUTTON_NEXT", "Next" ); // L47 +define("BUTTON_PREVIOUS","Previous" ); // L42 +define("BUTTON_NEXT","Next" ); // L47 // Messages -define( "XOOPS_FOUND", "%s found" ); -define( "CHECKING_PERMISSIONS", "Checking file and directory permissions..." ); // L82 -define( "IS_NOT_WRITABLE", "%s is NOT writable." ); // L83 -define( "IS_WRITABLE", "%s is writable." ); // L84 +define("XOOPS_FOUND","%s found" ); +define("CHECKING_PERMISSIONS","Checking file and directory permissions..." ); // L82 +define("IS_NOT_WRITABLE","%s is NOT writable." ); // L83 +define("IS_WRITABLE","%s is writable." ); // L84 -define( "XOOPS_PATH_FOUND", "Path found." ); +define("XOOPS_PATH_FOUND","Path found." ); -define( "READY_CREATE_TABLES", "No XOOPS tables were detected.<br />The installer is now ready to create the XOOPS system tables.<br />Press <em>next</em> to proceed." ); -define( "XOOPS_TABLES_FOUND", "The XOOPS system tables already exists in your database.<br />Press <em>next</em> to go to the next step." ); // L131 -define( "XOOPS_TABLES_CREATED", "XOOPS system tables have been created.<br />Press <em>next</em> to go to the next step." ); -define( "READY_INSERT_DATA", "The installer is now ready to insert initial data into your database." ); -define( "READY_SAVE_MAINFILE", "The installer is now ready to save the specified settings to <em>mainfile.php</em>.<br />Press <em>next</em> to proceed." ); -define( "SAVED_MAINFILE", "Settings saved in mainfile.php" ); -define( "SAVED_MAINFILE_MSG", "The installer has saved the specified settings to <em>mainfile.php</em> and <em>secure.php</em>. Press <em>next</em> to go to the next step." ); -define( "DATA_ALREADY_INSERTED", "XOOPS data found in database.<br />Press <em>next</em> to go to the next step." ); -define( "DATA_INSERTED", "Initial data has been inserted into database.<br />Press <em>next</em> to go to the next step." ); +define("READY_CREATE_TABLES","No XOOPS tables were detected.<br />The installer is now ready to create the XOOPS system tables.<br />Press <em>next</em> to proceed." ); +define("XOOPS_TABLES_FOUND","The XOOPS system tables already exists in your database.<br />Press <em>next</em> to go to the next step." ); // L131 +define("XOOPS_TABLES_CREATED","XOOPS system tables have been created.<br />Press <em>next</em> to go to the next step." ); +define("READY_INSERT_DATA","The installer is now ready to insert initial data into your database." ); +define("READY_SAVE_MAINFILE","The installer is now ready to save the specified settings to <em>mainfile.php</em>.<br />Press <em>next</em> to proceed." ); +define("SAVED_MAINFILE","Settings saved in mainfile.php" ); +define("SAVED_MAINFILE_MSG","The installer has saved the specified settings to <em>mainfile.php</em> and <em>secure.php</em>. Press <em>next</em> to go to the next step." ); +define("DATA_ALREADY_INSERTED","XOOPS data found in database.<br />Press <em>next</em> to go to the next step." ); +define("DATA_INSERTED","Initial data has been inserted into database.<br />Press <em>next</em> to go to the next step." ); // %s is database name -define( "DATABASE_CREATED", "Database %s created!" ); // L43 +define("DATABASE_CREATED","Database %s created!" ); // L43 // %s is table name -define( "TABLE_NOT_CREATED", "Unable to create table %s" ); // L118 -define( "TABLE_CREATED", "Table %s created." ); // L45 -define( "ROWS_INSERTED", "%d entries inserted to table %s." ); // L119 -define( "ROWS_FAILED", "Failed inserting %d entries to table %s." ); // L120 -define( "TABLE_ALTERED", "Table %s updated."); // L133 -define( "TABLE_NOT_ALTERED", "Failed updating table %s."); // L134 -define( "TABLE_DROPPED", "Table %s dropped."); // L163 -define( "TABLE_NOT_DROPPED", "Failed deleting table %s."); // L164 +define("TABLE_NOT_CREATED","Unable to create table %s" ); // L118 +define("TABLE_CREATED","Table %s created." ); // L45 +define("ROWS_INSERTED","%d entries inserted to table %s." ); // L119 +define("ROWS_FAILED","Failed inserting %d entries to table %s." ); // L120 +define("TABLE_ALTERED","Table %s updated."); // L133 +define("TABLE_NOT_ALTERED","Failed updating table %s."); // L134 +define("TABLE_DROPPED","Table %s dropped."); // L163 +define("TABLE_NOT_DROPPED","Failed deleting table %s."); // L164 // Error messages -define( "ERR_COULD_NOT_ACCESS", "Could not access the specified folder. Please verify that it exists and is readable by the server." ); -define( "ERR_NO_XOOPS_FOUND", "No XOOPS installation could be found in the specified folder." ); -define( "ERR_INVALID_EMAIL", "Invalid Email" ); // L73 -define( "ERR_REQUIRED", "Information is required." ); // L41 -define( "ERR_PASSWORD_MATCH", "The two passwords do not match" ); -define( "ERR_NEED_WRITE_ACCESS", "The server must be given write access to the following files and folders<br />(i.e. <em>chmod 777 directory_name</em> on a UNIX/LINUX server)<br />If they are not available or not created correctly, please create manually and set proper permissions." ); -define( "ERR_NO_DATABASE", "Could not create database. Contact the server administrator for details." ); // L31 -define( "ERR_NO_DBCONNECTION", "Could not connect to the database server." ); // L106 -define( "ERR_WRITING_CONSTANT", "Failed writing constant %s." ); // L122 +define("ERR_COULD_NOT_ACCESS","Could not access the specified folder. Please verify that it exists and is readable by the server." ); +define("ERR_NO_XOOPS_FOUND","No XOOPS installation could be found in the specified folder." ); +define("ERR_INVALID_EMAIL","Invalid Email" ); // L73 +define("ERR_REQUIRED","Information is required." ); // L41 +define("ERR_PASSWORD_MATCH","The two passwords do not match" ); +define("ERR_NEED_WRITE_ACCESS","The server must be given write access to the following files and folders<br />(i.e. <em>chmod 777 directory_name</em> on a UNIX/LINUX server)<br />If they are not available or not created correctly, please create manually and set proper permissions." ); +define("ERR_NO_DATABASE","Could not create database. Contact the server administrator for details." ); // L31 +define("ERR_NO_DBCONNECTION","Could not connect to the database server." ); // L106 +define("ERR_WRITING_CONSTANT","Failed writing constant %s." ); // L122 -define( "ERR_COPY_MAINFILE", "Could not copy the distribution file to mainfile.php" ); -define( "ERR_WRITE_MAINFILE", "Could not write into mainfile.php. Please check the file permission and try again."); -define( "ERR_READ_MAINFILE", "Could not open mainfile.php for reading" ); +define("ERR_COPY_MAINFILE","Could not copy the distribution file to mainfile.php" ); +define("ERR_WRITE_MAINFILE","Could not write into mainfile.php. Please check the file permission and try again."); +define("ERR_READ_MAINFILE","Could not open mainfile.php for reading" ); -define( "ERR_INVALID_DBCHARSET", "The charset '%s' is not supported." ); -define( "ERR_INVALID_DBCOLLATION", "The collation '%s' is not supported." ); -define( "ERR_CHARSET_NOT_SET", "Default character set is not set for XOOPS database." ); +define("ERR_INVALID_DBCHARSET","The charset '%s' is not supported." ); +define("ERR_INVALID_DBCOLLATION","The collation '%s' is not supported." ); +define("ERR_CHARSET_NOT_SET","Default character set is not set for XOOPS database." ); -define("_INSTALL_CHARSET", "UTF-8"); +define("_INSTALL_CHARSET","UTF-8"); -define( "SUPPORT", "Supports"); +define("SUPPORT","Supports"); -define( "LOGIN", "Authentication"); -define( "LOGIN_TITLE", "Authentication"); -define( "USER_LOGIN", "Administrator Login" ); -define( "USERNAME", "Username :"); -define( "PASSWORD", "Password :"); +define("LOGIN","Authentication"); +define("LOGIN_TITLE","Authentication"); +define("USER_LOGIN","Administrator Login" ); +define("USERNAME","Username :"); +define("PASSWORD","Password :"); -define( "ICONV_CONVERSION", "Character set conversion"); -define( "ZLIB_COMPRESSION", "Zlib Compression"); -define( "IMAGE_FUNCTIONS", "Image functions"); -define( "IMAGE_METAS", "Image meta data (exif)"); -define( "FILTER_FUNCTIONS", "Filter functions"); +define("ICONV_CONVERSION","Character set conversion"); +define("ZLIB_COMPRESSION","Zlib Compression"); +define("IMAGE_FUNCTIONS","Image functions"); +define("IMAGE_METAS","Image meta data (exif)"); +define("FILTER_FUNCTIONS","Filter functions"); -define( "ADMIN_EXIST", "The administrator account already exists.<br />Press <strong>next</strong> to go to the next step."); +define("ADMIN_EXIST","The administrator account already exists.<br />Press <strong>next</strong> to go to the next step."); -define( "CONFIG_SITE", "Site configuration" ); -define( "CONFIG_SITE_TITLE", "Site configuration" ); -define( "MODULES", "Modules installation" ); -define( "MODULES_TITLE", "Modules installation" ); -define( "THEME", "Select theme" ); -define( "THEME_TITLE", "Select the default theme" ); +define("CONFIG_SITE","Site configuration" ); +define("CONFIG_SITE_TITLE","Site configuration" ); +define("MODULES","Modules installation" ); +define("MODULES_TITLE","Modules installation" ); +define("THEME","Select theme" ); +define("THEME_TITLE","Select the default theme" ); -define( "INSTALLED_MODULES", "The following modules have been installed.<br />Press <strong>next</strong> to go to the next step."); -define( "NO_MODULES_FOUND", "No modules found.<br />Press <strong>next</strong> to go to the next step."); -define( "NO_INSTALLED_MODULES", "No module installed.<br />Press <strong>next</strong> to go to the next step."); +define("INSTALLED_MODULES","The following modules have been installed.<br />Press <strong>next</strong> to go to the next step."); +define("NO_MODULES_FOUND","No modules found.<br />Press <strong>next</strong> to go to the next step."); +define("NO_INSTALLED_MODULES","No module installed.<br />Press <strong>next</strong> to go to the next step."); -define( "THEME_NO_SCREENSHOT", "No screenshot found"); +define("THEME_NO_SCREENSHOT","No screenshot found"); -define( "IS_VALOR", " => "); +define("IS_VALOR"," => "); // password message -define( "PASSWORD_LABEL", "Password strength : "); -define( "PASSWORD_DESC", "Password not entered"); -define( "PASSWORD_GENERATOR", "Password generator"); -define( "PASSWORD_GENERATE", "Generate"); -define( "PASSWORD_COPY", "Copy"); +define("PASSWORD_LABEL","Password strength : "); +define("PASSWORD_DESC","Password not entered"); +define("PASSWORD_GENERATOR","Password generator"); +define("PASSWORD_GENERATE","Generate"); +define("PASSWORD_COPY","Copy"); -define( "PASSWORD_VERY_WEAK", "Very Weak"); -define( "PASSWORD_WEAK", "Weak"); -define( "PASSWORD_BETTER", "Better"); -define( "PASSWORD_MEDIUM", "Medium"); -define( "PASSWORD_STRONG", "Strong"); -define( "PASSWORD_STRONGEST", "Strongest"); +define("PASSWORD_VERY_WEAK","Very Weak"); +define("PASSWORD_WEAK","Weak"); +define("PASSWORD_BETTER","Better"); +define("PASSWORD_MEDIUM","Medium"); +define("PASSWORD_STRONG","Strong"); +define("PASSWORD_STRONGEST","Strongest"); ?> \ No newline at end of file Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/install/language/english/install2.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/install/language/english/install2.php 2012-08-11 10:02:32 UTC (rev 10053) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/install/language/english/install2.php 2012-08-11 10:06:44 UTC (rev 10054) @@ -5,30 +5,30 @@ // Translator: XOOPS Translation Team // License -define('LICENSE_NOT_WRITEABLE', 'License is %s . <br/><font style="colour:#ff0000">Make ../include/license.php Writable</font>'); -define('LICENSE_IS_WRITEABLE', 'License is %s'); +define('LICENSE_NOT_WRITEABLE','License is %s . <br/><font style="colour:#ff0000">Make ../include/license.php Writable</font>'); +define('LICENSE_IS_WRITEABLE','License is %s'); -define('_INSTALL_WEBMASTER', 'Webmasters'); -define('_INSTALL_WEBMASTERD', 'Webmasters of this site'); -define('_INSTALL_REGUSERS', 'Registered Users'); -define('_INSTALL_REGUSERSD', 'Registered Users Group'); -define('_INSTALL_ANONUSERS', 'Anonymous Users'); -define('_INSTALL_ANONUSERSD', 'Anonymous Users Group'); +define('_INSTALL_WEBMASTER','Webmasters'); +define('_INSTALL_WEBMASTERD','Webmasters of this site'); +define('_INSTALL_REGUSERS','Registered Users'); +define('_INSTALL_REGUSERSD','Registered Users Group'); +define('_INSTALL_ANONUSERS','Anonymous Users'); +define('_INSTALL_ANONUSERSD','Anonymous Users Group'); /** * New Group types */ -define('_INSTALL_BANNEDUSERS', 'Banned Users'); -define('_INSTALL_BANNEDUSERSD', 'Banned user group'); -define('_INSTALL_MODERATORUSERS', 'Moderators'); -define('_INSTALL_MODERATORUSERSD', 'These are Moderators for your website'); -define('_INSTALL_SUBMITTERUSERS', 'Submitters'); -define('_INSTALL_SUBMITTERUSERSD', 'This group can submit articles to your website'); -define('_INSTALL_DEVELOPEUSERS', 'Developer'); -define('_INSTALL_DEVELOPEUSERSD', 'This user has developer privileges and can see developer debugging messages.'); +define('_INSTALL_BANNEDUSERS','Banned Users'); +define('_INSTALL_BANNEDUSERSD','Banned user group'); +define('_INSTALL_MODERATORUSERS','Moderators'); +define('_INSTALL_MODERATORUSERSD','These are Moderators for your website'); +define('_INSTALL_SUBMITTERUSERS','Submitters'); +define('_INSTALL_SUBMITTERUSERSD','This group can submit articles to your website'); +define('_INSTALL_DEVELOPEUSERS','Developer'); +define('_INSTALL_DEVELOPEUSERSD','This user has developer privileges and can see developer debugging messages.'); -define("_INSTALL_L165", "The site is currently closed for maintenance. Please come back later."); -define("_INSTALL_ANON", "Anonymous"); -define("_INSTALL_DISCLMR", "While the administrators and moderators of this site will attempt to remove +define("_INSTALL_L165","The site is currently closed for maintenance. Please come back later."); +define("_INSTALL_ANON","Anonymous"); +define("_INSTALL_DISCLMR","While the administrators and moderators of this site will attempt to remove or edit any generally objectionable material as quickly as possible, it is impossible to review every message. Therefore you acknowledge that all posts made to this site express the views and opinions of the author and not the Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/admin.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/admin.php 2012-08-11 10:02:32 UTC (rev 10053) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/admin.php 2012-08-11 10:06:44 UTC (rev 10054) @@ -4,20 +4,20 @@ // _CHARSET : UTF-8 // Translator: XOOPS Translation Team -define('_AD_NORIGHT', 'You don\'t have the right to access this area'); -define('_AD_ACTION', 'Action'); -define('_AD_EDIT', 'Edit'); -define('_AD_DELETE', 'Delete'); -define('_AD_LASTTENUSERS', 'Last 10 registered users'); -define('_AD_NICKNAME', 'Username'); -define('_AD_EMAIL', 'Email'); -define('_AD_AVATAR', 'Avatar'); -define('_AD_REGISTERED', 'Registered'); //Registered Date -// define( '_AD_PRESSGEN', 'This is your first time to enter the administration section. Press the button below to proceed.' ); -define('_AD_LOGINADMIN', 'Loging you in..'); -define('_AD_WARNINGINSTALL', 'WARNING: Directory %s exists on your server. <br />Please remove this directory for security reasons.'); -define('_AD_WARNINGWRITEABLE', 'WARNING: File %s is writeable by the server. <br />Please change the permission of this file for security reasons.<br /> in Unix (444), in Win32 (read-only)'); -define('_AD_WARNINGNOTWRITEABLE', 'WARNING: Folder %s is not writeable by the server. <br />Please change the permission of this folder.<br /> in Unix (777), in Win32 (writable)'); -define('_AD_WARNINGXOOPSLIBINSIDE', 'WARNING: Folder %s is inside DocumentRoot! <br />For security considerations it is highly suggested to move it out of DocumentRoot.'); +define('_AD_NORIGHT','You don\'t have the right to access this area'); +define('_AD_ACTION','Action'); +define('_AD_EDIT','Edit'); +define('_AD_DELETE','Delete'); +define('_AD_LASTTENUSERS','Last 10 registered users'); +define('_AD_NICKNAME','Username'); +define('_AD_EMAIL','Email'); +define('_AD_AVATAR','Avatar'); +define('_AD_REGISTERED','Registered'); //Registered Date +// define('_AD_PRESSGEN','This is your first time to enter the administration section. Press the button below to proceed.'); +define('_AD_LOGINADMIN','Loging you in..'); +define('_AD_WARNINGINSTALL','WARNING: Directory %s exists on your server. <br />Please remove this directory for security reasons.'); +define('_AD_WARNINGWRITEABLE','WARNING: File %s is writeable by the server. <br />Please change the permission of this file for security reasons.<br /> in Unix (444), in Win32 (read-only)'); +define('_AD_WARNINGNOTWRITEABLE','WARNING: Folder %s is not writeable by the server. <br />Please change the permission of this folder.<br /> in Unix (777), in Win32 (writable)'); +define('_AD_WARNINGXOOPSLIBINSIDE','WARNING: Folder %s is inside DocumentRoot! <br />For security considerations it is highly suggested to move it out of DocumentRoot.'); ?> \ No newline at end of file Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/auth.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/auth.php 2012-08-11 10:02:32 UTC (rev 10053) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/auth.php 2012-08-11 10:06:44 UTC (rev 10054) @@ -4,12 +4,12 @@ // _CHARSET : UTF-8 // Translator: XOOPS Translation Team -define('_AUTH_MSG_AUTH_METHOD', "using %s authentication method"); -define('_AUTH_LDAP_EXTENSION_NOT_LOAD', 'PHP LDAP extension not loaded (verify your PHP configuration file php.ini)'); -define('_AUTH_LDAP_SERVER_NOT_FOUND', "Can't connect to the server"); -define('_AUTH_LDAP_USER_NOT_FOUND', "Member %s not found in the directory server (%s) in %s"); -define('_AUTH_LDAP_CANT_READ_ENTRY', "Can't read entry %s"); -define('_AUTH_LDAP_XOOPS_USER_NOTFOUND', "Sorry no corresponding user information has been found in the XOOPS database for connection: %s <br>" . "Please verify your user datas or set on the automatic provisionning"); -define('_AUTH_LDAP_START_TLS_FAILED', "Failed to open a TLS connection"); +define('_AUTH_MSG_AUTH_METHOD',"using %s authentication method"); +define('_AUTH_LDAP_EXTENSION_NOT_LOAD','PHP LDAP extension not loaded (verify your PHP configuration file php.ini)'); +define('_AUTH_LDAP_SERVER_NOT_FOUND',"Can't connect to the server"); +define('_AUTH_LDAP_USER_NOT_FOUND',"Member %s not found in the directory server (%s) in %s"); +define('_AUTH_LDAP_CANT_READ_ENTRY',"Can't read entry %s"); +define('_AUTH_LDAP_XOOPS_USER_NOTFOUND',"Sorry no corresponding user information has been found in the XOOPS database for connection: %s <br>" . "Please verify your user datas or set on the automatic provisionning"); +define('_AUTH_LDAP_START_TLS_FAILED',"Failed to open a TLS connection"); ?> \ No newline at end of file Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/banners.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/banners.php 2012-08-11 10:02:32 UTC (rev 10053) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/banners.php 2012-08-11 10:06:44 UTC (rev 10054) @@ -3,38 +3,38 @@ // _LANGCODE: en // _CHARSET : UTF-8 // Translator: XOOPS Translation Team -define('_BANNERS_MANAGEMENT', 'Banner Management'); -define('_BANNERS_WELCOMEBACK', 'Welcome back: %s'); -//define('_BANNERS_LOGGEDOUT', 'Logged out the advertisement panel'); -define('_BANNERS_LOGOUT', 'Logout Banner Management'); -define('_BANNERS_LOGIN_TITLE', 'Banner Statistics'); -define('_BANNERS_LOGIN_LOGIN', 'Login :'); -define('_BANNERS_LOGIN_INCORRECT', 'Incorrect Username or Password'); -define('_BANNERS_LOGIN_PASS', 'Password :'); -define('_BANNERS_LOGIN_INFO', 'Please type your client information'); -define('_BANNERS_LOGIN_OK', 'OK'); -define('_BANNERS_ID', 'Banner ID:'); -define('_BANNERS_TITLE', 'Active Banners'); -define('_BANNERS_URL', 'Change URL:'); -define('_BANNERS_NOTHINGFOUND', 'No Banners Found'); -define('_BANNERS_NO', '#'); -define('_BANNERS_FOW_IN', 'Displaying Active Banners: '); -define('_BANNERS_IMP_MADE', 'Imp. Made'); -define('_BANNERS_IMP_TOTAL', 'Imp. Total'); -define('_BANNERS_IMP_LEFT', 'Imp. Left'); -define('_BANNERS_CLICKS', 'Clicks'); -define('_BANNERS_PER_CLICKS', '% Clicks'); -define('_BANNERS_FUNCTIONS', 'Functions'); -define('_BANNERS_STATS', 'Email Stats'); -define('_BANNERS_SHOWBANNER', 'Show Banner'); -define('_BANNERS_SEND_STATS', 'Send <a href=\'%s\' title=\'E-mail Stats\'/>Email Stats</a> for this Banner'); -define('_BANNERS_POINTS', 'This Banner points to <a href=\'%s\' title=\'\'>this URL</a>'); -define('_BANNERS_UNLIMITED', 'Unlimited'); -define('_BANNERS_FINISHED', 'Expired Banners'); -define('_BANNERS_STARTED', 'Start Date'); -define('_BANNERS_ENDED', 'End Date'); -define('_BANNERS_MAIL_SUBJECT', 'Your Banner Statistics at %s'); -define('_BANNERS_MAIL_MESSAGE', 'Available Banner Statistics for the selected Banner at %s :\n\n\n +define('_BANNERS_MANAGEMENT','Banner Management'); +define('_BANNERS_WELCOMEBACK','Welcome back: %s'); +//define('_BANNERS_LOGGEDOUT','Logged out the advertisement panel'); +define('_BANNERS_LOGOUT','Logout Banner Management'); +define('_BANNERS_LOGIN_TITLE','Banner Statistics'); +define('_BANNERS_LOGIN_LOGIN','Login :'); +define('_BANNERS_LOGIN_INCORRECT','Incorrect Username or Password'); +define('_BANNERS_LOGIN_PASS','Password :'); +define('_BANNERS_LOGIN_INFO','Please type your client information'); +define('_BANNERS_LOGIN_OK','OK'); +define('_BANNERS_ID','Banner ID:'); +define('_BANNERS_TITLE','Active Banners'); +define('_BANNERS_URL','Change URL:'); +define('_BANNERS_NOTHINGFOUND','No Banners Found'); +define('_BANNERS_NO','#'); +define('_BANNERS_FOW_IN','Displaying Active Banners: '); +define('_BANNERS_IMP_MADE','Imp. Made'); +define('_BANNERS_IMP_TOTAL','Imp. Total'); +define('_BANNERS_IMP_LEFT','Imp. Left'); +define('_BANNERS_CLICKS','Clicks'); +define('_BANNERS_PER_CLICKS','% Clicks'); +define('_BANNERS_FUNCTIONS','Functions'); +define('_BANNERS_STATS','Email Stats'); +define('_BANNERS_SHOWBANNER','Show Banner'); +define('_BANNERS_SEND_STATS','Send <a href=\'%s\' title=\'E-mail Stats\'/>Email Stats</a> for this Banner'); +define('_BANNERS_POINTS','This Banner points to <a href=\'%s\' title=\'\'>this URL</a>'); +define('_BANNERS_UNLIMITED','Unlimited'); +define('_BANNERS_FINISHED','Expired Banners'); +define('_BANNERS_STARTED','Start Date'); +define('_BANNERS_ENDED','End Date'); +define('_BANNERS_MAIL_SUBJECT','Your Banner Statistics at %s'); +define('_BANNERS_MAIL_MESSAGE','Available Banner Statistics for the selected Banner at %s :\n\n\n Client Name: %s\nBanner ID: %s\n Banner Image: %s\n Banner URL: %s\n\n @@ -44,14 +44,14 @@ Clicks Received: %s\n Clicks Percent: %f \n\n\n Report Generated on: %s'); -define('_BANNERS_MAIL_NOT_OK', 'We have encountered an error sending your email. Please contact the webmaster regarding this issue.'); -define('_BANNERS_MAIL_OK', 'Available Banner statistics for the selected banner have been sent to your account email address.'); -define('_BANNERS_MAIL_ERROR', 'There is no email associated with client %s.<br />Please contact the Administrator'); -define('_BANNERS_DBUPDATED', 'Item modified and database updated'); -define('_BANNERS_DBERROR', 'Database was not updated due to an error!'); -define('_BANNERS_CHANGE', 'Change'); +define('_BANNERS_MAIL_NOT_OK','We have encountered an error sending your email. Please contact the webmaster regarding this issue.'); +define('_BANNERS_MAIL_OK','Available Banner statistics for the selected banner have been sent to your account email address.'); +define('_BANNERS_MAIL_ERROR','There is no email associated with client %s.<br />Please contact the Administrator'); +define('_BANNERS_DBUPDATED','Item modified and database updated'); +define('_BANNERS_DBERROR','Database was not updated due to an error!'); +define('_BANNERS_CHANGE','Change'); -define('_BANNERS_NO_LOGIN_DATA', 'No login data detected'); -define('_BANNERS_NO_REFERER', 'No referer detected'); -define('_BANNERS_NO_ID', 'No valid ID detected'); +define('_BANNERS_NO_LOGIN_DATA','No login data detected'); +define('_BANNERS_NO_REFERER','No referer detected'); +define('_BANNERS_NO_ID','No valid ID detected'); ?> \ No newline at end of file Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/calendar.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/calendar.php 2012-08-11 10:02:32 UTC (rev 10053) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/calendar.php 2012-08-11 10:06:44 UTC (rev 10054) @@ -8,35 +8,35 @@ //%%%%% Time Zone %%%% define("_CAL_FORMAT","Y-m-d"); -define("_CAL_SUNDAY", "Sunday"); -define("_CAL_MONDAY", "Monday"); -define("_CAL_TUESDAY", "Tuesday"); -define("_CAL_WEDNESDAY", "Wednesday"); -define("_CAL_THURSDAY", "Thursday"); -define("_CAL_FRIDAY", "Friday"); -define("_CAL_SATURDAY", "Saturday"); -define("_CAL_JANUARY", "January"); -define("_CAL_FEBRUARY", "February"); -define("_CAL_MARCH", "March"); -define("_CAL_APRIL", "April"); -define("_CAL_MAY", "May"); -define("_CAL_JUNE", "June"); -define("_CAL_JULY", "July"); -define("_CAL_AUGUST", "August"); -define("_CAL_SEPTEMBER", "September"); -define("_CAL_OCTOBER", "October"); -define("_CAL_NOVEMBER", "November"); -define("_CAL_DECEMBER", "December"); -define("_CAL_TGL1STD", "Toggle first day of week"); -define("_CAL_PREVYR", "Prev. year (hold for menu)"); -define("_CAL_PREVMNTH", "Prev. month (hold for menu)"); -define("_CAL_GOTODAY", "Go Today"); -define("_CAL_NXTMNTH", "Next month (hold for menu)"); -define("_CAL_NEXTYR", "Next year (hold for menu)"); -define("_CAL_SELDATE", "Select date"); -define("_CAL_DRAGMOVE", "Drag to move"); -define("_CAL_TODAY", "Today"); -define("_CAL_DISPM1ST", "Display Monday first"); -define("_CAL_DISPS1ST", "Display Sunday first"); +define("_CAL_SUNDAY","Sunday"); +define("_CAL_MONDAY","Monday"); +define("_CAL_TUESDAY","Tuesday"); +define("_CAL_WEDNESDAY","Wednesday"); +define("_CAL_THURSDAY","Thursday"); +define("_CAL_FRIDAY","Friday"); +define("_CAL_SATURDAY","Saturday"); +define("_CAL_JANUARY","January"); +define("_CAL_FEBRUARY","February"); +define("_CAL_MARCH","March"); +define("_CAL_APRIL","April"); +define("_CAL_MAY","May"); +define("_CAL_JUNE","June"); +define("_CAL_JULY","July"); +define("_CAL_AUGUST","August"); +define("_CAL_SEPTEMBER","September"); +define("_CAL_OCTOBER","October"); +define("_CAL_NOVEMBER","November"); +define("_CAL_DECEMBER","December"); +define("_CAL_TGL1STD","Toggle first day of week"); +define("_CAL_PREVYR","Prev. year (hold for menu)"); +define("_CAL_PREVMNTH","Prev. month (hold for menu)"); +define("_CAL_GOTODAY","Go Today"); +define("_CAL_NXTMNTH","Next month (hold for menu)"); +define("_CAL_NEXTYR","Next year (hold for menu)"); +define("_CAL_SELDATE","Select date"); +define("_CAL_DRAGMOVE","Drag to move"); +define("_CAL_TODAY","Today"); +define("_CAL_DISPM1ST","Display Monday first"); +define("_CAL_DISPS1ST","Display Sunday first"); ?> \ No newline at end of file Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/captcha.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/captcha.php 2012-08-11 10:02:32 UTC (rev 10053) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/captcha.php 2012-08-11 10:06:44 UTC (rev 10054) @@ -3,21 +3,21 @@ // _LANGCODE: en // _CHARSET : UTF-8 // Translator: XOOPS Translation Team -define('_CAPTCHA_CAPTION', 'Confirmation Code'); -define('_CAPTCHA_INVALID_CODE', 'Invalid confirmation code!'); -define('_CAPTCHA_TOOMANYATTEMPTS', 'Too many attempts!'); -define('_CAPTCHA_MAXATTEMPTS', 'Maximum attempts you can try: %d'); +define('_CAPTCHA_CAPTION','Confirmation Code'); +define('_CAPTCHA_INVALID_CODE','Invalid confirmation code!'); +define('_CAPTCHA_TOOMANYATTEMPTS','Too many attempts!'); +define('_CAPTCHA_MAXATTEMPTS','Maximum attempts you can try: %d'); // For image mode -define('_CAPTCHA_RULE_IMAGE', 'Input letters in the image'); -define('_CAPTCHA_RULE_CASESENSITIVE', 'The code is case-sensitive'); -define('_CAPTCHA_RULE_CASEINSENSITIVE', 'The code is case-insensitive'); -define('_CAPTCHA_REFRESH', 'Click to refresh the image if it is not clear enough.'); +define('_CAPTCHA_RULE_IMAGE','Input letters in the image'); +define('_CAPTCHA_RULE_CASESENSITIVE','The code is case-sensitive'); +define('_CAPTCHA_RULE_CASEINSENSITIVE','The code is case-insensitive'); +define('_CAPTCHA_REFRESH','Click to refresh the image if it is not clear enough.'); // For text mode -define('_CAPTCHA_RULE_TEXT', 'Input the result from the expression'); +define('_CAPTCHA_RULE_TEXT','Input the result from the expression'); /** * Error defines */ -define('_CAPTCHA_LOADFILEERROR', 'Error: Could not load file %u in file %s at line %s. '); +define('_CAPTCHA_LOADFILEERROR','Error: Could not load file %u in file %s at line %s. '); ?> \ No newline at end of file Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/comment.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/comment.php 2012-08-11 10:02:32 UTC (rev 10053) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/comment.php 2012-08-11 10:06:44 UTC (rev 10054) @@ -3,42 +3,42 @@ // _LANGCODE: en // _CHARSET : UTF-8 // Translator: XOOPS Translation Team -define('_CM_TITLE', 'Title'); -define('_CM_MESSAGE', 'Message'); -define('_CM_DOSMILEY', 'Enable Smiley Icons'); -define('_CM_DOHTML', 'Enable HTML Tags'); -define('_CM_DOAUTOWRAP', 'Auto wrap lines'); -define('_CM_DOXCODE', 'Enable XOOPS Codes'); -define('_CM_REFRESH', 'Refresh'); -define('_CM_PENDING', 'Pending'); -define('_CM_HIDDEN', 'Hidden'); -define('_CM_ACTIVE', 'Active'); -define('_CM_STATUS', 'Status'); -define('_CM_POSTCOMMENT', 'Publish Comment'); -define('_CM_REPLIES', 'Replies'); -define('_CM_PARENT', 'Parent'); -define('_CM_TOP', 'Top'); -define('_CM_BOTTOM', 'Bottom'); -define('_CM_ONLINE', 'Online!'); -define('_CM_POSTED', 'Published'); // Posted date -define('_CM_UPDATED', 'Updated'); -define('_CM_THREAD', 'Thread'); -define('_CM_POSTER', 'Author'); -define('_CM_JOINED', 'Joined'); -define('_CM_POSTS', 'Comments'); -define('_CM_FROM', 'From'); -define('_CM_COMDELETED', 'Comment(s) deleted.'); -define('_CM_COMDELETENG', 'Could not delete comment.'); -define('_CM_DELETESELECT', 'Delete all its child comments?'); -define('_CM_DELETEONE', 'No, delete only this comment'); -define('_CM_DELETEALL', 'Yes, delete all'); -define('_CM_THANKSPOST', 'Thanks for your comments!'); -define('_CM_NOTICE', "The comments are owned by the author. We aren't responsible for their content."); -define('_CM_COMRULES', 'Comment Rules'); -define('_CM_COMAPPROVEALL', 'Comments are always approved'); -define('_CM_COMAPPROVEUSER', 'Comments by registered users are always approved'); -define('_CM_COMAPPROVEADMIN', 'All comments need to be approved by administrator'); -define('_CM_COMANONPOST', 'Allow anonymous comments?'); -define('_CM_COMNOCOM', 'Disable comments'); +define('_CM_TITLE','Title'); +define('_CM_MESSAGE','Message'); +define('_CM_DOSMILEY','Enable Smiley Icons'); +define('_CM_DOHTML','Enable HTML Tags'); +define('_CM_DOAUTOWRAP','Auto wrap lines'); +define('_CM_DOXCODE','Enable XOOPS Codes'); +define('_CM_REFRESH','Refresh'); +define('_CM_PENDING','Pending'); +define('_CM_HIDDEN','Hidden'); +define('_CM_ACTIVE','Active'); +define('_CM_STATUS','Status'); +define('_CM_POSTCOMMENT','Publish Comment'); +define('_CM_REPLIES','Replies'); +define('_CM_PARENT','Parent'); +define('_CM_TOP','Top'); +define('_CM_BOTTOM','Bottom'); +define('_CM_ONLINE','Online!'); +define('_CM_POSTED','Published'); // Posted date +define('_CM_UPDATED','Updated'); +define('_CM_THREAD','Thread'); +define('_CM_POSTER','Author'); +define('_CM_JOINED','Joined'); +define('_CM_POSTS','Comments'); +define('_CM_FROM','From'); +define('_CM_COMDELETED','Comment(s) deleted.'); +define('_CM_COMDELETENG','Could not delete comment.'); +define('_CM_DELETESELECT','Delete all its child comments?'); +define('_CM_DELETEONE','No, delete only this comment'); +define('_CM_DELETEALL','Yes, delete all'); +define('_CM_THANKSPOST','Thanks for your comments!'); +define('_CM_NOTICE',"The comments are owned by the author. We aren't responsible for their content."); +define('_CM_COMRULES','Comment Rules'); +define('_CM_COMAPPROVEALL','Comments are always approved'); +define('_CM_COMAPPROVEUSER','Comments by registered users are always approved'); +define('_CM_COMAPPROVEADMIN','All comments need to be approved by administrator'); +define('_CM_COMANONPOST','Allow anonymous comments?'); +define('_CM_COMNOCOM','Disable comments'); ?> \ No newline at end of file Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/countries.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/countries.php 2012-08-11 10:02:32 UTC (rev 10053) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/language/english/countries.php 2012-08-11 10:06:44 UTC (rev 10054) @@ -8,257 +8,257 @@ * */ -define('_COUNTRY_AD', 'Andorra'); -define('_COUNTRY_AE', 'United Arab Emirates'); -define('_COUNTRY_AF', 'Afghanistan'); -define('_COUNTRY_AG', 'Antigua and Barbuda'); -define('_COUNTRY_AI', 'Anguilla'); -define('_COUNTRY_AL', 'Albania'); -define('_COUNTRY_AM', 'Armenia'); -define('_COUNTRY_AN', 'Netherlands Antilles'); -define('_COUNTRY_AO', 'Angola'); -define('_COUNTRY_AQ', 'Antarctica'); -define('_COUNTRY_AR', 'Argentina'); -define('_COUNTRY_AS', 'American Samoa'); -define('_COUNTRY_AT', 'Austria'); -define('_COUNTRY_AU', 'Australia'); -define('_COUNTRY_AW', 'Aruba'); -define('_COUNTRY_AX', 'Åland Islands'); -define('_COUNTRY_AZ', 'Azerbaijan'); -define('_COUNTRY_BA', 'Bosnia and Herzegovina'); -define('_COUNTRY_BB', 'Barbados'); -define('_COUNTRY_BD', 'Bangladesh'); -define('_COUNTRY_BE', 'Belgium'); -define('_COUNTRY_BF', 'Burkina Faso'); -define('_COUNTRY_BG', 'Bulgaria'); -define('_COUNTRY_BH', 'Bahrain'); -define('_COUNTRY_BI', 'Burundi'); -define('_COUNTRY_BJ', 'Benin'); -define('_COUNTRY_BL', 'Saint Barthélemy'); -define('_COUNTRY_BM', 'Bermuda'); -define('_COUNTRY_BN', 'Brunei Darussalam'); -define('_COUNTRY_BO', 'Bolivia'); -define('_COUNTRY_BR', 'Brazil'); -define('_COUNTRY_BS', 'Bahamas'); -define('_COUNTRY_BT', 'Bhutan'); -define('_COUNTRY_BV', 'Bouvet Island'); -define('_COUNTRY_BW', 'Botswana'); -define('_COUNTRY_BY', 'Belarus'); -define('_COUNTRY_BZ', 'Belize'); -define('_COUNTRY_CA', 'Canada'); -define('_COUNTRY_CC', 'Cocos (Keeling) Islands'); -define('_COUNTRY_CD', 'Congo (Dem. Rep.)'); -define('_COUNTRY_CF', 'Central African Republic'); -define('_COUNTRY_CG', 'Congo'); -define('_COUNTRY_CH', 'Switzerland'); -define('_COUNTRY_CI', "Côte d'Ivoire"); -define('_COUNTRY_CK', 'Cook Islands'); -define('_COUNTRY_CL', 'Chile'); -define('_COUNTRY_CM', 'Cameroon'); -define('_COUNTRY_CN', 'China'); -define('_COUNTRY_CO', 'Colombia'); -define('_COUNTRY_CR', 'Costa Rica'); -define('_COUNTRY_CS', 'Serbia & Montenegro (former)'); // Not listed in ISO 3166 -define('_COUNTRY_CU', 'Cuba'); -define('_COUNTRY_CV', 'Cape Verde'); -define('_COUNTRY_CX', 'Christmas Island'); -define('_COUNTRY_CY', 'Cyprus'); -define('_COUNTRY_CZ', 'Czech Republic'); -define('_COUNTRY_DE', 'Germany'); -define('_COUNTRY_DJ', 'Djibouti'); -define('_COUNTRY_DK', 'Denmark'); -define('_COUNTRY_DM', 'Dominica'); -define('_COUNTRY_DO', 'Dominican Republic'); -define('_COUNTRY_DZ', 'Algeria'); -define('_COUNTRY_EC', 'Ecuador'); -define('_COUNTRY_EE', 'Estonia'); -define('_COUNTRY_EG', 'Egypt'); -define('_COUNTRY_EH', 'Western Sahara'); -define('_COUNTRY_ER', 'Eritrea'); -define('_COUNTRY_ES', 'Spain'); -define('_COUNTRY_ET', 'Ethiopia'); -define('_COUNTRY_FI', 'Finland'); -define('_COUNTRY_FJ', 'Fiji'); -define('_COUNTRY_FK', 'Falkland Islands (Malvinas)'); -define('_COUNTRY_FM', 'Micronesia'); -define('_COUNTRY_FO', 'Faroe Islands'); -define('_COUNTRY_FR', 'France'); -define('_COUNTRY_FX', 'France, Metropolitan'); // Not listed in ISO 3166 -define('_COUNTRY_GA', 'Gabon'); -define('_COUNTRY_GB', 'Great Britain (UK)'); -define('_COUNTRY_GD', 'Grenada'); -define('_COUNTRY_GE', 'Georgia'); -define('_COUNTRY_GF', 'French Guiana'); -define('_COUNTRY_GG', 'Guernsey'); -define('_COUNTRY_GH', 'Ghana'); -define('_COUNTRY_GI', 'Gibraltar'); -define('_COUNTRY_GL', 'Greenland'); -define('_COUNTRY_GM', 'Gambia'); -define('_COUNTRY_GN', 'Guinea'); -define('_COUNTRY_GP', 'Guadeloupe'); -define('_COUNTRY_GQ', 'Equatorial Guinea'); -define('_COUNTRY_GR', 'Greece'); -define('_COUNTRY_GS', 'S. Georgia and S. Sandwich Isls.'); -define('_COUNTRY_GT', 'Guatemala'); -define('_COUNTRY_GU', 'Guam'); -define('_COUNTRY_GW', 'Guinea-Bissau'); -define('_COUNTRY_GY', 'Guyana'); -define('_COUNTRY_HK',... [truncated message content] |