aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Likely fix for pagination failure on div 10 boundaryPaul S. Owen2001-06-091-5/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@446 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated/fixed coding standards doc.natec2001-06-091-15/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@445 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bad paul.. no comma.natec2001-06-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@444 89ea8834-ac86-4346-8a33-228a782c2dd0
* Similar problem with the user_timezone fieldJames Atkinson2001-06-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@443 89ea8834-ac86-4346-8a33-228a782c2dd0
* Check user_dateformat against '' was messing up sourceforge so I changed it ↵James Atkinson2001-06-091-2/+2
| | | | | | | | | | | to an if($userdata[user_dateformat]) insted. git-svn-id: file:///svn/phpbb/trunk@442 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preparations for possible move of forum_auth fieldsPaul S. Owen2001-06-083-4/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@441 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some basic user auth layout testsPaul S. Owen2001-06-085-277/+476
| | | | git-svn-id: file:///svn/phpbb/trunk@440 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed profile resetting user_level problem ...Paul S. Owen2001-06-081-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@439 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added announce and sticky supportPaul S. Owen2001-06-071-13/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@438 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forum level annoucements and sticky topics are done.James Atkinson2001-06-0711-110/+195
| | | | | | | Added topic_type field to the topics database in order to handle ordering. Would have used topic_status but that would have messed up the ordering when topics were locked git-svn-id: file:///svn/phpbb/trunk@437 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed postgres query in indexJames Atkinson2001-06-072-29/+29
| | | | | | | Fixed profile so people arn't created with automatic admin status (eek) git-svn-id: file:///svn/phpbb/trunk@436 89ea8834-ac86-4346-8a33-228a782c2dd0
* Reduced auth code size and added some more auth typesPaul S. Owen2001-06-066-308/+200
| | | | git-svn-id: file:///svn/phpbb/trunk@435 89ea8834-ac86-4346-8a33-228a782c2dd0
* Auth now returns a type allowing for more meaningful failure messa gesPaul S. Owen2001-06-064-9/+112
| | | | git-svn-id: file:///svn/phpbb/trunk@434 89ea8834-ac86-4346-8a33-228a782c2dd0
* I taught I taw a puty tatPaul S. Owen2001-06-051-10/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@433 89ea8834-ac86-4346-8a33-228a782c2dd0
* Latest session code updatesPaul S. Owen2001-06-051-10/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@432 89ea8834-ac86-4346-8a33-228a782c2dd0
* Demo topic tracking code ... commented out by defaultPaul S. Owen2001-06-053-44/+200
| | | | git-svn-id: file:///svn/phpbb/trunk@431 89ea8834-ac86-4346-8a33-228a782c2dd0
* Basic new post folder colour changePaul S. Owen2001-06-053-11/+44
| | | | git-svn-id: file:///svn/phpbb/trunk@430 89ea8834-ac86-4346-8a33-228a782c2dd0
* Small change to default date formatPaul S. Owen2001-06-041-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@429 89ea8834-ac86-4346-8a33-228a782c2dd0
* Now functional for Postgres???the_systech2001-06-041-17/+293
| | | | git-svn-id: file:///svn/phpbb/trunk@428 89ea8834-ac86-4346-8a33-228a782c2dd0
* Last visit additionPaul S. Owen2001-06-046-10/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@427 89ea8834-ac86-4346-8a33-228a782c2dd0
* Noticed that the initial conditions had been changed so changed them backPaul S. Owen2001-06-041-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@426 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remember to change all commented out lines for CVS version ... dohPaul S. Owen2001-06-041-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@425 89ea8834-ac86-4346-8a33-228a782c2dd0
* More functionality ... some user auth info but no direct control yetPaul S. Owen2001-06-042-92/+208
| | | | git-svn-id: file:///svn/phpbb/trunk@424 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed problem with users editing posts they did not createPaul S. Owen2001-06-041-5/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@423 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some emergency updates ...Paul S. Owen2001-06-031-83/+58
| | | | git-svn-id: file:///svn/phpbb/trunk@422 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed reply w/ quote link (functionality still dosan't exist for it though)James Atkinson2001-06-035-104/+110
| | | | | | | | | Fixed bug with being able to modifiy someone elses profile Fixed bug with BBCode not working Fixed bug with validate_username causing editing of profile to fail (only checks if you actually change you name now) git-svn-id: file:///svn/phpbb/trunk@421 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mental note - Remove echos before commiting ...Paul S. Owen2001-06-031-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@420 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed validate_username failure and matched groups field namesPaul S. Owen2001-06-031-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@419 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates to forumauth and initial userauthPaul S. Owen2001-06-032-7/+310
| | | | git-svn-id: file:///svn/phpbb/trunk@418 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed field type for cat_orderPaul S. Owen2001-06-032-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@417 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forum auth admin now worksPaul S. Owen2001-06-031-96/+232
| | | | git-svn-id: file:///svn/phpbb/trunk@416 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some basic Forum Auth controlPaul S. Owen2001-06-031-0/+280
| | | | git-svn-id: file:///svn/phpbb/trunk@415 89ea8834-ac86-4346-8a33-228a782c2dd0
* Slight mods that should make not difference to current setupsPaul S. Owen2001-06-023-11/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@414 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor change to remove commented out ban check in _pagestartPaul S. Owen2001-06-021-24/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@413 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor modsPaul S. Owen2001-06-025-12/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@412 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial defaultPaul S. Owen2001-06-022-0/+131
| | | | git-svn-id: file:///svn/phpbb/trunk@411 89ea8834-ac86-4346-8a33-228a782c2dd0
* User can only search and see results for forums they have auth_view rightsPaul S. Owen2001-06-021-2/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@410 89ea8834-ac86-4346-8a33-228a782c2dd0
* More internal changesPaul S. Owen2001-06-021-162/+231
| | | | git-svn-id: file:///svn/phpbb/trunk@409 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update for better error reporting on backupthe_systech2001-06-011-20/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@408 89ea8834-ac86-4346-8a33-228a782c2dd0
* Basic imagesPaul S. Owen2001-06-0123-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@407 89ea8834-ac86-4346-8a33-228a782c2dd0
* IP and Delete post icons only show to moderatorsJames Atkinson2001-06-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@406 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hidden forums work for postgres now.James Atkinson2001-06-011-7/+17
| | | | | | | Note: If the forum dosan't have an entry in the auth_forums it won't show in the index! git-svn-id: file:///svn/phpbb/trunk@405 89ea8834-ac86-4346-8a33-228a782c2dd0
* First Version....the_systech2001-06-011-0/+442
| | | | git-svn-id: file:///svn/phpbb/trunk@404 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some hopefully finalish updates to auth schemaPaul S. Owen2001-06-013-14/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@403 89ea8834-ac86-4346-8a33-228a782c2dd0
* Allow restricted view forumsPaul S. Owen2001-06-014-122/+201
| | | | git-svn-id: file:///svn/phpbb/trunk@402 89ea8834-ac86-4346-8a33-228a782c2dd0
* Something else broke, now fixed, probably ... sleep uuugghhhPaul S. Owen2001-06-012-8/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@401 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some more updates ... head hurts, must sleepPaul S. Owen2001-06-011-42/+44
| | | | git-svn-id: file:///svn/phpbb/trunk@400 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated for latest authPaul S. Owen2001-06-011-7/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@399 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moderators now defined by the new auth setupPaul S. Owen2001-05-311-11/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@398 89ea8834-ac86-4346-8a33-228a782c2dd0
* More changes ... admin level now set in phpbb_users rather than via auth systemPaul S. Owen2001-05-314-87/+87
| | | | git-svn-id: file:///svn/phpbb/trunk@397 89ea8834-ac86-4346-8a33-228a782c2dd0