Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Added pointers cursors on a.select | Michal Rezler | 2011-03-23 | |
| | | ||||
| * | jQuery rewrite branch merged into master branch of whole project | Michal Rezler | 2011-03-23 | |
| |\ | ||||
| * | | Got rid of drag.js and added jQuery UI instead. | Pierre Spring | 2010-10-10 | |
| | | | ||||
| * | | minimaly jQueryfied link wizard | Pierre Spring | 2010-10-10 | |
| | | | ||||
| * | | 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 | |
| | | | | ||||
* | | | | Remove the security token from the ajax draft/lock calls again | Michael Hamann | 2011-05-25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The security token here doesn't improve the security as the other requests that allow you to do the same thing aren't protected and I don't see why locking or draft creation should be subject of XSRF attacks. | |||
* | | | | Check permissions + security token in lock + draft modification FS#2265 | Michael Hamann | 2011-05-24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This disables lock and draft creation for pages the user can't edit. It additionally adds a security token to the draft creation and deletion request so - at least for logged in users - drafts can't be created, modified or deleted so easily anymore. | |||
* | | | | set cursor to start of textbox when focusing FS#2243 | Andreas Gohr | 2011-05-02 | |
| | | | | | | | | | | | | | | | | This works around a new "feature/bug" of Firefox 4. | |||
* | | | | Make locktimer more robust | Adrian Lang | 2011-04-21 | |
| | | | | | | | | | | | | | | | | | | | | If no HTML element with the id wiki__text exists, locktimer.init led to a JavaScript error. | |||
* | | | | Revert "correctly disable unfinished media options popup" | Andreas Gohr | 2011-04-18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 342e58c8c048bfd5f57f10bd88cee95aa2732e96. The options code had already been fixed. My mistake. | |||
* | | | | correctly disable unfinished media options popup | Andreas Gohr | 2011-04-17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We disabled the media options shortly before the last release because of an unfixed bug. The disabling was not complete which caused problems with templates not incorporating the needed CSS. Since the option dialog hasn't been fixed yet, this patch also disables the creation of the corresponding HTML to avoid the mentioned template problems. | |||
* | | | | Trap onbeforeunload when event fired (attempt to fix FS#2196) | Guy Brand | 2011-04-17 | |
| | | | | ||||
* | | | | attach textChanged property to window attempt to fix FS#2196 | Andreas Gohr | 2011-04-17 | |
| |_|/ |/| | | ||||
* | | | Pass edid to the mediamanager | Adrian Lang | 2011-03-06 | |
| | | | ||||
* | | | JS: Add style helper and fix footnotes in non-static containers | Michael Hamann | 2011-02-06 | |
| | | | ||||
* | | | no final comma in class members or IE craps out | Andreas Gohr | 2011-02-06 | |
| | | | ||||
* | | | keep drafts on preview FS#2116 | Andreas Gohr | 2011-02-06 | |
| | | | ||||
* | | | don't show lock timer in readonly mode FS#2146 | Andreas Gohr | 2011-02-06 | |
| | | | ||||
* | | | moved locktimer class to its own file | Andreas Gohr | 2011-02-06 | |
| | | | | | | | | | | | | I also adjusted the coding style to match our other JS classes | |||
* | | | Made the auto submit script more versatile | Andreas Gohr | 2011-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 object | Andreas Gohr | 2011-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 quicksearch | Andreas Gohr | 2011-01-14 | |
| | | | ||||
* | | | shorten quicksearch namespaces in JavaScript | Andreas Gohr | 2011-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 JS | Anika Henke | 2010-11-13 | |
| | | | ||||
* | | | removed fixme comment | Dominik Eckelmann | 2010-11-13 | |
| | | | ||||
* | | | fixed mediamanager options + ie6 fix (FS#2074) | Dominik Eckelmann | 2010-11-13 | |
| | | | ||||
* | | | disable media options dialog FS#2047 | Andreas Gohr | 2010-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#1958 | Andreas Gohr | 2010-10-19 | |
| | | | ||||
* | | | make sure linkwizard position is absolute FS#2065 | Andreas Gohr | 2010-10-19 | |
|/ / | ||||
* | | 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 | |
| | |