Register
phpBB.com Wiki · Home Projects Help

root / trunk / phpBB / includes / functions_transfer.php

functions_transfer.php

View | Annotate | Download (15.3 KB)

# Date Author Comment
8572 View | Annotate 05/29/2008 02:25 PM acydburn

ok… i hope i haven’t messed too much with the code and everything is still working.
Changes:
- Ascraeus now uses constants for the phpbb root path and the php extension. This ensures more security for external applications and modifications (no more overwriting of root path and extension possible through insecure mods and register globals enabled) as well as no more globalizing needed.
- A second change implemented here is an additional short-hand-notation for append_sid(). It is allowed to omit the root path and extension now (for example calling append_sid(‘memberlist’)) – in this case the root path and extension get added automatically. The hook is called after these are added.

8477 View | Annotate 03/29/2008 01:08 AM naderman

Go away evil carriage returns\!

8295 View | Annotate 01/03/2008 06:00 PM davidmj

oh boy…
- Migrate code base to PHP 5.1+

8146 View | Annotate 10/05/2007 04:30 PM acydburn

dumdidum… sorry. ;)

7782 View | Annotate 06/19/2007 03:05 PM acydburn

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

7241 View | Annotate 03/30/2007 12:49 PM acydburn

some changes/bugfixes

6930 View | Annotate 01/26/2007 05:09 PM acydburn

- 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
- Tried to comply to the permission field ordering within the language files while displaying permission sets. Hopefully it’s worth the additional processing time.
- Disable submit buttons after clicking for installation and conversions.

6925 View | Annotate 01/24/2007 12:29 PM acydburn

- 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 View | Annotate 12/08/2006 04:20 PM acydburn

- 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 View | Annotate 12/02/2006 02:19 PM acydburn

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

6689 View | Annotate 11/28/2006 03:31 PM acydburn

fix for ftp update bug…

6459 View | Annotate 10/07/2006 07:40 PM acydburn

he braces style is deprecated as of PHP 6

6312 View | Annotate 08/22/2006 11:26 PM acydburn

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

6139 View | Annotate 07/02/2006 11:42 PM acydburn

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

6058 View | Annotate 06/13/2006 11:06 PM acydburn

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

6048 View | Annotate 06/11/2006 08:13 PM acydburn

- 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 View | Annotate 06/06/2006 10:53 PM acydburn

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 View | Annotate 04/30/2006 04:09 PM acydburn

- 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 View | Annotate 03/01/2006 10:48 PM acydburn

- 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 View | Annotate 02/19/2006 03:17 PM davidmj

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

5416 View | Annotate 01/02/2006 06:30 PM acydburn

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

5388 View | Annotate 12/28/2005 06:35 PM acydburn

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

5375 View | Annotate 12/23/2005 12:57 PM acydburn

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