Download
Recent Releases
xquared_client_20080423.tar.gz
2008/04/23
xquared_client_20080423.tar.gz
- Improvement: Edited the complete structure of the source code. Introduction of the concept of the package along with lowering the reliance between modules. Videos and other addition features are now separated as Plug-ins.
- Modification: Created a restriction when connecting elements that are not a TEXTAREA to Xquared
- Addition: Added a plug-in that lets you drag the editor the the bottom portion of the screen and control the size (EditorResizePlugin.js). Refer to resize.html in the examples directory. (Thanks to zenguy and jinagam for this suggestion.)
- Addition: You can now add Yahoo videos.
- Addition: You can now insert the new version of Pandora TV's player.
- Modification: We have now restricted the input of URLs when inserting videos. Only OBJECT and EMBED are allowed.
- Fix: Fixed problem where videos could not play when margins and paddings did not exist in the BODY during editing mode.
- Fix: Fixed problem where removing a video with Cut (Ctrl+X) would not remove the video from the screen.
2008/03/27
xquared_client_20080327.tar.gz
- Added: You can now add videos from Daum tv pod (http://tvpot.daum.net), Pandora TV(http://www.pandora.tv), and MN cast (http://mncast.com). Click the video button The image “http://jania.pe.kr/xquared/client/images/toolbar/movie.gif” cannot be displayed, because it contains errors. from the toolbar.
- Added: When inserting a video, you can now also enter the OJBECT code (or URL) for the video to be recognized.
- Added: You can now insert IFRAMEs.
- Added: When setting config.autoFocusOnInit to true, when the editor starts running it will automatically be focused.
- Improvement: Included API documentation in the distribution version. Refer to the docs directory.
- Improvement: Added various keyboard shortcuts for Mac users. Meta+B, Meta+I, Meta+K, Meta+U will enable bold, italics, strikethrough, and underlining respectively. Original keyboard shortcuts Ctrl+B, Ctrl+I, Ctrl+K, and Ctrl+U are still intact . To add or remove keyboard shortcuts, please refer to our feature expansion page.
-
Fix: Problem where a security warning would appear when opening Xquared from an HTTPS page in IE.
2008/03/20
xquared_clInternet Explorernt_20080320.tar.gz
- Improvement: Completely modified the structure of file distribution. Please refer to our tutorial for more details.
- Improvement: Separated xq.Editor and xq.Toolbar.
- Modification: Fix the bug where you could only insert the HTML source code when inserting a video clip instead of inserting a video clip through a dialog box.
- Fix: Error where only one video clip file loads when having many video clips in a single page in FIREFOX and Internet Explorer.
- Fix: Problems of word wrap and the moving of block units in Safari
- Fix: Problem where the calling of xq.Editor.focus() and xq.RichDom.focus() where not being focused initially in Firefox.
- Modification: Modified the CSS in the source editing window in Internet Explorer6/7 that causes the browser to stop functioning when giving a border. (problem from gEEkInsId. Thanks!)
- Fix: Error where the selection of the Title tool. (Thanks to zenguy)
- Fix: Problem when the HTML properties ends with '=' (for example, <a href='http://x.com?y='>) that causes the Validator to malfunction in Firefox.
- Fix: The disappearance of the focus when typing Korean and the addition of characters in the editor FIREFOX
- Fix: The disappearing of carets when moving blank blocks up or down in Firefox.
- Fix: When a floating dialog appears in the center of the window (centerOfWindow) while a long sentence is present, the location of the scrollbar is not calculated correctly (Problem notified by zenguy. Thanks!)
2008/03/14
- Added: Users can now insert YouTube videos. Video clips can be viewed during WYSIWYG editing. You can insert video clips when clicking the Movie icon from the toolbar. We are planning to add TVPot and other video formats in the future.
- Added: Plug-In API in Xquared for easy feature expansion
- Improvement: Improved the validation logic. You can now define the grouping of tags. The logic behind the validation modification option has also changed. If you were using the validation set up by modifying it, please go to the set up page to find and fix corresponding codes.
- Improvement: Speed of initial loading and switching to editing mode
- Modification: Part of the problem where repeated lists become tangled when pressing DEL or Backspace
- Modification: A part of the problem where the deletion of automatically created blank spaces where not removed in Internet Explorer 6 & 7.
- Modification: Added characters to xq.Editor.onEditorElementChanged (editor instance).
-
Modification: When removing formats (removeFormat) the link is now not removed.
2008/03/06
- Fix: Problem where some keyboard shortcuts in Windows and Mac Safari were not recognized
- Improvement: Problems of Validation/Invalidation in Windows and Mac Safari
- Improvement: Small improvement in performance when loading large documents. (Regular Expression is now compiled in advance.)
- Fix: Problem where an exception would be generated through a malfunctioning of xq.RichDom.collectStructureAndStyle() in the middle of reloading the toolbar in Firefox
- Fix: Bug where the function xq.RichDom.hasFocus() did not function properly.
- Fix: Problem where prototype.js was loaded before xquared.js.
2008/03/03
- Added: Strengthened Selenium feature testing.
- Fix: Problem where the caret would sometimes automatically move or not move correctly in Internet Explorer6/7. (Problem notified by Sang-Jin Han)
- Modification: Problem where the caret would not move correctly around the HR in Internet Explorer6/7. (Problem notified by Sang-Jin Han)
- Fix: Bug where Xquared is interlocked in the form, the preexistent factor of onsubmit handler is not maintained, thus causing a bug. (Proposed by wizkwon.)
- Fix: Bug where browser malfunctions when there is a label in a form in Firefox2. (bNotified by byeongseon.)
2008/02/28
- Added: Part of the unit testing (JSSpec) that was not originally automated is now partially automated where features used Selenium.
- Added: Automation of complete unit testing in Selenium’s feature test
- Added: In browsers other than Internet Explorer, the URL from the page is automatically replaced by a link.
- Added: Functions xq.Editor.setWidth() and xq.Editor.setHeight().
- Improvement: Performance in validation and keyboard shortcut processing logic.
- Improvement: Removed part of repeated areas and unused code. The size of the script has been greatly reduced.
- Improvement: Applied JavaScript’s YUI-Compressor to the latest version (2.3.5) to reduce the file size of xquared_min.js
- Improvement: className is received as a factor in the xq.Editor.handleApplyBlock function. You can now assign names to class names while applying DIV and H1 (Proposed by byeongseon..)
- Fix: Problem where contents of a page would not properly load during the source write mode during initial loading.
- Fix: Bug where xq.Editor.focus() would sometimes cause problems in Firefox. (Notified by zenguy..)
- Modification: When turning on Firefox the validation feature in editing mode (config.noValidationInSourceEditor) a part of the validation that was still being executed has been fixed.
- Modification: Problem where Xquared would not function when Prototype 1.5.x and Xquared are loaded together (Suggested by Jinu.)
- Fix: Problems where dialog boxes and menu contents would not appear in correct locations. (Bug pointed out by zenguy)
2007/12/05
- News: Created General Board and Q&A Board.
- Modification: Modification so that the Prototype.js library is not used. Now, modification of Xquared is not required when used for sites that use jQuery or Mootools.
- Modification: Removed all memory leaks during the switching of pages in Internet Explorer6.
- Modification: Problem where dialog boxes did not appear appropriately in the middle of the editing space.. (Patch sent by haneul. Thank you.)
2007/11/21
- News: Openmaru Project Bug Report Center’s, ECUS, text editor has now applied Xquared.
- News: Jihoon(智熏) has created a WordPress Version of Xquared plug-ins.
- Added: Dialog has been added to be able to select text color or background color.
- Modification: Modified various problems that manipulated the HR (block unit element) to an inline element.
- Modification: Modification where the toolbar is not recalled in the source editing mode. (Proposed by Secrice)
- Modification: Fixed class definitions and succeeding codes to match Prototype 1.6.
- Fix: Fixed problem where a <br/> tag would automatically be inserted during overlapping various inline elements insertion at the end of a paragraph in Firefox.
- Modification: Area where dialog box appears. The dialog box no longer appears at the center of your screen, it will now appear at the center of the editing space window.
- Modification: Fixed problem where there was an inappropriate dependence on translation variables in xq.Editor.handleLink. (Proposed by haneul)
- Modification: Fixed problem where focus was automatically placed even though xq.Editor.focus() is not called.
- Fix: Problems where UNDO/REDO would not properly function.
- Fix: Problem where the editor from Safari (Webkit) would not run.
- Modification: Modified the CSS that causes lines to jump up and down in Internet Explorer. Please recopy xq_content.css
- Fix: Bug where blank lines would randomly appear in Firefox.
- Fix: Bug where the width of a table would be too long that horizontal scroll bars would appear in Internet Explorer.
2007/11/14
- Upgrade: Upgraded Prototype.js 1.5.1 to 1.6.
- Added: Renewal of CSS in the (text) body. A new style is applied when putting content in the CSS and IMG directory folder. Please refer to the new body at the Demo site.
- Added: Please look at the source code of XWriter where when typing, the paragraph where you are typing extracts the core word automatically You can see various methods and examples of expansion in Xquared.
- Added: Users can now define Validators. You can now easily redefine approved tag lists and approved property lists. 설정하기의 Please refer to the approved tags and approved attributes in settings. (Design by jfactory, and CSS coding by wpeofh)
- Added: Added xq.majorVerion and xq.minorVersion. (Proposed by ias)
- Modification: Fixed problem of confliction between the CSS of xq_ui.css and Rails. (Proposed by ias)
- Fix: Fixed problem of disappearing selection (by dragging the mouse) when the mouse hovers over a link in Internet Explorer6/7.
- Fix: Problem where when setEditMode is first called it doesn’t carry over ‘wisiwyg’ but ‘source’ as a factor which generates an exception in Firefox. (Notified by ias)
- Modification: Overwrites the defined regulation depending on the image path value of xq.Editor.config.imagePathForDefaultToobar. (Proposed by ias)
- Modification: Switched default toolbar determiner image (toolbarSeparator.gif) to a transparent GIF.
- Modification: Fixed problem where refreshing within the WYSIWYG was allowed in Internet Explorer. (Bug pointed out by Haha)
- Modification: Added extra blank line above when pressing the Enter key initially from the first line. (Works similarly to MS-Word).
- Modification: Partial fix of the Undo/Redo problem.
- Modification: Fixed coding in “xed” translation variable in xq.Editor.handleLink.
2007/11/08
- Added: Added a Link function. You can see the Link button on the toolbar. Used by function xq.Editor.handleLink()
- Added: Added a FormDialog for changing from Form to Dialog. Please refer to FormDialog for more details.
- Modification: Problem where the code in the distinction of Ubuntu Linux would not function properly (caused by typo error).
- Modification: During the source viewing mode, we have simplified source modification by being able to add characters to word wrap within block elements.
- Modification: Bug where the caret in QuickSearchDialog does not appear in Firefox.
- Example: This feature shows the keywords in a paragraph automatically when inputting text. Currently QuickSearachDialog is used for word search in Gooogle, Wikipedia, dictionary, etc. You can check out an example of this being functioned here.
2007/11/01
- Added: Basic HTML Source editing function. When clicking the “HTML” icon from the toolbar, you can toggle between the source editing mode and WYSIWYG mode. When saving from the source editing mode or switching to WYSIWYG mode, validation is automated. (Feature proposed by EP and Secrice)
- Added: Settings for Editor.config.changeCursorOnLink. When the setting value is true, the cursor turns to a hand when moving the cursor over a link.
- Added: Added a loading function for easier loading when JavaScript files are not put together in HTML. This feature is useful during development and debugging. When setting 'Xquared.js?load_others=1' in script src the leftover script is read in order automatically. However, we recommend you use the actual JavaScript files (xquared.js or xquared_min.js ).
- Modification: Depending on what has been added in the source editing mode, the factors in Editor.setEditMode being true or false has now been changed to 'wysiwyg', 'source', and 'readonly'.
- Fix: Problem where all empty lines would disappear after pressing DEL or BACKSPACE in Firefox.
- Fix: Bug where the deletion of empty elements through DEL or BACKSPACE key would not execute properly.
2007/10/28
- Added: The editor is now not only connected to DIV, but also TEXTAREA. Please refer to examples/form_and_textarea.html as an example.
- Added: Added Editor.config.automaticallyHookSubmitEvent settings. While the TEXTAREA is connected with the editor, when submitting FORMS that include the TEXTAREA, the TEXTAREA value can now automatically fill the editor content. TEXTAREA value now fills in the editor content.
- Fix: Bug where blank areas would appear when switching from read mode to Editor.setEditMode(false) command editing mode.
- Modification: Problem where clicking was not working appropriately due to icons and images on the toolbar crossing each other. (Sent in by Samjini)
2007/10/26
- Modification: The URL Validation feature is complete. config.useRelativeUrlWheneverPossiblehas now been converted to urlValidationMode. Please look here on urlValidationMode for more information. (Pointed out by Secrice )
- Modification: Modified the image of the toolbar HTML and CSS.
- Fix: Problem where part of the document place-holder (br) after validation would not disappear in Firefox.
- Modification: Modification to enable restoration of nodes inserted by Editor.insertTemplateAt.
- Modification: Updated to the latest version of JSSpec.
- Modification: Modified appropriate deletion of inserted blank characters in Internet Explorer6, Internet Explorer7.
- Modification: Problem where the toolbar image would constantly reload in Internet Explorer6. (Notified by Samjini)
2007/10/17
- Added: Editor.handleInsertLink Added
-
Added: Added various example
- default.html – basic functions, basic UI
- toolbar_disabled.html – UI that removes the toolbar
- toolbar_customized1.html – Removing and relocating the basic toolbar
- toolbar_customized2.html – User defined toolbar
- extensionpoint.html – Different utilization examples of keyboard shortcuts, auto-complete, auto-conversion, contacts menu, etc.
- Added: Toolbar API Added. Toolbar is now provided by default. Through options you can now remove the toolbar, regroup/rearrange the order of toolbar icons, remove specified toolbar icons, or create a toolbar through HTML.
- Fix: Validation fix. There was a problem when you open a document created in Firefox with Internet Explorer that gives you a blank line because of <br />. (Pointed out by Kyungmin )
- Fix: Problem where <br/> remains when pressing DEL or BACKSPACE to have two lines into one line requiring you to press DEL/BS one more time in Firefox. (Pointed out by Kyungmin)
- Fix: Problem where the toolbar image is not properly displayed in Internet Explorer6 (Pointed out by Kyungmin)
- Modification: Add rel and rev properties to validator whitelist (Pointed out by Secrice )
- Fix: Bug where relative paths are attached when copying and pasting content from web pages that have base href set (Pointed out by Secrice)
- Fix: Problem where a horizontal scrollbar appears when a vertical scrollbar appears in Internet Explorer6.
2007/10/12
- Added: Basic toolbar support
- Improvement: CSS Improvement in text body
- Improvement: Editor design improvement
2007/10/10
- Modification: TAB/Shift+TAB now works during cell movement in "data table" and indentation and outdentation in the "layout table"
- Fix: Bug where pressing DEL/BS during block unit elements being inline/text node becomes contiguous, causing the generation of an exception in Firefox.
- Modification: Logic of validating repeated FONT tags
- Fix: Problems where background colors and font colors could not be removed in Internet Explorer
- Modification: When removing SCRIPT tags during validation content is also removed along with the tags.
2007/10/09
- Added: Context Menu API
- Added: Imported Apache Ant to our build
- Added: Template Processor API
- Added: Quick Search dialog
- Modification: TAB key now inserts 3 blank character spaces in the middle of text
- Improvement: XHTML Validation performance
- Improvement: Table row/column adding and removing
- Improvement: Safari 3 support. Caret and selection control, blank block examination logic Improvement
2007/09/18
First Release
History
Last edited on 05/16/2008 18:25 by isotype
Comments (0)