History | View | Annotate | Download (71 kB)
commit 7027489c8ebbd1f3a77a6357db8dc6e862cd978dMerge: 12721f6 36e96bbAuthor: Andreas Fischer <bantu@phpbb.com>Date: Sun Mar 6 15:06:58 2011 +0100
Merge branch 'ticket/p/10059' into develop-olympus
commit 41245f9f7ac1f588351ddaa8128b499503416f54Merge: ed78350 e5d5d58Author: Igor Wiedler <igor@wiedler.ch>Date: Thu Sep 16 23:38:50 2010 +0200
Merge branch 'ticket/bantu/9091' into develop-olympus
commit dfd3c4a5dfa7f2afceb3ab7b3fd12181ba66b10cMerge: 3c02a1c 5e33004Author: Andreas Fischer <bantu@phpbb.com>Date: Sat Aug 28 23:25:05 2010 +0200
Merge branch 'ticket/nickvergessen/9519' into develop-olympus
commit f92c96d424a764b31ccbadc8fc2eafab594a04a3Merge: c86f9eb d00f2ecAuthor: Andreas Fischer <bantu@phpbb.com>Date: Thu Jul 8 19:49:22 2010 +0200
Merge branch 'ticket/jellydoughnut/9690' into develop-olympus
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...
Fix Bug #54815 - Only replace table prefix if table name is surrounded by whitespace.
Addition to r9887: Correctly install 'Copy forum permissions' module.Addition to r10068: Correct mode is send_statistics.
Fix Bug #49195 - Queries on un-indexed column user_emailAdded function to generate email-hash.
Authorised by: AcydBurn
- links to send statistics after install and update- link back to ACP main from send statistics- improved language / better explanation (incl. Bug #48555)
#46515
Okay, a first ci of the new captcha plugins. We'll add dynamic template includes later, as well as documentation on how to use this. I'm prepared to get yelled at for bugs (oh, I know that there are plenty); but please blame spammers for broken styles and MODs.
Removed the major version number from the useragent match of the Ichiro bot, it has been upgraded
tiny fix for the installer
fix 3 very tiny bugs... #35545, #35365 and #35305
gah
Disable referer validation on install if it is not possible to determine correct referer due to a proxy setup (Bug #32765)
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
change the way we do chmodd'ing. I know, my implementation really sucked... good we have motivated community members who point this out. ;) Thanks to faw for providing a way better function and for discussing and also abiding to our needs. :) LEW21 should maybe credited too... he gave the inspiration without knowing it.
the chmod change i already had within the changelog (by mistake). This should further secure writable directories and created files.Installation need to be tested on different hosts.
PHP 5.3 compatibility.
#27395
removed executable props [Bug #6464]
Hiding everywhere little buggers, eh?
#23195
#19955
A few very minor changes to avoid curveballs.
#16695#s17235
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
further updates
further fixes- fix infinite loop on checking ban for those not having ever visited the page (or removed all session cookies)- avatar width/height switched in language files- fix windows switching to background on IE7 (smlies window for example)
make sure we always check for a valid directory handle
#14704That should solve the issue for the user table, I hope that it doesn't manifest at other places.
#i42new password hashing mechanism for storing passwords
deregister globals to install too
#i112
necessary changes...
err, forgot to commit
needed fixes
try to normalize everything...
a bunch of fixes
some more fixes
some fixes
some fixes here and there
let's see if i can break something. :o
some fixes... most importantly the ability to update the board with the automatic files while having fsockopen disabled (instead, the update file information will be used, which may be inaccurate if the admin did a mistake).
ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)
same old, same old
another Oracle fix
#11431
Allow pre-setting language dependant data in schema_data.sql... specified with {L_*}, also create the search index on installation
Disable DEBUG by default, enable backtrace by default
Be more explicit regarding the requirements.
Once more, this introduces language variables.
We do not support nesting code tags - #10763#10741Confirm box on pruning forums - #10619Not stripping empty lines on parsing messages - #10579Remove reports alongside with users - #10501
Introducing a new CAPTCHA. Thanks to Robert "Xore" Hetzler for idea & code and Ashley "Neothermic" Pinner for her expertise and contributions to said code.
This introduces new language variables, so take note translators :).
Better support for nested transactions...
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...
I am not having much luck these days...
typo
ok, now let it actually work :P
oops
installer tries to install language specific imageset entries
#9659#9569
- PostgreSQL can now use schemas. During install, under database name, enter databasename.schema- phpversion() to PHP_VERSION
remove user with empty username_clean...
A couple changes to improve usability:
1) Reworded the "Install missing" explain for the converter2) "Forked" the final page of a clean install to give two options... #1 being going to the convertor and #2 being the already existing "Take me to your ACP!" stuff....
- forgot a few places :P
- 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)...
only very tiny fixes.
#7424- rebuild username_clean column due to changes in utf8_clean_string()
- fix severe bug with email hash calculation- fix bug in convertor not correctly converting config values
- 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.
#7256
some opendir/closedir fixes
fix some general bugs and some convertor related
- installer now checks if the page size is correct for Firebird- Firebird now has a proper explain page
unique cookie name anyone?
- telling the admin for what the board contact and board email addresses are used for and also making sure this explanation is correct ;)- fixes for bugs #6694, #6664 and #6662
#6600
some fixes today- most important change is the consolidation of the display attachment functions; merging them together to have one function we need to call.
#6460, thanks to ToonArmy for the patch :D- removed pregenerated template variables from the installer
- Modules are not added correctly [#6370]- Minor bug in ucp_prefs_personal.html (Opera) [#6348]- MCP-Warnings section colspan problem in Opera [#6338]- Loading extensions on install [#6332]- Adjust PM rules if folder removed [#6326]- #6318- Coppa registration [#6306]...
- re-add script_path for "strange configurations" to let them force the generated urls correctly- show rank title if no rank image present in memberlist- other fixes.
- pretty serious speed improvement for strtoupper/strtolower- mbstring envrio checks#5774
don't mind me, I just forgot something :D
#5640
rather large update, most important things done:- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations- more username/colour changes/fixes- added a note about PM rule-dependant message removals so the user is not wondering too much if he can't remember his rules. :)...
decrease the barrier for E_ALL error reporting and email traces from DEBUG_EXTRA to DEBUG
- fixing a bunch of bugs- moved the install trigger error to sessions and also disabled it for those having DEBUG_EXTRA enabled.i hope not having introduced too many new bugs.
let us be more strict while testing for writeable directories.
- fixes for the following bugs:#5326#5318#5304#5290#5288#5278#5276#5272#5266- also fixed the "Call-time pass-by-reference" bug #5252- within this step changed the normalize calls to require references.- added captcha size variables to the class scope (suggestion was posted at area51)
@#$%&!
blah blah blah :D
- cleaned up firebirdsql- cleaned up install
- use the $var_ary for settings in a more logical way (hopefully removes the clutter and shows where which variable is set how)- hopefully utf8 passwords are working too now
- compress is nicer (fixed a bug :P)- UTF-8 code is nicer (fixed a bug :P)- new CAPTCHA. Replaced the old one for size and usability issues. The old CAPTCHA will most likely be released as a separate package
ok, i am an idiot...