| #
b090397b |
| 18-Nov-2013 |
Benedikt Fey <spam@lifeisgoooood.de> |
translation update
|
| #
3b77d6b3 |
| 12-Nov-2013 |
Ben Fey <benedikt.fey@beck-heun.de> |
translation update
|
| #
33f552fa |
| 03-Sep-2013 |
Anika Henke <anika@selfthinker.org> |
removed unused lang string (authmodfailed)
|
| #
d5808163 |
| 04-Aug-2013 |
Sven <Svenluecke48@gmx.d> |
translation update
|
| #
395e7d8e |
| 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'pull-request-245'
* pull-request-245: coding corrections. correct type hint, remove unused variable assignment HTTPClient don't pull too much bytes when no content-length is given
Merge branch 'pull-request-245'
* pull-request-245: coding corrections. correct type hint, remove unused variable assignment HTTPClient don't pull too much bytes when no content-length is given de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account
Conflicts: inc/lang/de-informal/lang.php inc/lang/de/lang.php
show more ...
|
| #
836a1762 |
| 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'FS#2751' of git://github.com/splitbrain/dokuwiki into pull-request-245
* 'FS#2751' of git://github.com/splitbrain/dokuwiki: coding corrections. correct type hint, remove unused varia
Merge branch 'FS#2751' of git://github.com/splitbrain/dokuwiki into pull-request-245
* 'FS#2751' of git://github.com/splitbrain/dokuwiki: coding corrections. correct type hint, remove unused variable assignment de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account
show more ...
|
| #
de4c3948 |
| 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #253 from lupo49/master
de/de-informal updates: Replace "Nutzer" with more common word "Benutzer" / fix several typos / Fixes FS#2821
|
| #
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
|
| #
d6d38cc2 |
| 01-Aug-2013 |
Matthias Schulte <post@lupo49.de> |
de/de-informal: localization updates (delete user function)
|
| #
5a99d25b |
| 01-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
added aria attributes to edit mode
|
| #
4c1219f3 |
| 21-Apr-2013 |
Mateng Schimmerlos <mateng@firemail.de> |
de/de-informal: Re-apply the updates of ba09710ad34bb383ae3526e84490a3d545f78866
|
| #
bba10e63 |
| 21-Apr-2013 |
lupo49 <dokuwiki@lupo49.de> |
Revert "German language update"
This reverts commit ba09710ad34bb383ae3526e84490a3d545f78866.
Conflicts: lib/plugins/authad/lang/de/settings.php
|
| #
ba09710a |
| 15-Apr-2013 |
Martin Terber <mterber@gmx.net> |
German language update
|
| #
740da4c2 |
| 12-Dec-2012 |
lupo49 <dokuwiki@lupo49.de> |
de/de-informal: language updates / added "sidebar"
|
| #
c56cc74a |
| 18-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'guide' of git://github.com/splitbrain/dokuwiki into pull-request-118
* 'guide' of git://github.com/splitbrain/dokuwiki: changed semicolon to colon in link to welcome page to make it
Merge branch 'guide' of git://github.com/splitbrain/dokuwiki into pull-request-118
* 'guide' of git://github.com/splitbrain/dokuwiki: changed semicolon to colon in link to welcome page to make it less confusing added initial pages to not be ignored by git improved welcome text added welcome page changed the link in the installer to point to wiki:welcome
Conflicts: inc/lang/fr/lang.php
show more ...
|
| #
2c2ee174 |
| 18-Nov-2012 |
Anika Henke <anika@selfthinker.org> |
changed semicolon to colon in link to welcome page to make it less confusing
|
| #
eef93e99 |
| 08-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Use hardcoded plugin loading error message as $lang isn't initialized
When loading plugins, $lang might not be initialized yet, so use a hardcoded error message instead, especially as this error sho
Use hardcoded plugin loading error message as $lang isn't initialized
When loading plugins, $lang might not be initialized yet, so use a hardcoded error message instead, especially as this error should only be displayed for the admin (and then fixed). This also removes the previously localized message, it might be re-added as part of the new extension manager.
show more ...
|
| #
9664a2b8 |
| 14-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
changed the link in the installer to point to wiki:welcome
|
| #
8cb31473 |
| 30-Jun-2012 |
lupo49 <post@lupo49.de> |
de/de-informal: added missing localization / update existing ones
|
| #
d6b9c7bf |
| 08-May-2012 |
lupo49 <post@lupo49.de> |
Restore page versions - add timestamp of the restored version to to the summary field. This allows easier identifying of which version has been restored. (FS#2522)
|
| #
c9f847f6 |
| 10-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'adexpirywarn'
* adexpirywarn: make sure AD pass expiry message is never shown twice do not hardcode profile link in AD pass expire message translatable AD expiry warning and link
Merge branch 'adexpirywarn'
* adexpirywarn: make sure AD pass expiry message is never shown twice do not hardcode profile link in AD pass expire message translatable AD expiry warning and link to update profile page Don't return any data for non-existant users do not query AD for empty user name always check expire time when configured Check password expiry times in Active Directory backend
show more ...
|
| #
50fbf1b6 |
| 10-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'resetpassword'
No longer autogenerate passwords for password reset when $conf['autopasswd'] is disabled. Instead allow to change the password online.
* resetpassword: added a timeli
Merge branch 'resetpassword'
No longer autogenerate passwords for password reset when $conf['autopasswd'] is disabled. Instead allow to change the password online.
* resetpassword: added a timelimit for password reset tokens removed commented line use correct lang string for password mismatch removed outdated language string. it has to be retranslated German translation for password reset honor autopasswd setting for resend password
Conflicts: inc/lang/no/lang.php inc/lang/sl/lang.php
show more ...
|
| #
69995a16 |
| 17-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
do not hardcode profile link in AD pass expire message
Changing passwords might not be available.
|
| #
61917024 |
| 29-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
added 5 new language strings for action tools and skip link (needs translations)
This is in preparation for the new default template. This also updates the tpl_actiondropdown() to use most of them.
|
| #
e96b69da |
| 19-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
corrected old mediaupload introduction text
|