- Aug 02, 2013
-
-
Anika Henke authored
-
- Feb 23, 2013
-
-
Michael Hamann authored
-
- Feb 17, 2013
-
-
Michael Hamann authored
-
- Jan 09, 2013
-
-
Robin Getz authored
-
- Dec 02, 2012
-
-
Michael Hamann authored
This changes the previously static lastsecid into an instance variable, this leads to consistent section edit ids when the xhtml renderer is used more than once in a request. This makes it possible for test cases to know the exact section edit id for an instruction array.
-
- Aug 24, 2012
-
-
Michael Hamann authored
-
- Jul 28, 2012
-
-
Andreas Gohr authored
-
- Jul 05, 2012
-
-
Anika Henke authored
-
- Apr 08, 2012
-
-
Anika Henke authored
-
Anika Henke authored
can someone with better regex skills please revise this?
-
Anika Henke authored
-
Anika Henke authored
-
- Jan 30, 2012
-
-
Anika Henke authored
-
- Dec 20, 2011
-
-
Adrian Lang authored
-
- Dec 17, 2011
-
-
Danny authored
-
- Sep 02, 2011
-
-
Kate Arzamastseva authored
-
- Jun 14, 2011
-
-
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.
-
- 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.
-
- May 07, 2011
-
-
Michael Hamann authored
This changes the cache logic for metadata. It introduces a new mode that tries to avoid rendering the page again for simple requests but still updates the metadata when the page has been changed (but not when the cache timeout has been reached or purge is used). It simply compares the time of the last rendering with the last modified time of the page. The old boolean $render parameter has been changed into an int with three possible values. Compatibility for the old parameter is provided using a check with is_numeric using the following mapping: - false is still don't render (0 is the new value for that) - true is using that new render logic which means that many plugins will still work unchanged even if they request a lot of data using $render=true (1 is the new value for that providing full compatibility in the case 1 has been used instead of true) The default value for p_get_first_heading is now that new simple cache logic, the default value for getting metadata is the cache logic which should be used with care but is the only way to request (rendered) metadata that can change because of plugin installations or upgrades.
-
- Apr 07, 2011
-
-
Izidor Matušov authored
-
- Feb 06, 2011
-
-
Andreas Gohr authored
Anika's merge did not pul in the individual patches as one would expect. Then I messed up when trying to fix this by merging with danny's repo again but used the wrong branch. So we're still missing two patches. To have them apply cleanly I have to revert Anika's merge here. Another merge for the missing two patches will follow. This reverts commit b17e20ac.
-
Anika Henke authored
-
- Jan 25, 2011
-
-
Danny Lin authored
Like others, there's no need to define $sectionedits as private, and it prevents plugins that ought to handle headers from working and require a lot of ugly workarounds (such as header2). If there's a concern, "protected" may be another choice.
-
- Jan 03, 2011
-
-
Anika Henke 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.
-
- Oct 12, 2010
-
-
Adrian Lang authored
-
- Jul 01, 2010
-
-
Adrian Lang authored
-
- Jun 27, 2010
-
-
Anika Henke authored
-
- Jun 26, 2010
-
-
Gina Haeussge authored
-
- Jun 23, 2010
-
-
Adrian Lang authored
-
- Jun 17, 2010
-
-
Adrian Lang authored
-
Adrian Lang authored
-
- Mar 04, 2010
-
-
Adrian Lang authored
-
- Mar 01, 2010
-
-
Adrian Lang authored
-
- Feb 17, 2010
-
-
Adrian Lang authored
-
- Feb 15, 2010
-
-
Adrian Lang authored
-
- Feb 08, 2010
-
-
Adrian Lang authored
-
Adrian Lang authored
-
- Feb 04, 2010
-
-
Adrian Lang authored
-