- Jan 27, 2014
-
-
huseyin can authored
-
- Jan 19, 2014
-
-
Andreas Gohr authored
-
- Jan 18, 2014
-
-
Marina Vladi authored
-
Erli Moen authored
-
- Jan 16, 2014
-
-
reza_khn authored
-
Razvan Deaconescu authored
-
Razvan Deaconescu authored
-
- Jan 12, 2014
-
-
oott123 authored
-
- Jan 08, 2014
-
-
Andreas Gohr authored
in 82d61635 we introduced passing the raw match for syntax plugins to the plugin method of the renderer. This was introduced for renderer plugins that might need access to the raw syntax (like the table editor or WYSIWYG plugins). However the function signature was never updated, making these additional parameter basically secret. With strict standard this throws errors. This patch fixes this.
-
Andreas Gohr authored
-
- Jan 07, 2014
-
-
Andreas Gohr authored
this file makes me cry. there is so much shit going on here.
-
Andreas Gohr authored
This reads some duplication in the from of haveing a Doku_Parser_Mode and Doku_Parser_Mode_Plugin class which are basically the same but only the latter extends DokuWiki_Plugin. This avoids the performance/RAM problems mentioned in my previous commit. An interface keeps both logically together. With PHP 5.4 further deduplication could be done via Traits.
-
Andreas Gohr authored
This makes Doku_Parser_Mode inherit from DokuWiki_Plugin which allows for the removal of a bunch of duplicate code form DokuWiki_Syntax_Plugin. This makes the code easier to maintain and makes sure all DokuWiki plugins are actual instances of DokuWiki_Plugin. However this adds a bunch of functions to the "normal" parser modes that don't need them which could have performance/RAM implications.
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jan 06, 2014
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jan 05, 2014
-
-
Andreas Gohr authored
allows to modify ACL results in the AFTER event or to implement a completely different ACL mechanism in the BEFORE event.
-
- Jan 04, 2014
-
-
alhajr authored
-
- Jan 01, 2014
- Dec 31, 2013
-
-
matt carroll authored
-
- Dec 30, 2013
-
-
Ivan Peltekov authored
-
- Dec 24, 2013
-
-
Hans Iwan Bratt authored
-
- Dec 19, 2013
-
-
Dương Văn Hoàng authored
-
- Dec 16, 2013
-
-
gicalle authored
-
- Dec 15, 2013
-
-
ninetailz authored
-
- Dec 11, 2013
-
-
ninetailz authored
-
Michael Hamann authored
Since a8dba452 the search index didn't properly index numeric words anymore, instead they were added as new words to the word list each time they were indexed, leading to an ever-increasing index size.
-
- Dec 10, 2013
-
-
Andreas Gohr authored
This reverts commit 32eed03c, reversing changes made to 9e8bcd5f. I accidentally hit the wrong button on github :-) This translation added no new strings and should not have been merged.
-
admin authored
-
- Dec 07, 2013
-
-
Anika Henke authored
Bi-directionality is generally a huge pain in the arm, browser vendors only added a few improvements quite recently. This fix only works in Mozilla and Webkit currently. Affected syntax was links and media and all opening and closing syntax (e.g. code and del and various plugin syntax).
-
- Dec 06, 2013
-
-
Myeongjin authored
-
- Dec 05, 2013
-
-
anjianshi authored
-
- Dec 03, 2013
-
-
zamroni authored
-
- Dec 01, 2013
-
-
Antonio Bueno authored
-
Foysol authored
-
Michael Hamann authored
This fixes sending empty and duplicated To/Cc/Bcc, Subject and From headers in the additional headers. The To-header in the additional headers prevented mail sending on some systems.
-
Christopher Smith authored
Prevent table entry syntax swallowing multiple preceeding blank lines (a) this shouldn't be necessary, blank lines are handled by paragraph processing (b) avoids issues with greedy table syntax competing with plugins
-
- Nov 30, 2013
-
-
Juliano Marconi Lanigra authored
-