History | View | Annotate | Download (17.4 kB)
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
Copy 3.0.x branch to trunk
Also fix bug #46295 in ftp_fsock class.
Fix two potential problems with the ftp_fsock class.
Fix bug #46295 - Be less strict with FTP daemons when getting directory filelists.Authorised by: bantu ;-)
Do not try to enter passive mode before logging in.Return error if ftp_nlist() returned error.
fix $transfer->file_exists() and $transfer->_ls() if using fsock or IIS7. Bug #43115, #43105, #30395Thanks to j5_dev for reporting this
Hiding everywhere little buggers, eh?
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
dumdidum... sorry. ;)
Fix permission issue with the transfer class if using PHP4 or for those not having the ftp extension available
some changes/bugfixes
- 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
- 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.
- a bunch of fixes- added todos to the updater to make sure i do not forget. :)
fix for ftp update bug...
he braces style is deprecated as of PHP 6
some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.
- fixed language pack management a bit (supporting backslashes)- fixed ftp_fsock, also fixing a reported bug in there
make sure custom profile fields are created correctly on registration (#2225)
- fixed a few bugs- added user_add() function- check posted images ([img]) for same domain/scipt and php files- auth_api.html updated to the coding guidelines look&feel- introduced ability to force non page-updates (cron is using it)- correctly resend coppa email
ok, this one is rather large... the most important change:re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different
apart from this, code cleanage, bug fixing, etc.
- changed SUPER_MODERATORS to GLOBAL_MODERATORS- do not cache moderators having no allowed auth settings- added fsock method to transfer class (this has been made by wGEric for us)
- some bugfixes- committed coding guidelines as they are at area51- removed script_path (needs a close inspection later)- removed the need for server_name and server_port- able to define server port/name/protocol and force the user-defined server vars (very handy for proxy setups)
- Uploading changed language files in the language ACP panel :-)
- install style and style elements- refresh template and style cache
- some changes to browser checking (was the reason for not working logins)- partly working style acp- other tiny changes here and there
- transfer class- current transfer available: ftp- original ftp class from EasyMod, olympus-compatible file done by wGEric