| 8dbd31e5 | 16-Apr-2011 |
Guy Brand <gb@unistra.fr> |
Fix broken link to config help page |
| eeb828da | 16-Apr-2011 |
Guy Brand <gb@unistra.fr> |
Update copyright year |
| 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 |
| 45a0fa15 | 14-Apr-2011 |
Adrian Lang <mail@adrianlang.de> |
Support the empty link [[]] |
| c6792be7 | 13-Apr-2011 |
Tanguy Ortolo <tanguy+debian@ortolo.eu> |
chmod -x inc/lang/az/*
These regular files were executable for no reason. They needed a special rule for the Debian package, better to fix it upstream. |
| 32ed2b36 | 11-Apr-2011 |
Andreas Gohr <gohr@cosmocode.de> |
stay logged in when updating your password
This functionality broke in recent updates to the cookie handling. This patch makes it work again. Binding to the session is now a functionality of auth_co
stay logged in when updating your password
This functionality broke in recent updates to the cookie handling. This patch makes it work again. Binding to the session is now a functionality of auth_cookiesalt()
show more ...
|
| 2ec63414 | 09-Apr-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
edit.js is jQueryfied |
| 0c28bbb6 | 09-Apr-2011 |
Adrian Lang <mail@adrianlang.de> |
Fix page ID test cases & make them more robust |
| fda14ffc | 07-Apr-2011 |
Izidor Matušov <izidor.matusov@gmail.com> |
Check if link exists and set right caption |
| 38574c35 | 07-Apr-2011 |
Izidor Matušov <izidor.matusov@gmail.com> |
Added configuration variables for empty link testcases and added testcases for resolve_pageid |
| 4ab82339 | 04-Apr-2011 |
Izidor Matušov <izidor.matusov@gmail.com> |
Unit test cases for FS 2178 |
| c006739e | 20-Mar-2011 |
Izidor Matušov <izidor.matusov@gmail.com> |
If the page link is empty, it should link to current page -- FS#2178 |
| 6a9d9793 | 07-Apr-2011 |
Kate Arzamastseva <pshns@ukr.net> |
indexer fix updating the search index |
| 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 ...
|
| 344763ad | 02-Apr-2011 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2122 alter SafeFN safe and post indicator characters.
Note, any filenames encoded with the previous SafeFN scheme will need to be converted to the new scheme. Users of the old SafeFN scheme shou
FS#2122 alter SafeFN safe and post indicator characters.
Note, any filenames encoded with the previous SafeFN scheme will need to be converted to the new scheme. Users of the old SafeFN scheme should not use this new scheme until after converting their filenames.
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 |