- Jul 14, 2012
-
-
Anika Henke authored
-
- Jul 06, 2012
-
-
Martin Doucha authored
-
Martin Doucha authored
string sanitization even for their own new actions
-
- Jun 27, 2012
-
-
Tom N Harris authored
-
- Jun 18, 2012
-
-
Martin Doucha authored
-
- Jun 14, 2012
-
-
Martin Doucha authored
string sanitization even for their own new actions
-
- Jun 10, 2012
-
-
lupo49 authored
Fix for FS#2522 / Now all places of $lang['restored'] are covered with the restored-date information
-
- May 22, 2012
-
-
Andreas Gohr authored
This also fixes a problem wiht PHP 5.4 when there is metadata but the date key is empty.
-
- May 08, 2012
-
-
lupo49 authored
This allows easier identifying of which version has been restored. (FS#2522)
-
- Oct 30, 2011
-
-
Adrian Lang authored
-
- Oct 15, 2011
-
-
Andreas Gohr authored
This makes the security token more robust agains session fixation attacks. A CSRF warning will no longer abort a page save but lead to the preview mode to avoid information loss when a user logs in during editing (eg in another tab).
-
- Jun 09, 2011
-
-
Kate Arzamastseva 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.
-
- May 02, 2011
-
-
Andreas Gohr authored
-
- Mar 04, 2011
-
-
Andreas Gohr authored
-
- Feb 22, 2011
-
-
Anika Henke authored
-
- Jan 03, 2011
-
-
Guillaume Turri authored
-
- Dec 13, 2010
-
-
Michael Hamann authored
-
- Dec 12, 2010
-
-
Michael Hamann authored
-
- Nov 29, 2010
-
-
Michael Hamann authored
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
-
- Nov 20, 2010
-
-
Robin Getz authored
-
Robin Getz authored
-
- Sep 29, 2010
-
-
Adrian Lang authored
-
- Sep 28, 2010
-
-
Adrian Lang authored
-
- Sep 22, 2010
-
-
Michael Hamann authored
The action handler for the sitemap now makes use of the sitemapper methods for determining the filename and uses http conditional requests.
-
Michael Hamann authored
This makes it possible to autoload the sitemapper when needed.
-
Michael Hamann authored
-
- Aug 27, 2010
-
-
Andreas Gohr authored
-
- Jun 27, 2010
-
-
Andreas Gohr authored
-
- Jun 26, 2010
-
-
Andreas Gohr authored
-
- Jun 13, 2010
-
-
Andreas Gohr authored
-
- May 17, 2010
-
-
Adrian Lang authored
-
- Mar 29, 2010
-
-
Adrian Lang authored
50e988b1 accidentally stopped act_dispatch from calling act_edit for locked pages, thus showing a generic »page not writable« message instead of a page lock message.
-
- Mar 10, 2010
-
-
Adrian Lang authored
The new COMMON_PAGE_FROMTEMPLATE is triggered by pageTemplate AFTER the template has been read but before performing the template replacements.
-
Adrian Lang authored
Edit conflicts occur when a page has been edited since starting the current edit. In order to detect them, the date of the newest revision is saved.
-
- Mar 09, 2010
-
-
Adrian Lang authored
-
Adrian Lang authored
-
- Feb 09, 2010
-
-
Adrian Lang authored
-
- Feb 01, 2010
-
-
Andreas Gohr authored
-
- Jan 31, 2010
-
-
Andreas Gohr authored
Classes are loaded throug PHP5's class autoloader, all other includes are just loaded by default. This skips a lot of require_once calls. Parser and Plugin stuff isn't handled by the class loader yet.
-