History | View | Annotate | Download (38.7 kB)
Adjustment to r9887: Only use one language variable.
[Feature] Ability to copy permissions from one forum to several other forums.[Fix] Add log entry when copying forum permissions.
fix r9652
Authorised by: AcydBurn
Fix bug #13673 - Add confirm-box when deleting permissions
Authorised by: acydburn
- 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
only pre-fill forums if in forum mode (else it is too irritating to see the forum select skipped on user/group selection screens)
On permissions, return to user/group/forum selection, 2nd step, instead of 1st step - #27615 - patch by schumi
#40905
remove unnecessary checks
#24955
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.
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
dumdidum... sorry. ;)
Cleanup in aisle 15
Ok, here comes a big one. Poor updater. Also requires testing.
#i91#i92#i93#i94#i95#i96
#i62 - #i65gone through every javascript invocation and making sure we adhere to our coding guidelines.
away with debug code. :o
fixing some bugs
again, a lot of bug fixes
a bunch of fixes
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).
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!)
Another multi-dimensional array which did not use request_var properly
Some fixes and improvements.#11817#11851#11801#11461
added class for disabled options in ACPE_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]...
- Bug #9791- Replaced .blue class with the .sep class to keep things consistent
again... some more fixes.
- update_foes() now can be given a user or a group. This should make some operations much faster
Some... fixes... laying around here.
- 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...
#7006
#6098"Find a member" now supports single clicks. Thanks for Highway of Life for helping out here. :)
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]...
show dropdown box for choosing the forum in user management screen -> permissions
- a bunch of fixes- added todos to the updater to make sure i do not forget. :)
- 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/)
- adjust unread query a bit to cope with large topics (thanks bart!)- fixing some bugs- more username_clean work
- 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....
consistent acp layout regarding backlinks and messages.
- Fix some bugs- fixed retrieving of permissions if the LIKE statement is used as well as proper supporting (needs testing on mssql)
- 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. ;)
- 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)
Hide forums you can't move posts to from within the mcp
sql_in_set changes
- fixing some bugs- removed file_exists calls for auth plugins since they need to be there once set up
- renamed the following columns:comment -> attach_commentnew, forwarded, unread, marked, deleted -> pm_new, pm_forwarded, pm_unread, pm_marked, pm_deletedmodule_name -> module_basenamevalue -> lang_value
- every column is now NOT NULL- every column is now having a DEFAULT value...
some bugfixes
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. :)
time to squash some bugs
- 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]
fix bugs #2271 and #2273
- 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
- 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]
- bugfix roll- fixed sql_query_limit on mssql/mssql_odbc
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...
Missing page title
- 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)...
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
- fixing some bugs, containing fixes for anonymous username displays, eaccelerator issue, permission trace and a few smaller bugs.
- 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
- 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
added ability to hide coppa groups (mainly applied to permission screens)
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.
fix "copy permissions" as well as shortening the $acl_url for redirecting to the permissions screen.
- Bug 1192
- a bunch of bugfixes. :P
do not check forum acl for dropdown menus in permission screens
- fix some bugs...
- 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)
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...