aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/groupcp.php
Commit message (Collapse)AuthorAgeFilesLines
* Moved profile.php to ucp.php. ucp is really really broken right now, don't ↵James Atkinson2002-11-211-6/+6
| | | | | | even think about trying to use it. git-svn-id: file:///svn/phpbb/trunk@3075 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed $board_config to $config, more posting "stuff", altered polling code ↵Paul S. Owen2002-10-301-29/+29
| | | | | | in viewtopic and loads of new problems, poor coding, etc. created :) git-svn-id: file:///svn/phpbb/trunk@2983 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mostly changes to turn userdata into user->data, lang into user->lang + ↵Paul S. Owen2002-10-201-53/+53
| | | | | | bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final git-svn-id: file:///svn/phpbb/trunk@2958 89ea8834-ac86-4346-8a33-228a782c2dd0
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
* More session changes to accomodate ACL_PERMIT/PREVENT ...Paul S. Owen2002-08-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2853 89ea8834-ac86-4346-8a33-228a782c2dd0
* More changes ... switched away from prefetch for now ...Paul S. Owen2002-08-131-134/+134
| | | | git-svn-id: file:///svn/phpbb/trunk@2849 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for permissions, sessions, lots of things ... note that _many_ ↵Paul S. Owen2002-07-141-42/+42
| | | | | | things _do_not_work_ now ... I'm commiting them to stop people complaining about my holding on to everything :) There is _no_ update script at present for all these changes, you'll have to work out what's needed yourselves till I finish various things git-svn-id: file:///svn/phpbb/trunk@2673 89ea8834-ac86-4346-8a33-228a782c2dd0
* merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates ↵Paul S. Owen2002-04-201-4/+5
| | | | | | and trial stuff for example session alterations git-svn-id: file:///svn/phpbb/trunk@2532 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix missing var preventing display of email link to users when browsing ↵Paul S. Owen2002-04-031-5/+5
| | | | | | groups as group moderator or admin git-svn-id: file:///svn/phpbb/trunk@2471 89ea8834-ac86-4346-8a33-228a782c2dd0
* pre-freeze on main templates, various bug fixes (highlighting search ↵Paul S. Owen2002-03-311-421/+358
| | | | | | results, various search related issues, blah blah). These updates need _thorough_ checking, quickly git-svn-id: file:///svn/phpbb/trunk@2448 89ea8834-ac86-4346-8a33-228a782c2dd0
* More header fixingPaul S. Owen2002-03-221-63/+76
| | | | git-svn-id: file:///svn/phpbb/trunk@2411 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ooops, thanks AL_ for noting another problem ... I wish I'd never come up ↵Paul S. Owen2002-03-191-7/+3
| | | | | | with this usergroup nonsense, I'll keep my big mouth shut next time :D git-svn-id: file:///svn/phpbb/trunk@2359 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various fixes for unviewable group problems, etc.Paul S. Owen2002-03-191-257/+384
| | | | git-svn-id: file:///svn/phpbb/trunk@2353 89ea8834-ac86-4346-8a33-228a782c2dd0
* Loads'a changes including fix for security issue, thanks to Matthijs for ↵Paul S. Owen2002-03-181-0/+1
| | | | | | checking this out and confirming git-svn-id: file:///svn/phpbb/trunk@2305 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixing the bug where users can find other user's email addresses from emails ↵dougk_ff72002-03-041-2/+2
| | | | | | sent out by groupcp. git-svn-id: file:///svn/phpbb/trunk@2262 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove extra session var in session_pagestartPaul S. Owen2002-03-041-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2260 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix lack of display if no groups exist, bug #520902Paul S. Owen2002-03-031-15/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@2259 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed way subject is sent to email ... handled by templates where necessaryPaul S. Owen2002-03-021-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2247 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for minor cosmetic bug # 519992the_systech2002-02-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2195 89ea8834-ac86-4346-8a33-228a782c2dd0
* Couple of var names switched around in email URIPaul S. Owen2002-02-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2191 89ea8834-ac86-4346-8a33-228a782c2dd0
* Somewhat overhauled posting, fixed various bugs, completed new way of ↵Paul S. Owen2002-02-181-3/+11
| | | | | | handling URIs in emails, blah blah git-svn-id: file:///svn/phpbb/trunk@2183 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cleaned up stuff (for Email)Bart van Bragt2002-02-171-13/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2178 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed malformed URL in EmailsBart van Bragt2002-02-171-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2177 89ea8834-ac86-4346-8a33-228a782c2dd0
* Made hidden groups hidden, guess some extra security checks would be nice ↵Bart van Bragt2002-02-151-5/+19
| | | | | | though (ppl guessing URLs) git-svn-id: file:///svn/phpbb/trunk@2165 89ea8834-ac86-4346-8a33-228a782c2dd0
* Showing as uncommited ... so I'm commiting ...Paul S. Owen2002-02-151-52/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@2154 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix problem where groups for which user is member appear in the Join Group ↵Paul S. Owen2002-02-131-5/+6
| | | | | | dropbox git-svn-id: file:///svn/phpbb/trunk@2122 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed wrong var name preventing group listing ...Paul S. Owen2002-01-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1996 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates related to email creation ... should fix various bugs and ↵Paul S. Owen2002-01-271-169/+151
| | | | | | errors, in theory git-svn-id: file:///svn/phpbb/trunk@1974 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fourth attempt at this ... stupid CVS, remove global $mode requirementPaul S. Owen2002-01-251-0/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@1949 89ea8834-ac86-4346-8a33-228a782c2dd0
* Further changes to board emails sent in user languagePaul S. Owen2002-01-101-51/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@1831 89ea8834-ac86-4346-8a33-228a782c2dd0
* Three bugs fixed here... Bug ID 494154, which was a bug in the group ↵dougk_ff72002-01-031-2/+14
| | | | | | moderation page, where email links would not redirect to the login page. Bug ID 498927 was a problem between the time/date format. Bug ID 498961 was a slight cosmetic error in the admin panel. That's all for now! git-svn-id: file:///svn/phpbb/trunk@1791 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates.Paul S. Owen2001-12-241-5/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@1714 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hopefully this addresses the \' and '' problems with MSSQL, etc. ... I'd ↵Paul S. Owen2001-12-211-1/+1
| | | | | | like opinions on the security of doing this. git-svn-id: file:///svn/phpbb/trunk@1661 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should fix bug #493448 I can't believe the cockup I made, that was a good ↵Paul S. Owen2001-12-161-0/+3
| | | | | | one even by my standards ... PS: This one works ... git-svn-id: file:///svn/phpbb/trunk@1601 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should fix bug #493448 I can't believe the cockup I made, that was a good ↵Paul S. Owen2001-12-161-2/+4
| | | | | | one even by my standards git-svn-id: file:///svn/phpbb/trunk@1598 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #487544Paul S. Owen2001-12-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1500 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable pagination for usergroup listing, a little crude but never mindPaul S. Owen2001-11-291-62/+139
| | | | git-svn-id: file:///svn/phpbb/trunk@1469 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some parse errorsBart van Bragt2001-11-271-4/+37
| | | | git-svn-id: file:///svn/phpbb/trunk@1463 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various fixes and updates, fix (hopefully) for bug #485799Paul S. Owen2001-11-271-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1461 89ea8834-ac86-4346-8a33-228a782c2dd0
* Doh, note to self make sure you check the right field when doing stuff like thisJames Atkinson2001-11-261-1/+2
| | | | | | | Fixed bug #485452 git-svn-id: file:///svn/phpbb/trunk@1450 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another attempt at getting universal compatibility with URI/paths ... I'm ↵Paul S. Owen2001-11-191-3/+3
| | | | | | really beginning to dispise IIS ... git-svn-id: file:///svn/phpbb/trunk@1380 89ea8834-ac86-4346-8a33-228a782c2dd0
* More language updatesPaul S. Owen2001-11-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1368 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hopefully cope with boards running from SSL, ie. https://Paul S. Owen2001-11-181-3/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@1363 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed various problems preventing updates of group status, etc.Paul S. Owen2001-11-181-7/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1354 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hopefully addresses bug #481831 ... changed REQUEST_URI to SCRIPT_NAME which ↵Paul S. Owen2001-11-171-3/+3
| | | | | | seems common git-svn-id: file:///svn/phpbb/trunk@1351 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mainly language updates but some bug fixes tooPaul S. Owen2001-11-161-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@1332 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added admin enabling of email formPaul S. Owen2001-11-151-5/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@1320 89ea8834-ac86-4346-8a33-228a782c2dd0
* Email form - free with purchase of any two other itemsPaul S. Owen2001-11-151-4/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1316 89ea8834-ac86-4346-8a33-228a782c2dd0
* Checked all calls to message_die and made sure that if they would be ↵James Atkinson2001-11-091-2/+2
| | | | | | | | | | outputted to a user without a major error that they got their error string from the lang file Also made sure all calls had the right arguments in teh right place git-svn-id: file:///svn/phpbb/trunk@1289 89ea8834-ac86-4346-8a33-228a782c2dd0
* Group control panel updates and mods + hidden group abilityPaul S. Owen2001-11-031-469/+698
| | | | git-svn-id: file:///svn/phpbb/trunk@1268 89ea8834-ac86-4346-8a33-228a782c2dd0