View | Annotate | Download (37.4 KB)
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)
this was not supposed to be committed yet - it is completely untested
Bug #41175 - wrong call to mb_ereg_search_init() (second commit)
Hiding everywhere little buggers, eh?
- 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
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.
- 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)...
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
dumdidum... sorry. ;)
#i62 - #i65 gone through every javascript invocation and making sure we adhere to our coding guidelines.
err, forgot to commit
we do not have such a constant. :P
Cleaning up a little. Mostly there are excellent reasons not to use sql_in_set. Might be revisisted in the future. #13797
again, a lot of bug fixes
There might be no global permissions: #13249
correctly show roles. :o
tweak the sql_like_expression feature a little bit to allow correct escaping
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).
Bug #12337
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.
#10255
checking in some fixes. ;) Most of them are really minor, including: - correctly enter report notification into db - fix double-quote pm issue
changed the cache files to save some memory (all global ones are hold in memory, doubling it).
ok, the benefit seems to be not that huge. :/
again... some more fixes.
Be gone thou hardcoded image dimensions! There is not enough room for both of us!
only very tiny fixes.
- 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...
- some bugfixes - bugfixes for the convertor (typecasting for example was totally broken)
show dropdown box for choosing the forum in user management screen -> permissions
#6472
- #6110 - #6102 - #6096
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. :)...
some style related changes/fixes
- store sql_layer directly within the layer itself - new method sql_multi_insert to circumvent db-specific hacks (hopefully not introduced any parsing errors)
- Fix some bugs - fixed retrieving of permissions if the LIKE statement is used as well as proper supporting (needs testing on mssql)
Hide forums you can't move posts to from within the mcp
sql_in_set changes
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. :)
- correctly display user forum permissions if all forums are selected [Bug #2285] - correctly display user forum permissions if multiple users are selected
- 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
make sure custom profile fields are created correctly on registration (#2225)
add title to "no role"
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.
- 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...
- 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
fixing bug #1860
- added standard/default roles + default roles assigned to users/groups
- adding user logs (displaying all users instead of limited to the user if viewing user notes) - fixed a tiny set of bugs...
- 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
say hello to role descriptions, role ordering and tooltips on role selects
- 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
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)...
fix additional group related thingy (correctly display memberships)
ability to set all role options to UNSET
- add our beloved in_phpbb check
- 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)...
- blabla, additional bugfixing permissions...
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?)
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)...
- 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
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...