| d63d2c63 | 12-Jul-2017 |
Myron Turner <turnermm02@shaw.ca> |
added option to wantedpages.php to show or not show pages where broken links occur |
| ffe3602c | 10-Jul-2017 |
Myron Turner <turnermm02@shaw.ca> |
show pages where broken links occur: page_id => broken_link |
| 8cec8a54 | 05-Jul-2017 |
Andreas Gohr <andi@splitbrain.org> |
clean extension names. fixes #2042
This makes sure the provided extension ID is a valid id before initializing it in the extension manager. |
| 4d9843ab | 01-Jul-2017 |
Жељко Тодоровић <zeljko_todorovic@mail.com> |
translation update |
| 05d82eb7 | 01-Jul-2017 |
Жељко Тодоровић <zeljko_todorovic@mail.com> |
translation update |
| a83efc75 | 01-Jul-2017 |
Жељко Тодоровић <zeljko_todorovic@mail.com> |
translation update |
| 60a4fc3e | 30-Jun-2017 |
Felix Müller-Donath <j.felix@mueller-donath.de> |
translation update |
| 758a9262 | 30-Jun-2017 |
Felix Müller-Donath <j.felix@mueller-donath.de> |
translation update |
| e0ded59c | 27-Jun-2017 |
Andreas Gohr <gohr@cosmocode.de> |
simplify ajax call handling
No need to check those seperately. The correct order should be ensured already. |
| 238b8e87 | 27-Jun-2017 |
Andreas Gohr <gohr@cosmocode.de> |
filter special chars from ajax call parameter. fixes #2019 |
| bee9ac07 | 26-Jun-2017 |
Guilherme Sá <guilherme.sa@hotmail.com> |
translation update |
| 6d6db8ee | 16-Jun-2017 |
Oliver <igittigitt@users.noreply.github.com> |
Update html.php
$regex initialization added to clearify that it is passed by reference and filled from subroutines |
| 7a005646 | 14-Jun-2017 |
Osoitz <oelkoro@gmail.com> |
translation update |
| badb3b57 | 12-Jun-2017 |
S.H. Lee <tuders@naver.com> |
translation update |
| 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 :-) |