| ca149a9e | 24-Jan-2014 |
Myeongjin <aranet100@gmail.com> |
translation update |
| 2b37b3b6 | 22-Jan-2014 |
Paweł Jan Czochański <czochanski@gmail.com> |
translation update |
| 1843bbd0 | 22-Jan-2014 |
Andreas Gohr <gohr@cosmocode.de> |
rename render() to render_text() in Doku_Plugin. #496 |
| 36e8c637 | 22-Jan-2014 |
Andreas Gohr <gohr@cosmocode.de> |
add missing autoloader entry for Doku_Parser_Mode_Plugin #496 |
| a18d5a45 | 22-Jan-2014 |
cross <cross1962@gmail.com> |
translation update |
| 1093058c | 21-Jan-2014 |
Paweł Jan Czochański <czochanski@gmail.com> |
translation update |
| a0098d43 | 19-Jan-2014 |
Michael Hamann <michael@content-space.de> |
FS#2901: Fix lessphp for PHP 5.2.0 |
| 8426a3ee | 19-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
check for false in readdir |
| 13bc346a | 19-Jan-2014 |
Marina Vladi <deldadam@gmail.com> |
translation update |
| 99c82aef | 19-Jan-2014 |
Erli Moen <evseev.jr@gmail.com> |
translation update |
| 7e487fcf | 17-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
renamed conflicting JavaScript functions FS#2915 |
| 4d4058ee | 17-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
do not keep zero size files |
| 138bfd16 | 17-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
localize jQuery UI date picker FS#2912 |
| 5b82acf8 | 17-Jan-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Use more general name for qsearch output |
| ceb99d95 | 17-Jan-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
move getSearchterm to overrideable method |
| f9328d30 | 16-Jan-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Reformat qsearch.js |
| 7647d877 | 16-Jan-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Made a jquery function of dw_qsearch |
| 74c7fac3 | 16-Jan-2014 |
reza_khn <reza_khn@yahoo.com> |
translation update |
| a1fe6c87 | 16-Jan-2014 |
Razvan Deaconescu <razvan.deaconescu@cs.pub.ro> |
Adjust and correct translations in Romanian text files |
| e7ad28d2 | 16-Jan-2014 |
Razvan Deaconescu <razvan.deaconescu@cs.pub.ro> |
Make minor corrections to Romanian language file |
| 30b90257 | 14-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
added plugins group to test |
| b5f365b3 | 12-Jan-2014 |
Michael Hamann <michael@content-space.de> |
dokuwiki template: Fix the preview width on small screens FS#2914 |
| 7264d332 | 12-Jan-2014 |
oott123 <ip.192.168.1.1@qq.com> |
translation update |
| 8cc41db0 | 08-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
fix renderer:plugin() signature
in 82d616353e4c3680d88f083eb6f88fe68de92904 we introduced passing the raw match for syntax plugins to the plugin method of the renderer. This was introduced for rende
fix renderer:plugin() signature
in 82d616353e4c3680d88f083eb6f88fe68de92904 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.
show more ...
|
| b1e75801 | 08-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
show a message when search returns no results |