Arantor
|
e1003e5951
Merge pull request #866 from Arantor/release-2.1
|
11 years ago |
Peter Spicer
|
8a586292a7
! Profile area menu should have spiffy icons just like the other menus.
|
11 years ago |
Arantor
|
369ee1ee38
Merge pull request #865 from Arantor/release-2.1
|
11 years ago |
Peter Spicer
|
4b14f66013
! The personal messaging area is duplicated, and it shouldn't be - most users do not need it in both places. Admins will get something to configure defaults/reset accounts to defaults shortly.
|
11 years ago |
Peter Spicer
|
9fcf27428f
! The submenu button for moderation > reports should include the number of reports since that's the item triggering a number to look at!
|
11 years ago |
Michael Eshom
|
31fdf9112d
! Lots of bugfixes related to previous commit
|
11 years ago |
Michael Eshom
|
e1258c9cd2
+ Move PM labels to their own tables
|
11 years ago |
Arantor
|
08a79f3e61
Merge pull request #863 from Arantor/release-2.1
|
11 years ago |
Peter Spicer
|
a02ee2087f
! And a class I'm not using any more.
|
11 years ago |
Peter Spicer
|
6c273483c5
! Propagated the member approvals count from the admin menu sub-item to the top level item too.
|
11 years ago |
Peter Spicer
|
d9fab23ea7
! Flipped the display of member approvals and reported posts to match the menu order of the same.
|
11 years ago |
Arantor
|
653dcd69cc
Merge pull request #862 from Arantor/release-2.1
|
11 years ago |
Peter Spicer
|
784e24252a
! Several exciting things at once: instead of using [1] in menu items, use a class which looks a little better (and is definitely easier to theme), and hive the profile menu off out the way. Incidentally this fixes #733 which was kind of the point all along anyway.
|
11 years ago |
Arantor
|
36991fb9da
Merge pull request #860 from emanuele45/formatting
|
11 years ago |
Arantor
|
89e701b603
Merge pull request #861 from Arantor/release-2.1
|
11 years ago |
Peter Spicer
|
9cc90183d2
! Don't really need this ol' permission either.
|
11 years ago |
Peter Spicer
|
e16ab2ca8c
! Minor tweaks for the profile permissions elsewhere.
|
11 years ago |
Peter Spicer
|
0e179d3faa
! Since the menu only actually makes sense to you if you are in your own profile, and you can see that as a member, why make it any more complex? (The menu is going away soon anyway. This is merely to avoid it being broken in the interim.)
|
11 years ago |
Peter Spicer
|
71608de06b
! And of course the profile code itself.
|
11 years ago |
Peter Spicer
|
fa453ed6cf
! And another thing that needed updating.
|
11 years ago |
Peter Spicer
|
144103897f
! And update the definition of the permissions themselves.
|
11 years ago |
Peter Spicer
|
7c2a3cf19d
! And now we add in a new permission to make life easier elsewhere that won't show up in the permissions reports: is_not_guest. Like it says, it's a permission that only applies if the user isn't a guest and while normally there are measures for this (like is_not_guest()) it means we can keep the profile code as it rather than trying to refactor it or whatever. There's also similar phantom permissions for mods that expect the old permissions.
|
11 years ago |
Peter Spicer
|
f684530eb4
! While I'm here, let's also fix all the other permissions that don't have a description defined for reports.
|
11 years ago |
Peter Spicer
|
50cf4fa0d0
! Fix the reported permissions to have the right descriptions.
|
11 years ago |
Peter Spicer
|
e447bbc04c
! Another simple permissions change for this.
|
11 years ago |
Peter Spicer
|
28a9a7f716
! Use the correct name for this permission now.
|
11 years ago |
Peter Spicer
|
04c2445e9a
! Apply profile permission changes to Who's Online
|
11 years ago |
Peter Spicer
|
4bc6416e66
! Since we're changing around, we should really clean up the old ones while we're upgrading.
|
11 years ago |
Peter Spicer
|
ec58fdfc6e
! So, a little of the profile remodelling. Firstly, viewing your own profile is now one of those things that shouldn't really have ever been a permission. It's your profile, you should be able to see it. So, view-own is now based on whether you're logged in or not and view-any is its own permission.
|
11 years ago |
emanuele
|
bd61faf512
Formatting
|
11 years ago |