This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
php-phpbb
Watch
1
Star
0
Fork
0
You've already forked php-phpbb
mirror of
https://github.com/phpbb/phpbb.git
synced
2025-02-24 03:54:10 +01:00
Code
Issues
Releases
Wiki
Activity
php-phpbb
/
phpBB
/
includes
History
Paul S. Owen
4725c6dbea
Should fix bug
#487886
bad word preg now uses # and quotes # too
...
git-svn-id: file:///svn/phpbb/trunk@1504 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-03 12:46:32 +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
Removed uniqid() from make_bbcode_uid(). uniqid() was doing absolutely nothing for 20ms on each call ;(
2001-11-26 21:40:22 +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
Should fix bug
#487886
bad word preg now uses # and quotes # too
2001-12-03 12:46:32 +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
Various fixes and updates, fix (hopefully) for bug
#485799
2001-11-27 17:36:04 +00:00
page_tail.php
…
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
…
sessions.php
Various updates
2001-11-29 02:26:29 +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
…
template.php
…