summaryrefslogtreecommitdiff
path: root/lib/scripts
Commit message (Collapse)AuthorAge
* attach textChanged property to window attempt to fix FS#2196Andreas Gohr2011-04-17
|
* Pass edid to the mediamanagerAdrian Lang2011-03-06
|
* JS: Add style helper and fix footnotes in non-static containersMichael Hamann2011-02-06
|
* no final comma in class members or IE craps outAndreas Gohr2011-02-06
|
* keep drafts on preview FS#2116Andreas Gohr2011-02-06
|
* don't show lock timer in readonly mode FS#2146Andreas Gohr2011-02-06
|
* moved locktimer class to its own fileAndreas Gohr2011-02-06
| | | | I also adjusted the coding style to match our other JS classes
* Made the auto submit script more versatileAndreas Gohr2011-01-31
| | | | | | When a <select> tag has the class "quickselect", this script will automatically submit its parent form when the select value changes. It also hides the submit button of the form.
* made ajax quicksearch its own objectAndreas Gohr2011-01-15
| | | | | This makes it possible for plugin and template authors to overwrite or extend the quicksearch JavaScript logic.
* correctly(?) shorten namespaces for RTL langunages in quicksearchAndreas Gohr2011-01-14
|
* shorten quicksearch namespaces in JavaScriptAndreas Gohr2011-01-14
| | | | | | | | | | | This patch moves the shortening of namespaces in the quicksearch results to JavaScript. This makes it independend from used template and will always try to fill the width of the result pane correctly. Things missing: * Make it work with RTL-languages * Check Browser compatibility (only tested in Chrome so far)
* initialised media options modal popup with display:none in JSAnika Henke2010-11-13
|
* removed fixme commentDominik Eckelmann2010-11-13
|
* fixed mediamanager options + ie6 fix (FS#2074)Dominik Eckelmann2010-11-13
|
* disable media options dialog FS#2047Andreas Gohr2010-10-27
| | | | | | | The media options dialog has currently an open bug regarding the behavior of the nolink option. Additionally will wrong syntax be inserted when using Internet Explorer < 8. Since this can't be fixed on time, this patch disables the media options for the release.
* fix hotkeys on anchors (click() undefined) FS#1958Andreas Gohr2010-10-19
|
* make sure linkwizard position is absolute FS#2065Andreas Gohr2010-10-19
|
* FS#1958Christopher Smith2010-10-03
|
* Link wizard starts with the last opened namespace FS#1989Michael Hamann2010-10-02
|
* Remove trailing whitespace in the link wizard FS#1760Michael Hamann2010-10-02
|
* FS#2034: Removed close button.Gina Haeussge2010-10-02
|
* Small fixes / cleanupAdrian Lang2010-09-28
|
* use background image based data security check in adminAndreas Gohr2010-09-09
|
* check data directory security FS#2020Andreas Gohr2010-09-09
| | | | | | | | | This is a javascript based check, executed from the admin menu. If the data directory is readable, a warning is displayed. Doing this check in JavaScript makes sure we have a real client side test (opposed to the check executed from ?do=check) Question: should this be localized?
* fixed locktimer/draft saving on new pagesAndreas Gohr2010-08-11
| | | | When creating new pages, no date field is added in the edit form.
* remove accesskey once a JS handler was registered FS#2007Andreas Gohr2010-08-09
|
* Fix currentTarget in fixeventAdrian Lang2010-08-02
|
* Fix event.pageX and pageY correctlyAdrian Lang2010-08-02
|
* remove unused IE hackAdrian Lang2010-07-28
|
* Do not cancel event bubble in dragAdrian Lang2010-07-28
|
* Use OS based Hotkey-Modifier FS#1958Andreas Gohr2010-06-27
| | | | | | | | | | | Because ALT-GR fires a CTRL-ALT event on Windows systems, but ALT-GR is needed to write square brackets on German Keyboards, CTRL-ALT can not be used as modifier. This patch introdues OS dependent modifiers. Mac systems continue to use CTRL-ALT, all other systems use only ALT. Let's hope this works out.
* Fixed automatic insertion of listbullets in Opera FS#1877Michael Hamann2010-06-27
| | | | | | | | The keydown event can't be prevented in Opera (see http://www.quirksmode.org/dom/events/keys.html) so this switches back to keypress in Opera (keypress doesn't give the correct key codes in Firefox). Furthermore Opera replaces '\n' by '\r\n' when inserting text, thus the offset for cursor/selection placement was wrong.
* Added missing ";" in edit.jsMichael Hamann2010-06-27
|
* FS#433: Editor now uses onbeforeunload event to capture ANY leaving of itGina Haeussge2010-06-27
| | | | | | | | besides via Save or Preview button. This has been successfully tested in FF, Chrome and IE6/7/8. Opera does not support onbeforeunload, therefore the draft is kept if the user navigates away from the editor. Please test this.
* Hotkey trigger is now CTRL-ALT FS#1958Andreas Gohr2010-06-26
| | | | Tests and feedbacks please!
* use ALT as hotkey modifierAndreas Gohr2010-05-08
|
* Reimplementation of Accesskeys in javascript (FS#1809), toolbar accesskyes fix.Marek Sacha2010-05-08
|
* Reimplementation of Accesskeys in JavaScript (FS#1809)Marek Sacha2010-05-08
|
* optimized SMB link warning thingyAndreas Gohr2010-04-30
|
* Support getSelection in input fields in IEAdrian Lang2010-04-29
|
* Fix lock refresh and draft savingAdrian Lang2010-04-26
|
* Better footnote popup positioningAdrian Lang2010-03-29
|
* Rewrite footnote popupAdrian Lang2010-03-29
| | | | | | * Popup now shows up relative to the link, not the mouse position * Easier handling of mouseout’s bubbling * Factor out popup creation to allow plugins to use it
* JavaScript syntax fixesAdrian Lang2010-03-29
|
* Do not try to save a draft in alternative editorsAdrian Lang2010-03-26
|
* Rewrite JavaScript change checkAdrian Lang2010-03-26
|
* fixed Safari browser detectionGerry Weißbach2010-03-22
|
* Really remove edit highlighting on mouseoutAdrian Lang2010-03-22
|
* Various JavaScript fixesAdrian Lang2010-03-15
| | | | | | | | | * Syntax error fixed * lock refresh event is now attached to the whole edit form since it bubbles up and we cannot be sure that the wikitext input exists on all edit forms * Updated findPos(X|Y) * Easier and less error-prone way of getting the section edit button in the highlight mouseover event handler
* removed dead leftover code from media searchAndreas Gohr2010-03-12
|