| c5c17fda | 02-Aug-2013 |
Klap-in <klapinklapin@gmail.com> |
improve method name and phpdocs |
| 73012efd | 02-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
coding corrections. correct type hint, remove unused variable assignment |
| dc068052 | 02-Aug-2013 |
Matthias Schulte <post@lupo49.de> |
de/de-informal updates: Replace "Nutzer" with more common word "Benutzer" / fix several typos / Fixes FS#2821 |
| d317fb5d | 02-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
fixed some bi-directionality issues
Fixed some issues which occur whenever RTL and LTR languages could potentially be mixed, using the HTML5 `<bdi>` element. This element is currently only supported
fixed some bi-directionality issues
Fixed some issues which occur whenever RTL and LTR languages could potentially be mixed, using the HTML5 `<bdi>` element. This element is currently only supported by Chrome and Firefox.
The old and only partially working fix for tpl_breadcrumbs() was removed in favour of this solution.
show more ...
|
| 20284fef | 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
HTTPClient don't pull too much bytes when no content-length is given |
| e8ec13b9 | 02-Aug-2013 |
Klap-in <klapinklapin@gmail.com> |
localized texts for templates |
| 8ae55d68 | 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
Revert "translation update"
This reverts commit d6d855093f24c6c3f608d005189385959a7efbf7.
I guess it was a bit too early to think straight :-/ |
| d6d85509 | 01-Aug-2013 |
DokuWiki Translation <> |
translation update |
| b8bc53ce | 01-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
simplify comment |
| cc036f74 | 01-Aug-2013 |
Klap-in <klapinklapin@gmail.com> |
remove hash for external images, but use token url parameter instead |
| 74ef1778 | 01-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
include namespace links when index access from the wiki start page and no automatic sitemap.xml is being generated. |
| 4d4b1f8c | 01-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
use http_build_query() in HTTPClient
this ensures nested POST data is correctly encoded |
| d6d38cc2 | 01-Aug-2013 |
Matthias Schulte <post@lupo49.de> |
de/de-informal: localization updates (delete user function) |
| 5537fd88 | 01-Aug-2013 |
Michael Hamann <michael@content-space.de> |
HTTPClient: Implement handling of two-dimensional data arrays |
| 38c7b2bf | 01-Aug-2013 |
Michael Hamann <michael@content-space.de> |
Fix loading for helper components with loadHelper()
The check if the plugin is enabled is done later in the plugin controller anyway. |
| 39f00629 | 01-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
improved coding style on tpl_classes() |
| 9805efa0 | 01-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
added aria roles to search and acl manager |
| 5a99d25b | 01-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
added aria attributes to edit mode |
| b1af9014 | 01-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Improve nofollow behaviour for ?do=index
In response to FS#2766 - make namespace links in the browser sitemap nofollow - remove nofollow from browser sitemap link on the wiki start page when sitem
Improve nofollow behaviour for ?do=index
In response to FS#2766 - make namespace links in the browser sitemap nofollow - remove nofollow from browser sitemap link on the wiki start page when sitemap.xml generation is disabled
show more ...
|
| 4eb3462f | 31-Jul-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Change error message shown for incorrect current password on update profile form.
The current message confusingly mentions bad 'username' when username is not involved. The new message is the same
Change error message shown for incorrect current password on update profile form.
The current message confusingly mentions bad 'username' when username is not involved. The new message is the same as that introduced for an incorrect current password on the self delete profile form (FS#2751)
show more ...
|
| 4ca55448 | 31-Jul-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add html5 attributes to update profile form |
| ae2cab4f | 31-Jul-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add html5 attributes to register form |
| 3e7e0277 | 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Remove search_references() and the refshow configuration option
The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the medi
Remove search_references() and the refshow configuration option
The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the media usage index the parameter is also no longer relevant for internal optimization. The only place where it was still used is the no longer used search_references()-function which is removed here, too.
show more ...
|
| e5d09fdd | 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Index media file usage in the metadata index and use it in ft_mediause() |
| 818d2283 | 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Fix the useheading cache invalidation for hidden pages, add tests
This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with u
Fix the useheading cache invalidation for hidden pages, add tests
This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with useheading enabled. This also adds various test cases for ft_backlinks().
show more ...
|