| 4f4c6fd5 | 02-Dec-2012 |
Michael Hamann <michael@content-space.de> |
lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646
Before this change the GIF wasn't sent at all when the PHP settings indicate that sending of the GIF needs to be deferred and
lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646
Before this change the GIF wasn't sent at all when the PHP settings indicate that sending of the GIF needs to be deferred and it was sent when the debug output was on.
show more ...
|
| 48a1417e | 02-Dec-2012 |
Michael Hamann <michael@content-space.de> |
Correct parameter documentation of DokuWiki_Plugin::loadHelper() |
| b04a190d | 02-Dec-2012 |
Michael Hamann <michael@content-space.de> |
XHTML renderer: bind section id counter to the renderer instance
This changes the previously static lastsecid into an instance variable, this leads to consistent section edit ids when the xhtml rend
XHTML renderer: bind section id counter to the renderer instance
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.
show more ...
|
| 8740865b | 02-Dec-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Fixed missing %s in Swedish translation |
| 2e41a025 | 02-Dec-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Re-phrased "no license" installer text |
| 790b7720 | 30-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
moved registration notification to subscription class |
| 10b5c32d | 30-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed merge error in inc/auth.php
merged the wrong change here |
| 38479cbb | 29-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
some coding style improvements
- removed some dead/unused code - fixed phpdoc - added typing on methods |
| 818f6d51 | 29-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
added .idea project folder to gitignore |
| ff576d93 | 29-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
use correct setUp method and parent calls. |
| 3f6c460c | 28-Nov-2012 |
Michael Hamann <michael@content-space.de> |
Correct German plugin manager translation (download != install) |
| 46a853c3 | 27-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
correct return in sendDigest()
the function always returned true, even if no action was taken. This resulted in no further indexer tasks being run. |
| eb3ce0d5 | 25-Nov-2012 |
Kazutaka Miyasaka <kazmiya@gmail.com> |
Fix case-insensitive match in ACL checking
ACL checking of DokuWiki is currently always case-sensitive regardless of auth backend setting ($auth->isCaseSensitive). This commit enables case-insensiti
Fix case-insensitive match in ACL checking
ACL checking of DokuWiki is currently always case-sensitive regardless of auth backend setting ($auth->isCaseSensitive). This commit enables case-insensitive match in the same way of auth_isMember().
show more ...
|
| b7183bb5 | 24-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
GeSHi update to 1.0.8.11 |
| 91effd8d | 23-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
ignore empty header on mail sending |
| 1f61f312 | 23-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
remove empty BCC/CC mail headers
Empty BCC/CC headers may cause errors on IIS. |
| 78f0e832 | 23-Nov-2012 |
Leandro Regueiro <leandro.regueiro@gmail.com> |
Galician language update |
| 7d9a3395 | 18-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
some welcome page changes |
| 3755fc25 | 15-Mar-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Combine subsequent calls to strtr into a single transformation |
| 2c2ee174 | 18-Nov-2012 |
Anika Henke <anika@selfthinker.org> |
changed semicolon to colon in link to welcome page to make it less confusing |
| c786a1b6 | 18-Nov-2012 |
Anika Henke <anika@selfthinker.org> |
fixed wrong sidebar showing in namespaces when sidebar is disabled |
| a24fc53e | 16-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
added failing test for array type |
| cba21baa | 16-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
started to add some unit tests to config manager
Parsing the config file should be completely tested before we can rely on it and safely extend it. This just adds the first very basic tests. |
| d30b165d | 16-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
Revert "config manager: let PHP parse the config file"
This reverts commit b8f41ef0bac4e82cb3b02cd318efaddbaaeb1a78.
We had good reasons for parsing the file ourselves. For example to keep expressi
Revert "config manager: let PHP parse the config file"
This reverts commit b8f41ef0bac4e82cb3b02cd318efaddbaaeb1a78.
We had good reasons for parsing the file ourselves. For example to keep expressions like 7*60*60*24 intact.
show more ...
|
| 054a1130 | 16-Nov-2012 |
Antoine Turmel <geekshadow@gmail.com> |
Typo fix for TL;DR |