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
Bart van Bragt
a0165d67a3
Made smileys case-sensitive (i.e. :o != :O )
...
git-svn-id: file:///svn/phpbb/trunk@1633 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-19 16:07:31 +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
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
Made smileys case-sensitive (i.e. :o != :O )
2001-12-19 16:07:31 +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
Changed way moderator lang is output on viewforum and index
2001-12-16 18:58:05 +00:00
page_tail.php
…
post.php
Moved generate_smilies() into includes/post.php, use smileypath in config table
2001-12-18 20:35:17 +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
…