root / tags / milestone_3 / phpBB / report.php

View | Annotate | Download (11.7 KB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
5258 10/04/2005 11:47 PM

This commit was manufactured by cvs2svn to create tag 'milestone_3'.

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.