phpBB
Statistics
| Revision:

root / trunk / phpBB / includes / functions_transfer.php

History | View | Annotate | Download (17.4 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10887 12/13/2010 03:45 pm Git Gatekeeper

commit adfa1656fb9d8b5bb601af1d7a6720884954d87a
Merge: bd579c8 af5b9a9
Author: Nils Adermann <>
Date: Mon Dec 13 16:35:55 2010 +0100

Merge branch 'ticket/igorw/9556' into develop
  • ticket/igorw/9556:
    [ticket/9556] Drop php closing tags, add trailing newline...
10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

9822 07/22/2009 03:02 am Andreas Fischer

Also fix bug #46295 in ftp_fsock class.

9821 07/22/2009 02:57 am Andreas Fischer

Fix two potential problems with the ftp_fsock class.

9820 07/22/2009 01:26 am Andreas Fischer

Fix bug #46295 - Be less strict with FTP daemons when getting directory filelists.
Authorised by: bantu ;-)

9819 07/22/2009 01:01 am Andreas Fischer

Do not try to enter passive mode before logging in.
Return error if ftp_nlist() returned error.

9433 04/10/2009 10:13 am Meik Sievertsen

fix $transfer->file_exists() and $transfer->_ls() if using fsock or IIS7. Bug #43115, #43105, #30395
Thanks to j5_dev for reporting this

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8146 10/05/2007 04:30 pm Meik Sievertsen

dumdidum... sorry. ;)

7782 06/19/2007 03:05 pm Meik Sievertsen

Fix permission issue with the transfer class if using PHP4 or for those not having the ftp extension available

7241 03/30/2007 12:49 pm Meik Sievertsen

some changes/bugfixes

6930 01/26/2007 05:09 pm Meik Sievertsen

- 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...

6925 01/24/2007 12:29 pm Meik Sievertsen

- 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

6730 12/08/2006 04:20 pm Meik Sievertsen

- 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.

6698 12/02/2006 02:19 pm Meik Sievertsen

- a bunch of fixes
- added todos to the updater to make sure i do not forget. :)

6689 11/28/2006 03:31 pm Meik Sievertsen

fix for ftp update bug...

6459 10/07/2006 07:40 pm Meik Sievertsen

he braces style is deprecated as of PHP 6

6312 08/22/2006 11:26 pm Meik Sievertsen

some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.

6139 07/02/2006 11:42 pm Meik Sievertsen

- fixed language pack management a bit (supporting backslashes)
- fixed ftp_fsock, also fixing a reported bug in there

6058 06/13/2006 11:06 pm Meik Sievertsen

make sure custom profile fields are created correctly on registration (#2225)

6048 06/11/2006 08:13 pm Meik Sievertsen

- 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

6015 06/06/2006 10:53 pm Meik Sievertsen

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.

5870 04/30/2006 04:09 pm Meik Sievertsen

- 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)

5595 03/01/2006 10:48 pm Meik Sievertsen

- 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)

5562 02/19/2006 03:17 pm David M

- Uploading changed language files in the language ACP panel :-)

5416 01/02/2006 06:30 pm Meik Sievertsen

- install style and style elements
- refresh template and style cache

5388 12/28/2005 06:35 pm Meik Sievertsen

- some changes to browser checking (was the reason for not working logins)
- partly working style acp
- other tiny changes here and there

5375 12/23/2005 12:57 pm Meik Sievertsen

- transfer class
- current transfer available: ftp
- original ftp class from EasyMod, olympus-compatible file done by wGEric