| f24af591 | 17-Apr-2011 |
Anika Henke <anika@selfthinker.org> |
tiny fixes for xhtml strict |
| 02097e2a | 17-Apr-2011 |
Andreas Gohr <andi@splitbrain.org> |
attach textChanged property to window attempt to fix FS#2196 |
| 23ae1b94 | 17-Apr-2011 |
Kiril Velikov <neohidra@gmail.com> |
Bulgarian language update |
| ff9a8d11 | 16-Apr-2011 |
Guy Brand <gb@unistra.fr> |
French strings update |
| f4ca4fed | 16-Apr-2011 |
Guy Brand <gb@unistra.fr> |
Removed hard coded strings from plugin manager |
| d8f5fe8a | 16-Apr-2011 |
lupo49 <post@lupo49.de> |
eo: updates for esperanto language |
| 6cd259d7 | 16-Apr-2011 |
Anika Henke <anika@selfthinker.org> |
closed hidden input in popularity plugin |
| ecd7c1d6 | 16-Apr-2011 |
Anika Henke <anika@selfthinker.org> |
avoid empty optgroup in acl admin |
| be62ff97 | 16-Apr-2011 |
Anika Henke <anika@selfthinker.org> |
removed nbsps from some clearer divs |
| 116065d2 | 16-Apr-2011 |
Andreas Gohr <andi@splitbrain.org> |
fix ACL preview for users with special chars FS#2206
The user was nameencoded twice. |
| 7b89361c | 16-Apr-2011 |
Otto Vainio <otto@valjakko.net> |
Finnish language update |
| dd5aedfa | 16-Apr-2011 |
Constantinos Xanthopoulos <conx@xanthopoulos.info> |
French language update |
| 8e65cd51 | 01-Apr-2011 |
Otto Vainio <otto@valjakko.net> |
Finnish language update |
| 2ec63414 | 09-Apr-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
edit.js is jQueryfied |
| f7f0e633 | 06-Apr-2011 |
Myron Turner <turnermm02@shaw.ca> |
fixed two errors in safefnrecode plugin |
| 903e5bc8 | 03-Apr-2011 |
Andreas Gohr <andi@splitbrain.org> |
safefnrecode: don't double fix filenames |
| aa235a70 | 03-Apr-2011 |
Andreas Gohr <andi@splitbrain.org> |
fix end indicator fix |
| b9d65e9d | 03-Apr-2011 |
Andreas Gohr <andi@splitbrain.org> |
Temporary conversion plugin for new fnencode FS#2197
This plugin converts existing filenames that were stored using the option "safe" in fnencode from using the dot (.) as post_indicator to using a
Temporary conversion plugin for new fnencode FS#2197
This plugin converts existing filenames that were stored using the option "safe" in fnencode from using the dot (.) as post_indicator to using a bracket (]) as post_insdicator. It will also add a post_indicator at the end of the file name should it be missing (Bug FS#2122).
This plugin needs testing by people using the safe encode option!
show more ...
|
| ff482cae | 30-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
fixed import for drag.js and started a rewrite of edit.js |
| 5ed44c0e | 30-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
Merge remote branch splitbrain/master and added back drag.js (for compatibility reason) |
| 5d3db6eb | 30-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
toolbar.js is jQueryfied |
| a3f9f75c | 29-Mar-2011 |
Marc Schiffbauer <marc@schiffbauer.net> |
Make .htaccess access protection work in more setups
Before this patch with a .htaccess file on a higher level in the hierarchy with "Satisfy Any" it has been possible that the directory protection
Make .htaccess access protection work in more setups
Before this patch with a .htaccess file on a higher level in the hierarchy with "Satisfy Any" it has been possible that the directory protection didn't work as expected.
show more ...
|
| 2ed49e2a | 28-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
JS API is corrected to the original state |
| 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 |