| e67fdd7b | 27-Apr-2012 |
Michael Hamann <michael@content-space.de> |
Unignore bundled template files in git as suggested by @timroes |
| bdc67fe7 | 27-Apr-2012 |
Robert Bogenschneider <robog@gmx.de> |
Esperanto language update |
| 98fb3f18 | 27-Apr-2012 |
Osaka <mr.osaka@gmail.com> |
Japanese language update |
| 14704953 | 27-Apr-2012 |
Yannick Aure <yannick.aure@gmail.com> |
French language update |
| fa44d8f1 | 27-Apr-2012 |
Tim Roes <mail@timroes.de> |
Changed style of notification messages |
| 23684d4a | 24-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
some cleanup for the testing plugin |
| f2ae886a | 24-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
reenabled password test
according to Dominik Eckelmann one of the tests fails on certain servers. I can't reproduce it. If you can, please open a bug report with as much info as possible. |
| f6199697 | 26-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
skip SSL tests whn no SSL support in PHP |
| a1d9de52 | 26-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
make HTTPClient loadable via autoloader
this fixes the HTTP tests which do test the base class directly instead of the DokuHTTPClient subclass |
| f940e4a0 | 23-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
display uploadable file size in media manager FS#2425 |
| 1a821051 | 23-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
match on img tag in feed's img align replacement
this should avoid false positive matches on user content (which is already escaped at this point) |
| 95d9eba6 | 23-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
disable DNS lookups in tests |
| cc92aca7 | 23-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
some first tests for the Mailer class |
| 22ef1e32 | 23-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
added option to disable reverse DNS lookups |
| 48722ac8 | 22-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
improved toc changes and sidebar toggling |
| f77b4d4f | 21-Apr-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
Note on enabling HTTPS/SSL support for php on windows |
| f7161c34 | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
reenabled romanization test
The test can be skipped by excluding the "slow" group. |
| e37739cc | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
some cleanup
removed unneeded data files, converted tabs to spaces |
| 42dcf8b1 | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
changed README to dokuwiki format |
| 6c529606 | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
added html_hilight test
This didn't really need runkit. The way runkit was used didn't add any more credibility to the test result |
| 8a803cae | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
some edge case checking in search result highlighting |
| 5dcb1251 | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
collapse sidebar in mobile view FS#2473 |
| 290a8064 | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
mobile styles for the TOC structure changes |
| c8388e44 | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
made TOC togling script more generic
Instead of a dedicated function to toggle the TOC we now have a function that allows to use this functionality everywhere. This will be used to toggle the sideba
made TOC togling script more generic
Instead of a dedicated function to toggle the TOC we now have a function that allows to use this functionality everywhere. This will be used to toggle the sidebar in the mobile view (in an upcoming patch).
Note, this required some changes to the CSS (to make it more generic). The CSS is still located in the TOC sections but should probably be moved into its own section instead.
show more ...
|
| ffec60bb | 20-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
some tweaks to the pagetool css FS#2481 |