aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
Commit message (Collapse)AuthorAgeFilesLines
...
* // TODO: Buy more bug sprayDavid M2005-12-291-1/+1
| | | | | | | - Somebody forgot a global variable... git-svn-id: file:///svn/phpbb/trunk@5396 89ea8834-ac86-4346-8a33-228a782c2dd0
* - ok, get away with the secondary style approach (styles can be mixed ↵Meik Sievertsen2005-12-221-1/+2
| | | | | | | | | | together easily with the acp) - introduce a more generic approach of defining some additional variables through cfg files as well as the name, copyright and version fields - please note that at the moment this is in flux. I added it now for Tom because he needs the theme parameters. git-svn-id: file:///svn/phpbb/trunk@5372 89ea8834-ac86-4346-8a33-228a782c2dd0
* - user avatar, user signature, user attachmentsMeik Sievertsen2005-12-211-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5365 89ea8834-ac86-4346-8a33-228a782c2dd0
* - drop in the new administration panelMeik Sievertsen2005-12-191-620/+230
| | | | | | | | - not finished yet: some user related items, style admin, database admin and permissions - Graham: Please add your MCP schema data to the schema data file. ;) git-svn-id: file:///svn/phpbb/trunk@5357 89ea8834-ac86-4346-8a33-228a782c2dd0
* - only bugfixesMeik Sievertsen2005-08-191-3/+9
| | | | | | | - use usergroup function to activate users at admin index git-svn-id: file:///svn/phpbb/trunk@5200 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix two small errors i "introduced" a while back. ;)Meik Sievertsen2005-05-301-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5155 89ea8834-ac86-4346-8a33-228a782c2dd0
* - request_var updatesMeik Sievertsen2005-05-151-7/+28
| | | | | | | | | - 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
* - Documentation related changesMeik Sievertsen2005-04-091-44/+35
| | | | | | | | | | - 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
* Missing UCP language string, some small activation issues on adm/index.phpBart van Bragt2005-02-021-5/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@5090 89ea8834-ac86-4346-8a33-228a782c2dd0
* - make use of new get_supported_image_types formatMeik Sievertsen2005-01-021-2/+48
| | | | | | | - added mysql 4.1.x support for database size git-svn-id: file:///svn/phpbb/trunk@5040 89ea8834-ac86-4346-8a33-228a782c2dd0
* language additionsMeik Sievertsen2004-05-261-1/+1
| | | | | | | some small fixes git-svn-id: file:///svn/phpbb/trunk@4893 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix some issues with oop, fixing small bugs and prepare the next steps...Meik Sievertsen2004-05-021-0/+1
| | | | | | | NOTE TO DEVS: have a look at adm/admin_board.php (new config layout) git-svn-id: file:///svn/phpbb/trunk@4883 89ea8834-ac86-4346-8a33-228a782c2dd0
* show correct login screen (accessing /adm while logged out)Meik Sievertsen2004-03-061-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4860 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finished drafts, one bit is remaining though.Meik Sievertsen2003-11-161-21/+44
| | | | | | | | added file and disk space statistics. some minor changes here and there. git-svn-id: file:///svn/phpbb/trunk@4668 89ea8834-ac86-4346-8a33-228a782c2dd0
* Select boxes rather than several submit buttons ... must standardise these ↵Paul S. Owen2003-10-211-122/+125
| | | | | | approaches across admin forms git-svn-id: file:///svn/phpbb/trunk@4618 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove need for session_ids for "allowed" bots, dump ↵Paul S. Owen2003-10-151-5/+4
| | | | | | user_founder/user_active in favour of user_type, new user_type, USER_IGNORE git-svn-id: file:///svn/phpbb/trunk@4603 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated the various "users of emailer", fixed issue(!) of jabber using the ↵Paul S. Owen2003-10-121-73/+64
| | | | | | email address as the uid, blah fixes, blah, blah di blah yakety smackety git-svn-id: file:///svn/phpbb/trunk@4583 89ea8834-ac86-4346-8a33-228a782c2dd0
* Extension var updatePaul S. Owen2003-09-071-3/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4480 89ea8834-ac86-4346-8a33-228a782c2dd0
* The moving of update eliminates it's usefulness ... given the change was ↵Paul S. Owen2003-08-241-4/+5
| | | | | | done to increase security it wins :) git-svn-id: file:///svn/phpbb/trunk@4429 89ea8834-ac86-4346-8a33-228a782c2dd0
* Because of vars being unset by common.php we must always declare them after ↵Ludovic Arnaud2003-08-231-5/+4
| | | | | | common.php has been called git-svn-id: file:///svn/phpbb/trunk@4428 89ea8834-ac86-4346-8a33-228a782c2dd0
* specialchars data in swatch, rejiggle index variable setting and ↵Paul S. Owen2003-08-221-28/+23
| | | | | | comparisons, replace .php with $phpEx in styles for swatch git-svn-id: file:///svn/phpbb/trunk@4416 89ea8834-ac86-4346-8a33-228a782c2dd0
* mainoption/liteoption -> btnmain/btnlitePaul S. Owen2003-07-161-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@4271 89ea8834-ac86-4346-8a33-228a782c2dd0
* merged log tables, added new log_type (critical).Meik Sievertsen2003-07-061-1/+1
| | | | | | | | changed email class a little bit. bug fixed the queue a little bit. git-svn-id: file:///svn/phpbb/trunk@4210 89ea8834-ac86-4346-8a33-228a782c2dd0
* Lang var case changesPaul S. Owen2003-07-041-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4206 89ea8834-ac86-4346-8a33-228a782c2dd0
* Majority are UCP related updates ... avatars should now work, aside from ↵Paul S. Owen2003-05-261-6/+6
| | | | | | gallery, fixed a few other issues, updated schema/basic git-svn-id: file:///svn/phpbb/trunk@4062 89ea8834-ac86-4346-8a33-228a782c2dd0
* page header/footer become functions, forum passwords (I know, I know but it ↵Paul S. Owen2003-05-031-6/+6
| | | | | | appears a popular feature for some reason ... inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs). git-svn-id: file:///svn/phpbb/trunk@3969 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, forum links, "improve" forum management, cleanups, blah ↵Paul S. Owen2003-05-021-1/+1
| | | | | | blah, note the schema changes, note also that forum management may misbehave ... reports on wrong doings are welcome ... seem to be having problems with some mcp functions under apache/win32 git-svn-id: file:///svn/phpbb/trunk@3961 89ea8834-ac86-4346-8a33-228a782c2dd0
* No functional changes, will only produce less PHP notices/warnings.Ludovic Arnaud2003-04-241-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3949 89ea8834-ac86-4346-8a33-228a782c2dd0
* Weekly update: MCP templates. Forms renamed to 'main', added ↵Ludovic Arnaud2003-04-091-3/+20
| | | | | | | | | 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
* 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-241-6/+58
| | | | | | prune option, addition of stats reset on admin index page git-svn-id: file:///svn/phpbb/trunk@3708 89ea8834-ac86-4346-8a33-228a782c2dd0
* Redirect path changesPaul S. Owen2003-03-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3647 89ea8834-ac86-4346-8a33-228a782c2dd0
* New directory namePaul S. Owen2003-03-131-0/+521
git-svn-id: file:///svn/phpbb/trunk@3646 89ea8834-ac86-4346-8a33-228a782c2dd0