| 3c94d07b | 26-Jan-2013 |
Anika Henke <anika@selfthinker.org> |
store choices for recent changes and diff views in cookie (FS#2438 and FS#2700)
Note: These changes don't work yet. The cookie is not set and deletes the old one. |
| fcfecb69 | 26-Jan-2013 |
Christopher Smith <chris@jalakai.co.uk> |
fix for FS#2676, inserting zero length spaces into long sequences of non-breaking characters in diffs |
| b5460ee2 | 26-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Implement media subscriptions in the new subscription class |
| 10eac673 | 26-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Add threading headers to change notification mails as proposed in PR #120 |
| dfbe4adf | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
added SHA512 hashing method FS#2663 |
| 925ad148 | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
allow varying salt length in password hasher |
| fec2accc | 26-Jan-2013 |
Klap-in <klapinklapin@gmail.com> |
Added loadHelper() to DokuWiki_Syntax_Plugin. |
| 529b0416 | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
added mediawiki password method FS#2559
This should make migrating from MediaWiki a bit easier. |
| a6c670e5 | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
added minified version of jquery-migrate |
| c499bfe1 | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
added jquery-migrate as a copatibility layer
this will be removed soon again. plugins using jQuery should make sure they are compatible to jQuery 1.9 |
| d743dbac | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed closing of link wizard |
| 2f3b5aca | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed permission messup |
| bc27f3e2 | 26-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Indexer: abort page rename if deletion of new id fails |
| 25adeb91 | 26-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Indexer: added internal deletePageNoLock method
The new deletePageNoLock method is used by renamePage and avoids that the index needs to be unlocked and locked again for deleting the page. |
| af73bba6 | 26-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Clarified the behavior of the Doku_Indexer::renamePage method |
| b1cfdc5f | 26-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Indexer rename test cases: assert that renames succeed |
| c38b7fab | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
link directly to subscription management in mails
This was updated in the english translation a while ago, but was still missing in some translations |
| b21a57bf | 25-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Add test cases for indexer rename page/meta value methods |
| 6cd7e49b | 25-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
only use mailfromnobody for bulk mails |
| 368571d8 | 25-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
added missing context for list mails |
| 1285aa3a | 25-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
updated year in copyright |
| e287e142 | 24-Jan-2013 |
Anika Henke <anika@selfthinker.org> |
fixed files being unselectable after upload (FS#2591) |
| 182ac905 | 24-Jan-2013 |
Andreas Gohr <gohr@cosmocode.de> |
fix custom editor loading
Custom editors can also be loaded when not a section is given. For example this happens on a preview click where the page is already separated into pre, suf and text. |
| 4dfbea87 | 23-Jan-2013 |
Andreas Gohr <gohr@cosmocode.de> |
fixed test case |
| 7afccd0a | 23-Jan-2013 |
Andreas Gohr <gohr@cosmocode.de> |
Revert "handle bzip1 as well"
This reverts commit f2cb3ec76dec3fe2b40f25765ef842223c7132fe.
Turns out I was too fast merging this. I can't get PHP's bzip handler to handle a bzip1 compressed file. |