View | Annotate | Download (11.7 KB)
This commit was manufactured by cvs2svn to create tag 'milestone_3'.
- some bugfixes
blabla
Fixed small i18n related error in report.php
- 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
- 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)
my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR
- fork/copy topic - resync topics - possible to show only reported posts in topic_view - view reports in post details - mcp_queue (show unapproved items)
- 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...
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)
splitted language files
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
Changed: Allow multiple reports. If one tries to report the same post twice, it will silently update the existing report.
Re-arrange auth and setup calls ... needs to be repeated for all major scripts
A single post can now only be reported once
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
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).
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
"Report" button only shows up if the user is authorised. Default forum_id for globals temporary (and arbitrary) set to 2.
I knew that I forgot something: f_report now in use
Added user notification for post reporting, moved lang strings to lang_main, added CSS style for mcp_jumpbox
Windows carriage returns
More "reporting" stuff, note the very lame warning in viewtopic when a post has been reported.