aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
Commit message (Collapse)AuthorAgeFilesLines
...
* - fixed some bugsMeik Sievertsen2006-04-151-1/+1
| | | | | | | | | | - 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 git-svn-id: file:///svn/phpbb/trunk@5784 89ea8834-ac86-4346-8a33-228a782c2dd0
* - allow reporting posts that have a closed reportNils Adermann2006-04-081-2/+2
| | | | | | | | - show multiple reports for one post correctly - Bug #1389 git-svn-id: file:///svn/phpbb/trunk@5771 89ea8834-ac86-4346-8a33-228a782c2dd0
* - changed _module_*_url to only use the main module name but the mode as ↵Meik Sievertsen2006-04-081-22/+2
| | | | | | | | | | | | 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 git-svn-id: file:///svn/phpbb/trunk@5767 89ea8834-ac86-4346-8a33-228a782c2dd0
* To all people having their bug status set to fixed: SF pserver CVS access is ↵Meik Sievertsen2006-04-061-1/+2
| | | | | | | | | | | | | | | | | | 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) - removed unread mode for private messages - added new feature to template engine - "jump out of loop" or "loop another loop within my loop" :D (will be documented within the coding guidelines) - added autologin field to sessions - check session length checks - added add_log statement to sessions to track session valid to invalid changes if ip/browser change depending on config settings (only debug) - added multibyte support for various variables (exception at the moment is usernames which needs some discussion) - hopefully not broke something. :/ git-svn-id: file:///svn/phpbb/trunk@5765 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix the vanishing menu itemGraham Eames2006-04-051-0/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@5763 89ea8834-ac86-4346-8a33-228a782c2dd0
* - did I mention I don't like mcp_sorting()? ;-)Nils Adermann2006-03-281-1/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@5750 89ea8834-ac86-4346-8a33-228a782c2dd0
* - add missing pagination to queue/reportsNils Adermann2006-03-271-1/+1
| | | | | | | | - hide the close button on closed reports page - fix a JS bug in mcp/acp ban view git-svn-id: file:///svn/phpbb/trunk@5733 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some adjustments for search related config optionsNils Adermann2006-03-231-4/+4
| | | | | | | | | | - 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] git-svn-id: file:///svn/phpbb/trunk@5705 89ea8834-ac86-4346-8a33-228a782c2dd0
* adjusting sql_freeresult a bit as well as our error handler (it now prints ↵Meik Sievertsen2006-03-221-2/+2
| | | | | | out if it is because of DEBUG_EXTRA being defined - which is not enabled within the betas/rc's and stable releases). git-svn-id: file:///svn/phpbb/trunk@5699 89ea8834-ac86-4346-8a33-228a782c2dd0
* - replaced mcp reports system with a simplified versionNils Adermann2006-03-181-3/+4
| | | | | | | - fixed links to mcp_reports git-svn-id: file:///svn/phpbb/trunk@5649 89ea8834-ac86-4346-8a33-228a782c2dd0
* - streamlined reports to consist of the feature set we decided upon (Nils, ↵Meik Sievertsen2006-03-121-1/+1
| | | | | | | | | | | | | | 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) - implemented max login attempts - changed the expected return parameters for logins/sessions - added acp page for editing report/denial reasons - other fixes here and there git-svn-id: file:///svn/phpbb/trunk@5622 89ea8834-ac86-4346-8a33-228a782c2dd0
* test new syncmail version...Meik Sievertsen2006-02-251-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@5585 89ea8834-ac86-4346-8a33-228a782c2dd0
* - allow local moderators to properly use the mcp for more than one forum (mcp)Nils Adermann2006-02-251-12/+25
| | | | | | | | | | | | | | | - 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) - added approve_details mode (mcp_queue) - use new post details page (mcp_queue) - adding missing lang keys for (dis)approval of topics/posts (mcp_queue) - return to topic link (mcp_topic) - some changes to follow the coding guidelines git-svn-id: file:///svn/phpbb/trunk@5584 89ea8834-ac86-4346-8a33-228a782c2dd0
* - properly hide itemsNils Adermann2006-02-221-14/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@5570 89ea8834-ac86-4346-8a33-228a782c2dd0
* - removed unnecessary urlencode of highlight wordsNils Adermann2006-02-051-131/+102
| | | | | | | | | | 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) git-svn-id: file:///svn/phpbb/trunk@5526 89ea8834-ac86-4346-8a33-228a782c2dd0
* The curse of cut&paste strikes once more...Graham Eames2006-01-161-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5466 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial implementation of a log viewer into the MCPGraham Eames2006-01-141-0/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@5460 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixing a permissions issue where a user only has local moderator rights.Graham Eames2006-01-061-0/+5
| | | | | | | | 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 git-svn-id: file:///svn/phpbb/trunk@5432 89ea8834-ac86-4346-8a33-228a782c2dd0
* And as if by magoc they are hidden (a minor change I missed commiting before ↵Graham Eames2006-01-031-1/+2
| | | | | | Christmas) git-svn-id: file:///svn/phpbb/trunk@5421 89ea8834-ac86-4346-8a33-228a782c2dd0
* - custom profile fieldsMeik Sievertsen2005-12-101-6/+6
| | | | | | | | - prune users - prune forums git-svn-id: file:///svn/phpbb/trunk@5325 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial commit of user note support for the mcpGraham Eames2005-11-281-0/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@5314 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in ↵Meik Sievertsen2005-11-281-2/+2
| | | | | | | | | strict mode now) - postgresql not supporting this standard. :/ - acp changes git-svn-id: file:///svn/phpbb/trunk@5313 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a minor typoGraham Eames2005-11-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5308 89ea8834-ac86-4346-8a33-228a782c2dd0
* - use acl_m_ instead of acl_mMeik Sievertsen2005-11-191-7/+8
| | | | | | | - some reference fixes git-svn-id: file:///svn/phpbb/trunk@5307 89ea8834-ac86-4346-8a33-228a782c2dd0
* In keeping with tradition I remove yet more code....Graham Eames2005-11-171-165/+40
| | | | | | | | (abstraction of functionality used by the mcp to allow it to be used elsewhere) git-svn-id: file:///svn/phpbb/trunk@5305 89ea8834-ac86-4346-8a33-228a782c2dd0
* The MCP strikes back.... :-)Graham Eames2005-11-121-233/+148
| | | | git-svn-id: file:///svn/phpbb/trunk@5300 89ea8834-ac86-4346-8a33-228a782c2dd0
* - session changesMeik Sievertsen2005-10-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5247 89ea8834-ac86-4346-8a33-228a782c2dd0
* no longer needed here. ;)Meik Sievertsen2005-08-191-25/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@5198 89ea8834-ac86-4346-8a33-228a782c2dd0
* - request_var updatesMeik Sievertsen2005-05-151-28/+3
| | | | | | | | | - added group selection to pm filter - fixed activation/deletion of inactive user accounts in admin index - fixed some color swatch bugs git-svn-id: file:///svn/phpbb/trunk@5152 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added updated coding guidelinesMeik Sievertsen2005-04-101-4/+4
| | | | | | | | - introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users - changed bot code to act on useragent || ip git-svn-id: file:///svn/phpbb/trunk@5117 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Documentation related changesMeik Sievertsen2005-04-091-23/+39
| | | | | | | | | | - 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) git-svn-id: file:///svn/phpbb/trunk@5114 89ea8834-ac86-4346-8a33-228a782c2dd0
* - minor fixesMeik Sievertsen2004-11-061-40/+40
| | | | git-svn-id: file:///svn/phpbb/trunk@5024 89ea8834-ac86-4346-8a33-228a782c2dd0
* This is a mass commit ... expect trouble! Changes made here are primarily to ↵Paul S. Owen2004-09-011-14/+14
| | | | | | how login is handled, schema changes necessary! git-svn-id: file:///svn/phpbb/trunk@4970 89ea8834-ac86-4346-8a33-228a782c2dd0
* - [mcp] let quickmod work in topic_viewMeik Sievertsen2004-08-041-0/+6
| | | | | | | - more logical placement of load/save buttons in posting git-svn-id: file:///svn/phpbb/trunk@4959 89ea8834-ac86-4346-8a33-228a782c2dd0
* - approve/disapprove posts/topicsMeik Sievertsen2004-07-191-2/+15
| | | | | | | | - changed mcp_front to be more moderator friendly - able to change the forum in mcp_queue (for moderators moderating more than one forum) git-svn-id: file:///svn/phpbb/trunk@4937 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed permissions for mcp (global permission settings are false if user is ↵Meik Sievertsen2004-07-111-20/+39
| | | | | | | | | | only able to moderate one to x forums) - determine permission settings for submodules - further approve/disapprove work (approve_details added) git-svn-id: file:///svn/phpbb/trunk@4925 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fork/copy topicMeik Sievertsen2004-07-101-6/+410
| | | | | | | | | | - resync topics - possible to show only reported posts in topic_view - view reports in post details - mcp_queue (show unapproved items) git-svn-id: file:///svn/phpbb/trunk@4924 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added splitting of topics to mcpMeik Sievertsen2004-07-091-5/+7
| | | | | | | | | - added merging of posts to mcp - fixed parsing of acl_getf results - adjusted tracking code for important announcements (seems to work now) git-svn-id: file:///svn/phpbb/trunk@4923 89ea8834-ac86-4346-8a33-228a782c2dd0
* nooooo.... the mcp is gone. Yes, we now rely on the good will of our users, ↵Meik Sievertsen2004-07-081-653/+133
| | | | | | | | | no moderation anymore. buhahaha buhahaharrrr harrr git-svn-id: file:///svn/phpbb/trunk@4921 89ea8834-ac86-4346-8a33-228a782c2dd0
* update module authentification here too.Meik Sievertsen2004-05-261-9/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4888 89ea8834-ac86-4346-8a33-228a782c2dd0
* splitted language filesMeik Sievertsen2004-02-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4844 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated MCPLudovic Arnaud2003-11-271-172/+391
| | | | git-svn-id: file:///svn/phpbb/trunk@4694 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move ipwhois to functions_adminPaul S. Owen2003-11-051-47/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@4648 89ea8834-ac86-4346-8a33-228a782c2dd0
* MCP take 2, see forumLudovic Arnaud2003-09-141-2231/+469
| | | | git-svn-id: file:///svn/phpbb/trunk@4496 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates mainly for removal of extension + header comment ... moved some ↵Paul S. Owen2003-09-071-20/+12
| | | | | | aspects of ucp around, further work to be done on these areas ... not commiting search for time being git-svn-id: file:///svn/phpbb/trunk@4473 89ea8834-ac86-4346-8a33-228a782c2dd0
* viewlog update for combined log tablePaul S. Owen2003-07-221-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4310 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-arrange auth and setup calls ... needs to be repeated for all major scriptsPaul S. Owen2003-07-141-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4262 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated MCP. Started to implement reports review. Check out the new "post ↵Ludovic Arnaud2003-07-021-115/+358
| | | | | | details" screen with reported posts git-svn-id: file:///svn/phpbb/trunk@4195 89ea8834-ac86-4346-8a33-228a782c2dd0
* Global announcements ... sort of work ... well they seem to, need to look at ↵Paul S. Owen2003-06-231-5/+5
| | | | | | possbility of splitting topics table in two git-svn-id: file:///svn/phpbb/trunk@4167 89ea8834-ac86-4346-8a33-228a782c2dd0
* I'm pretty sure I screwed up the first commitLudovic Arnaud2003-06-191-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4155 89ea8834-ac86-4346-8a33-228a782c2dd0