root / trunk / phpBB / includes / functions_upload.php

View | Annotate | Download (23.4 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10211 10/04/2009 07:14 PM Meik Sievertsen

Copy 3.0.x branch to trunk

10141 09/13/2009 03:31 PM Meik Sievertsen

why am i so dumb sometimes... /me hits myself with the dumbness stick...
regression from r10122

10122 09/08/2009 03:02 PM Meik Sievertsen

Always remove temporary filename (Bug #50965)

9905 08/01/2009 01:28 PM Meik Sievertsen

Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)

9748 07/11/2009 10:05 AM Andreas Fischer

Fix bug #47775 - Properly convert and show filesize information
Authorised by: naderman

9464 04/17/2009 03:52 PM Meik Sievertsen

remove hardcoded size unit for PHP_SIZE_OVERRUN error (Bug #29935)

8783 08/23/2008 07:23 PM Meik Sievertsen

some changes for proper code documentation

8780 08/22/2008 02:52 PM Meik Sievertsen

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.

8763 08/16/2008 09:06 PM Meik Sievertsen

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.

8555 05/15/2008 04:10 PM Henry Sudhof

And more new features for reasonable paranoia.

8522 04/21/2008 03:20 PM Meik Sievertsen

#23525

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

Hiding everywhere little buggers, eh?

8420 02/28/2008 08:55 PM Meik Sievertsen

#22355

8389 02/23/2008 02:18 PM Meik Sievertsen

some language/style/code fixes (refer to the diff of the changelog)

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

8087 09/12/2007 05:32 PM Meik Sievertsen

some tiny fixes...

7646 05/19/2007 06:40 PM Meik Sievertsen

we included a check for getimagesize() existance... now we again can suppress notices while running this function.

7616 05/17/2007 03:23 PM Meik Sievertsen

#11074 - only process and check (as well as display) images if the category also matches. ;)

7608 05/16/2007 04:45 PM Meik Sievertsen

label changes, language fixes...

7501 05/07/2007 10:15 PM Henry Sudhof

#10617

7453 05/03/2007 11:27 AM Henry Sudhof

Still finetuning avatar uploading and delivery.

Remember that the recent changes broke compatibility with old uploaded avatars and that there were changes to the database entries.

7429 04/30/2007 12:46 PM Henry Sudhof

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

7266 04/02/2007 05:47 PM Meik Sievertsen

some fixes...

7150 03/08/2007 04:49 PM Meik Sievertsen

again... some more fixes.

6975 02/09/2007 03:24 PM Meik Sievertsen

some fixes to be committed.

6973 02/07/2007 05:32 PM Meik Sievertsen

adjust text for getting image dimensions as well as not suppressing warnings for getimagesize()

6945 01/28/2007 03:00 PM Meik Sievertsen

oh my god... someone please slap me very hard for this.

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

6846 01/06/2007 08:37 PM Meik Sievertsen

tiny alterations

6831 01/03/2007 05:38 PM Meik Sievertsen

- removed download mode selection (the column info and constants will not be removed, we or others may be able to re-use them later on)
- removing extension from physical filename for uploaded attachments (as has been suggested some time ago from our community), can still be used by using the new 'unique_ext' mode on file cleaning...

6787 12/21/2006 11:37 AM Meik Sievertsen

- some fixes
- important bugfix for the mcp and determining allowed ids in general (if global announcements are included)

6650 11/24/2006 03:59 PM Meik Sievertsen

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

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

he braces style is deprecated as of PHP 6

6414 09/28/2006 05:04 PM Meik Sievertsen

- added confirmation to removing bbcodes
- added optional MX and DNSBL checks
- added backtrace (triggering sql error) on error within sql_in_set as well as making sure it is handling an array
- let users having f_list access to a forum actually see the forum without a topic list and not displaying an error message - this allows for giving people access to subforums but not the parent forum without the need to add the (sub-)forum to the index....

6364 09/13/2006 06:08 PM Meik Sievertsen

- fixed some bugs
- changed attachment handling a bit
- tried to remove target tags out of the code
- do not add session ids to urls for bots as well as not creating a new session on each page view for them

I bet i introduced some bugs too. ;)

6354 09/05/2006 05:17 PM Meik Sievertsen

check file type

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

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

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

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

5967 05/26/2006 05:04 PM Meik Sievertsen

some tiny changes...

5952 05/20/2006 08:39 PM Meik Sievertsen

- fixed a few smaller things

5824 04/22/2006 06:18 PM Meik Sievertsen

- removed group settings from roles
- added forum icon in front of forums in permissions acp
- added trace permissions in permission masks (thanks naderman for writing the first code and for the idea... :))
- some bugfixes
- PHP6 fix

5790 04/17/2006 03:09 PM Meik Sievertsen

- clean up marklist calls (global function)
- added new feature: test out others permissions (admin permissions will not be copied)
- changed attachment processing by directly using the template engine
- fixed some attachment related bugs
- additional tiny fixes

5765 04/06/2006 07:15 PM Meik Sievertsen

To all people having their bug status set to fixed: SF pserver CVS access is currently down, therefore the snapshots are still out of date.

- fix a bunch of bugs
- <!-- $Id$ --> is no longer allowed in template (.html) files
- changed layout of private message screens (folders are menu items)...

5749 03/28/2006 08:01 PM Meik Sievertsen

(hopefully) fixed the error display for uploading avatars (if avatar is too big)

5678 03/21/2006 08:23 PM Meik Sievertsen

- a bunch of bugfixes. :P

5643 03/17/2006 01:51 PM Meik Sievertsen

- fix some bugs...

5622 03/13/2006 12:19 AM Meik Sievertsen

- streamlined reports to consist of the feature set we decided upon (Nils, your turn now)
- use getenv instead of $_ENV (with $_ENV the case could be wrong)
- permission fixes (there was a bug arising with getting permission flags - re-added them and handled roles deletion differently)...

5307 11/19/2005 05:16 PM Meik Sievertsen

- use acl_m_ instead of acl_m
- some reference fixes

5189 07/28/2005 08:16 PM Meik Sievertsen

do not use php5 function

5147 05/10/2005 07:00 PM Meik Sievertsen

- check for empty uploaded file

5140 05/05/2005 06:55 PM Meik Sievertsen

- some cross-db related changes
- putting active bots array into cache

5135 04/30/2005 04:24 PM Meik Sievertsen

- test slightly modified topic tracking code
- some bugfixes

5114 04/09/2005 02:26 PM Meik Sievertsen

- Documentation related changes
- added resend activation email dialog
- fixed issue in session code
- log failed/successful admin re-authentication/login
- fixed simple forum dropdown box (used in mcp and posting)

5110 03/22/2005 12:12 AM Meik Sievertsen

new file upload class handling all file uploads.