78374fd0 | 17-Nov-2015 |
Uwe Benzelrath <uwebenzelrath@gmail.com> |
translation update |
755031bf | 17-Nov-2015 |
Michael Große <grosse@cosmocode.de> |
translation update |
1f6acd00 | 15-Nov-2015 |
Jaroslav Lichtblau <jlichtblau@seznam.cz> |
translation update |
97115ef3 | 13-Nov-2015 |
Guilherme Cardoso <guicardoso@gmail.com> |
translation update |
bb30445d | 13-Nov-2015 |
Michael Wilmes <mwilmes@wilminator.com> |
* Created two new options to enable or disable the editing of the display name or the email address in Active Directory. This will allow for the admin to turn the edit feature off if it is not desire
* Created two new options to enable or disable the editing of the display name or the email address in Active Directory. This will allow for the admin to turn the edit feature off if it is not desired that the user could edit their attributes or to prevent errors in case AD does not permit the user to update these attributes.
show more ...
|
70018978 | 11-Nov-2015 |
Michael Wilmes <mwilmes@wilminator.com> |
* Added missing 'userchangefail' in English to authad. |
01dcc157 | 08-Nov-2015 |
Alvaro [Andor] <andor@pierdelacabeza.com> |
Update help.txt
Updated a word wrongly written on spanish |
5ab701af | 05-Nov-2015 |
solohazlo <solohhazlo@gmail.com> |
translation update |
c3ee438f | 03-Nov-2015 |
Hideaki SAWADA <chuno@live.jp> |
translation update |
2df1b3b1 | 01-Nov-2015 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
5e204053 | 29-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Be more clear what a failed create event means |
5431e0aa | 28-Oct-2015 |
Sam Wilson <sam@samwilson.id.au> |
Add an in-progress class to the quicksearch form.
This change adds a new class to the quicksearch's <form> element while the quicksearch is running. This is to make it easier to style the form, e.g.
Add an in-progress class to the quicksearch form.
This change adds a new class to the quicksearch's <form> element while the quicksearch is running. This is to make it easier to style the form, e.g. with a throbber gif in the search box, to indicate that something is happening. For slow connections, it is sometimes not apparent that waiting for a few seconds will present the user with a list of matching pagenames.
The new 'searching' class is added just before the POST request is sent, and cleared both on successful completion and when the search box is cleared.
show more ...
|
09a5dcd6 | 27-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Show specific error messages if user creation fails |
234b5c9a | 16-Oct-2015 |
Bernhard Liebl <bernhard.liebl@rz.uni-regensburg.de> |
Fix for PHP 7, more debugging output |
f0a15b09 | 12-Oct-2015 |
Christopher Smith <chris@jalakai.co.uk> |
minor grammar correction in a comment |
2d090c54 | 22-Sep-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Change from _nostring to _other Permit three values: - always (default), the other input field is always displayed - exists, the other input field is only displayed when the setting contain
Change from _nostring to _other Permit three values: - always (default), the other input field is always displayed - exists, the other input field is only displayed when the setting contains value(s) not listed in choices*. - never, the other input field is never displayed. If the setting contains any value(s) not listed in choices they will be discarded on saving. * This means, under normal circumstances the admin will not see the other input field. It will only appear after manual editing to enter a non-listed _choice or if an update were to remove a previously selected _choice
show more ...
|
1dfc15c5 | 21-Sep-2015 |
tormec <dgtorpedo@gmail.com> |
nostring accepts only on |
11d05cc8 | 21-Sep-2015 |
tormec <dgtorpedo@gmail.com> |
multicheckbox without extra string input |
a8cf30ef | 08-Sep-2015 |
Marius van Witzenburg <info@mariusvw.com> |
Prevent undefined error by checking on slen |
5c97ad3a | 08-Sep-2015 |
Marius van Witzenburg <info@mariusvw.com> |
Fixed undefined errors |
70bef37a | 08-Sep-2015 |
Marius van Witzenburg <info@mariusvw.com> |
Undefined offset, initialize as null |
388939ba | 05-Sep-2015 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
f461b96d | 04-Sep-2015 |
Martin Michalek <michalek.dev@gmail.com> |
translation update |
76c49356 | 02-Sep-2015 |
Mike Wilmes <mwilmes@avc.edu> |
* Fixed identified issue with button spans by replacing missing closing span tag as identified by selfthinker, removed in ae61441. |
06c9ee33 | 02-Sep-2015 |
Marius van Witzenburg <info@mariusvw.com> |
Fixed several undefined errors. |