View | Annotate | Download (23.4 KB)
why am i so dumb sometimes... /me hits myself with the dumbness stick... regression from r10122
Always remove temporary filename (Bug #50965)
Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
Fix bug #47775 - Properly convert and show filesize information Authorised by: naderman
remove hardcoded size unit for PHP_SIZE_OVERRUN error (Bug #29935)
some changes for proper code documentation
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.
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.
And more new features for reasonable paranoia.
#23525
Hiding everywhere little buggers, eh?
#22355
some language/style/code fixes (refer to the diff of the changelog)
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
dumdidum... sorry. ;)
some tiny fixes...
we included a check for getimagesize() existance... now we again can suppress notices while running this function.
#11074 - only process and check (as well as display) images if the category also matches. ;)
label changes, language fixes...
#10617
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.
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...
some fixes...
again... some more fixes.
some fixes to be committed.
adjust text for getting image dimensions as well as not suppressing warnings for getimagesize()
oh my god... someone please slap me very hard for this.
- 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
tiny alterations
- 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...
- some fixes - important bugfix for the mcp and determining allowed ids in general (if global announcements are included)
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. :)...
he braces style is deprecated as of PHP 6
- 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....
- 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. ;)
check file type
some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.
make sure custom profile fields are created correctly on registration (#2225)
some tiny changes...
- fixed a few smaller things
- 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
- 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
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)...
(hopefully) fixed the error display for uploading avatars (if avatar is too big)
- a bunch of bugfixes. :P
- fix some bugs...
- 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)...
- use acl_m_ instead of acl_m - some reference fixes
do not use php5 function
- check for empty uploaded file
- some cross-db related changes - putting active bots array into cache
- test slightly modified topic tracking code - some bugfixes
- 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)
new file upload class handling all file uploads.