Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | subscriptions.js jQueryfied | Pierre Spring | 2010-10-10 |
| | |||
* | media.js is jQueryfied. | Pierre Spring | 2010-10-10 |
| | |||
* | Merge remote branch 'origin/master' | Pierre Spring | 2010-10-10 |
|\ | | | | | | | | | Conflicts: lib/scripts/media.js | ||
| * | Worked on jQuery port of the media manager | Pierre Spring | 2010-10-01 |
| | | |||
| * | started jQueryfying media manager | Pierre Spring | 2010-09-27 |
| | | |||
| * | added JSLint declaration | Pierre Spring | 2010-09-27 |
| | | |||
| * | jQueryfied toggle function. | Pierre Spring | 2010-09-27 |
| | | |||
| * | index.js has been jQueryfied | Pierre Spring | 2010-09-27 |
| | | |||
| * | using POST instead of GET, as the DW API behaves in a wierd way when using POST | Pierre Spring | 2010-09-27 |
| | | |||
| * | starting to replace SACK by jQuery | Pierre Spring | 2010-09-27 |
| | | |||
| * | loading jQuery and putting it into noConflict mode | Pierre Spring | 2010-09-27 |
| | | |||
* | | Worked on jQuery port of the media manager | Pierre Spring | 2010-10-10 |
| | | |||
* | | started jQueryfying media manager | Pierre Spring | 2010-10-10 |
| | | |||
* | | added JSLint declaration | Pierre Spring | 2010-10-10 |
| | | |||
* | | jQueryfied toggle function. | Pierre Spring | 2010-10-10 |
| | | |||
* | | index.js has been jQueryfied | Pierre Spring | 2010-10-10 |
| | | |||
* | | using POST instead of GET, as the DW API behaves in a wierd way when using POST | Pierre Spring | 2010-10-10 |
| | | |||
* | | starting to replace SACK by jQuery | Pierre Spring | 2010-10-10 |
| | | |||
* | | loading jQuery and putting it into noConflict mode | Pierre Spring | 2010-10-10 |
| | | |||
* | | FS#1958 | Christopher Smith | 2010-10-03 |
| | | |||
* | | Link wizard starts with the last opened namespace FS#1989 | Michael Hamann | 2010-10-02 |
| | | |||
* | | Remove trailing whitespace in the link wizard FS#1760 | Michael Hamann | 2010-10-02 |
| | | |||
* | | FS#2034: Removed close button. | Gina Haeussge | 2010-10-02 |
| | | |||
* | | Small fixes / cleanup | Adrian Lang | 2010-09-28 |
|/ | |||
* | use background image based data security check in admin | Andreas Gohr | 2010-09-09 |
| | |||
* | check data directory security FS#2020 | Andreas Gohr | 2010-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 pages | Andreas Gohr | 2010-08-11 |
| | | | | When creating new pages, no date field is added in the edit form. | ||
* | remove accesskey once a JS handler was registered FS#2007 | Andreas Gohr | 2010-08-09 |
| | |||
* | Fix currentTarget in fixevent | Adrian Lang | 2010-08-02 |
| | |||
* | Fix event.pageX and pageY correctly | Adrian Lang | 2010-08-02 |
| | |||
* | remove unused IE hack | Adrian Lang | 2010-07-28 |
| | |||
* | Do not cancel event bubble in drag | Adrian Lang | 2010-07-28 |
| | |||
* | Use OS based Hotkey-Modifier FS#1958 | Andreas Gohr | 2010-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#1877 | Michael Hamann | 2010-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.js | Michael Hamann | 2010-06-27 |
| | |||
* | FS#433: Editor now uses onbeforeunload event to capture ANY leaving of it | Gina Haeussge | 2010-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#1958 | Andreas Gohr | 2010-06-26 |
| | | | | Tests and feedbacks please! | ||
* | use ALT as hotkey modifier | Andreas Gohr | 2010-05-08 |
| | |||
* | Reimplementation of Accesskeys in javascript (FS#1809), toolbar accesskyes fix. | Marek Sacha | 2010-05-08 |
| | |||
* | Reimplementation of Accesskeys in JavaScript (FS#1809) | Marek Sacha | 2010-05-08 |
| | |||
* | optimized SMB link warning thingy | Andreas Gohr | 2010-04-30 |
| | |||
* | Support getSelection in input fields in IE | Adrian Lang | 2010-04-29 |
| | |||
* | Fix lock refresh and draft saving | Adrian Lang | 2010-04-26 |
| | |||
* | Better footnote popup positioning | Adrian Lang | 2010-03-29 |
| | |||
* | Rewrite footnote popup | Adrian Lang | 2010-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 fixes | Adrian Lang | 2010-03-29 |
| | |||
* | Do not try to save a draft in alternative editors | Adrian Lang | 2010-03-26 |
| | |||
* | Rewrite JavaScript change check | Adrian Lang | 2010-03-26 |
| | |||
* | fixed Safari browser detection | Gerry Weißbach | 2010-03-22 |
| | |||
* | Really remove edit highlighting on mouseout | Adrian Lang | 2010-03-22 |
| |