aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/groupcp.php
Commit message (Expand)AuthorAgeFilesLines
* Moved profile.php to ucp.php. ucp is really really broken right now, don't ev...James Atkinson2002-11-211-6/+6
* Changed $board_config to $config, more posting "stuff", altered polling code ...Paul S. Owen2002-10-301-29/+29
* Mostly changes to turn userdata into user->data, lang into user->lang + bitst...Paul S. Owen2002-10-201-53/+53
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-1/+1
* More session changes to accomodate ACL_PERMIT/PREVENT ...Paul S. Owen2002-08-151-1/+1
* More changes ... switched away from prefetch for now ...Paul S. Owen2002-08-131-134/+134
* Updates for permissions, sessions, lots of things ... note that _many_ things...Paul S. Owen2002-07-141-42/+42
* merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates and...Paul S. Owen2002-04-201-4/+5
* Fix missing var preventing display of email link to users when browsing group...Paul S. Owen2002-04-031-5/+5
* pre-freeze on main templates, various bug fixes (highlighting search results,...Paul S. Owen2002-03-311-421/+358
* More header fixingPaul S. Owen2002-03-221-63/+76
* Ooops, thanks AL_ for noting another problem ... I wish I'd never come up wit...Paul S. Owen2002-03-191-7/+3
* Various fixes for unviewable group problems, etc.Paul S. Owen2002-03-191-257/+384
* Loads'a changes including fix for security issue, thanks to Matthijs for chec...Paul S. Owen2002-03-181-0/+1
* Fixing the bug where users can find other user's email addresses from emails ...dougk_ff72002-03-041-2/+2
* Remove extra session var in session_pagestartPaul S. Owen2002-03-041-1/+1
* Fix lack of display if no groups exist, bug #520902Paul S. Owen2002-03-031-15/+23
* Changed way subject is sent to email ... handled by templates where necessaryPaul S. Owen2002-03-021-4/+4
* Fix for minor cosmetic bug # 519992the_systech2002-02-191-2/+2
* Couple of var names switched around in email URIPaul S. Owen2002-02-181-1/+1
* Somewhat overhauled posting, fixed various bugs, completed new way of handlin...Paul S. Owen2002-02-181-3/+11
* Cleaned up stuff (for Email)Bart van Bragt2002-02-171-13/+3
* Fixed malformed URL in EmailsBart van Bragt2002-02-171-2/+2
* Made hidden groups hidden, guess some extra security checks would be nice tho...Bart van Bragt2002-02-151-5/+19
* Showing as uncommited ... so I'm commiting ...Paul S. Owen2002-02-151-52/+20
* Fix problem where groups for which user is member appear in the Join Group dr...Paul S. Owen2002-02-131-5/+6
* Fixed wrong var name preventing group listing ...Paul S. Owen2002-01-281-1/+1
* Various updates related to email creation ... should fix various bugs and err...Paul S. Owen2002-01-271-169/+151
* Fourth attempt at this ... stupid CVS, remove global $mode requirementPaul S. Owen2002-01-251-0/+10
* Further changes to board emails sent in user languagePaul S. Owen2002-01-101-51/+10
* Three bugs fixed here... Bug ID 494154, which was a bug in the group moderati...dougk_ff72002-01-031-2/+14
* Various updates.Paul S. Owen2001-12-241-5/+19
* Hopefully this addresses the \' and '' problems with MSSQL, etc. ... I'd like...Paul S. Owen2001-12-211-1/+1
* Should fix bug #493448 I can't believe the cockup I made, that was a good one...Paul S. Owen2001-12-161-0/+3
* Should fix bug #493448 I can't believe the cockup I made, that was a good one...Paul S. Owen2001-12-161-2/+4
* Fixed bug #487544Paul S. Owen2001-12-031-1/+1
* Enable pagination for usergroup listing, a little crude but never mindPaul S. Owen2001-11-291-62/+139
* Fixed some parse errorsBart van Bragt2001-11-271-4/+37
* Various fixes and updates, fix (hopefully) for bug #485799Paul S. Owen2001-11-271-3/+3
* Doh, note to self make sure you check the right field when doing stuff like thisJames Atkinson2001-11-261-1/+2
* Another attempt at getting universal compatibility with URI/paths ... I'm rea...Paul S. Owen2001-11-191-3/+3
* More language updatesPaul S. Owen2001-11-191-1/+1
* Hopefully cope with boards running from SSL, ie. https://Paul S. Owen2001-11-181-3/+6
* Fixed various problems preventing updates of group status, etc.Paul S. Owen2001-11-181-7/+4
* Hopefully addresses bug #481831 ... changed REQUEST_URI to SCRIPT_NAME which ...Paul S. Owen2001-11-171-3/+3
* Mainly language updates but some bug fixes tooPaul S. Owen2001-11-161-7/+7
* Added admin enabling of email formPaul S. Owen2001-11-151-5/+8
* Email form - free with purchase of any two other itemsPaul S. Owen2001-11-151-4/+2
* Checked all calls to message_die and made sure that if they would be outputte...James Atkinson2001-11-091-2/+2
* Group control panel updates and mods + hidden group abilityPaul S. Owen2001-11-031-469/+698