phpBB
Statistics
| Revision:
This repository is a mirror of the phpBB Git repository which is located at http://github.com/phpbb/phpbb3

Checking out phpBB from the subversion repository

In order to download the latest code from this project you need a subversion client. The URL for this repository is http://code.phpbb.com/svn/phpbb/. You will probably want to checkout the 3.0.x branch directory which contains the latest stable code using svn checkout http://code.phpbb.com/svn/phpbb/branches/phpBB-3_0_0/phpBB.

Please note that the trunk directory contains unfinished and unstable code. We highly recommend not using it, unless you know what you are doing. The code in trunk will not work most of the time.

If you want to learn more about how to use subversion then you should take a look at the Subversion Book which covers every part of subversion in great detail.

Repository (Subversion)

root / tags / release_2_0_2 / phpBB / includes

Name Size Revision Age Author Comment
auth.php 9.3 kB 2572 almost 10 years psotfx More fixes and updates
bbcode.php 26 kB 2721 over 9 years psotfx Added ( and ) to URL [url] rex
constants.php 4.9 kB 2785 over 9 years dougk_ff7 Ok, so many bug fixes, so little time... Fun......
db.php 1.6 kB 2845 over 9 years This commit was manufactured by cvs2svn to crea...
emailer.php 7.6 kB 2843 over 9 years dougk_ff7 Ok, this goes back to the way it was with one c...
functions.php 17.2 kB 2658 over 9 years psotfx We don't run is_auth here because it adds anoth...
functions_admin.php 4.6 kB 2726 over 9 years psotfx Default forum for make_forum_select
functions_post.php 26 kB 2727 over 9 years psotfx Attempt to increase timeout while sending notif...
functions_search.php 13.4 kB 2576 almost 10 years psotfx Minor reduction in search indexing to three let...
functions_selects.php 3.1 kB 2845 over 9 years This commit was manufactured by cvs2svn to crea...
functions_validate.php 5 kB 2720 over 9 years psotfx Quote # in rex for username validations
index.htm 169 Bytes 2845 over 9 years This commit was manufactured by cvs2svn to crea...
page_header.php 13.7 kB 2724 over 9 years psotfx DO NOT leave \n at the end of included files pl...
page_tail.php 2 kB 2564 almost 10 years psotfx Loads of bug fixes and updates
prune.php 4.2 kB 2845 over 9 years This commit was manufactured by cvs2svn to crea...
sessions.php 12.1 kB 2728 over 9 years psotfx intval user_id as per Ashe's suggestion
smtp.php 6.8 kB 2715 over 9 years psotfx Fix trailing , on email addresses
sql_parse.php 5.3 kB 2845 over 9 years This commit was manufactured by cvs2svn to crea...
template.php 13.9 kB 2845 over 9 years This commit was manufactured by cvs2svn to crea...
topic_review.php 6.1 kB 2550 almost 10 years the_systech Fix for bug # 226 in the tracker
usercp_activate.php 3.5 kB 2605 over 9 years psotfx Send only a newline for email headers ... break...
usercp_avatar.php 11.1 kB 2841 over 9 years dougk_ff7 Oops, forgot to define $board_config as a globa...
usercp_email.php 6.2 kB 2815 over 9 years psotfx intval $user_id
usercp_register.php 36.6 kB 2796 over 9 years dougk_ff7 Ok, it's that time again! Well, in preparation ...
usercp_sendpasswd.php 4.2 kB 2605 over 9 years psotfx Send only a newline for email headers ... break...
usercp_viewprofile.php 9.4 kB 2845 over 9 years This commit was manufactured by cvs2svn to crea...

Latest revisions

# Date Author Comment
2845 08/08/2002 08:06 pm

This commit was manufactured by cvs2svn to create tag
'release_2_0_2'.

2843 08/08/2002 12:36 am dougk_ff7

Ok, this goes back to the way it was with one change to make everything work well... It may not be RFC-compliant, but it works...

2841 08/07/2002 07:20 pm dougk_ff7

Oops, forgot to define $board_config as a global....

2815 08/04/2002 12:24 am psotfx

intval $user_id

2796 07/31/2002 08:50 pm dougk_ff7

Ok, it's that time again! Well, in preparation for the release of 2.0.2, I
have created the update file. The update has a schema change in the
phpbb_groups table; the group id is now auto-increment. This should solve
a problem in upgrade.php, as well as make some scripts a little more...

2785 07/29/2002 07:04 am dougk_ff7

Ok, so many bug fixes, so little time... Fun... Well, the change to
mysql_schema was just changing the phpbb_groups group_id to auto
increment, should fix problems in upgrade.php. Should. I will probably
include any relevant schema changes with a nice update_to script in 2.0.2...

2730 07/20/2002 12:39 am psotfx

Slight mod to avatar url rex, the rawurlencode seriously broke things so removed it ...

2728 07/20/2002 12:19 am psotfx

intval user_id as per Ashe's suggestion

2727 07/20/2002 12:18 am psotfx

Attempt to increase timeout while sending notifications ... need a better solution, why can't PHP multitask ... !

2726 07/19/2002 07:03 pm psotfx

Default forum for make_forum_select

View revisions

Also available in: Atom