History | View | Annotate | Download (61.6 KB)
Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Pucci at Microsoft [Bug #57055]
If you are using SQL Server, please try to test this new dbal so we can safely include it in 3.0.8. If youwant to try it on a current phpBB version you can apply the latest version of the patch to your board which...
Bug #49215 again.
- add options for quick reply (forum-based and board-wide)- add option for minimum post chars (which is a required setting for quick reply, therefore we introduce it here)
Ok, story real database server info, as well as caching itStore it on installation too - allows us to check the db version used on installation and used currently to warn the user about incompatibilities
#28635
Hiding everywhere little buggers, eh?
This will prevent a php warning from being printed (and the layout getting ruined) in case of a conflicting permission restriction such as open_basedir
some language/style/code fixes (refer to the diff of the changelog)
#16695#s17235
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
some changes
#14924
prevent posting empty messages with some UTF8-characters as well as fixing conversion in CVS.
deregister globals to install too
some fixes. :P- language authors may review their email template files...
#13463- tiny issue with get_tables()
#12555
#12287#12219
A little clean-up in the installer (thanks ToonArmy)
Adding to the conversion documentation. This introduces and changes languages variables.#11407#11251#11673#11671#11215
Some fixes and improvements.#11817#11851#11801#11461
Introduced checks to stop negative postcounts (Bug #11561, #11421) Allow IP v4/v6 urls for remote avatars (Bug #11633) Delete avatar files automatically (Bug #11631) Automatically add selected columsn to group by statements in the converter (Bug #11465)
undoing the fix for #11421 - correcting post counts was not well liked.#11665
This probably broke things :|#10697#11421#11555#11421
label changes, language fixes...
Some changes due to #10980.
fixing some bugschanged the way we are handling bookmarks. No order_id required, really! Order by last post time as suggested by BartVB.
- changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations....
some language-specific adjustementsfix prune users (adding the list of users to the confirmation page)tried to fix the show/hide trigger in ACP by not using width: auto; (which gets somehow inherited to each other element)
Prepare to be yelled at and brace for the tide of bug reports: I had hoped we would not have to do this, but it seems that we have to.
-Route all avatar downloads through download.php - adrien-Change the way inline attachments are delivered-Fixes a few (unreported) bugs, notably avatar upload during group generation...
- * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug #10031]- display a warning that the search index is not converted from phpBB2 to phpBB3 [Bug #9761]- forgot to add : to reg_name when deleting userinfo from the url regex constructor [Bug #9868]...
#9554
- check for username_clean collisions prior to conversion
- change conversion to process dotted topics after syncing (else some informations needed are wrong or do not exist at all). This also adds the ability to shift some operations to the very end after syncing.- remember entered register data when changing the default language.
ok, i am not sure if this change is doing what is intended (forcing at least one row to be processed) - please test. :) (i am currently not able to)
- fixed some convertor bugs- adjusted forum standard access (+polls) role to include f_delete (no update, only new installations will have the change included)
- found a small flaw, no more errors from cross conversions :D
#8214
#8234- some stupid bugs in restore- centralized the method of getting tables
PHP4 lives!
- clean up mssql and mssql_odbc, mssql now uses a different method of dealing with IDENTITY- clean up firebird, I will consider changing it to use fetch array instead of fetch object. it's identity code already uses this method as of right... now :D- fix a tiny bug in MySQL's driver (remember to pass the connect id to all DBAL functions)...
#8082
- fixed a referencing problem with objects (PHP4/5 conflict)- user_group_auth can take data from both target and source database
- only give DBAL options which were available in phpBB2- default to phpBB3 DB config
- allow converting from one database to another, no need for tables to be in one database anylonger (this also allows switching from one DBMS that was used with phpBB2 to another DBMS supported by phpBB3 including new systems available in Olympus only)- abstracted some installation code that is now relevant to converting as well into functions_install.php (mostly DBMS selection related)...
found you!
- reimplemented autoincrement support in the convertor, made it more generic#7528
some fixes to be committed.
#7698- small UTF-8 thing
only some minor fixes
make sure the session table is empty after conversion and the current session being killed. This makes sure the user converting does not inherit wrong user settings becuase the 3.0.x users table being completely new.
#7672
- should fix some Firebird issues ( can't believe that nobody found this until now )
some very tiny adjustements.
- fix some oddities (doubled spaces for example)- changed the way make_forum_select() is returning the forum list - now including skipped forums but being disabled. This should make identifying the correct forum much more easier.- Changed some permission namings based on suggestions by the community...
- added confirm box to ucp zebra (adding fried/foe)- permission fixes for conversions- use more appropiate error message within convertor if source tables could not be found- other tiny fixes
- fixing some bugs- removing utf8 characters from email files (has been discussed internally, you guys know why)- making sure some opendir calls are checked before calling readdir.
hmm, no, this was not meant to go in
fix some general bugs and some convertor related
- some bugfixes- bugfixes for the convertor (typecasting for example was totally broken)
- ok... first of all, let the forum names and descriptions being recoded correctly...- fixed the php notices for a non-existant poster id. They were related to user signature conversion- adjusted the topic_poster id; this should solve wrong user assignments for topic poster...
#6868
silly pants
#6836
some fixes...
what is this? is it a plane? is it super-grobi? no, it is the convertor...