| 4feb08e1 | 28-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
only strip special chars when suggesting an upload name FS#2377
The uploader now just strips a bunch of common special chars. This is not a complete cleanID() implementation. A full clean is done se
only strip special chars when suggesting an upload name FS#2377
The uploader now just strips a bunch of common special chars. This is not a complete cleanID() implementation. A full clean is done server-side on uploading.
show more ...
|
| c798b23b | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
rely on jQuery UI's dialog methods for toggling the linkwizard FS#2394 |
| 2e9c5188 | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
IE8: fix namespace selection in link wizard FS#2391
IE8 can't substr() with negative offsets. |
| 29a277ba | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
IE doesn't know indexOf for arrays FS#2381
this fixes another IE javascript problem in edit mode |
| 8d739053 | 27-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
fix IE8 error FS#2381
A trailing comma created an empty array item causing IE8 to choke. |
| 9ebae2ae | 23-Nov-2011 |
Elan Ruusamäe <glen@delfi.ee> |
fix jQuery capitalization |
| 410bfddd | 06-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
improved $.browser usage in media panel fix |
| 84b1efdd | 06-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
fixed resizing mediamanager panels in Chrome using browser sniffing (FS#2351) - any better solution welcome |
| 67fd10d7 | 05-Nov-2011 |
Guy Brand <gb@unistra.fr> |
Remove font family declarations from css in the jquery update script |
| 1811609e | 05-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
re-added font-size to .ui-widget of jqueryui theme to make programmatical removing of font-family easier |
| c81eb132 | 05-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
removed font declarations from jquery-ui theme |
| 48c5eff7 | 03-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
fix widths of panels in fullscreen mediamanager to be 100% when resizing (FS#2351) -- please test in different screen sizes, etc |
| ed993c3b | 30-Oct-2011 |
Hakan Sandell <sandell.hakan@gmail.com> |
Better solution for updating files list in media manager on delete |
| 4ad1b4ca | 29-Oct-2011 |
Hakan Sandell <sandell.hakan@gmail.com> |
Full screen media manager, file list is now updated on delete (FS#2346) |
| 74509418 | 29-Oct-2011 |
Adrian Lang <mail@adrianlang.de> |
Let mediamanager screen expand on window resize (FS#2351) |
| e409148d | 23-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Fix upload to deeper namespaces with new AJAX uploader
Now params_toarray() correctly decodes parameters on parsing query strings |
| ee7ed651 | 15-Oct-2011 |
Anika Henke <anika@selfthinker.org> |
media manager: removed obsolete and broken hiding of parts of the option labels |
| 6f0b0dd1 | 15-Oct-2011 |
Anika Henke <anika@selfthinker.org> |
removed remnants of old flash uploader (FS#2335) |
| 80326249 | 27-Sep-2011 |
Anika Henke <anika@selfthinker.org> |
media manager: IE7 fixes (and other small improvements) |
| edf35c42 | 25-Sep-2011 |
Anika Henke <anika@selfthinker.org> |
whitespace fixes: tabs to spaces |
| 15fe2b5c | 25-Sep-2011 |
Anika Henke <anika@selfthinker.org> |
removed obsolete todo |
| 4ce53157 | 25-Sep-2011 |
Anika Henke <anika@selfthinker.org> |
media manager: file uploader improvements |
| 9a71fb5c | 25-Sep-2011 |
Anika Henke <anika@selfthinker.org> |
media manager: fixed and improved diff views |
| 7e4e38eb | 25-Sep-2011 |
Andreas Gohr <andi@splitbrain.org> |
Fixed the Windows share warning (related to #2274) |
| ba18c466 | 24-Sep-2011 |
Adrian Lang <mail@adrianlang.de> |
Small JavaScript improvements |