History | View | Annotate | Download (12.8 kB)
commit ee0db1a1d5f0150016d0971057f889f2366f9856Merge: 76ad7c9 904bcb8Author: Oleg Pudeyev <oleg@bsdpower.com>Date: Thu Feb 24 20:59:19 2011 -0500
Merge branch 'develop-olympus' into develop
commit adfa1656fb9d8b5bb601af1d7a6720884954d87aMerge: bd579c8 af5b9a9Author: Nils Adermann <naderman@naderman.de>Date: Mon Dec 13 16:35:55 2010 +0100
Merge branch 'ticket/igorw/9556' into develop
Copy 3.0.x branch to trunk
fix #49625 r10002 - Do not drop forum_id on mcp_front (un)approval
Authorised by: AcydBurn
Fix bug #49625 - Performing actions in Main MCP tab does not return correctlyAuthorised by: AcydBurn
Fix Bug #49725 introduced in r9814
Authorised by: ToonArmy
geez, maybe we should stop displaying text and this would become easier
geez I'm blind - use the right template and lang vars
Users can report PMs to moderators which are then visible in a new MCP module
Fix an issue in r9015 re-index the intersected array
Moderators can only see reports/queue/logs from forums they can actually read. #31085
Display coloured poster username of queued posts displayed on the front of the MCP.
Hiding everywhere little buggers, eh?
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
some changes
some bugfixes
dumdidum... sorry. ;)
a bunch of fixes
some language-specific adjustementsfix prune users (adding the list of users to the confirmation page)tried to fix the show/hide trigger in ACP by not using width: auto; (which gets somehow inherited to each other element)
- 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...
fixing mcp bugs by introducing a new feature to check for loaded/accessible modules/modes. If the MCP module "logs" get disabled the quick mod tools on viewtopic still show a link to the logs, this will then lead to an error message. This is not fixable. The logs should be accessible to all moderators by default.
- finally correctly calculate current time for birthday calculation [Bug #6030]- allow searching forums with unsearchable subforums [Bug #6056]- addition of an optional HTTP_X_FORWARDED_FOR check in sessions, including bans- do not index forums which have indexing disabled on index recreation [Bug #6060]...
- a bunch of fixes- added todos to the updater to make sure i do not forget. :)
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. :)...
#5562
major speed boost for Oracle :D
This took a while, every call to sql_query_limit() was checked out for having any implicit/explicit column issues... Hopefully, nothing has changed :D
- a handful of mcp fixed, the most important one is the change for check_ids() - it is now supporting ids from more than one forum too, making it possible to use some mcp features as designed initially. We really need to get our moderator team testing the mcp extensively....
Only show reports you can handle [#5136]
sql_in_set changes
forgot some changes for post_time
- 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
- forgot to commit common.php- cleaning up a few more mcp permissions- adjust some links- make global topics work properly in MCP
ok, sorry for this. :/- cleaned up table names/constants
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.
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
- check m_ permission for quickmod [Bug #1317]- don't sync the global forum (id 0) [Bug #1383]- corrections to available time zones [Bug #1306]- only display open reports on mcp_front- added whois information to mcp_post [Bug #1400]- copy "dot" when copying a topic [Bug #1321]...
adjusting sql_freeresult a bit as well as our error handler (it now prints out if it is because of DEBUG_EXTRA being defined - which is not enabled within the betas/rc's and stable releases).
- replaced mcp reports system with a simplified version- fixed links to mcp_reports
- log entries for deleted topics don't provide a link to the topic or to the topic logs, do we need to change handling of this else where?- added select all/deselect all to mcp_forum- realigned mcp_forum.html- don't display announcements on all pages in mcp_forum => easier use of "select all" + delete/other function
- 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)
checkin for providing cvs commandline list.
- allow local moderators to properly use the mcp for more than one forum (mcp)- automatically get a forum id for global topics if needed (mcp)- allow linking to unapproved topics via a post id (viewtopic)- use #p[post_id] anchor (mcp_post)- use actions where appropriate (mcp_queue)...
- removed unnecessary urlencode of highlight wordsvarious mcp_main updates:- generally make all the tools work again (mode/action changes)- tidy up urls- restructured quickmod code to use actions (we don't want too many module entries)
- some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in strict mode now) - postgresql not supporting this standard. :/- acp changes
- Documentation related changes- added resend activation email dialog- fixed issue in session code- log failed/successful admin re-authentication/login- fixed simple forum dropdown box (used in mcp and posting)
- removed custom code. ;)- fixed display of global, unapproved topics in mcp front (still a lot of bugs regarding global announcements)
- approve/disapprove posts/topics- changed mcp_front to be more moderator friendly- able to change the forum in mcp_queue (for moderators moderating more than one forum)
- added splitting of topics to mcp- added merging of posts to mcp- fixed parsing of acl_getf results- adjusted tracking code for important announcements (seems to work now)
cleaned up the mcp, basic operations such as deleting/moving/(un)locking are functional, as well as all basic views, the other modes (splitting, merging, forking, approval, reports and warnings) will be added within the next days.