aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
Commit message (Collapse)AuthorAgeFilesLines
* Use sorting functionPaul S. Owen2003-04-171-47/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@3873 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ranks put in the global cacheLudovic Arnaud2003-04-161-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3857 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable wider use of * wildcard to enhance exclude capability, improve loggingPaul S. Owen2003-04-161-64/+105
| | | | git-svn-id: file:///svn/phpbb/trunk@3854 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove duplicate username entriesPaul S. Owen2003-04-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3853 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add .blue class for special group name listingsPaul S. Owen2003-04-161-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3851 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable multiple forum, user and group selection, tidy up logging, add ↵Paul S. Owen2003-04-161-59/+138
| | | | | | details of affected forums git-svn-id: file:///svn/phpbb/trunk@3850 89ea8834-ac86-4346-8a33-228a782c2dd0
* Load and cpu savingPaul S. Owen2003-04-151-7/+52
| | | | git-svn-id: file:///svn/phpbb/trunk@3840 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missed stringPaul S. Owen2003-04-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3839 89ea8834-ac86-4346-8a33-228a782c2dd0
* Logging + fixes for user/group permission settingPaul S. Owen2003-04-151-13/+69
| | | | git-svn-id: file:///svn/phpbb/trunk@3837 89ea8834-ac86-4346-8a33-228a782c2dd0
* Seems to be working ...Paul S. Owen2003-04-151-164/+183
| | | | git-svn-id: file:///svn/phpbb/trunk@3832 89ea8834-ac86-4346-8a33-228a782c2dd0
* another quick fix for demo purposesPaul S. Owen2003-04-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3829 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix a few things up for demonstrationPaul S. Owen2003-04-131-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3828 89ea8834-ac86-4346-8a33-228a782c2dd0
* Non (fully) working alternative to depedencies for admin, super mod and mod ↵Paul S. Owen2003-04-131-403/+318
| | | | | | ... possibly git-svn-id: file:///svn/phpbb/trunk@3827 89ea8834-ac86-4346-8a33-228a782c2dd0
* Getting there ... unlike Network Rail ...Paul S. Owen2003-04-121-448/+802
| | | | git-svn-id: file:///svn/phpbb/trunk@3818 89ea8834-ac86-4346-8a33-228a782c2dd0
* hehehe hohoPaul S. Owen2003-04-111-15/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@3815 89ea8834-ac86-4346-8a33-228a782c2dd0
* Very, very broken right now ... re-working it as we speakPaul S. Owen2003-04-111-662/+334
| | | | git-svn-id: file:///svn/phpbb/trunk@3814 89ea8834-ac86-4346-8a33-228a782c2dd0
* Weekly update: MCP templates. Forms renamed to 'main', added ↵Ludovic Arnaud2003-04-092-15/+21
| | | | | | | | | mcp_jumpbox.html for easy jumping and mcp_foruminfo.html. Not too happy with HTML though =" templates\subSilver\mcp_forum.html templates\subSilver\mcp_foruminfo.html templates\subSilver\mcp_front.html templates\subSilver\mcp_header.html templates\subSilver\mcp_jumpbox.html templates\subSilver\mcp_move.html templates\subSilver\mcp_post.html templates\subSilver\mcp_viewip.html templates\subSilver\mcp_viewlogs.html git-svn-id: file:///svn/phpbb/trunk@3800 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified view_logs to be used in MCP, added get_forum_list() to quickly get ↵Ludovic Arnaud2003-04-021-3/+3
| | | | | | a set of forums the user is authed for git-svn-id: file:///svn/phpbb/trunk@3781 89ea8834-ac86-4346-8a33-228a782c2dd0
* Just playingPaul S. Owen2003-04-011-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3778 89ea8834-ac86-4346-8a33-228a782c2dd0
* Just throwing this in ... dependencies still not complete ... the GUI and ↵Paul S. Owen2003-04-011-96/+206
| | | | | | storage has caused me to do more "thinking" than I'd anticipated ... comments are welcome on what you see. Note also ALLOW/DENY/INHERIT have become YES/NO/UNSET git-svn-id: file:///svn/phpbb/trunk@3772 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes ... it works again now :DPaul S. Owen2003-03-301-91/+244
| | | | git-svn-id: file:///svn/phpbb/trunk@3753 89ea8834-ac86-4346-8a33-228a782c2dd0
* made admin_phpinfo PHP 4.1.x compatible (old style format)Meik Sievertsen2003-03-291-11/+35
| | | | git-svn-id: file:///svn/phpbb/trunk@3749 89ea8834-ac86-4346-8a33-228a782c2dd0
* MCP: resync() function deemed stable enough to replace sync() in ↵Ludovic Arnaud2003-03-282-23/+17
| | | | | | | | | 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
* whoopsied againPaul S. Owen2003-03-261-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3733 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable reminder email sendingPaul S. Owen2003-03-251-7/+68
| | | | git-svn-id: file:///svn/phpbb/trunk@3720 89ea8834-ac86-4346-8a33-228a782c2dd0
* Capitalisation, additional of one or two new options, removal of global ↵Paul S. Owen2003-03-242-81/+149
| | | | | | prune option, addition of stats reset on admin index page git-svn-id: file:///svn/phpbb/trunk@3708 89ea8834-ac86-4346-8a33-228a782c2dd0
* Tidy things up a little morePaul S. Owen2003-03-231-2/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@3700 89ea8834-ac86-4346-8a33-228a782c2dd0
* Easy access to some PHP infoPaul S. Owen2003-03-231-0/+64
| | | | git-svn-id: file:///svn/phpbb/trunk@3699 89ea8834-ac86-4346-8a33-228a782c2dd0
* initial attachment functionality... only posting related (add/delete/edit) ↵Meik Sievertsen2003-03-221-0/+7
| | | | | | and schema. Also added attachment switch to board settings admin. git-svn-id: file:///svn/phpbb/trunk@3697 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved login procedure to a function enabling "inline" login links ... no ↵Paul S. Owen2003-03-171-0/+7
| | | | | | more "messy" redirects ... install will be broken for now, at least when it comes to redirecting after completion. Moved "front-end" login to ucp.php git-svn-id: file:///svn/phpbb/trunk@3650 89ea8834-ac86-4346-8a33-228a782c2dd0
* Redirect path changesPaul S. Owen2003-03-132-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3647 89ea8834-ac86-4346-8a33-228a782c2dd0
* New directory namePaul S. Owen2003-03-1329-0/+9523
git-svn-id: file:///svn/phpbb/trunk@3646 89ea8834-ac86-4346-8a33-228a782c2dd0