- Sep 10, 2011
-
-
Hakan Sandell authored
Function get_plugin_components() moved to extantion manager
-
- Aug 20, 2011
-
-
Piyush Mishra authored
-
- Aug 19, 2011
-
-
Michael Hamann authored
As we need to keep all core meta files anyway (the only core file that had been deleted but shouldn't be deleted is the .indexed file) and plugins can keep care of their own metadata files using the IO_WIKIPAGE_WRITE event there is no reason for using the expensive metaFiles() function during the deletion of pages.
-
Adrian Lang authored
-
Andreas Gohr authored
-
- Aug 10, 2011
-
-
Michael Hamann authored
Sometimes pages aren't deleted from the index (that should be fixed, too) and appear in the backlinks although they don't exist anymore. This change hides them and hidden pages that shouldn't appear at all as the backlinks view is an automatic listing. Hidden pages had been hidden before the transition to the metadata index, too.
-
- Aug 01, 2011
-
-
Anika Henke authored
-
- Jul 31, 2011
-
-
Eivind Morland authored
-
- Jul 30, 2011
-
-
Anika Henke authored
-
Christophe Martin authored
-
Anika Henke authored
-
- Jul 25, 2011
-
-
Dejan Igrec authored
-
Sami Olmari authored
-
- Jul 11, 2011
-
-
Adrian Lang authored
* Fix selector in subtree loading callback * Remove HTML inconsistencies between AJAX and plain PHP lists * Unify icon and CSS class switching in dw_tree and dw_mediamanager
-
- Jul 10, 2011
-
-
Lucas authored
-
Andreas Haerter authored
-
- Jul 02, 2011
-
-
Adrian Lang authored
* Increase HTTP cache time since the resources are timestamped on request anyway * Check userscript.js only once for JS cache validation * Use cache class
-
Mikael Mallander authored
-
- Jun 26, 2011
-
-
Matthias Schulte authored
Empty to, cc or bcc fields could lead to an Internal Server Error: malformed header from script. Bad header=No recipient addresses found...
-
Michael Hamann authored
This ignores warnings because of the (intentionally) missing url parameter for the constructor of SimplePie_File.
-
- Jun 21, 2011
-
-
Nurgozha Kaliaskarov authored
-
- Jun 16, 2011
-
-
Kiril Velikov authored
-
- Jun 14, 2011
-
-
Michael Hamann authored
This increases the indexer version in order to force a rebuild of the search index in order to "repair" the search index that might contain uppercase words
-
Andreas Gohr authored
This reverts commit 1ca2719c as it is now superseeded by a6b82e436e3d68a42a6556165d6aaf9249db44cd
-
Andreas Gohr authored
This fixes a problem where JavaScript could be introduced through specially crafted RSS feeds on a lower level than the commit from yesterday (1ca2719c) This also fixes a problem where JavaScript links could be introduced by specifying it as an RSS URL: the resulting error message displays a link to the broken feed URL. This patch makes sure there's no working link for unknown protocols.
-
Michael Hamann authored
On certain PHP installations (it has been reproduced with PHP version 5.2.0-8+etch11) the indexer failed to lowercase words in the indexer so the fulltext search was partially broken.
-
- Jun 13, 2011
-
-
Andreas Gohr authored
This fixes a security vulnerability where an attacker could introduce JavaScript links into wiki pages by including a prepared RSS feed.
-
- Jun 09, 2011
-
-
Guy Brand authored
-
- Jun 07, 2011
-
-
Michael Hamann authored
-
- Jun 06, 2011
-
-
Adrian Lang authored
-
Kazutaka Miyasaka authored
-
- Jun 05, 2011
-
-
Rivo Zängov authored
-
- Jun 03, 2011
-
-
Szabó Dávid authored
-
- May 30, 2011
-
-
Soroush Falahati authored
-
Rune Rasmussen authored
-
- May 25, 2011
-
-
Martin Michalek authored
-
Omid Mottaghi authored
-
Usama Akkad authored
-
- May 24, 2011
-
-
Michael Hamann authored
This disables lock and draft creation for pages the user can't edit. It additionally adds a security token to the draft creation and deletion request so - at least for logged in users - drafts can't be created, modified or deleted so easily anymore.
-
Michael Hamann authored
Since the password is no longer stored in the session, we need to use the login cookie instead.
-