History | View | Annotate | Download (17 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_1'.
Loads of bug fixes and updates
Fixed bug #19, simple header not showing in error messages that needed it
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Various updates with any luck they fix a few minor issues without causing new ones ...
pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need thorough checking, quickly
Move phpbb_preg_quote back into functions because it's plain annoying ... :D
Fix bad word cockup ... oh look the censor failed and let cockup through, oh, and again ... geez sourceforge needs better censors for its CVS system
timezone setup should be isset not !empty ... GMT is 0 after all .. oops
bah
Stuff that phpbb_preg ... not including bbcode and can't be bothered to move phpbb_preg out ...
phpbb_preg_quote that bad word replace ... just in case ...
Stop being too paranoid about hacking of includes containing only fully inclusive functions
Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)
Localise days/months, fix bug in validate_username ... this doesn't see functions.php split, working on that separately
preg_quote badword ... don't use # in your bad word list(!)
Slight mod to language selector to handle double underscored lang files
Failed to switch to English images default if prefered language doesn't exist ...
Move activation key stuff to profile, search_username stuff to search, re-add @ to create_date
Use default style if user doesn't have a theme set (shouldn't happen)
Fixed error in make_forum_select box generation output
Change way error is returned to validate email/username, fixes problem with lack of language support for error output and subsequent doubled username, etc. issues + remove get_userdata_from_id and use get_userdata instead + other minor changes
Fixed 404 for header (#51499)
Fixed missing " bug #514823
hmmm, doh ... of course removing the preg_quote here is no doubt going to cause bug reports of "I can't censor xyz@asd" ...
Various updates, mods, changes to several functions, moved smilies stuff to bbcode.php ... nathan may kill me ... good bye all in advance
Another change to the way {LANG} is handled for images ... last one, ... hopefully :)
Fixed bug #507473
Changed selection of localised images ... new {LANG} replace format
Fix various bugs; password length warning, proper warnings for username/email errors
Fixed bug #505838, debug messages didn't show SQL errors
Cosmetic error in language_select() (related to #499989)
Added / to dirname . file for is_file/links for language selector ...
Minor changes
Removed windows carriage returns and newline at end of file ...
Ok that was stupid.. Better version of a fix for 497077... Somebody hand me a beer.
Updated validate_username function for use with mysql4 Bug #497077
Clean up display of languages, limit to directory names only
Sigh
Fixed small problem with translation of imgs
More \' updates
Made smileys case-sensitive (i.e. :o != :O )
Oops, another file I forgot to commit, perhaps I should commit myself ...
Fix bug #493735 was still using old config value name for theme
Remove guest user topic tracking via cookies, update viewtopic to re-fix highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction
bug #488067: no, preg_quote() didn't always have 2 args.
More updates for Euclid, minor update to subSilver, fixed bug #490798
Fixed #490848 and introduced $current_template_path
Fixed bug #488016
Should fix bug #487886 bad word preg now uses # and quotes # too
Fixed bug #486207
Fixed problem with disappearing Mozilla nav bar when message_die() is called
Implemented Navigation bar in Mozilla
Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can no longer contain the double-quote character. Also removed a dupe from lang_main file.
Order of username in username search was missing
More language updates
Mainly language updates but some bug fixes too
Treat moved topics as being non-existent for re-sync of topic counts
Fixed bug #477831 + some minor alterations
Altered various language constructs + new quote changes for PM + altered pagination
Slight mods to the usersearch function, moved to search.php
Fixed some bugs with banning and some code that wasnt updated when we changed the theme/template system
Username Disallow Admin...
Various updates mainly to message die for admin compatibility
Changed paths for language
Fixed preg single quote potential problem, altered jumpbox slightly - Third time lucky ... I hate FTP ...
Fixed preg single quote potential problem, altered jumpbox slightly
This is getting boring ... I FTP, or think I do and yet still these files get through unchanged ...
Changes related to private messaging + some bug fixes
Damn newlines
Error reporting on set_style()
Updated and fixed various issues, see post in developers forum for info
Various changes
Combined theme/templates in profile as suggested, added META refresh and made a couple of other changes
Fixed bug #460075
Removed some trailing newlines
Altered layout of phpbb_config table
Fixed bug #459427
Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be
Fixed bug #457835
Fix for bug #457835
Tidied up the sync functions
Re-added GPL disclaimers
addition for sorting smiley codes so that they all work properly on all DBMS'sThe smiley functions should probably be moved to bbcode.php at some point
Modified header comments
Thought it best to add the email validate now
LENGTH not compatible with ODBC
Added border=0 as suggested to remove borders around linked smilies
Fixed moved topic in sync
Fixed bug in updating forum last post in sync
Hurray the smilies code appears to work :)
Ok last bit with the smilies :)
Another attempt at fixing smilies code :)
Fix for smilies code ;)
Moved smilies code into functions, would it be better in bbcode.php?
User, IP and email banning admin functional
More compliance ... it never ends
More compliance updates + select previous posts in viewtopic
Removed header frame, reduced timezone naming, added DB size for MySQL, no major technical changes