phpBB
Statistics
| Revision:

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

History | View | Annotate | Download (4.1 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

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

8146 10/05/2007 04:30 pm Meik Sievertsen

dumdidum... sorry. ;)

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

do not get too excited

7432 04/30/2007 01:44 pm vic_delfant

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

7409 04/26/2007 08:41 pm Meik Sievertsen

checking in some fixes. ;) Most of them are really minor, including:
- correctly enter report notification into db
- fix double-quote pm issue

6584 11/15/2006 04:35 pm Meik Sievertsen

- fixes for the following bugs:
#5326
#5318
#5304
#5290
#5288
#5278
#5276
#5272
#5266
- also fixed the "Call-time pass-by-reference" bug #5252
- within this step changed the normalize calls to require references.
- added captcha size variables to the class scope (suggestion was posted at area51)

6569 11/12/2006 03:29 pm Nils Adermann

message

6555 11/05/2006 07:13 pm Meik Sievertsen

- #5120
- #5104

6470 10/08/2006 09:04 pm Meik Sievertsen

- forum image being an additional image instead of replacing forum indicators
- reasons fixes

6063 06/14/2006 08:59 pm Nils Adermann

- automatically sync topic_reported when deleting a post [Bug #2152]
- retrieve forum information in report.php
- don't update deleted topics
- proper permission check for "admin or moderator"
- allow changing poster while ip dropdown contains a different user [Bug #2190]...

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.

5883 05/05/2006 07:56 pm Meik Sievertsen

- some adjustements for phpdocumentor

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

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

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

5603 03/06/2006 03:03 pm Meik Sievertsen

- added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag)
- fixed forum editing and parent id selection
- completely removed HTML support (it only creates security problems)
- changed cache_moderators() to reflect permission changes

5255 10/04/2005 11:39 pm Meik Sievertsen

- some bugfixes

5250 10/03/2005 05:44 pm Meik Sievertsen

blabla

5153 05/24/2005 12:48 pm bartvb

Fixed small i18n related error in report.php

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)

4978 09/04/2004 09:32 pm Meik Sievertsen

my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR

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)

4920 07/09/2004 12:41 am Meik Sievertsen

- remove output buffering options from download.php (not needed anymore)
- optimized viewtopic.php a little bit
- removed the create_function (was consuming too much memory) from viewtopic
- check for manually added convert[.exe] program name to imagemagick path in admin_attachments...

4883 05/02/2004 03:06 pm Meik Sievertsen

fix some issues with oop, fixing small bugs and prepare the next steps...
NOTE TO DEVS: have a look at adm/admin_board.php (new config layout)

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

splitted language files

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

4445 08/28/2003 12:03 am ludovic_arnaud

Changed: Allow multiple reports. If one tries to report the same post twice, it will silently update the existing report.

4262 07/15/2003 12:54 am psotfx

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

4193 07/03/2003 12:38 am ludovic_arnaud

A single post can now only be reported once

4012 05/19/2003 12:26 am ludovic_arnaud

Fixed: some stuff ;)
Changed: users cannot report the same post twice. if an user tries to, s/he's invited to edit his/her report

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

3953 04/26/2003 03:17 am psotfx

Various changes, and tests ... marking/tracking is not complete ... tinkering, changing, etc. still to be done ... it's just I've made numerous and various changes to different files so a commit really is due

3798 04/10/2003 12:00 am ludovic_arnaud

"Report" button only shows up if the user is authorised. Default forum_id for globals temporary (and arbitrary) set to 2.

3783 04/03/2003 02:06 am ludovic_arnaud

I knew that I forgot something: f_report now in use

3779 04/03/2003 01:13 am ludovic_arnaud

Added user notification for post reporting, moved lang strings to lang_main, added CSS style for mcp_jumpbox

3655 03/17/2003 02:59 am psotfx

Windows carriage returns

3604 03/06/2003 03:03 am ludovic_arnaud

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