| 11bf24d8 | 27-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
helpers.js was removed - it basically contained functions they are implemented in jQuery library |
| fdfb9c6a | 26-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
cookie.js is jQueryfied, added jQuery-cookie-plugin |
| 3044fa04 | 26-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
using POST instead of GET in searching by ajax |
| 80997d21 | 26-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
locktimer.js is jQueryfied |
| b29919f7 | 24-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
ajax.js is jQueryfied |
| 6d856006 | 24-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
cursors: a.select = pointer, linkwiz__header = cross |
| 33cd7635 | 23-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
Added pointers cursors on a.select |
| dea1115b | 06-Mar-2011 |
Adrian Lang <dokuwiki@adrianlang.de> |
Pass edid to the mediamanager |
| 4c5a5d3d | 06-Feb-2011 |
Michael Hamann <michael@content-space.de> |
JS: Add style helper and fix footnotes in non-static containers |
| 999913b8 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
no final comma in class members or IE craps out |
| bf14d727 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
keep drafts on preview FS#2116 |
| dba09ad2 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
don't show lock timer in readonly mode FS#2146 |
| 55f92d7e | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
moved locktimer class to its own file
I also adjusted the coding style to match our other JS classes |
| ceea734a | 31-Jan-2011 |
Andreas Gohr <gohr@cosmocode.de> |
Made the auto submit script more versatile
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 sub
Made the auto submit script more versatile
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.
show more ...
|
| a8254dfa | 15-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
made ajax quicksearch its own object
This makes it possible for plugin and template authors to overwrite or extend the quicksearch JavaScript logic. |
| 301971b3 | 14-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
correctly(?) shorten namespaces for RTL langunages in quicksearch |
| 5ba8d196 | 14-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
shorten quicksearch namespaces in JavaScript
This patch moves the shortening of namespaces in the quicksearch results to JavaScript. This makes it independend from used template and will always try
shorten quicksearch namespaces in JavaScript
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)
show more ...
|
| 8079aa0b | 13-Nov-2010 |
Anika Henke <anika@selfthinker.org> |
initialised media options modal popup with display:none in JS |
| cdf966f1 | 13-Nov-2010 |
Dominik Eckelmann <deckelmann@gmail.com> |
removed fixme comment |
| ebb29737 | 13-Nov-2010 |
Dominik Eckelmann <deckelmann@gmail.com> |
fixed mediamanager options + ie6 fix (FS#2074) |
| 969310f6 | 27-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
disable media options dialog FS#2047
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 Ex
disable media options dialog FS#2047
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.
show more ...
|
| fd8604dd | 19-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
fix hotkeys on anchors (click() undefined) FS#1958 |
| c2890583 | 19-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
make sure linkwizard position is absolute FS#2065 |
| c4bb7947 | 10-Oct-2010 |
Pierre Spring <pierre.spring@caillou.ch> |
Got rid of drag.js and added jQuery UI instead. |
| aa5d3d8e | 10-Oct-2010 |
Pierre Spring <pierre.spring@caillou.ch> |
minimaly jQueryfied link wizard |