phpBB
Statistics
| Revision:

root / tags / release_3_0_2-RC2 / phpBB / mcp.php

History | View | Annotate | Download (21 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
8676 06/29/2008 12:39 pm Meik Sievertsen

3.0.2-RC2 released

8655 06/13/2008 09:39 pm Meik Sievertsen

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

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8285 12/26/2007 03:53 pm

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

8072 08/30/2007 11:21 pm Meik Sievertsen

necessary changes...

7954 07/26/2007 05:51 pm Meik Sievertsen

do not get too excited

7920 07/22/2007 10:11 pm Meik Sievertsen

try to normalize everything...

7919 07/22/2007 04:04 pm Henry Sudhof

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

7736 06/09/2007 01:11 pm Meik Sievertsen

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 05/22/2007 11:32 pm David M

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

7539 05/12/2007 06:18 am David M

#10267

7432 04/30/2007 01:44 pm vic_delfant

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

7394 04/24/2007 03:33 pm vic_delfant

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

7384 04/22/2007 05:27 pm Meik Sievertsen

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

7321 04/10/2007 06:58 pm David M

#9755

7261 04/02/2007 12:15 am Nils Adermann

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

7242 03/30/2007 04:24 pm Meik Sievertsen

other fixes...

7007 02/18/2007 02:42 pm Meik Sievertsen

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 02/02/2007 10:38 pm Meik Sievertsen

suggestion by bart for those having a lot of forums.

6938 01/27/2007 05:36 pm Meik Sievertsen

look what david found...

6937 01/27/2007 05:24 pm Nils Adermann

another oops

6936 01/27/2007 05:04 pm Nils Adermann

- 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 01/22/2007 06:05 pm Meik Sievertsen

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 12/21/2006 11:37 am Meik Sievertsen

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

6781 12/18/2006 06:29 pm Meik Sievertsen

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

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

6601 11/18/2006 05:27 pm Meik Sievertsen

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

6513 10/20/2006 03:48 pm Meik Sievertsen

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

6498 10/14/2006 06:58 pm grahamje

Fix time limiting in mcp [#4730]

6477 10/11/2006 12:43 pm Meik Sievertsen

- make sure all sort keys are valid and selectable.

6411 09/26/2006 09:59 pm Meik Sievertsen

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 08/25/2006 05:15 pm Meik Sievertsen

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

6271 08/12/2006 03:14 pm Meik Sievertsen

sql_in_set changes

6215 07/29/2006 01:35 pm grahamje

Correct some of the sort options

6177 07/13/2006 02:51 pm Meik Sievertsen

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

6118 06/23/2006 04:25 pm Meik Sievertsen

forgot some changes for post_time

6104 06/19/2006 11:30 pm Meik Sievertsen

some bugfixes

6054 06/13/2006 12:16 am Meik Sievertsen

- 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 06/11/2006 01:11 am Nils Adermann

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

6030 06/09/2006 09:37 pm grahamje

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

6028 06/09/2006 09:20 pm Nils Adermann

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

6008 06/04/2006 05:01 pm grahamje

Assign page titles within the mcp

5986 05/30/2006 02:24 pm Nils Adermann

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

5885 05/06/2006 12:06 am David M

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 04/22/2006 08:23 pm David M

- Bug 1260

5784 04/15/2006 04:48 pm Meik Sievertsen

- 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 04/08/2006 04:30 pm Nils Adermann

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

5767 04/08/2006 03:01 pm Meik Sievertsen

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

5763 04/05/2006 02:47 pm grahamje

Fix the vanishing menu item

5750 03/28/2006 08:07 pm Nils Adermann

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

5733 03/27/2006 02:48 pm Nils Adermann

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

5705 03/23/2006 08:23 pm Nils Adermann

- 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 03/22/2006 06:30 pm Meik Sievertsen

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 03/18/2006 11:54 am Nils Adermann

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

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

5585 02/25/2006 09:19 pm Meik Sievertsen

test new syncmail version...

5584 02/25/2006 01:46 pm Nils Adermann

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

5570 02/22/2006 12:39 pm Nils Adermann

- properly hide items

5526 02/05/2006 02:40 am Nils Adermann

- 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 01/16/2006 10:20 pm grahamje

The curse of cut&paste strikes once more...

5460 01/14/2006 11:57 pm grahamje

Initial implementation of a log viewer into the MCP

5432 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 01/03/2006 04:10 pm grahamje

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

5325 12/11/2005 12:20 am Meik Sievertsen

- custom profile fields
- prune users
- prune forums

5314 11/28/2005 10:01 pm grahamje

Initial commit of user note support for the mcp

5313 11/28/2005 07:38 pm Meik Sievertsen

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

5308 11/19/2005 09:57 pm grahamje

Fix a minor typo

5307 11/19/2005 05:16 pm Meik Sievertsen

- use acl_m_ instead of acl_m
- some reference fixes

5305 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 11/12/2005 08:03 pm grahamje

The MCP strikes back.... :-)

5247 10/02/2005 08:47 pm Meik Sievertsen

- session changes

5198 08/19/2005 12:37 pm Meik Sievertsen

no longer needed here. ;)

5152 05/15/2005 10:17 pm Meik Sievertsen

- 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 04/10/2005 08:07 pm Meik Sievertsen

- 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 04/09/2005 02:26 pm Meik Sievertsen

- 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 11/06/2004 03:24 pm Meik Sievertsen

- minor fixes

4970 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 08/04/2004 09:19 pm Meik Sievertsen

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

4937 07/19/2004 10:13 pm Meik Sievertsen

- 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 07/11/2004 05:20 pm Meik Sievertsen

- 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 07/11/2004 12:47 am Meik Sievertsen

- 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 07/09/2004 02:31 pm Meik Sievertsen

- 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 07/09/2004 12:57 am Meik Sievertsen

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

buhahaha buhahaharrrr harrr

4888 05/26/2004 08:13 pm Meik Sievertsen

update module authentification here too.

4844 02/28/2004 10:16 pm Meik Sievertsen

splitted language files

4694 11/28/2003 12:26 am ludovic_arnaud

Updated MCP

4648 11/05/2003 07:57 pm psotfx

Move ipwhois to functions_admin

4496 09/15/2003 12:21 am ludovic_arnaud

MCP take 2, see forum

4473 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 07/22/2003 02:18 pm psotfx

viewlog update for combined log table

4262 07/15/2003 12:54 am psotfx

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

4195 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 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 06/20/2003 12:06 am ludovic_arnaud

Fixed topics sync'ing - hopefully using correct linefeeds

4155 06/19/2003 11:57 pm ludovic_arnaud

I'm pretty sure I screwed up the first commit

4154 06/19/2003 10:26 pm ludovic_arnaud

General maintenance ;)

4083 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 05/05/2003 07:00 pm ludovic_arnaud

The "Leave shadow" checkbox is back