| Wed, 04 Nov 2009 13:00:40 +0100 |
Fixed a bug in the Group Editor that didn't let you add groups to other groups unless your $_TABLES['groups'] happened to be called "groups" (bug #0000998)
|
file | diff | annotate |
| Sat, 31 Oct 2009 16:46:46 +0100 |
Added a notice about the expiry time for the security token (and the potential loss of changes) to most editors.
|
file | diff | annotate |
| Sat, 10 Oct 2009 21:57:23 +0200 |
The "Admin Group" checkbox in the Group Editor didn't work (bug #0000995, reported & fix provided by Tsuchi)
|
file | diff | annotate |
| Sun, 06 Sep 2009 15:46:20 +0200 |
Let's use count() instead of sizeof() everywhere from now on
|
file | diff | annotate |
| Thu, 30 Apr 2009 11:25:19 +0200 |
Fixed / added function descriptions
|
file | diff | annotate |
| Wed, 29 Apr 2009 12:46:40 +0200 |
Identify groups by name, not by grp_id
|
file | diff | annotate |
| Wed, 29 Apr 2009 12:16:17 +0200 |
Don't allow to add/remove users to/from the All Users and Logged-in Users groups via the group editor (bugs #0000863 and #0000864)
|
file | diff | annotate |
| Tue, 28 Apr 2009 21:43:52 +0200 |
Cosmetic changes to the form to add/remove users to/from groups, for consistency with the other admin panels
|
file | diff | annotate |
| Sun, 19 Apr 2009 16:57:27 +0200 |
Experimental feature: Optionally compress output before sending it to the browser (disabled by default)
|
file | diff | annotate |
| Sun, 15 Mar 2009 21:54:28 +0100 |
phpDocumentor messes up obfuscated email addresses in angle brackets, so use a different style
|
file | diff | annotate |
| Sat, 21 Feb 2009 22:41:54 +0100 |
Fixed assigning groups to groups
|
file | diff | annotate |
| Sat, 31 Jan 2009 13:00:47 +0100 |
Ensure the Show Admin Groups option keeps its state
|
file | diff | annotate |
| Sat, 31 Jan 2009 10:21:07 +0100 |
Disabled checkboxes need an accompanying hidden input field for the actual value; allow saving core groups again (for now)
|
file | diff | annotate |
| Sat, 31 Jan 2009 09:43:54 +0100 |
Fixed handling of indirect rights
|
file | diff | annotate |
| Sat, 31 Jan 2009 09:22:00 +0100 |
Cosmetics
|
file | diff | annotate |
| Mon, 26 Jan 2009 17:17:21 +0100 |
Turns out the group editor needs more work: Fixed printrights() and some consistency issues; more to come ...
|
file | diff | annotate |
| Sun, 25 Jan 2009 20:25:40 +0100 |
Gave the Groups editor a facelift
|
file | diff | annotate |
| Sun, 14 Dec 2008 21:36:53 +0100 |
Reverted changes that shouldn't be in this branch
|
file | diff | annotate |
| Sun, 23 Nov 2008 18:24:58 +0100 |
Fixed inconsistencies and various small mistakes when displaying "Access denied" messages on the admin pages
|
file | diff | annotate |
| Sat, 04 Oct 2008 17:28:09 +0200 |
Introduced COM_showMessageText (for feature request #0000676) and COM_showMessageFromParameter (for bug #0000618)
|
file | diff | annotate |
| Sat, 07 Jun 2008 12:41:45 +0000 |
Ensure consistent display of the admin screens (bug #0000650)
|
file | diff | annotate |
| Sun, 18 May 2008 11:37:20 +0000 |
More CSRF protection
|
file | diff | annotate |
| Sat, 17 May 2008 19:52:49 +0000 |
Initialize $retval
|
file | diff | annotate |
| Sat, 19 Apr 2008 11:55:52 +0000 |
Fixes for E_ALL
|
file | diff | annotate |
| Sun, 24 Feb 2008 21:22:42 +0000 |
Added a sanity check to prevent all groups from being deleted after a problem with multi-byte group names (reported by mystral_kk); needs more research ...
|
file | diff | annotate |
| Sun, 25 Nov 2007 06:59:56 +0000 |
XHTML optional updates
|
file | diff | annotate |
| Fri, 31 Aug 2007 04:14:34 +0000 |
cosmetics
|
file | diff | annotate |
| Fri, 31 Aug 2007 04:08:07 +0000 |
fix group show all
|
file | diff | annotate |
| Wed, 29 Aug 2007 09:34:53 +0000 |
display the menu by itself instead of piping it through the admin-list-functions
|
file | diff | annotate |
| Wed, 29 Aug 2007 06:55:40 +0000 |
de-cluttering the admin lists by outsourcing the top menu into a separate function. It has nothing to do with the list itself as such and can be used in other places now also to preserve formatting and move further HTML into a single template
|
file | diff | annotate |
| Wed, 01 Nov 2006 19:38:56 +0000 |
Fixed warnings
|
file | diff | annotate |
| Sat, 21 Oct 2006 20:17:05 +0000 |
Fixed warnings
|
file | diff | annotate |
| Sun, 01 Oct 2006 18:54:44 +0000 |
Fixed warnings
|
file | diff | annotate |
| Sun, 01 Oct 2006 16:15:08 +0000 |
We need at least a space for the "instructions" in the list of users of a group or the list looks odd. Note that we can't reuse $LANG28[12] as it refers to "Create New" which we don't have here.
|
file | diff | annotate |
| Sun, 01 Oct 2006 15:37:05 +0000 |
Closed information leak: Only display the number of groups the current user can see.
|
file | diff | annotate |
| Sat, 09 Sep 2006 18:27:06 +0000 |
Minor HTML fix
|
file | diff | annotate |
| Sat, 09 Sep 2006 08:30:15 +0000 |
Bugfix: Rights were not listed for core groups
|
file | diff | annotate |
| Sat, 09 Sep 2006 08:16:39 +0000 |
Removed some nonsensical code - groups don't have owners
|
file | diff | annotate |
| Sun, 03 Sep 2006 01:41:45 +0000 |
Added Group Admin feature to be able to filter out user-defined admin groups. Allows site Admin's and Plugins to now show only groups that are used to manage groups of users - and filter out the Admin related groups.
|
file | diff | annotate |
| Sat, 02 Sep 2006 20:59:57 +0000 |
Fixed bug where group_id was hardcoded in form_url - been that way for some time :P
|
file | diff | annotate |
| Sun, 20 Aug 2006 05:08:42 +0000 |
Edit Group Members - Fixed a couple bugs -
|
file | diff | annotate |
| Sat, 19 Aug 2006 15:47:41 +0000 |
Remove call to COM_errorlog - left over debug stmt
|
file | diff | annotate |
| Sat, 19 Aug 2006 13:59:29 +0000 |
Minor SQL change to ensure compatibility with MS SQL
|
file | diff | annotate |
| Fri, 04 Aug 2006 08:57:46 +0000 |
This should be faster but doesn't solve bug #538 ...
|
file | diff | annotate |
| Mon, 10 Jul 2006 03:29:56 +0000 |
Group Save not working - Need to use same language variable as in template - $LANG_ADMIN['save']
|
file | diff | annotate |
| Sun, 09 Jul 2006 16:49:29 +0000 |
Fixed warnings and cleaned up some code oddities
|
file | diff | annotate |
| Sat, 08 Jul 2006 16:25:29 +0000 |
Fixed overzealous parameter filtering: 'groups' and 'features' are arrays, and we want to be able to use single quotes in the group description ...
|
file | diff | annotate |
| Sun, 02 Jul 2006 19:46:52 +0000 |
While I'm at it: Added a few page titles
|
file | diff | annotate |
| Sun, 02 Jul 2006 19:34:43 +0000 |
Missing global declaration for $LANG_ADMIN
|
file | diff | annotate |
| Sun, 25 Jun 2006 11:42:04 +0000 |
Use the $LANG_ADMIN text strings for the editor buttons
|
file | diff | annotate |
| Sun, 14 May 2006 20:25:43 +0000 |
Security: Possible XSS vectors and SQL insertion vectors closed.
|
file | diff | annotate |
| Sat, 13 May 2006 19:48:21 +0000 |
Security Changes, and missing history entry.
|
file | diff | annotate |
| Mon, 24 Apr 2006 14:58:52 +0000 |
fixed sorting of members of a group
|
file | diff | annotate |
| Sun, 02 Apr 2006 09:23:37 +0000 |
Fixed delete option
|
file | diff | annotate |
| Fri, 24 Mar 2006 10:33:51 +0000 |
Get rid of the REPLACE INTOs; removed extra quotes around 'NULL'
|
file | diff | annotate |
| Fri, 10 Mar 2006 14:06:54 +0000 |
Fixed warnings
|
file | diff | annotate |
| Thu, 09 Mar 2006 09:38:40 +0000 |
Introduced {delete_option_no_confirmation} for those who'd rather live dangerously ;-)
|
file | diff | annotate |
| Wed, 08 Mar 2006 16:28:56 +0000 |
Added a JavaScript delete confirmation
|
file | diff | annotate |
| Sat, 04 Mar 2006 12:14:25 +0000 |
Fixed SQL error when listing the members of a group (only on MySQL 5), bug #527
|
file | diff | annotate |
| Sun, 26 Feb 2006 18:12:18 +0000 |
Fixed at least some of these "access denied" messages.
|
file | diff | annotate |