| 38b2bf35 | 04-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
fixed media list options in new mediamanager to work without JavaScript again (FS#2363) |
| 48c5eff7 | 03-Nov-2011 |
Anika Henke <anika@selfthinker.org> |
fix widths of panels in fullscreen mediamanager to be 100% when resizing (FS#2351) -- please test in different screen sizes, etc |
| 1d045709 | 02-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
The Mailer class should work now
It's still not real world tested but the output *looks* right.
Plugin hook support is still missing. |
| bb01c27c | 02-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
Added Mailer class |
| abb56b33 | 28-Oct-2011 |
Andreas Gohr <gohr@cosmocode.de> |
Check password expiry times in Active Directory backend
When a user logs in, the password expiry time is checked and compared to the $conf['auth']['ad']['expirywarn'] setting (in days). If the passw
Check password expiry times in Active Directory backend
When a user logs in, the password expiry time is checked and compared to the $conf['auth']['ad']['expirywarn'] setting (in days). If the password is about to expire in the specified timeframe, a warning is issued on login.
This patch adds a new method to the adLDAP class for querying domain parameters.
show more ...
|
| cc204bbd | 31-Oct-2011 |
Andreas Gohr <gohr@cosmocode.de> |
honor autopasswd setting for resend password
When autopasswd is disabled, the resend password option now asks for a new password instead of autogenerating a new one and sending it by mail.
Note to
honor autopasswd setting for resend password
When autopasswd is disabled, the resend password option now asks for a new password instead of autogenerating a new one and sending it by mail.
Note to translators: the wording for btn_resendpwd and resendpwd changed to be more universal. English and German language files where updated - other languages need to be adjusted.
Conflicts:
inc/lang/en/lang.php
show more ...
|
| 222298bc | 31-Oct-2011 |
Andreas Gohr <gohr@cosmocode.de> |
Do not send empty changes to the AD backend
This fixes password changing operations: password change and user modification are two different operations on the AD backend - the user modification shou
Do not send empty changes to the AD backend
This fixes password changing operations: password change and user modification are two different operations on the AD backend - the user modification should not be done on password only changes.
show more ...
|
| ed993c3b | 30-Oct-2011 |
Hakan Sandell <sandell.hakan@gmail.com> |
Better solution for updating files list in media manager on delete |
| d5a9514c | 30-Oct-2011 |
Adrian Lang <mail@adrianlang.de> |
Remove references to (un)?subscribens. |
| 80d6fbc3 | 30-Oct-2011 |
Adrian Lang <mail@adrianlang.de> |
Fix double-decoding in XMLRPC putAttachment |
| 3629bc8c | 30-Oct-2011 |
Adrian Lang <mail@adrianlang.de> |
MediaManager: Check DOKU_PREF cookie value for validness |
| 1888d1bb | 29-Oct-2011 |
Hakan Sandell <sandell.hakan@gmail.com> |
Removed faulty <span> tags from translations (FS#2360) |
| 4ad1b4ca | 29-Oct-2011 |
Hakan Sandell <sandell.hakan@gmail.com> |
Full screen media manager, file list is now updated on delete (FS#2346) |
| 74509418 | 29-Oct-2011 |
Adrian Lang <mail@adrianlang.de> |
Let mediamanager screen expand on window resize (FS#2351) |
| ad7ad47e | 27-Oct-2011 |
Martin Michalek <michalek.dev@gmail.com> |
Slovak language update |
| d9edf351 | 27-Oct-2011 |
Kiril Velikov <neohidra@gmail.com> |
Bulgarian language update |
| 12e233d3 | 27-Oct-2011 |
Pierre Corell <info@joomla-praxis.de> |
German language updates |
| 6fd41509 | 27-Oct-2011 |
schplurtz le déboulonné <schplurtz@laposte.net> |
Use JSON wrapper in image upload (FS#2345) |
| 3bc1b86f | 23-Oct-2011 |
Martin Michalek <michalek.dev@gmail.com> |
Slovak language update |
| 71861ac4 | 23-Oct-2011 |
Jon Magne Bøe <jonmagne@gmail.com> |
Norwegian language update |
| e409148d | 23-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Fix upload to deeper namespaces with new AJAX uploader
Now params_toarray() correctly decodes parameters on parsing query strings |
| 5446f3ff | 22-Oct-2011 |
Dominik Eckelmann <deckelmann@gmail.com> |
use correct phpdoc @return tag. |
| 434f5921 | 17-Oct-2011 |
Hakan Sandell <sandell.hakan@gmail.com> |
HTML compliant fix for missing ul wrapper in TOC (FS#2328) |
| e10e770c | 16-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Upgraded SimplePie library to 1.2.1
From the release notes: This release fixes a few bugs, including a major URL parsing bug, where URLs with query strings were parsed incorrectly. |
| 8071beaa | 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
bind security token to username
This makes the security token more robust agains session fixation attacks. A CSRF warning will no longer abort a page save but lead to the preview mode to avoid infor
bind security token to username
This makes the security token more robust agains session fixation attacks. A CSRF warning will no longer abort a page save but lead to the preview mode to avoid information loss when a user logs in during editing (eg in another tab).
show more ...
|