This website requires JavaScript.
Explore
Help
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-06-19 00:49:45 +02:00
Code
Issues
Releases
Wiki
Activity
Files
699a4ccaad96fdbecf37bb49fc69aab8b01a3413
php-phpbb
/
phpBB
/
includes
History
Paul S. Owen
b14ca3c338
Changed way moderator lang is output on viewforum and index
...
git-svn-id: file:///svn/phpbb/trunk@1611 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-16 18:58:05 +00:00
..
auth.php
Changed way moderator lang is output on viewforum and index
2001-12-16 18:58:05 +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
…
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
Fix bug
#493735
was still using old config value name for theme
2001-12-16 01:27:16 +00:00
index.htm
…
page_header.php
Changed way moderator lang is output on viewforum and index
2001-12-16 18:58:05 +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 changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems
2001-12-15 17:26:37 +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
…