aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #493735 was still using old config value name for themePaul S. Owen2001-12-161-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1597 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to accompany session updates ... MSSQL users should be ↵Paul S. Owen2001-12-151-0/+1
| | | | | | prepared to alter or remove the session_last_visit field or face potential problems git-svn-id: file:///svn/phpbb/trunk@1591 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to accompany session updates ... MSSQL users should be ↵Paul S. Owen2001-12-151-16/+5
| | | | | | prepared to alter or remove the session_last_visit field or face potential problems git-svn-id: file:///svn/phpbb/trunk@1588 89ea8834-ac86-4346-8a33-228a782c2dd0
* PHP_SELF is a BadThing(tm)Bart van Bragt2001-12-151-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1587 89ea8834-ac86-4346-8a33-228a782c2dd0
* Doh, might help if the users data was updated when a new session is created ...Paul S. Owen2001-12-151-13/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@1584 89ea8834-ac86-4346-8a33-228a782c2dd0
* Possible fix for a problem with query around line 172Bart van Bragt2001-12-151-7/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@1582 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some language strings, added some handy things to viewtopicBart van Bragt2001-12-151-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1578 89ea8834-ac86-4346-8a33-228a782c2dd0
* Sort online userlist alphabeticallyBart van Bragt2001-12-141-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1570 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered update/insert procedure back to what it was ... otherwise no ↵Paul S. Owen2001-12-141-21/+12
| | | | | | session_id is available for install git-svn-id: file:///svn/phpbb/trunk@1569 89ea8834-ac86-4346-8a33-228a782c2dd0
* Now with an added extra ... this one works, hopefully ... three days this ↵Paul S. Owen2001-12-141-32/+10
| | | | | | was testing on phpbb.com with no problems ... I swear computers hate me git-svn-id: file:///svn/phpbb/trunk@1568 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove guest user topic tracking via cookies, update viewtopic to re-fix ↵Paul S. Owen2001-12-143-208/+169
| | | | | | highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction git-svn-id: file:///svn/phpbb/trunk@1566 89ea8834-ac86-4346-8a33-228a782c2dd0
* bug #489842 -- some pages were doing bbencode_second and make_click in a bad ↵natec2001-12-111-0/+1
| | | | | | order. git-svn-id: file:///svn/phpbb/trunk@1555 89ea8834-ac86-4346-8a33-228a782c2dd0
* bug #488067: no, preg_quote() didn't always have 2 args.natec2001-12-111-2/+22
| | | | git-svn-id: file:///svn/phpbb/trunk@1553 89ea8834-ac86-4346-8a33-228a782c2dd0
* More updates for Euclid, minor update to subSilver, fixed bug #490798Paul S. Owen2001-12-111-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1550 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed #490848 and introduced $current_template_pathBart van Bragt2001-12-101-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1547 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates putting back something I took away, slapped hands for mePaul S. Owen2001-12-101-1/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@1535 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed [code] bbcode linebreaking nbsp; stuff.natec2001-12-061-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1520 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #488016Paul S. Owen2001-12-051-10/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@1512 89ea8834-ac86-4346-8a33-228a782c2dd0
* New session code, probably still dodgy, fix for login failed message, search ↵Paul S. Owen2001-12-052-128/+178
| | | | | | updates, highlighting URI messup fixes, max limit for ranks git-svn-id: file:///svn/phpbb/trunk@1511 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should fix bug #487886 bad word preg now uses # and quotes # tooPaul S. Owen2001-12-031-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1504 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated for improved use with ODBC setups + introduced a re-install feature ↵Paul S. Owen2001-11-301-2/+6
| | | | | | ... the schema updates _only_ remove foreign key and drop table clauses git-svn-id: file:///svn/phpbb/trunk@1492 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #486207Paul S. Owen2001-11-291-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1474 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2001-11-291-50/+61
| | | | git-svn-id: file:///svn/phpbb/trunk@1470 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various fixes and updates, fix (hopefully) for bug #485799Paul S. Owen2001-11-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1461 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed problem with disappearing Mozilla nav bar when message_die() is calledBart van Bragt2001-11-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1458 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed uniqid() from make_bbcode_uid(). uniqid() was doing absolutely ↵Bart van Bragt2001-11-261-2/+5
| | | | | | nothing for 20ms on each call ;( git-svn-id: file:///svn/phpbb/trunk@1457 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixes various issues inc. bugs #485538, #485323 and an incorrect conversion ↵Paul S. Owen2001-11-261-4/+6
| | | | | | of some accented chars (thanks Ashe for noting it) git-svn-id: file:///svn/phpbb/trunk@1453 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implemented Navigation bar in MozillaBart van Bragt2001-11-262-3/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@1452 89ea8834-ac86-4346-8a33-228a782c2dd0
* tabs-to-spaces and other indentation mojo for [code] bbcode.natec2001-11-261-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@1448 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug 481943. Regexp that normalized linebreaks to \r\n was fucked, so ↵natec2001-11-262-6/+14
| | | | | | it was changing (char)\n to \r\n and dropping (char). Hence we lost the char before every single linebreak in every email sent thru SMTP. yay. ALso fixed so it gets the FROM address from the right place. git-svn-id: file:///svn/phpbb/trunk@1443 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can ↵natec2001-11-252-4/+9
| | | | | | no longer contain the double-quote character. Also removed a dupe from lang_main file. git-svn-id: file:///svn/phpbb/trunk@1441 89ea8834-ac86-4346-8a33-228a782c2dd0
* More updatesPaul S. Owen2001-11-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1420 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor update to an icon image namePaul S. Owen2001-11-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1417 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #484243 typo in sessions.phpJames Atkinson2001-11-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1413 89ea8834-ac86-4346-8a33-228a782c2dd0
* Order of username in username search was missingPaul S. Owen2001-11-211-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1408 89ea8834-ac86-4346-8a33-228a782c2dd0
* PM popup and icon are finally in placePaul S. Owen2001-11-211-4/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@1406 89ea8834-ac86-4346-8a33-228a782c2dd0
* PM popup and icon are finally in placePaul S. Owen2001-11-211-1/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@1405 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add blank indexes to stop nosey people being, erm, noseyPaul S. Owen2001-11-211-0/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@1404 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added pop-up control for PM's to profilePaul S. Owen2001-11-211-0/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1403 89ea8834-ac86-4346-8a33-228a782c2dd0
* oohh 'eck Dangermouse, I'm surprised they didn't pick up on this bug, quiet ↵Paul S. Owen2001-11-211-2/+1
| | | | | | Penfold I'm thinking git-svn-id: file:///svn/phpbb/trunk@1399 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes in-line with DBAL changesPaul S. Owen2001-11-201-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1397 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2001-11-201-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1383 89ea8834-ac86-4346-8a33-228a782c2dd0
* More language updatesPaul S. Owen2001-11-191-36/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1368 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered storage of private message infoPaul S. Owen2001-11-191-13/+34
| | | | git-svn-id: file:///svn/phpbb/trunk@1367 89ea8834-ac86-4346-8a33-228a782c2dd0
* Yet more cleanupsPaul S. Owen2001-11-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1358 89ea8834-ac86-4346-8a33-228a782c2dd0
* More lang cleanupsPaul S. Owen2001-11-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1357 89ea8834-ac86-4346-8a33-228a782c2dd0
* More lang related cleanupsPaul S. Owen2001-11-181-11/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1355 89ea8834-ac86-4346-8a33-228a782c2dd0
* Spelling mistakePaul S. Owen2001-11-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1341 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mainly language updates but some bug fixes tooPaul S. Owen2001-11-162-8/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@1332 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implemented Bart's 'egosearch', and the search for unanswered posts.James Atkinson2001-11-141-0/+13
| | | | | | | Created links that are accessable from anywhere git-svn-id: file:///svn/phpbb/trunk@1310 89ea8834-ac86-4346-8a33-228a782c2dd0