aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/ucp.php
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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-41/+24
| | | | | | | | | | - 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
* BBCode enabled profile fields, removed field_name from profile fields, fixed ↵Bart van Bragt2005-01-241-1/+1
| | | | | | some uninitialised variable issues, some small conversion issues git-svn-id: file:///svn/phpbb/trunk@5076 89ea8834-ac86-4346-8a33-228a782c2dd0
* - more updates, mostly bugfixes to the bbcode parserMeik Sievertsen2004-09-161-1/+1
| | | | | | | | | | | - changed current_user in sessions (please review) - give more flexibility to style authors in regard to the pagination elements - profile fields updates (included a sample constuct into viewtopic_body.html - have to be documented extensivly) - code optimizations (use of strpos, sizeof, loops not iterating functions on every call, memory savings...) - and last but not least --- hopefully not introduced more bugs than healthy (*cough*) git-svn-id: file:///svn/phpbb/trunk@4984 89ea8834-ac86-4346-8a33-228a782c2dd0
* I will not swear, I will not swear ... I will not ... oh f**k itPaul S. Owen2004-09-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4974 89ea8834-ac86-4346-8a33-228a782c2dd0
* This is a mass commit ... expect trouble! Changes made here are primarily to ↵Paul S. Owen2004-09-011-11/+4
| | | | | | how login is handled, schema changes necessary! git-svn-id: file:///svn/phpbb/trunk@4970 89ea8834-ac86-4346-8a33-228a782c2dd0
* Rejiggle "board disabled" system to allow admin/mods access, eliminate ↵Paul S. Owen2004-08-021-29/+32
| | | | | | duplication and "fudges" ... hopefully I've not overlooked something fundamental ... git-svn-id: file:///svn/phpbb/trunk@4950 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed permissions for mcp (global permission settings are false if user is ↵Meik Sievertsen2004-07-111-2/+9
| | | | | | | | | | 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
* - fixed notification redirectionMeik Sievertsen2004-06-151-4/+4
| | | | | | | - added SID to ucp redirects git-svn-id: file:///svn/phpbb/trunk@4915 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added folder_moved imageMeik Sievertsen2004-06-061-14/+22
| | | | | | | | | - new feature: bookmark topics - fixed post details link - added confirmation screen to cookie deletion git-svn-id: file:///svn/phpbb/trunk@4912 89ea8834-ac86-4346-8a33-228a782c2dd0
* - enable admin login if board disabledMeik Sievertsen2004-06-011-1/+6
| | | | | | | - new reply image for pm's (fits better into the style) git-svn-id: file:///svn/phpbb/trunk@4906 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added delete cookies linkMeik Sievertsen2004-05-311-0/+24
| | | | | | | | - fixed global announcement links in viewforum - do not display redirects in link forums as posts in forum overview git-svn-id: file:///svn/phpbb/trunk@4904 89ea8834-ac86-4346-8a33-228a782c2dd0
* - forum rules + link to forum rulesMeik Sievertsen2004-05-301-1/+6
| | | | | | | | | - three new (tiny) functions added to functions_posting responsible for handling text with bbcode/smilies/urls, use them at items all over across phpbb... - some bugfixes within admin_forums and other files - new admin_board layout (much safer, security wise) git-svn-id: file:///svn/phpbb/trunk@4903 89ea8834-ac86-4346-8a33-228a782c2dd0
* blablaMeik Sievertsen2004-05-261-3/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4891 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix some issues with oop, fixing small bugs and prepare the next steps...Meik Sievertsen2004-05-021-5/+36
| | | | | | | 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
* splitted language filesMeik Sievertsen2004-02-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4844 89ea8834-ac86-4346-8a33-228a782c2dd0
* always redirect on login (fixes the "i am not logged in" problem. ;))Meik Sievertsen2004-02-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4838 89ea8834-ac86-4346-8a33-228a782c2dd0
* - put consoring and smilie processing into functions (we use them all over ↵Meik Sievertsen2004-02-211-5/+0
| | | | | | | | | | | the place) for better changing and consistency. - changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php - pleasing the users a little bit more by using table constants. :D - login box if "mode" is not allowed -> posting (thought about trigger_error integration, but we do not need this that often). git-svn-id: file:///svn/phpbb/trunk@4836 89ea8834-ac86-4346-8a33-228a782c2dd0
* use logical expression for module permissions + prefixes for acl's and ↵Meik Sievertsen2004-02-111-10/+4
| | | | | | config variables (acl_ and cfg_). git-svn-id: file:///svn/phpbb/trunk@4829 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable redirect after loginPaul S. Owen2004-01-301-8/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@4768 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove need for session_ids for "allowed" bots, dump ↵Paul S. Owen2003-10-151-3/+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-1/+1
| | | | | | 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
* Minor modsPaul S. Owen2003-10-041-4/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4527 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change in format of module db data, add zebra, many things probably "damaged ↵Paul S. Owen2003-10-011-95/+174
| | | | | | goods" for now ... don't panic Mr. Mainwaring, don't panic git-svn-id: file:///svn/phpbb/trunk@4522 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates mainly for removal of extension + header comment ... moved some ↵Paul S. Owen2003-09-071-155/+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
* 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@4261 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move certain methods out of ucp class, move ucp class into ucp, break half a ↵Paul S. Owen2003-07-071-13/+246
| | | | | | dozen other features, introduce x hundred new, exciting bugs git-svn-id: file:///svn/phpbb/trunk@4213 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated Firebird schema ... "compatible" with mysql version ... NOTE the ↵Paul S. Owen2003-06-151-2/+2
| | | | | | change in ucp schema, module_name becomes module_title to prevent conflict. Various script SQL issues preventing full compatibility with Firebird at present git-svn-id: file:///svn/phpbb/trunk@4137 89ea8834-ac86-4346-8a33-228a782c2dd0
* Majority are UCP related updates ... avatars should now work, aside from ↵Paul S. Owen2003-05-261-9/+8
| | | | | | gallery, fixed a few other issues, updated schema/basic git-svn-id: file:///svn/phpbb/trunk@4062 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes as per functions_user.phpPaul S. Owen2003-05-191-90/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@4020 89ea8834-ac86-4346-8a33-228a782c2dd0
* Yet more mildly fudged code ... just to get something up, minor ↵Paul S. Owen2003-05-111-13/+0
| | | | | | fixes/updates elsewhere git-svn-id: file:///svn/phpbb/trunk@4004 89ea8834-ac86-4346-8a33-228a782c2dd0
* Returned to instantiation of ucp object ... perhaps this approach is better? ↵Paul S. Owen2003-05-101-230/+85
| | | | | | Altered basic info for ucp_modules, updated editor to allow alternative form and textarea names ... still lots of fudginess, hhhmmmm fudge, uuuuugggghhh git-svn-id: file:///svn/phpbb/trunk@4003 89ea8834-ac86-4346-8a33-228a782c2dd0
* guess whatPaul S. Owen2003-05-101-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4001 89ea8834-ac86-4346-8a33-228a782c2dd0
* Had to make a start on the UCP proper ... note that things may and in places ↵Paul S. Owen2003-05-091-16/+101
| | | | | | are quite broken git-svn-id: file:///svn/phpbb/trunk@3996 89ea8834-ac86-4346-8a33-228a782c2dd0
* page header/footer become functions, forum passwords (I know, I know but it ↵Paul S. Owen2003-05-031-3/+2
| | | | | | 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
* Moved login procedure to a function enabling "inline" login links ... no ↵Paul S. Owen2003-03-171-100/+109
| | | | | | 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
* Tons of work on the UCP, see my topic in the development forum for more infoJames Atkinson2003-03-041-5/+36
| | | | | | | | | | on the bigger changes. Registration should still work, the basic layout of the UCP is also done with the start on the profile settings area. git-svn-id: file:///svn/phpbb/trunk@3591 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add ANONYMOUS check for user_idPaul S. Owen2003-02-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3509 89ea8834-ac86-4346-8a33-228a782c2dd0
* This is the main UCP interface, handles passing off to registartion andJames Atkinson2003-01-301-44/+169
| | | | | | | viewprofile. git-svn-id: file:///svn/phpbb/trunk@3431 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove server string stuff since it's now handled by redirectPaul S. Owen2003-01-081-9/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3279 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oh my God what have they done? What HAVE they done .... infamy! infamy! ↵Paul S. Owen2003-01-081-0/+40
| | | | | | they've all got it in-for-me ... (c) Rank git-svn-id: file:///svn/phpbb/trunk@3277 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved profile.php to ucp.php. ucp is really really broken right now, don't ↵James Atkinson2002-11-211-0/+112
even think about trying to use it. git-svn-id: file:///svn/phpbb/trunk@3075 89ea8834-ac86-4346-8a33-228a782c2dd0