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

View | Annotate | Download (37.4 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
9400 03/20/2009 01:22 PM Meik Sievertsen

Fix duplicate creation of acl options in acl_add_options() under certain conditions. (Bug #38385, #40225)
Add unique key to ACL options table to prevent duplicate permission options. (Bug #41835)

9392 03/17/2009 04:58 PM Meik Sievertsen

this was not supposed to be committed yet - it is completely untested

9386 03/17/2009 03:16 PM Meik Sievertsen

Bug #41175 - wrong call to mb_ereg_search_init() (second commit)

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.

8310 01/06/2008 06:00 PM Meik Sievertsen

- Do not split topic list for topics being promoted to announcements after been moved to another forum (Bug #18635)
- Allow editing usernames within database_update on username cleanup (Bug #18415)
- Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385)...

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. ;)

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.

7961 07/27/2007 07:33 PM Meik Sievertsen

err, forgot to commit

7953 07/26/2007 03:07 PM Meik Sievertsen

we do not have such a constant. :P

7952 07/26/2007 01:51 PM Henry Sudhof

Cleaning up a little. Mostly there are excellent reasons not to use sql_in_set.
Might be revisisted in the future.
#13797

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

again, a lot of bug fixes

7865 07/11/2007 02:14 PM Henry Sudhof

There might be no global permissions: #13249

7841 07/08/2007 05:51 PM Meik Sievertsen

correctly show roles. :o

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).

7758 06/15/2007 01:07 PM Henry Sudhof

Bug #12337

7547 05/12/2007 03:20 PM Meik Sievertsen

informational change for orphaned attachments - they only list already uploaded files not assigned to posts (orphaned attachments).
add index.htm files to cache and files directory.

7427 04/29/2007 10:22 PM David M

#10255

7409 04/26/2007 08:41 PM Meik Sievertsen

checking in some fixes. ;) Most of them are really minor, including:
- correctly enter report notification into db
- fix double-quote pm issue

7386 04/22/2007 08:09 PM Meik Sievertsen

changed the cache files to save some memory (all global ones are hold in memory, doubling it).

7194 03/15/2007 12:14 AM Meik Sievertsen

ok, the benefit seems to be not that huge. :/

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

again... some more fixes.

7137 03/06/2007 05:06 PM dhn2

Be gone thou hardcoded image dimensions! There is not enough room for both of us!

6956 02/02/2007 04:36 PM Meik Sievertsen

only very tiny fixes.

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...

6865 01/09/2007 03:10 PM Meik Sievertsen

- some bugfixes
- bugfixes for the convertor (typecasting for example was totally broken)

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

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

6807 12/24/2006 10:05 PM David M

#6472

6738 12/10/2006 04:09 PM Meik Sievertsen

- #6110
- #6102
- #6096

6650 11/24/2006 03:59 PM Meik Sievertsen

rather large update, most important things done:
- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations
- more username/colour changes/fixes
- added a note about PM rule-dependant message removals so the user is not wondering too much if he can't remember his rules. :)...

6604 11/19/2006 03:14 PM Meik Sievertsen

some style related changes/fixes

6497 10/14/2006 04:56 PM Meik Sievertsen

- store sql_layer directly within the layer itself
- new method sql_multi_insert to circumvent db-specific hacks
(hopefully not introduced any parsing errors)

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)

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

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. :)

6091 06/17/2006 08:39 PM Nils Adermann

- correctly display user forum permissions if all forums are selected [Bug #2285]
- correctly display user forum permissions if multiple users are selected

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

6058 06/13/2006 11:06 PM Meik Sievertsen

make sure custom profile fields are created correctly on registration (#2225)

6023 06/08/2006 03:46 PM Meik Sievertsen

add title to "no role"

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...

5957 05/21/2006 06:54 PM Meik Sievertsen

- fixing a few smaller bugs/glitches
- init user session in cron.php (else it can produce errors if functions expect the user object being set)
- fix sql escaping for mssql/mssql_odbc

5920 05/17/2006 06:26 PM Meik Sievertsen

fixing bug #1860

5872 05/01/2006 02:44 PM Meik Sievertsen

- added standard/default roles + default roles assigned to users/groups

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

5791 04/18/2006 12:36 AM Meik Sievertsen

say hello to role descriptions, role ordering and tooltips on role selects

5790 04/17/2006 03:09 PM Meik Sievertsen

- clean up marklist calls (global function)
- added new feature: test out others permissions (admin permissions will not be copied)
- changed attachment processing by directly using the template engine
- fixed some attachment related bugs
- additional tiny fixes

5765 04/06/2006 07:15 PM Meik Sievertsen

To all people having their bug status set to fixed: SF pserver CVS access is currently down, therefore the snapshots are still out of date.

- fix a bunch of bugs
- <!-- $Id$ --> is no longer allowed in template (.html) files
- changed layout of private message screens (folders are menu items)...

5748 03/28/2006 07:52 PM Meik Sievertsen

fix additional group related thingy (correctly display memberships)

5680 03/21/2006 10:39 PM Meik Sievertsen

ability to set all role options to UNSET

5670 03/19/2006 03:23 PM Meik Sievertsen

- add our beloved in_phpbb check

5622 03/13/2006 12:19 AM Meik Sievertsen

- streamlined reports to consist of the feature set we decided upon (Nils, your turn now)
- use getenv instead of $_ENV (with $_ENV the case could be wrong)
- permission fixes (there was a bug arising with getting permission flags - re-added them and handled roles deletion differently)...

5580 02/24/2006 06:33 PM Meik Sievertsen

- blabla, additional bugfixing permissions...

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...