phpbb/phpBB/includes
Paul S. Owen 73e586bb6c Doh, might help if the users data was updated when a new session is created ...
git-svn-id: file:///svn/phpbb/trunk@1584 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-15 14:37:01 +00:00
..
auth.php oohh 'eck Dangermouse, I'm surprised they didn't pick up on this bug, quiet Penfold I'm thinking 2001-11-21 01:20:17 +00:00
bbcode.php bug #489842 -- some pages were doing bbencode_second and make_click in a bad order. 2001-12-11 09:13:04 +00:00
constants.php Altered for constant table names 2001-11-09 13:26:55 +00:00
db.php Updated for improved use with ODBC setups + introduced a re-install feature ... the schema updates _only_ remove foreign key and drop table clauses 2001-11-30 23:22:56 +00:00
emailer.php Fixed bug 481943. Regexp that normalized linebreaks to \r\n was fucked, so 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. 2001-11-26 00:50:03 +00:00
functions.php Remove guest user topic tracking via cookies, update viewtopic to re-fix highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction 2001-12-14 02:41:33 +00:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
page_header.php Fixed some language strings, added some handy things to viewtopic 2001-12-15 01:55:43 +00:00
page_tail.php This is not Beta-1 anymore 2001-11-01 22:57:35 +00:00
post.php Fixes various issues inc. bugs #485538, #485323 and an incorrect conversion of some accented chars (thanks Ashe for noting it) 2001-11-26 14:07:33 +00:00
prune.php Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be 2001-09-06 00:29:07 +00:00
sessions.php Doh, might help if the users data was updated when a new session is created ... 2001-12-15 14:37:01 +00:00
smtp.php Fixed bug 481943. Regexp that normalized linebreaks to \r\n was fucked, so 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. 2001-11-26 00:50:03 +00:00
sql_parse.php fix for /* */ style comments... 2001-10-01 21:19:02 +00:00
template.php Fix for Paul's Polling problem.. 2001-08-31 20:59:12 +00:00