phpBB
Statistics
| Revision:

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

History | View | Annotate | Download (26.1 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10711 08/19/2010 04:27 pm Git Gatekeeper

commit e7e98f1de5c394859284f031f2a4f0c47534b311
Merge: da256b3 954b3c3
Author: Andreas Fischer <>
Date: Wed Jul 14 20:55:49 2010 +0200

Merge branch 'ticket/nickvergessen/7720' into develop-olympus
  • ticket/nickvergessen/7720:...
10252 11/03/2009 02:51 pm Meik Sievertsen

Fix Bug #53545 - javascript error in template

10162 09/18/2009 03:56 pm Joas Schilling

fix r9814 - remove echo "aha"; - Happy birthday naderman
Authorised by: naderman

9814 07/21/2009 08:59 pm Nils Adermann

Users can report PMs to moderators which are then visible in a new MCP module

9789 07/19/2009 01:00 am Chris Smith

Allow changing forum from drop down under certain circumstances. #37525

9015 10/14/2008 08:29 pm Chris Smith

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

8995 10/10/2008 07:56 pm Chris Smith

Erm yeah that bit is kinda important (fixing r8993)

8940 09/26/2008 01:25 pm Chris Smith

Add links to the post and forum when viewing a report from the MCP. #33795, #33805

8840 09/11/2008 02:30 am Chris Smith

Add a missing & to the return to topic URL when closing a report

8833 09/06/2008 02:48 am Chris Smith

Remove reported flag from shadow topics when closing reports. #19765

8598 06/04/2008 05:37 pm Nils Adermann

removed executable props [Bug #6464]

8520 04/21/2008 03:17 pm Meik Sievertsen

remove the f portion from redirect urls now they no longer exist

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

Hiding everywhere little buggers, eh?

8430 03/13/2008 04:22 pm Meik Sievertsen

#22685

8285 12/26/2007 03:53 pm

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

8223 11/03/2007 12:10 pm Meik Sievertsen

some changes

8147 10/05/2007 04:36 pm Meik Sievertsen

dumdidum... sorry. ;)

8086 09/11/2007 10:43 pm David M

#14435

8050 08/19/2007 03:40 pm Nils Adermann

- BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), bbcode_nl2br(), smiley_text(), parse_attachments()
- using \r on custom bbcodes to allow line breaks [Bug #10758]

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

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

7822 07/02/2007 04:05 pm Henry Sudhof

Adding the bot mark/unmark links already promised in the changelog.
Adds backlinks to the success screen after closing reports (#12905)
Some style and language fixes (#12493, #12235, #11235, #11949) - the latter is still not perfect.
Added code to the phpBB2 converter to deal with slashed quotes (#12607)...

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

7678 05/25/2007 07:16 pm David M

#11483

7642 05/19/2007 02:04 pm Meik Sievertsen

oh my god - what did he do? Adding attachment display to post/topic review, queue, reports, post details, mcp topic view... fixing other tiny things along the line.

7608 05/16/2007 04:45 pm Meik Sievertsen

label changes, language fixes...

7493 05/07/2007 01:07 am Nils Adermann

- create log entries on (dis)approving and handling reports

7485 05/06/2007 05:31 pm Meik Sievertsen

#9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481
- more label fixes
- simpler approach to get input cursor text

7428 04/29/2007 10:56 pm Nils Adermann

- * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug #10031]
- display a warning that the search index is not converted from phpBB2 to phpBB3 [Bug #9761]
- forgot to add : to reg_name when deleting userinfo from the url regex constructor [Bug #9868]...

7395 04/24/2007 06:55 pm Meik Sievertsen

erm, please everyone slap me for this... :/ Nils, your turn. ;)

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

7361 04/15/2007 11:40 pm Nils Adermann

- viewtopic/forum search boxes should also use search config option and u_search permission [Bug #9850]
- mcp_reports was still using some of the mcp_queue post_id logic, changed enough to report_id logic to make it work properly now. I hope I didn't miss any external places referring to mcp_reports which send it a post_id_list. I really wonder whether people don't test the MCP at all? Good that I noticed this myself when fixing an incorrect language string (No reports selected) message [Bug #9741]...

7355 04/15/2007 12:59 pm Nils Adermann

- m_warn is no longer a local moderation permission
- magic urls should properly use html entities
- speed up posting on big boards, MAX query can be simplified a lot in certain cases
- user IP list should be labelled with "Other users" [Bug #9707]

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

other fixes...

6974 02/08/2007 11:11 pm Nils Adermann

- Pruning doesn't lower user post counts anymore [Bug #7676]
- Better resync explanations in ACP
- relative link to board shouldn't result in an empty link [Bug #7762]
- allow spaces to define multiple classes [Bug #7700]
- forgot addslashes for password conversion [Bug #7530]...

6970 02/06/2007 08:09 pm Meik Sievertsen

Some... fixes... laying around here.

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]

6868 01/09/2007 09:46 pm dhn2

Just some minor thing I need

6826 12/31/2006 05:56 pm Meik Sievertsen

- telling the admin for what the board contact and board email addresses are used for and also making sure this explanation is correct ;)
- fixes for bugs #6694, #6664 and #6662

6698 12/02/2006 02:19 pm Meik Sievertsen

- a bunch of fixes
- added todos to the updater to make sure i do not forget. :)

6660 11/26/2006 03:55 pm Meik Sievertsen

- bug fixes for #5618, #5588 and #5584
- remove messenger->reset() calls (they are already performed on sending)

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

6643 11/23/2006 05:15 pm Meik Sievertsen

fixes for bugs #5564, #5554 and #5462

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

6589 11/16/2006 05:51 pm Meik Sievertsen

ok, change from doing the same logic all over again we call a function to do it for us. Also allow template designers to choose which method to use by just adding a fully compiled username string (profile link + user colour). This commit may introduce problems.

6548 11/03/2006 10:05 pm Meik Sievertsen

ok, i am an idiot...

6546 11/03/2006 06:50 pm Meik Sievertsen

- make sure the sql layer for mysql always states mysql4 and get to mysql if using mysql < 4
- assign some default vars to email templates (we always need some basic ones)

6545 11/03/2006 12:26 pm Meik Sievertsen

- implemented the suggested html_entity_decode function made by david
- fixed string length checking by also decoding entities for the sake of checking
- used the new html_entity_decode function

6393 09/23/2006 01:49 pm Meik Sievertsen

#4428

6389 09/23/2006 01:10 pm Meik Sievertsen

made sql_rowseek consistent with the dbal methods as well as fixing sql_query_limit for mssql, especially if sql_query_limit($sql, 0, 0) is given...

6321 08/28/2006 07:20 pm Nils Adermann

- birthdays/age in user's timezone and not server's local time
- parse bbcode in posts with fewer characters than selected maximum on search results page
- retrieve search word context in posts which are longer than maximum characters (no raw BBCode anymore)...

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

sql_in_set changes

6241 08/06/2006 07:25 pm Nils Adermann

- finally making the age calculation work [Bug #3582]
- replacing all occurances of L_NONE with a more specific string [Bug #3494]
- a few corrections to html id attributes in the installer
- using correct permission in mcp_report [Bug #2471]
- allow deleting the avatar, when no upload method is enabled and hide the delete button if no avatar is set

6237 08/05/2006 05:49 pm Meik Sievertsen

- fixed some bugs
- made imageset naming more consistent
- updated every schema to be consistent and also fixed it (every db should install fine now)
-

6211 07/27/2006 09:02 pm Nils Adermann

- fixed the age calculation (note: turn on your brain before commiting something like this the next time) [Bug #3337]
- removed the split_words array, introduced an enforced search_query
- the forum used for global topics in the search is now a forum, and no longer a category [Bug #2561]...

6192 07/18/2006 10:34 pm grahamje

Efficiency improvement to the log viewing code
+ reverting what appears to be an accidental change to the report viewing code

6151 07/07/2006 02:36 pm Nils Adermann

- display age in user profile and make it available on viewtopic
- various tiny bugfixes including [Bug #2351] [Bug #2549] [Bug #2681] [Bug #3015]
- strip first, then change newlines [Bug #2403]
- added support for creating user profiles to the login function (makes use of user_add), triggered by LOGIN_SUCCESS_CREATE_PROFILE constant...

6134 07/01/2006 05:00 pm grahamje

These needed to be #p for proper compliance

6131 06/29/2006 09:57 pm grahamje

New template variables in the mcp (not used by subsilver)

6075 06/16/2006 08:31 pm Nils Adermann

- proper redirect after deleting a report [Bug #2260]
- sql_escape words before fulltext update
- correct language string for "search facilities" in acp_search

6073 06/16/2006 06:54 pm Meik Sievertsen

- 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

6058 06/13/2006 11:06 pm Meik Sievertsen

make sure custom profile fields are created correctly on registration (#2225)

6055 06/13/2006 05:06 pm Meik Sievertsen

- added class="radio" to all radio- and checkboxes
- make sure the database gets closed correctly in cron.php
- bugfixes

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

6021 06/07/2006 09:32 pm Meik Sievertsen

ok, sorry for this. :/
- cleaned up table names/constants

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.

6010 06/04/2006 08:49 pm grahamje

Some extra template variables *_EXPLAIN which some might wish to use

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

5952 05/20/2006 08:39 pm Meik Sievertsen

- fixed a few smaller things

5931 05/18/2006 11:03 pm Meik Sievertsen

- fixing a few tiny bugs
- added new function to (re)apply sids where needed (login and mcp quickmod) - #1829

5888 05/06/2006 05:15 pm Nils Adermann

- introduce LA_, UA_ and A_ template variables (they allow styles to use template variables used for javascript in subSilver outside javascript in their own template while they won't break our javascript if they contain quotes) also fixes [Bug #1116]
- corrected page title for search indexing progress bar [Bug #1695]...

5791 04/18/2006 12:36 am Meik Sievertsen

say hello to role descriptions, role ordering and tooltips on role selects

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

5752 03/28/2006 08:59 pm Nils Adermann

- don't show too old reports/queue entries

5734 03/27/2006 08:45 pm Nils Adermann

- redirection should properly work now
- align jumpbox properly

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

5725 03/25/2006 08:14 pm Meik Sievertsen

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.

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

5678 03/21/2006 08:23 pm Meik Sievertsen

- a bunch of bugfixes. :P

5652 03/18/2006 03:30 pm Nils Adermann

- Lesson learned: If you rename something rename it in all places and not just in a few :)
(min_search_chars/max_search_chars/load_search_upd now prefixed with fulltext_phpbb)
- search_indexing_state should not be dynamic
- a topic link should link to a topic ;-)

5649 03/18/2006 11:54 am Nils Adermann

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

5601 03/04/2006 02:50 pm bartvb

Reporting system revised. Needs some major cleanup and is missig some functionality (assign report, some overviews, decent notifications) but the basics are there. More after the weekend :)