| 328143f8 | 02-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
enable email notifications & alert messages for imported users |
| 8c824552 | 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed a merge conflict I missed on merge |
| 2a2a2ba2 | 02-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
added basic suport for embedding (html5) videos |
| 5b230a45 | 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
HTTPClient don't pull too much bytes when no content-length is given |
| c5c17fda | 02-Aug-2013 |
Klap-in <klapinklapin@gmail.com> |
improve method name and phpdocs |
| cd3ed83c | 02-Aug-2013 |
Matthias Schulte <post@lupo49.de> |
de/de-informal/en: Removed redundant suffixes in TOC of configuration manager / Synchronize terms in de and de-informal |
| 72a66eb7 | 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
check less compilation for errors
This now gives proper files and line numbers for errors |
| 73012efd | 02-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
coding corrections. correct type hint, remove unused variable assignment |
| 45c19902 | 02-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
improve html structure and styling for add & edit user notes
made necessary by PR#254 which adds content below these notes. |
| ee9498f5 | 02-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
usermanager: fix an issue where edit user table would incorrectly show the password blank message |
| ae1afd2f | 02-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add csv import functionality to the user manager |
| 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 |
| acd3eb67 | 02-Aug-2013 |
Klap-in <klapinklapin@gmail.com> |
Enable LANG.template.<template>.key to provide localized strings in templates |
| e8ec13b9 | 02-Aug-2013 |
Klap-in <klapinklapin@gmail.com> |
localized texts for templates |
| 1981046e | 02-Aug-2013 |
Michael Hamann <michael@content-space.de> |
Extension manager: implement uninstall, canModify and install/update |
| 449f3982 | 02-Aug-2013 |
Michael Hamann <michael@content-space.de> |
Extension manager: Improve update check |
| 7c30f5ce | 02-Aug-2013 |
Michael Hamann <michael@content-space.de> |
Extension manager: Use getInfo() when no info.txt is available |
| 9c0a7269 | 02-Aug-2013 |
Michael Hamann <michael@content-space.de> |
Extension manager: fix install dir for templates |
| 363c0a9e | 02-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
small fix for pagetools in RTL languages |
| 8331f1f4 | 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
FS#2802 correctly fix tar tests
When the DokuWiki install was in a deep namespace, the used path name could land in the >100 char limit and trigger ustar format where the filename and directory name
FS#2802 correctly fix tar tests
When the DokuWiki install was in a deep namespace, the used path name could land in the >100 char limit and trigger ustar format where the filename and directory name are split. This would fail the test.
show more ...
|
| 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 |
| 4f93eef6 | 01-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed tar tests FS#2809
Tars strip the leading slash so the tests where wrong. Not sure why they stilldid work sometimes |