| 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 |
| b256527a | 10-Oct-2010 |
Pierre Spring <pierre.spring@caillou.ch> |
subscriptions.js jQueryfied |
| 67a0ce78 | 10-Oct-2010 |
Pierre Spring <pierre.spring@caillou.ch> |
media.js is jQueryfied. |
| 10290c15 | 30-Sep-2010 |
Pierre Spring <pierre.spring@caillou.ch> |
Worked on jQuery port of the media manager |
| 1c93aafa | 23-Sep-2010 |
Pierre Spring <pierre.spring@caillou.ch> |
started jQueryfying media manager |
| 775edc6a | 23-Sep-2010 |
Pierre Spring <pierre.spring@caillou.ch> |
added JSLint declaration |
| e85b8799 | 23-Sep-2010 |
Pierre Spring <pierre.spring@caillou.ch> |
jQueryfied toggle function. |
| f5e138a5 | 23-Sep-2010 |
Pierre Spring <pierre.spring@caillou.ch> |
index.js has been jQueryfied |
| 7def82c0 | 23-Sep-2010 |
Pierre Spring <pierre.spring@caillou.ch> |
using POST instead of GET, as the DW API behaves in a wierd way when using POST |
| b15eff6c | 17-Sep-2010 |
Pierre Spring <pierre.spring@caillou.ch> |
starting to replace SACK by jQuery |
| 2d6262c1 | 17-Sep-2010 |
Pierre Spring <pierre.spring@caillou.ch> |
loading jQuery and putting it into noConflict mode |
| 05fea6be | 03-Oct-2010 |
Christopher Smith <chris@jalakai.co.uk> |
FS#1958 |
| 34c350b2 | 02-Oct-2010 |
Michael Hamann <michael@content-space.de> |
Link wizard starts with the last opened namespace FS#1989 |
| 658296ab | 02-Oct-2010 |
Michael Hamann <michael@content-space.de> |
Remove trailing whitespace in the link wizard FS#1760 |