phpBB
Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / includes / acp / acp_permissions.php

History | View | Annotate | Download (38.7 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10017 08/18/2009 03:37 pm Andreas Fischer

Adjustment to r9887: Only use one language variable.

9887 07/28/2009 11:09 pm Andreas Fischer

[Feature] Ability to copy permissions from one forum to several other forums.
[Fix] Add log entry when copying forum permissions.

9673 06/25/2009 10:39 am Joas Schilling

fix r9652

Authorised by: AcydBurn

9652 06/22/2009 09:43 am Joas Schilling

Fix bug #13673 - Add confirm-box when deleting permissions

Authorised by: acydburn

9625 06/19/2009 09:51 am Meik Sievertsen

- Display coloured usernames in ACP groups management screens
- Changed behaviour of group_create() function to support specifying additional group columns
- New groups option to excempt group leaders from group permissions

9496 04/29/2009 02:52 pm Meik Sievertsen

only pre-fill forums if in forum mode (else it is too irritating to see the forum select skipped on user/group selection screens)

9444 04/12/2009 01:49 pm Meik Sievertsen

On permissions, return to user/group/forum selection, 2nd step, instead of 1st step - #27615 - patch by schumi

9402 03/20/2009 02:07 pm Meik Sievertsen

#40905

8710 07/29/2008 03:35 pm Meik Sievertsen

remove unnecessary checks

8496 04/08/2008 12:07 pm David M

#24955

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8390 02/23/2008 03:06 pm Meik Sievertsen

- Remove left join for query used to retrieve already assigned users and groups within permission panel - #20235
- also test the serialize/unserialize approach for cached roles

8384 02/15/2008 08:10 pm Meik Sievertsen

revamp how we query permissions. This is half-experimental actually, needs a bit of testing.
Should fix the bug with low max_join_size values, but may give problems for those on very low memory settings.

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8147 10/05/2007 04:36 pm Meik Sievertsen

dumdidum... sorry. ;)

8123 10/03/2007 05:33 pm Henry Sudhof

Cleanup in aisle 15

8120 10/03/2007 05:05 pm Henry Sudhof

Ok, here comes a big one. Poor updater. Also requires testing.

#i91
#i92
#i93
#i94
#i95
#i96

8099 09/22/2007 08:31 pm Meik Sievertsen

#i62 - #i65
gone through every javascript invocation and making sure we adhere to our coding guidelines.

8076 09/02/2007 07:32 pm Meik Sievertsen

away with debug code. :o

8075 09/02/2007 07:24 pm Meik Sievertsen

fixing some bugs

7909 07/19/2007 10:38 pm Meik Sievertsen

again, a lot of bug fixes

7884 07/14/2007 05:44 pm Meik Sievertsen

a bunch of fixes

7789 06/24/2007 02:49 pm Meik Sievertsen

tweak the sql_like_expression feature a little bit to allow correct escaping

7788 06/23/2007 02:16 pm Meik Sievertsen

new wrapper for LIKE expressions to streamline the fixes. We actually need to adjust them for different DBMS as well as SQLite2 not supporting escaping characters in LIKE statements (which is a reason why we think about dropping sqlite support completely).

7736 06/09/2007 01:11 pm Meik Sievertsen

ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)

7693 05/28/2007 04:07 pm Henry Sudhof

Another multi-dimensional array which did not use request_var properly

7692 05/27/2007 05:07 pm Henry Sudhof

Some fixes and improvements.
#11817
#11851
#11801
#11461

7456 05/04/2007 02:30 pm Meik Sievertsen

added class for disabled options in ACP
E_USER_ERROR now using language keys if available [related to #10445]
UCP/MCP title tags [#10441]
Check $start parameter in viewforum [#10435]
Check for postable forum for moving user posts within users ACP [#10433]...

7329 04/12/2007 02:54 pm vic_delfant

- Bug #9791
- Replaced .blue class with the .sep class to keep things consistent

7150 03/08/2007 04:49 pm Meik Sievertsen

again... some more fixes.

7109 03/02/2007 08:48 pm David M

- update_foes() now can be given a user or a group. This should make some operations much faster

6970 02/06/2007 08:09 pm Meik Sievertsen

Some... fixes... laying around here.

6930 01/26/2007 05:09 pm Meik Sievertsen

- fix some oddities (doubled spaces for example)
- changed the way make_forum_select() is returning the forum list - now including skipped forums but being disabled. This should make identifying the correct forum much more easier.
- Changed some permission namings based on suggestions by the community...

6875 01/10/2007 07:24 pm dhn2

#7006

6864 01/09/2007 03:01 pm dhn2

#6098
"Find a member" now supports single clicks. Thanks for Highway of Life for helping out here. :)

6816 12/27/2006 06:43 pm Meik Sievertsen

Unused Code inside function update_forum_data [Bug #6606]
Copy permissions protection for groups [Bug #6594]
HTML issues in ACP [Bug #6580, #6578]
Always send the correct encoding [related to bug #6576]
Mass email fixes for first loop iteration [Bug #6570]...

6808 12/25/2006 04:19 pm Meik Sievertsen

show dropdown box for choosing the forum in user management screen -> permissions

6698 12/02/2006 02:19 pm Meik Sievertsen

- a bunch of fixes
- added todos to the updater to make sure i do not forget. :)

6539 10/30/2006 08:51 pm Meik Sievertsen

- temporarily disable x-sendfile support (we need to look into methods of checking if it is enabled/disabled or introducing a switch)
- finally allow custom permission settings files (in acp/ as well as in mods/)

6513 10/20/2006 03:48 pm Meik Sievertsen

- adjust unread query a bit to cope with large topics (thanks bart!)
- fixing some bugs
- more username_clean work

6436 10/03/2006 08:35 pm Meik Sievertsen

- extend config checking to include check for writeable path
- removed not utilized user_allow_email column from schema
- removed inactive groups (they had no use at all, since inactive users are not able to login)
The only benefit those brought are distinguish users - but this is no longer needed too due to the inactive code present. This also allows us to retain group memberships as well as default settings for users being set inactive due to profile changes....

6428 10/02/2006 05:11 pm Meik Sievertsen

consistent acp layout regarding backlinks and messages.

6366 09/14/2006 04:57 pm Meik Sievertsen

- Fix some bugs
- fixed retrieving of permissions if the LIKE statement is used as well as proper supporting (needs testing on mssql)

6364 09/13/2006 06:08 pm Meik Sievertsen

- fixed some bugs
- changed attachment handling a bit
- tried to remove target tags out of the code
- do not add session ids to urls for bots as well as not creating a new session on each page view for them

I bet i introduced some bugs too. ;)

6320 08/28/2006 05:50 pm Meik Sievertsen

- some bugfixes
- using E_USER_WARNING if an error occurred within the ACP (sadly not able to use it as a default for trigger_error - it seems to be hardcoded in PHP)

6285 08/12/2006 09:06 pm grahamje

Hide forums you can't move posts to from within the mcp

6271 08/12/2006 03:14 pm Meik Sievertsen

sql_in_set changes

6228 08/02/2006 05:53 pm Meik Sievertsen

- fixing some bugs
- removed file_exists calls for auth plugins since they need to be there once set up

6177 07/13/2006 02:51 pm Meik Sievertsen

- renamed the following columns:
comment -> attach_comment
new, forwarded, unread, marked, deleted -> pm_new, pm_forwarded, pm_unread, pm_marked, pm_deleted
module_name -> module_basename
value -> lang_value

- every column is now NOT NULL
- every column is now having a DEFAULT value...

6149 07/06/2006 06:46 pm Meik Sievertsen

some bugfixes

6115 06/22/2006 06:49 pm Meik Sievertsen

change ACL_NO to ACL_NEVER and ACL_UNSET to ACL_NO to let our users get what is meant on the first look.

the downside is that the information is no more accurate (permissions are still unset, defaulting to no) - someone might to overlook all explanations. :)

6114 06/22/2006 05:14 pm Meik Sievertsen

time to squash some bugs

6107 06/20/2006 09:00 pm Nils Adermann

- correctly display subcategories
- use L_TRANSLATION_INFO [Bug #2357]
- always begin with ACL_UNSET in permission trace
- allow copy permissions when editing a forum
- default to parent forum for copying permissions
- no duplication of the breadcrumps on registration [Bug #2307]

6081 06/17/2006 01:28 pm Meik Sievertsen

fix bugs #2271 and #2273

6073 06/16/2006 06:54 pm Meik Sievertsen

- removed db cache (might re-appear, but for now we do not see the need for it)
- all changes to styles/subsilver/template are purely cosmetic (no functional changes)
- cosmetics
- bugfixes
- add index to modules table
- use modules ordering code for forums too

6028 06/09/2006 09:20 pm Nils Adermann

- a few adjustments to permissions, specifically with regard to global topics
- forgot to change a line in permission trace [Bug #2100]
- syntax highlighting for php5
- [Bug #2093]

6024 06/08/2006 10:26 pm Meik Sievertsen

- bugfix roll
- fixed sql_query_limit on mssql/mssql_odbc

6015 06/06/2006 10:53 pm Meik Sievertsen

ok, this one is rather large... the most important change:
re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different

apart from this, code cleanage, bug fixing, etc.

6009 06/04/2006 06:30 pm Nils Adermann

- permission trace correctly uses language variables now
- updated documentation for the auth class
- use cache for "SELECT forum_name FROM phpbb_forums WHERE forum_id = X" queries everywhere and not only in functions_display
- updated the permission trace to include information about global settings overwriting local ones...

5937 05/20/2006 01:17 pm grahamje

Missing page title

5902 05/12/2006 10:52 pm Meik Sievertsen

- introduce new function build_url to easily build a valid url from the user->page object as well as optionally removing certain keys
- changed attachment config to utilize the config build methods
- cleaned up posting.php
- the submit/delete_post functions are now usable (functions_posting.php)...

5885 05/06/2006 12:06 am David M

I hope nothing broke!

- Added a query builder, it is currently only used for complex queries that involve a FROM clause with two tables and a left join
- Changed some function calls in the DBAL
- Made the viewtopic queries nicer

5858 04/29/2006 03:18 am Meik Sievertsen

- fixing some bugs, containing fixes for anonymous username displays, eaccelerator issue, permission trace and a few smaller bugs.

5848 04/26/2006 08:10 pm Meik Sievertsen

- adding user logs (displaying all users instead of limited to the user if viewing user notes)
- fixed a tiny set of bugs...

5824 04/22/2006 06:18 pm Meik Sievertsen

- removed group settings from roles
- added forum icon in front of forums in permissions acp
- added trace permissions in permission masks (thanks naderman for writing the first code and for the idea... :))
- some bugfixes
- PHP6 fix

5784 04/15/2006 04:48 pm Meik Sievertsen

- fixed some bugs
- made sql schemas consistent
- added correct sequences and generators to sql schemas
- extended some rows to hold more data. This solves issues with multibyte characters and too short topic titles, names, etc.
- allow multibyte characters in usernames

5744 03/28/2006 07:10 pm Meik Sievertsen

added ability to hide coppa groups (mainly applied to permission screens)

5742 03/28/2006 04:04 pm Meik Sievertsen

fixing some bugs

5725 03/25/2006 08:14 pm Meik Sievertsen

ok, thought about this now for too long. I think the best solution circumventing memory consumption and not introducing "hacks" is to seperate module information (and probably more in 3.2 for installation/uninstallation) from the main code.

5715 03/25/2006 04:32 pm Meik Sievertsen

fix "copy permissions" as well as shortening the $acl_url for redirecting to the permissions screen.

5689 03/22/2006 03:17 am David M

- Bug 1192

5678 03/21/2006 08:23 pm Meik Sievertsen

- a bunch of bugfixes. :P

5668 03/19/2006 01:24 pm Meik Sievertsen

do not check forum acl for dropdown menus in permission screens

5643 03/17/2006 01:51 pm Meik Sievertsen

- fix some bugs...

5595 03/01/2006 10:48 pm Meik Sievertsen

- some bugfixes
- committed coding guidelines as they are at area51
- removed script_path (needs a close inspection later)
- removed the need for server_name and server_port
- able to define server port/name/protocol and force the user-defined server vars (very handy for proxy setups)

5576 02/23/2006 10:06 pm Meik Sievertsen

ok, slap me once..... but hard. (all acl entries got removed while setting permissions... you want users having more than one permisions, don't you?)

5574 02/22/2006 10:42 pm Meik Sievertsen

implementing permission roles

- copy permissions (adding groups)
- copy permissions (adding forums)
- checking proper groupadd/del settings
- added intro page to permissions (to give an overview and quick links)
- able to select forums + subforums, single forum, all groups, all users (permission screens)...

5558 02/18/2006 02:54 pm Meik Sievertsen

- fix some tiny bugs
- fix module system (sometimes the layout is broken due to falsly deactivated categories)
- auth updates (setting permissions)
- fix "category jumping" bug in acp
- u_action is defined by the module itself

5553 02/12/2006 08:21 pm Meik Sievertsen

my turn to break things... harharhar
- checking in permission settings and permission masks
- permission presets and documentation not finished yet
- added backtrace function to determine file/line for sql errors
- fixed marlist for orphan attachments/groups/logs/users...