Register
phpBB.com Wiki · Home Projects Help

root / branches / phpBB-3_0_0 / phpBB / mcp.php

mcp.php

View | Annotate | Download (21.2 KB)

# Date Author Comment
9015 View | Annotate 10/14/2008 08:29 PM toonarmy

Moderators can only see reports/queue/logs from forums they can actually read. #31085

8957 View | Annotate 09/30/2008 11:49 AM acydburn

further adjustments to exit; statements
force E_USER_ERROR to exit always – it is always a fatal error which should stop every execution happening

8655 View | Annotate 06/13/2008 09:39 PM acydburn

Fix some instances where we left db connections open (registration -> captcha for example)

8479 View | Annotate 03/29/2008 01:22 AM naderman

Hiding everywhere little buggers, eh?

8285 View | Annotate 12/26/2007 03:53 PM

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

8072 View | Annotate 08/30/2007 11:21 PM acydburn

necessary changes…

7954 View | Annotate 07/26/2007 05:51 PM acydburn

do not get too excited

7920 View | Annotate 07/22/2007 10:11 PM acydburn

try to normalize everything…

7919 View | Annotate 07/22/2007 04:04 PM kellanved

Cleaning up (#13689)
Also removed the useless login box from the ACP.

7736 View | Annotate 06/09/2007 01:11 PM acydburn

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

7663 View | Annotate 05/22/2007 11:32 PM davidmj

#11255
#11259
#11291
#11335
#11457
#11473
#11475
#11511
#11523
#11527

7539 View | Annotate 05/12/2007 06:18 AM davidmj

#10267

7432 View | Annotate 04/30/2007 01:44 PM vic_delfant

- #10159 (as well as the exact same issue with reports)
- #10263

7394 View | Annotate 04/24/2007 03:33 PM vic_delfant

- #10085
- Added notice about iso.txt to the coding guidelines

7384 View | Annotate 04/22/2007 05:27 PM acydburn

#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624

prosilver adjustments for important announcements in ucp – #9995
MCP fixes for user notes/warnings – #9981
Preserving imageset values on save/edit
find a member link for Mass PM’s – #9925
syndicate window.onload events where necessary – #9878
Duplicate topics in forums with announcements – #9840
Email template for forced re-activation – #9808
Topic pagination adjustment – #9763
Changed compose message layout in UCP – #9706, #9702
Fixed inline attachment font size (hopefully)

7321 View | Annotate 04/10/2007 06:58 PM davidmj

#9755

7261 View | Annotate 04/02/2007 12:15 AM naderman

- urlencoded usernames don’t need htmlspecialchars [Bug #8794]
- fulltext_mysql still used synonyms/ignore words [Bug #5405]
- merge tool extend to allow merging complete topics via quickmod and mcp_forum [Bug #5293]
- renamed “fork” to “copy” (was already called “copy” in some places)
- Copied posts should not increase post count, and should also not decrease it on deletion [Bug #8072]

7242 View | Annotate 03/30/2007 04:24 PM acydburn

other fixes…

7007 View | Annotate 02/18/2007 02:42 PM acydburn

fixing some bugs
more mcp links for easier moderating different aspects (all, forum, topic)
i may have introduced new bugs with this commit due to me having fixed some things weeks ago and some code changed in between – please report if you see something not working as expected.

6957 View | Annotate 02/02/2007 10:38 PM acydburn

suggestion by bart for those having a lot of forums.

6938 View | Annotate 01/27/2007 05:36 PM acydburn

look what david found…

6937 View | Annotate 01/27/2007 05:24 PM naderman

another oops

6936 View | Annotate 01/27/2007 05:04 PM naderman

- introducing read/unread images in the MCP, if you view something through the MCP it will not update the “read” status of a post/topic/forum [includes Bug #6796]

6920 View | Annotate 01/22/2007 06:05 PM acydburn

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.

6787 View | Annotate 12/21/2006 11:37 AM acydburn

- some fixes
- important bugfix for the mcp and determining allowed ids in general (if global announcements are included)

6781 View | Annotate 12/18/2006 06:29 PM acydburn

- Modules are not added correctly [#6370]
- Minor bug in ucp_prefs_personal.html (Opera) [#6348]
- MCP-Warnings section colspan problem in Opera [#6338]
- Loading extensions on install [#6332]
- Adjust PM rules if folder removed [#6326]
- #6318
- Coppa registration [#6306]
- Quick-Mod Topic Type Changes Fail when Topic == Global [#6228]
- added the possibility to change topic type for more than one topic (within mcp)

6650 View | Annotate 11/24/2006 03:59 PM acydburn

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 column changes to fix unicode issues
- bugfixes

6601 View | Annotate 11/18/2006 05:27 PM acydburn

- 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.
- fixed some other tiny glitches
- if a forum category with subforums get changed to a link type forum give options of what to do with the subforums (#5334)
- other bugfixes

6513 View | Annotate 10/20/2006 03:48 PM acydburn

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

6498 View | Annotate 10/14/2006 06:58 PM grahamje

Fix time limiting in mcp [#4730]

6477 View | Annotate 10/11/2006 12:43 PM acydburn

- make sure all sort keys are valid and selectable.

6411 View | Annotate 09/26/2006 09:59 PM acydburn

These changes should let olympus scale a little bit better.
i haven’t adjusted the schemas but added the details to create_schema_files – david is able to build them then in line with his changes. :)

6317 View | Annotate 08/25/2006 05:15 PM acydburn

some fixes.

David, could you check the pass_complex expressions? They are:
.* PASS_TYPE_ANY (any characters are allowed, no check)
[a-zA-Z] PASS_TYPE_CASE (password must contain alphanumerics)
[a-zA-Z0-9] PASS_TYPE_ALPHA (password must contain alphanumerics and numbers)
[a-zA-Z\W] PASS_TYPE_SYMBOL (password must contain alphanumers, numbers and symbols)

At the moment the pass complexity check is done within validate_password(), but the expressions are wrong. :)

6271 View | Annotate 08/12/2006 03:14 PM acydburn

sql_in_set changes

6215 View | Annotate 07/29/2006 01:35 PM grahamje

Correct some of the sort options

6177 View | Annotate 07/13/2006 02:51 PM acydburn

- 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
- hopefully mostly consistent across every db schema
- untested schemas: sqlite, oracle, firebird

6118 View | Annotate 06/23/2006 04:25 PM acydburn

forgot some changes for post_time

6104 View | Annotate 06/19/2006 11:30 PM acydburn

some bugfixes

6054 View | Annotate 06/13/2006 12:16 AM acydburn

- get swatch converted into new acp format
- add page title to ucp pages
- add ability to supress getting the who is online list in page_header() (saves us ideally 1-2 queries on ucp/mcp pages)
- fixing pm rules a bit as well as now having complete author memberships for author_in_group (sender -> is in usergroup -> xxx)

6045 View | Annotate 06/11/2006 01:11 AM naderman

- forgot to commit common.php
- cleaning up a few more mcp permissions
- adjust some links
- make global topics work properly in MCP

6030 View | Annotate 06/09/2006 09:37 PM grahamje

Fix the ability to report/view reports and warn in global announcements

6028 View | Annotate 06/09/2006 09:20 PM naderman

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

6015 View | Annotate 06/06/2006 10:53 PM acydburn

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.

6008 View | Annotate 06/04/2006 05:01 PM grahamje

Assign page titles within the mcp

5986 View | Annotate 05/30/2006 02:24 PM naderman

- various corrections related to permissions in the mcp, including [Bug #1994] and [Bug #1924]
- fixed some quickmod bugs [#1994] and [Bug #1898]
- browse reports/unapproved posts by topic id
- correctly hide approval details
- added return message to mcp_ban [Bug #1851]
- adjusted some links, including [Bug #1855]
- added some missing language variables, including [Bug #1824], [Bug #1841], [Bug #1852] and [Bug #1864]
- always show all options in mcp_topic [Bug #1938]

5885 View | Annotate 05/06/2006 12:06 AM davidmj

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

5826 View | Annotate 04/22/2006 08:23 PM davidmj

- Bug 1260

5784 View | Annotate 04/15/2006 04:48 PM acydburn

- 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

5771 View | Annotate 04/08/2006 04:30 PM naderman

- allow reporting posts that have a closed report
- show multiple reports for one post correctly
- Bug #1389

5767 View | Annotate 04/08/2006 03:01 PM acydburn

- changed module*_url to only use the main module name but the mode as parameter
- custom module lang function now suffixed by _lang
- added general custom function with mode and module_row parameter

- do not display friends/foes if zebra has been disabled

5765 View | Annotate 04/06/2006 07:15 PM acydburn

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)
- removed unread mode for private messages
- added new feature to template engine – “jump out of loop” or “loop another loop within my loop” :D (will be documented within the coding guidelines)
- added autologin field to sessions
- check session length checks
- added add_log statement to sessions to track session valid to invalid changes if ip/browser change depending on config settings (only debug)
- added multibyte support for various variables (exception at the moment is usernames which needs some discussion)
- hopefully not broke something. :/

5763 View | Annotate 04/05/2006 02:47 PM grahamje

Fix the vanishing menu item

5750 View | Annotate 03/28/2006 08:07 PM naderman

- did I mention I don’t like mcp_sorting()? ;-)

5733 View | Annotate 03/27/2006 02:48 PM naderman

- add missing pagination to queue/reports
- hide the close button on closed reports page
- fix a JS bug in mcp/acp ban view

5705 View | Annotate 03/23/2006 08:23 PM naderman

- some adjustments for search related config options
- one year is 365 days long (52 * 7 = 364, but we have one more day each year ;)) [Bug #1181]
fixed search own posts link in UCP [Bug #1163]
- corrections to timezone selection [Bug #1148]
- fix quickmod tools on post details page [Bug #1188]

5699 View | Annotate 03/22/2006 06:30 PM acydburn

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

5649 View | Annotate 03/18/2006 11:54 AM naderman

- replaced mcp reports system with a simplified version
- fixed links to mcp_reports

5622 View | Annotate 03/13/2006 12:19 AM acydburn

- 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)
- implemented max login attempts
- changed the expected return parameters for logins/sessions
- added acp page for editing report/denial reasons
- other fixes here and there

5585 View | Annotate 02/25/2006 09:19 PM acydburn

test new syncmail version…

5584 View | Annotate 02/25/2006 01:46 PM naderman

- 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)
- added approve_details mode (mcp_queue)
- use new post details page (mcp_queue)
- adding missing lang keys for (dis)approval of topics/posts (mcp_queue)
- return to topic link (mcp_topic)
- some changes to follow the coding guidelines

5570 View | Annotate 02/22/2006 12:39 PM naderman

- properly hide items

5526 View | Annotate 02/05/2006 02:40 AM naderman

- removed unnecessary urlencode of highlight words
various 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)

5466 View | Annotate 01/16/2006 10:20 PM grahamje

The curse of cut&paste strikes once more…

5460 View | Annotate 01/14/2006 11:57 PM grahamje

Initial implementation of a log viewer into the MCP

5432 View | Annotate 01/06/2006 11:38 PM grahamje

Fixing a permissions issue where a user only has local moderator rights.
David – please test to make sure it works for you as well
NB: There is still an outstanding issue on the queue module to be looked at later

5421 View | Annotate 01/03/2006 04:10 PM grahamje

And as if by magoc they are hidden (a minor change I missed commiting before Christmas)

5325 View | Annotate 12/11/2005 12:20 AM acydburn

- custom profile fields
- prune users
- prune forums

5314 View | Annotate 11/28/2005 10:01 PM grahamje

Initial commit of user note support for the mcp

5313 View | Annotate 11/28/2005 07:38 PM acydburn

- some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in strict mode now) – postgresql not supporting this standard. :/
- acp changes

5308 View | Annotate 11/19/2005 09:57 PM grahamje

Fix a minor typo

5307 View | Annotate 11/19/2005 05:16 PM acydburn

- use acl_m_ instead of acl_m
- some reference fixes

5305 View | Annotate 11/17/2005 10:54 PM grahamje

In keeping with tradition I remove yet more code….
(abstraction of functionality used by the mcp to allow it to be used
elsewhere)

5300 View | Annotate 11/12/2005 08:03 PM grahamje

The MCP strikes back…. :-)

5247 View | Annotate 10/02/2005 08:47 PM acydburn

- session changes

5198 View | Annotate 08/19/2005 12:37 PM acydburn

no longer needed here. ;)

5152 View | Annotate 05/15/2005 10:17 PM acydburn

- request_var updates
- added group selection to pm filter
- fixed activation/deletion of inactive user accounts in admin index
- fixed some color swatch bugs

5117 View | Annotate 04/10/2005 08:07 PM acydburn

- added updated coding guidelines
- introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users
- changed bot code to act on useragent || ip

5114 View | Annotate 04/09/2005 02:26 PM acydburn

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

5024 View | Annotate 11/06/2004 03:24 PM acydburn

- minor fixes

4970 View | Annotate 09/01/2004 05:47 PM psotfx

This is a mass commit … expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!

4959 View | Annotate 08/04/2004 09:19 PM acydburn

- [mcp] let quickmod work in topic_view
- more logical placement of load/save buttons in posting

4937 View | Annotate 07/19/2004 10:13 PM acydburn

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

4925 View | Annotate 07/11/2004 05:20 PM acydburn

- fixed permissions for mcp (global permission settings are false if user is only able to moderate one to x forums)
- determine permission settings for submodules
- further approve/disapprove work (approve_details added)

4924 View | Annotate 07/11/2004 12:47 AM acydburn

- fork/copy topic
- resync topics
- possible to show only reported posts in topic_view
- view reports in post details
- mcp_queue (show unapproved items)

4923 View | Annotate 07/09/2004 02:31 PM acydburn

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

4921 View | Annotate 07/09/2004 12:57 AM acydburn

nooooo…. the mcp is gone. Yes, we now rely on the good will of our users, no moderation anymore.

buhahaha buhahaharrrr harrr

4888 View | Annotate 05/26/2004 08:13 PM acydburn

update module authentification here too.

4844 View | Annotate 02/28/2004 10:16 PM acydburn

splitted language files

4694 View | Annotate 11/28/2003 12:26 AM ludovic_arnaud

Updated MCP

4648 View | Annotate 11/05/2003 07:57 PM psotfx

Move ipwhois to functions_admin

4496 View | Annotate 09/15/2003 12:21 AM ludovic_arnaud

MCP take 2, see forum

4473 View | Annotate 09/07/2003 03:46 PM psotfx

Updates mainly for removal of extension + header comment … moved some aspects of ucp around, further work to be done on these areas … not commiting search for time being

4310 View | Annotate 07/22/2003 02:18 PM psotfx

viewlog update for combined log table

4262 View | Annotate 07/15/2003 12:54 AM psotfx

Re-arrange auth and setup calls … needs to be repeated for all major scripts

4195 View | Annotate 07/03/2003 12:42 AM ludovic_arnaud

Updated MCP. Started to implement reports review. Check out the new “post details” screen with reported posts

4167 View | Annotate 06/23/2003 04:00 PM psotfx

Global announcements … sort of work … well they seem to, need to look at possbility of splitting topics table in two

4156 View | Annotate 06/20/2003 12:06 AM ludovic_arnaud

Fixed topics sync’ing – hopefully using correct linefeeds

4155 View | Annotate 06/19/2003 11:57 PM ludovic_arnaud

I’m pretty sure I screwed up the first commit

4154 View | Annotate 06/19/2003 10:26 PM ludovic_arnaud

General maintenance ;)

4083 View | Annotate 06/05/2003 09:12 PM ludovic_arnaud

Minor change: do not display the “lookup ip” link if the IP has already been resolved

3979 View | Annotate 05/05/2003 07:00 PM ludovic_arnaud

The “Leave shadow” checkbox is back

3978 View | Annotate 05/04/2003 07:15 PM psotfx

Removed nav_links

3969 View | Annotate 05/04/2003 01:58 AM psotfx

page header/footer become functions, forum passwords (I know, I know but it appears a popular feature for some reason … inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs).

3961 View | Annotate 05/02/2003 05:50 PM psotfx

Various updates, forum links, “improve” forum management, cleanups, blah blah, note the schema changes, note also that forum management may misbehave … reports on wrong doings are welcome … seem to be having problems with some mcp functions under apache/win32

3941 View | Annotate 04/24/2003 01:04 AM ludovic_arnaud

Changed: if the user hits “merge” and no destination topic is selected, the topic selection screen magically appears

3938 View | Annotate 04/24/2003 12:47 AM ludovic_arnaud

Changed: polls are forked with topics. Votes are not, which means users will have to vote again.

3883 View | Annotate 04/18/2003 03:07 PM acydburn

some arrangements…

3876 View | Annotate 04/17/2003 10:47 PM ludovic_arnaud

make_normal fixed (was making topics sticky)
quickmod’s “delete topic” fixed

3803 View | Annotate 04/10/2003 02:56 AM ludovic_arnaud

IP information moved to Post Details

3796 View | Annotate 04/09/2003 11:47 PM ludovic_arnaud

Added 540408 (edit forum info) and 565097 (fork threads). Fixed a couple of bugs that no one would ever noticed

3784 View | Annotate 04/03/2003 02:10 AM ludovic_arnaud

MCP update:
- mod_queue
- front page
- new viewlogs tab
- now using a dedicated function for jumpbox generation (not everywhere yet)

3765 View | Annotate 03/30/2003 11:18 PM ludovic_arnaud

I hit Enter too fast – updated acl checks

3764 View | Annotate 03/30/2003 11:05 PM ludovic_arnaud

Modes renamed – easier to remember

3747 View | Annotate 03/29/2003 07:28 PM psotfx

icon name change

3737 View | Annotate 03/28/2003 01:41 AM ludovic_arnaud

MCP: resync() function deemed stable enough to replace sync() in functions_admin.php. I will keep extensively testing it though…
Pruning: now works as expected.

3676 View | Annotate 03/19/2003 02:44 AM ludovic_arnaud

Desesperatly trying to synchronise my different versions ;)

3645 View | Annotate 03/13/2003 02:12 AM ludovic_arnaud

MCP updates. The resync function can now resync ‘topic_reported’ and ‘topic_approved’ flags

3608 View | Annotate 03/06/2003 04:04 AM ludovic_arnaud

The last one for today. As of now, sql_query_limit($sql, 0) will not limit the number of rows that are affected.

3607 View | Annotate 03/06/2003 03:54 AM ludovic_arnaud

I didn’t do it.

3605 View | Annotate 03/06/2003 03:23 AM ludovic_arnaud

Some debug code removed, minor bugfixes.

3604 View | Annotate 03/06/2003 03:03 AM ludovic_arnaud

More “reporting” stuff, note the very lame warning in viewtopic when a post has been reported.

3338 View | Annotate 01/20/2003 06:12 AM ludovic_arnaud

Un-b0rked ACL options caching, small general fixes

3284 View | Annotate 01/08/2003 07:27 PM psotfx

Updates as opposed to downdates

3282 View | Annotate 01/08/2003 06:36 PM psotfx

Change message_die for trigger_error

3281 View | Annotate 01/08/2003 06:31 PM psotfx

And as if by magic … pooooooffff … MCP appeared, “hello MCP” the children say, don’t be silly children, MCP is a sequence of bits it cannot reply, “idiot children” the developer says.