| 925ad148 | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
allow varying salt length in password hasher |
| 529b0416 | 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
added mediawiki password method FS#2559
This should make migrating from MediaWiki a bit easier. |
| 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 |
| 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 |
| 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 |
| 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. |
| 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. |
| f2cb3ec7 | 23-Jan-2013 |
Elan Ruusamäe <glen@delfi.ee> |
handle bzip1 as well
in fact .tbz is tar.bz (bzip1) and .tbz2 is what tar.bz2 is used commonly. |
| f99ea547 | 23-Jan-2013 |
Elan Ruusamäe <glen@delfi.ee> |
fixes from bee9f377bc547c99fe99b4e38199cb92cf668554 commit notes |
| 45c1b04d | 21-Jan-2013 |
Guillaume Turri <guillaume.turri@gmail.com> |
Increment DOKU_API_VERSION
Because wiki.getAttachments now returns 'perms' instead of 'perm' |
| 804f11b2 | 19-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Correct PHPDoc comment of DokuWiki_Plugin::locale_xhtml() |
| 5eb9e867 | 19-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Indexer: Added page and meta value rename functions
With these functions that search index can be updated after page moves or mass metadata updates without the need to reindex the whole page/wiki. T
Indexer: Added page and meta value rename functions
With these functions that search index can be updated after page moves or mass metadata updates without the need to reindex the whole page/wiki. These functions will be used by the new pagemove plugin.
show more ...
|
| 77e5adb1 | 19-Jan-2013 |
Guillaume Turri <guillaume.turri@gmail.com> |
wiki.getAttachments returns 'perms' according to documentation |
| 29c964eb | 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
readded mailfromnobody to subscription sending
this was lost because the subscription branch, branched before this change in master |
| 903e04c3 | 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
correctly escape diffs in HTML mails |
| 8b87bc02 | 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed lists in HTML mails |
| 004e7e6e | 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
simplified subscription->add() code a bit |
| edf986ad | 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
comment adjusted |
| cfbb9916 | 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed unused vars |
| 16c665d9 | 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed data parameter in subscription_handle_post()
now the data parameter, which really is a timestamp is only handled internally of the subscription class |
| e6c4a822 | 18-Jan-2013 |
Erdem <farukerdemoncel@gmail.com> |
Turkish language update |
| 187b13eb | 18-Jan-2013 |
Daniel López Prat <daniel@6temes.cat> |
Catalan language update |