aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
Commit message (Collapse)AuthorAgeFilesLines
* make_normal fixed (was making topics sticky)Ludovic Arnaud2003-04-171-6/+6
| | | | | | | quickmod's "delete topic" fixed git-svn-id: file:///svn/phpbb/trunk@3876 89ea8834-ac86-4346-8a33-228a782c2dd0
* IP information moved to Post DetailsLudovic Arnaud2003-04-101-135/+39
| | | | git-svn-id: file:///svn/phpbb/trunk@3803 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added 540408 (edit forum info) and 565097 (fork threads). Fixed a couple of ↵Ludovic Arnaud2003-04-091-269/+747
| | | | | | bugs that no one would ever noticed git-svn-id: file:///svn/phpbb/trunk@3796 89ea8834-ac86-4346-8a33-228a782c2dd0
* MCP update:Ludovic Arnaud2003-04-031-212/+468
| | | | | | | | | | - mod_queue - front page - new viewlogs tab - now using a dedicated function for jumpbox generation (not everywhere yet) git-svn-id: file:///svn/phpbb/trunk@3784 89ea8834-ac86-4346-8a33-228a782c2dd0
* I hit Enter too fast - updated acl checksLudovic Arnaud2003-03-301-31/+59
| | | | git-svn-id: file:///svn/phpbb/trunk@3765 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modes renamed - easier to rememberLudovic Arnaud2003-03-301-101/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@3764 89ea8834-ac86-4346-8a33-228a782c2dd0
* icon name changePaul S. Owen2003-03-291-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3747 89ea8834-ac86-4346-8a33-228a782c2dd0
* MCP: resync() function deemed stable enough to replace sync() in ↵Ludovic Arnaud2003-03-281-874/+213
| | | | | | | | | functions_admin.php. I will keep extensively testing it though... Pruning: now works as expected. git-svn-id: file:///svn/phpbb/trunk@3737 89ea8834-ac86-4346-8a33-228a782c2dd0
* Desesperatly trying to synchronise my different versions ;)Ludovic Arnaud2003-03-191-49/+91
| | | | git-svn-id: file:///svn/phpbb/trunk@3676 89ea8834-ac86-4346-8a33-228a782c2dd0
* MCP updates. The resync function can now resync 'topic_reported' and ↵Ludovic Arnaud2003-03-131-193/+601
| | | | | | 'topic_approved' flags git-svn-id: file:///svn/phpbb/trunk@3645 89ea8834-ac86-4346-8a33-228a782c2dd0
* The last one for today. As of now, sql_query_limit($sql, 0) will _not_ limit ↵Ludovic Arnaud2003-03-061-1/+3
| | | | | | the number of rows that are affected. git-svn-id: file:///svn/phpbb/trunk@3608 89ea8834-ac86-4346-8a33-228a782c2dd0
* I didn't do it.Ludovic Arnaud2003-03-061-3/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3607 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some debug code removed, minor bugfixes.Ludovic Arnaud2003-03-061-90/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@3605 89ea8834-ac86-4346-8a33-228a782c2dd0
* More "reporting" stuff, note the very lame warning in viewtopic when a post ↵Ludovic Arnaud2003-03-061-66/+154
| | | | | | has been reported. git-svn-id: file:///svn/phpbb/trunk@3604 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some... hum... typos. Updated the resync function to always fill the ↵Ludovic Arnaud2003-02-281-21/+27
| | | | | | first_poster_name and last_poster_name fields. git-svn-id: file:///svn/phpbb/trunk@3574 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some sort order changes and other minor changes to viewtopic/viewforumPaul S. Owen2003-02-271-46/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@3566 89ea8834-ac86-4346-8a33-228a782c2dd0
* "Playing with MCP" part II - now that's the correct version. Good night ;)Ludovic Arnaud2003-02-271-33/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@3562 89ea8834-ac86-4346-8a33-228a782c2dd0
* Still playing around with permissions in MCP - should be fixed shortlyLudovic Arnaud2003-02-271-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3560 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adapted for merged posts tablesLudovic Arnaud2003-02-261-25/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@3556 89ea8834-ac86-4346-8a33-228a782c2dd0
* MCP update: topic_view. Posts can be ordered (for display) just like in ↵Ludovic Arnaud2003-02-261-47/+161
| | | | | | | | | viewtopic. Number of posts per page can be modified at will. Note that this version will only work with my current copy of mysql dbl. git-svn-id: file:///svn/phpbb/trunk@3554 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various MCP updatesLudovic Arnaud2003-02-241-116/+166
| | | | git-svn-id: file:///svn/phpbb/trunk@3520 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesLudovic Arnaud2003-02-231-96/+222
| | | | git-svn-id: file:///svn/phpbb/trunk@3514 89ea8834-ac86-4346-8a33-228a782c2dd0
* Work is in progress on MCP. Resync function now takes into account subforums.Ludovic Arnaud2003-02-211-139/+373
| | | | | | | Topics can hopefully be moved. A hell lot of notes have been added. git-svn-id: file:///svn/phpbb/trunk@3480 89ea8834-ac86-4346-8a33-228a782c2dd0
* Could've sworn I commited this changePaul S. Owen2003-02-201-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3472 89ea8834-ac86-4346-8a33-228a782c2dd0
* Deleting posts now actually works and so does topics sync'ing.Ludovic Arnaud2003-02-171-27/+106
| | | | | | | Added the ability to manual resync topics. git-svn-id: file:///svn/phpbb/trunk@3471 89ea8834-ac86-4346-8a33-228a782c2dd0
* missing global authPaul S. Owen2003-02-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3463 89ea8834-ac86-4346-8a33-228a782c2dd0
* MCP update: topic selection for merge should now work... betterLudovic Arnaud2003-02-071-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3462 89ea8834-ac86-4346-8a33-228a782c2dd0
* MCP update: now it can delete topicsLudovic Arnaud2003-02-071-89/+144
| | | | git-svn-id: file:///svn/phpbb/trunk@3461 89ea8834-ac86-4346-8a33-228a782c2dd0
* Tweaking around the merge interfaceLudovic Arnaud2003-02-061-14/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@3459 89ea8834-ac86-4346-8a33-228a782c2dd0
* Very first preimplementation of the alpha version of the still not working ↵Ludovic Arnaud2003-02-061-622/+868
| | | | | | new version of Moderator CP. (did I mention it wasn't ready yet?) git-svn-id: file:///svn/phpbb/trunk@3458 89ea8834-ac86-4346-8a33-228a782c2dd0
* 'test' logging action - locked topicsPaul S. Owen2003-01-291-2/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3402 89ea8834-ac86-4346-8a33-228a782c2dd0
* Un-b0rked ACL options caching, small general fixesLudovic Arnaud2003-01-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3338 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates as opposed to downdatesPaul S. Owen2003-01-081-206/+147
| | | | git-svn-id: file:///svn/phpbb/trunk@3284 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change message_die for trigger_errorPaul S. Owen2003-01-081-23/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@3282 89ea8834-ac86-4346-8a33-228a782c2dd0
* And as if by magic ... pooooooffff ... MCP appeared, "hello MCP" the ↵Paul S. Owen2003-01-081-0/+999
children say, don't be silly children, MCP is a sequence of bits it cannot reply, "idiot children" the developer says. git-svn-id: file:///svn/phpbb/trunk@3281 89ea8834-ac86-4346-8a33-228a782c2dd0