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-23 19:45:10 +01:00
Code
Issues
Releases
Wiki
Activity
php-phpbb
/
phpBB
History
Paul S. Owen
90eb203cd9
Various updates
...
git-svn-id: file:///svn/phpbb/trunk@2293 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-10 17:31:21 +00:00
..
admin
Ok, this includes fixes for bugs numbered 526000, 524591, 520370, and 520872. Manily, a few typos were fixed, along with a problem in the jumpbox (fixed using a quick Javascript check, there really isn't another way without modifying some large portions of code), and a problem in the rank control panel. In other words, everything assigned to me (as of this morning) has been fixed. I also ran the lovely fix_files.sh, so CVS might be a little wacky and try to update everything. I hope not...
2002-03-10 03:23:56 +00:00
db
Ok, this includes fixes for bugs numbered 526000, 524591, 520370, and 520872. Manily, a few typos were fixed, along with a problem in the jumpbox (fixed using a quick Javascript check, there really isn't another way without modifying some large portions of code), and a problem in the rank control panel. In other words, everything assigned to me (as of this morning) has been fixed. I also ran the lovely fix_files.sh, so CVS might be a little wacky and try to update everything. I hope not...
2002-03-10 03:23:56 +00:00
develop
Fix issues with view posts since last visit, errors on next page, re-introduce external stopword list, examine feasibility of stemmer, tidy ups ...
2002-02-25 01:00:48 +00:00
docs
…
images
…
includes
These are formed from breaking up functions ... modified functions is not yet in CVS and these do nothing right now
2002-03-10 00:27:24 +00:00
language
Various updates
2002-03-10 17:31:21 +00:00
templates
Did not go first time ...
2002-03-10 15:42:38 +00:00
common.php
…
config.php
Re-add config
2002-02-25 01:04:51 +00:00
extension.inc
…
faq.php
Remove extra session var in session_pagestart
2002-03-04 01:47:14 +00:00
groupcp.php
Fixing the bug where users can find other user's email addresses from emails sent out by groupcp.
2002-03-04 12:28:51 +00:00
index.php
…
install.php
Just because
2002-03-08 21:05:16 +00:00
login.php
…
memberlist.php
Remove extra session var in session_pagestart
2002-03-04 01:47:14 +00:00
modcp.php
Remove extra session var in session_pagestart
2002-03-04 01:47:14 +00:00
posting.php
Fix incorrect setting of checkboxes on edit, bug
#525244
2002-03-03 22:53:11 +00:00
privmsg.php
Remove extra session var in session_pagestart
2002-03-04 01:47:14 +00:00
profile.php
Minor screw up in file upload checking.. If file_uploads is not set at all in the php.ini file then the check for get_cfg_var('file_uploads') == 0 would return true and say it was disabled, when in actuallity it was enabled.. Now check for it to empty as well... Empty as my head that is :D
2002-03-06 21:23:51 +00:00
search.php
Fix issues with view posts since last visit, errors on next page, re-introduce external stopword list, examine feasibility of stemmer, tidy ups ...
2002-02-25 01:00:48 +00:00
template.inc
…
update_to_RC3.php
Change include common to only include required files ... stop errors with people who've disabled the board for the update
2002-03-08 16:29:04 +00:00
upgrade.php
Rename 'nederlands' to 'dutch' during upgrade
2002-03-05 14:15:39 +00:00
viewforum.php
…
viewonline.php
Ignore duplicate IP's for guest counts ... keep in mind this swings 100% the other way from keeping them all, you'll not count some users.
2002-03-01 16:39:56 +00:00
viewtopic.php
…