History | View | Annotate | Download (67 kB)
commit 239cb56af09424825f6a83dea42dc3cb10d9a470Merge: e8def25 7027489Author: Andreas Fischer <bantu@phpbb.com>Date: Sun Mar 6 15:08:29 2011 +0100
Merge branch 'develop-olympus' into develop
commit a3673789402eae83b94860c87747091125701f78Merge: 30dacf8 f115795Author: Andreas Fischer <bantu@phpbb.com>Date: Wed Jan 12 01:49:44 2011 +0100
Merge branch 'task/naderman/config-class' into develop
commit da4617b14b11ade6f664b8c1ab94e3aeb5b7428dMerge: 979158f 3c713b5Author: Igor Wiedler <igor@wiedler.ch>Date: Mon Jan 3 00:24:55 2011 +0100
Merge branch 'ticket/bantu/9746' into develop
commit adfa1656fb9d8b5bb601af1d7a6720884954d87aMerge: bd579c8 af5b9a9Author: Nils Adermann <naderman@naderman.de>Date: Mon Dec 13 16:35:55 2010 +0100
Merge branch 'ticket/igorw/9556' into develop
commit cdadda35540d4909a00de01c1671251684e2801fMerge: 2376f07 41245f9Author: Igor Wiedler <igor@wiedler.ch>Date: Thu Sep 16 23:39:01 2010 +0200
commit e4ff780c1370d9f743da0fffc70b98be0c7cfe92Merge: c4a65a4 dbe8fb6Author: Andreas Fischer <bantu@phpbb.com>Date: Sat Aug 28 23:34:18 2010 +0200
commit a2918fd98e61db0e7e9885fb546abc024c84d0fcMerge: 31b221a 6da582eAuthor: Andreas Fischer <bantu@phpbb.com>Date: Thu Jul 8 20:10:17 2010 +0200
commit 693a2dc99bf07aeac1865d4a48ddf2589317ac7aMerge: b68de23 ac32927Author: Nils Adermann <naderman@naderman.de>AuthorDate: Wed Mar 3 23:32:09 2010 +0100Commit: Nils Adermann <naderman@naderman.de>CommitDate: Wed Mar 3 23:32:09 2010 +0100
Merge branch 'develop-olympus' into develop...
merge changes from 3.0.x branch
Copy 3.0.x branch to trunk
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.