| 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 |
| 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 |
| 5891862c | 23-Mar-2011 |
Piyush Mishra <me@piyushmishra.com> |
Using only __construct now |
| 33cd7635 | 23-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
Added pointers cursors on a.select |
| 988c1340 | 23-Mar-2011 |
Piyush Mishra <me@piyushmishra.com> |
Done with DifferenceEngine.php |
| 8c4c7aef | 22-Mar-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Remove config for external tokenizer |
| b9d8cc1e | 22-Mar-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Clarify usage of some indexer methods |
| 80fb93f6 | 22-Mar-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Change Doku_Indexer visibility from private to protected, and get rid of ugly underscores |
| ee1214ab | 21-Mar-2011 |
Florin Iacob <zamox.goo@gmail.com> |
Romanian language update |
| e4eda66b | 21-Mar-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed handling of legacy and subscriber config options FS#2208
This was broken in 3a48618a538412994ec244d5a9fde5c4a6161d10 |
| ac4be4d7 | 21-Mar-2011 |
Piyush Mishra <me@piyushmishra.com> |
Minor: Edited the delta_time function for php5 |
| 8cd4c12f | 19-Mar-2011 |
Andreas Gohr <andi@splitbrain.org> |
replace tokenizer_cmd with action hook
as discussed at http://www.freelists.org/post/dokuwiki/tokenizer-cmd-in-indexer,1 |