| be15c01c | 07-Jun-2017 |
Osoitz <oelkoro@gmail.com> |
translation update |
| 96cbfd74 | 07-Jun-2017 |
Andreas Gohr <gohr@cosmocode.de> |
hidden pages should not be indexed by search engines
When a page is marked as hidden (through the hidepages option) it should not be indexed by search engines. |
| c6456b9f | 05-Jun-2017 |
Osoitz <oelkoro@gmail.com> |
translation update |
| c15dcaeb | 06-Jun-2017 |
Osoitz <oelkoro@gmail.com> |
translation update |
| f7f184ed | 06-Jun-2017 |
Osoitz <oelkoro@gmail.com> |
translation update |
| 7d509c0d | 06-Jun-2017 |
Mohd Shakir Zakaria <mohdshakir@gmail.com> |
upped copyright year |
| 9fd5edaf | 04-Jun-2017 |
Osoitz <oelkoro@gmail.com> |
translation update |
| 886c786b | 02-Jun-2017 |
Osoitz <oelkoro@gmail.com> |
translation update |
| 64d23c16 | 26-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
make Mailer use mail_isvalid()
the new version of the validator is static. But it makes sense to use a single point of entry anyway, so instead of adjusting the use of the new class, prefer the func
make Mailer use mail_isvalid()
the new version of the validator is static. But it makes sense to use a single point of entry anyway, so instead of adjusting the use of the new class, prefer the function.
show more ...
|
| 3d4e3335 | 26-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
moved EmailAdressValidator to composer install #1970 |
| 4887c154 | 25-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
make use of the new classes in tpl_get_action()
This function is now deprecated.
Tests even surfaced some smaller bugs :-) |
| 4bb2fc4a | 25-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
overwrite item properties in constructor only
Othewise weird side effects may happen when a parent constructor overwrites them again. |
| 90f7713e | 25-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
check file existance before autoloading
Even for our own namespace, file existance should be checked before attempting to load it. Otherwise class_exist() check will throw errors. |
| 48555a30 | 25-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
added tests for legacy function tpl_get_action()
I want to make this function use the new Menu Items, these tests should ensure I don't break functionality. |
| 5e964d2b | 25-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
Corrected external link syntax, now requires preceding whitespace. Fixes #936. |
| 1534dc5b | 25-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
make Doku_Form members public again. fixes #1982
Various plugins access the form members directly currently. |
| 9bda387a | 24-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
Corrected internal link pattern to properly handle included square brackets. Fixes #829. |
| 4875c354 | 24-May-2017 |
Andreas Gohr <gohr@cosmocode.de> |
avoid double encoding of generated URLs
getLink() now no longer escapes ampersands - this is task of the code producing the HTML. When using asHtmlLink(), buildAttributes() will take care of the esc
avoid double encoding of generated URLs
getLink() now no longer escapes ampersands - this is task of the code producing the HTML. When using asHtmlLink(), buildAttributes() will take care of the escaping for you.
show more ...
|
| e5226905 | 24-May-2017 |
Andreas Gohr <gohr@cosmocode.de> |
fix do parameter of revisions type |
| e2d88156 | 23-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
Added support for additional geshi options using an extendable options array. |
| 617a2b42 | 23-May-2017 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| f6796c6e | 23-May-2017 |
Peter Mosmans <support@go-forward.net> |
Fix minor typo in the distributed user configuration |
| 79fdbafc | 20-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
Adjusted pattern for matching media links to properly handle a single '}' in the link text. Fixes #1587. |
| 9ea3d483 | 20-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
Added green and red text color styles for geshi. Improves look of highlighted code for language diff. Fixes #900. |
| 1e875dcd | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
let tpl_action_dropdown use the MobileMenu |