aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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