| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Added file-in-use reference to page
|
| |
| |
| | |
Added german translation for file-in-use reference
|
| | |
|
|/ |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| | |
Conflicts:
inc/lang/hr/searchpage.txt
inc/lang/ko/searchpage.txt
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This now pulls all data from official jQuery sources. Either their CDN
or their github account. Google tends to serve outdated or even broken
files :-(
Unfortunately there's no simple way to get the latest stable jQuery-UI
so for now the version has to be adjusted manually in the script.
|
| | |
|
| | |
|
| | |
|
| |\
| | |
| | | |
refactor detail.php to template.php
|
| | | |
|
| |\ \
| | | |
| | | | |
Improve denied access text FS#2124
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 524df5769a0b9b7aa35af6500c85528c2b0515fe.
Conflicts:
inc/lang/bn/lang.php
inc/lang/fr/lang.php
|
| | | |
| | | |
| | | |
| | | | |
this has been done by a script and might not be 100% accurate
|
| | |/ |
|
| |/ |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|
|\ \ \
| |/ /
|/| | |
de/de-informal updates: Replace "Nutzer" with more common word "Benutzer" / fix several typos / Fixes FS#2821
|
| |/
| |
| |
| | |
/ fix several typos / Fixes FS#2821
|
|/ |
|
| |
|
|
|
|
|
|
|
| |
This reverts commit ba09710ad34bb383ae3526e84490a3d545f78866.
Conflicts:
lib/plugins/authad/lang/de/settings.php
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* subscription: (25 commits)
link directly to subscription management in mails
only use mailfromnobody for bulk mails
added missing context for list mails
readded mailfromnobody to subscription sending
correctly escape diffs in HTML mails
fixed lists in HTML mails
simplified subscription->add() code a bit
comment adjusted
removed unused vars
removed data parameter in subscription_handle_post()
fixed tests
some reformatting
added compatibility function
moved registration notification to subscription class
fixed merge error in inc/auth.php
consolidate more notification code in subscription class
minor cleanup
initialize new subscriptions with current time
fixed subscription management
correctly check if subscriptions are enabled
...
|
| |
| |
| |
| |
| | |
This was updated in the english translation a while ago, but was still
missing in some translations
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
| |
|
|
|
|
|
|
| |
summary field.
This allows easier identifying of which version has been restored. (FS#2522)
|