- Feb 03, 2013
-
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
- Jan 26, 2013
-
-
Michael Hamann authored
-
Anika Henke authored
-
Anika Henke authored
FS#2700) Note: These changes don't work yet. The cookie is not set and deletes the old one.
-
Michael Hamann authored
-
Michael Hamann authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
This should make migrating from MediaWiki a bit easier.
-
Michael Hamann authored
Indexer: Added page and meta value rename functions
-
Michael Hamann authored
-
Andreas Gohr authored
* subscription: (25 commits) link directly to subscription management in mails only use mailfromnobody for bulk mails added missing context for list mails readded mailfromnobody to subscription sending correctly escape diffs in HTML mails fixed lists in HTML mails simplified subscription->add() code a bit comment adjusted removed unused vars removed data parameter in subscription_handle_post() fixed tests some reformatting added compatibility function moved registration notification to subscription class fixed merge error in inc/auth.php consolidate more notification code in subscription class minor cleanup initialize new subscriptions with current time fixed subscription management correctly check if subscriptions are enabled ...
-
Michael Hamann authored
The new deletePageNoLock method is used by renamePage and avoids that the index needs to be unlocked and locked again for deleting the page.
-
Michael Hamann authored
-
Michael Hamann authored
-
Andreas Gohr authored
This was updated in the english translation a while ago, but was still missing in some translations
-
- Jan 25, 2013
-
-
Michael Hamann authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jan 24, 2013
-
-
Anika Henke authored
-
Andreas Gohr authored
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.
-
- Jan 23, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
This reverts commit f2cb3ec7. Turns out I was too fast merging this. I can't get PHP's bzip handler to handle a bzip1 compressed file.
-
Andreas Gohr authored
handle bz (bzip not bzip2) better
-
Andreas Gohr authored
fixes from bee9f377 commit notes
-
Elan Ruusamäe authored
in fact .tbz is tar.bz (bzip1) and .tbz2 is what tar.bz2 is used commonly.
-
Elan Ruusamäe authored
-
Andreas Gohr authored
Added unit tests
-
- Jan 22, 2013
-
-
Kazutaka Miyasaka authored
-
- Jan 21, 2013
-
-
Guillaume Turri authored
Hurray, tests pass!
-
Guillaume Turri authored
Currently both the 2nd and the third assertions fail (the first one is just for upcoming non-regression)
-
Michael Hamann authored
wiki.getAttachments returns 'perms' according to documentation
-
Guillaume Turri authored
Because wiki.getAttachments now returns 'perms' instead of 'perm'
-
- Jan 20, 2013
-
-
Andreas Gohr authored
Check search limit depth with an inequality
-
Andreas Gohr authored
Don't remove page version from result if uneeded
-
- Jan 19, 2013
-
-
Michael Hamann authored
-
Michael Hamann authored
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.
-