phpBB
Statistics
| Revision:

root / trunk / phpBB / includes / functions_upload.php

History | View | Annotate | Download (24.8 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10922 01/10/2011 10:45 pm Git Gatekeeper

commit eff1d378ccb6e80b6011267c9ce73ab0a316522a
Merge: 5ea59ba c9b9016
Author: Igor Wiedler <>
Date: Mon Jan 10 23:43:04 2011 +0100

Merge branch 'develop-olympus' into develop
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...
10778 09/12/2010 02:00 pm Git Gatekeeper

commit c0d645c319b0bc7c83181d153c026cba052f9306
Merge: 26c3170 0edcf57
Author: Igor Wiedler <>
Date: Sun Sep 12 14:48:09 2010 +0200

Merge branch 'ticket/bantu/7252' into develop
  • ticket/bantu/7252:
    [ticket/7252] Align array keys and values to "=>"....
10775 09/12/2010 12:15 pm Git Gatekeeper

commit 26c31704cc4a34cc5297c1b89c71388518c81ab1
Merge: b89a4cd 09ef1dc
Author: Andreas Fischer <>
Date: Sun Sep 12 13:00:06 2010 +0200

Merge branch 'ticket/evil3/9394' into develop
  • ticket/evil3/9394:
    [ticket/9394] Fix comment in functions_upload
10766 09/02/2010 04:45 pm Git Gatekeeper

commit ea4d204cf68b3cee2bfb0633085e4ebdadeb3a80
Merge: f1550a6 ba00720
Author: Andreas Fischer <>
Date: Thu Sep 2 17:35:44 2010 +0200

Merge branch 'develop-olympus' into develop
  • develop-olympus:
    [ticket/9662] Search flood interval no longer applies to non-keyword searches...
10636 08/19/2010 04:24 pm Git Gatekeeper

commit cf8995210625b31988dd9ae98435bf183ee799e3
Merge: 0ed69d9 4787083
Author: Nils Adermann <>
Date: Fri May 14 02:51:56 2010 +0200

Merge branch 'develop-olympus' into develop
  • develop-olympus:
    [ticket/7717] Localise default extension groups for attachments...
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.