- Mar 10, 2012
-
-
Andreas Gohr authored
* 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
-
Andreas Gohr authored
Rework for 2 missing commits
-
Andreas Gohr authored
* jscachekey: trigger JS_CACHE_USE in lib/exe/js.php added INIT_LANG_LOAD event let js.php use multiple caches
-
Andreas Gohr authored
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
-
- Mar 07, 2012
-
-
Guy Brand authored
-
- Mar 06, 2012
-
-
Chris--S authored
-
- Mar 04, 2012
-
-
Bohumír Zámečník authored
-
- Mar 02, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
when the SKIP_DELETED flag was set, no recent changes where returned for media only queries, becuase file checks where done on page files instead of media files
-
- Mar 01, 2012
-
-
Danny authored
-
- Feb 22, 2012
-
-
Andreas Gohr authored
The previous regexp approach failed for empty headers.
-
- Feb 19, 2012
-
-
Andreas Gohr authored
passwords now need to be reset within 3 days of requesting the password change mail
-
- Feb 17, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
Changing passwords might not be available.
-
- Feb 15, 2012
-
-
Erial Krale authored
-
- Feb 07, 2012
-
-
Marius Olar authored
-
Andreas Gohr authored
This removes the cachekey parameter again and instead follows @michitux's suggestion to trigger an event for the cache usage
-
- Feb 06, 2012
-
-
PCPA authored
-
- Feb 04, 2012
-
-
Anika Henke authored
-
- Feb 02, 2012
-
-
Matej Urban authored
-
Begina Felicysym authored
-
- Feb 01, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
Improbement and "bug"fixing of the xmlrpc interface
-
Andreas Gohr authored
use in_array to filter groups instead of preg_grep for acl
-
Andreas Gohr authored
Added bcrypt support for password hashes
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jan 30, 2012
-
-
Anika Henke authored
-
Andreas Gohr authored
tss..
-
Andreas Gohr authored
Some plugins want to dynamically switch the template based on users, namspaces or the phase of the moon. Having fixed paths in a unchangable constant prevents this. This changes deprecates the DOKU_TPL* constants in favor of two new tpl_* functions that return the correct paths based on the $conf variables which can be changed from the DOKUWIKI_STARTED event.
-
Andreas Gohr authored
-
- Jan 29, 2012
-
-
Anika Henke authored
The function tpl_getFavicon() was doing more than its name was implying. Therefore the new tpl_getMediaFile() was introduced (which is doing nearly exactly the same) and tpl_getFavicon() was deprecated. tpl_favicon() can still be used, though.
-
Anika Henke authored
Templates authors should support these to make the transition between templates easier. Templates which already have a sidebar could first check for $conf['sidebar'] and use it if it's defined, otherwise use their old own sidebar functionality to stay backwards-compatible.
-
Anika Henke authored
-
Anika Henke authored
This is in preparation for the new default template. This also updates the tpl_actiondropdown() to use most of them.
-
- Jan 25, 2012
-
-
Andreas Gohr authored
-
Emanuel-Emeric Andrași authored
-