Register
phpBB.com Wiki · Home Projects Help

root / tags / release_3_0_B5 / phpBB / download.php

download.php

View | Annotate | Download (9.9 KB)

# Date Author Comment
6949 View | Annotate 01/28/2007 06:00 PM

This commit was manufactured by cvs2svn to create tag
‘release_3_0_B5’.

6831 View | Annotate 01/03/2007 05:38 PM acydburn

- 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
- fixed a bug with copying attachments if copying a topic
- made sure no attachment files get removed used at another location
- changed media player “embed” code. For some this may result in no auto-resizing – though a download link has been added.

6816 View | Annotate 12/27/2006 06:43 PM acydburn

Unused Code inside function update_forum_data [Bug #6606]
Copy permissions protection for groups [Bug #6594]
HTML issues in ACP [Bug #6580, #6578]
Always send the correct encoding [related to bug #6576]
Mass email fixes for first loop iteration [Bug #6570]
Extension groups to be allowed in PM’s and/or Posts [Bug #6558]
Extension allowance checking clarified (no longer using forum id 0 for private messaging)
Using request_var() array method for some variables [Bug #6556]
Added confirmation for deletion of ranks/smilies/icons/word censores [Bug #6548, #6530, #6512, #6466]
Only show postable forums in dropdown list for moving posts on forum deletion as well as correct re-indexing [Bug #6510, #6476, #6384]
Jabber password being password field in jabber settings screen [Bug #6478]
user activity language variable if viewing not own profile [Bug #6432]
Show moderator group/user-name colour [Bug #6402]
Log rank creation/updating/removing [Bug #6398]
Update check permission changed from a_ to a_board [Bug #6392]

6627 View | Annotate 11/21/2006 04:44 PM acydburn

should have been fread.

6626 View | Annotate 11/21/2006 04:08 PM acydburn

changing the inline delivery method now the 20th time – gosh.

6572 View | Annotate 11/12/2006 04:35 PM acydburn

consistant obtain_* functions

6544 View | Annotate 11/02/2006 04:23 PM acydburn

some updates; and hopefully not completely breaking redirects (again). :D You know, i like breaking things.

6539 View | Annotate 10/30/2006 08:51 PM acydburn

- temporarily disable x-sendfile support (we need to look into methods of checking if it is enabled/disabled or introducing a switch)
- finally allow custom permission settings files (in acp/ as well as in mods/)

6523 View | Annotate 10/23/2006 11:07 PM davidmj

#4850

6512 View | Annotate 10/19/2006 04:11 PM acydburn

remove debug code. ;)

6511 View | Annotate 10/19/2006 03:55 PM acydburn

Revised attachment categories a bit
Fixes for the following bugs:
#4830
#4818
#4816
#4810
#4808
#4798
#4796
#4772
#4662
#4646
#4546
#4524
#4270

I hope not having introduced additional severe errors :)

6364 View | Annotate 09/13/2006 06:08 PM acydburn

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

6352 View | Annotate 09/04/2006 10:35 PM acydburn

- fix security issue in download.php
- fixing some phpdocumentor warnings/errors
- adjust pop-before-smtp “auth” (nowadays no one should rely on it)
- add backtrace for smtp email errors if DEBUG_EXTRA is enabled

6308 View | Annotate 08/20/2006 09:50 PM acydburn

- add some language variables i will need at another location. ;)
- also add X-Sendfile support to the download.php file.

6271 View | Annotate 08/12/2006 03:14 PM acydburn

sql_in_set changes

6260 View | Annotate 08/11/2006 03:21 PM acydburn

submit some attachment changes/fixes as well as fixing the language pack download for zip files.

6161 View | Annotate 07/09/2006 06:23 PM acydburn

- tackle some usability issues
- fix bug #3147
- added the lock-images made by SHS`
- fixed MSSQL errors (adding the correct ESCAPE sequence)

6149 View | Annotate 07/06/2006 06:46 PM acydburn

some bugfixes

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.

5967 View | Annotate 05/26/2006 05:04 PM acydburn

some tiny changes…

5883 View | Annotate 05/05/2006 07:56 PM acydburn

- some adjustements for phpdocumentor

5678 View | Annotate 03/21/2006 08:23 PM acydburn

- a bunch of bugfixes. :P

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)

5247 View | Annotate 10/02/2005 08:47 PM acydburn

- session changes

5138 View | Annotate 04/30/2005 04:36 PM acydburn

- some fixes here and there

5114 View | Annotate 04/09/2005 02:26 PM acydburn

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

5108 View | Annotate 03/21/2005 11:43 PM acydburn

- first try to break things…

5032 View | Annotate 12/12/2004 03:07 PM acydburn

- fix attachment mod errors
- make upload path consistent with all other 2.2 path settings
- fix “post title wrong after split” bug

4986 View | Annotate 09/17/2004 11:11 AM acydburn

- extensions_allowed changed a bit.

4984 View | Annotate 09/16/2004 08:33 PM acydburn

- more updates, mostly bugfixes to the bbcode parser
- changed current_user in sessions (please review)
- give more flexibility to style authors in regard to the pagination elements
- profile fields updates (included a sample constuct into viewtopic_body.html – have to be documented extensivly)
- code optimizations (use of strpos, sizeof, loops not iterating functions on every call, memory savings…)
- and last but not least - hopefully not introduced more bugs than healthy (cough)

4920 View | Annotate 07/09/2004 12:41 AM acydburn

- remove output buffering options from download.php (not needed anymore)
- optimized viewtopic.php a little bit
- removed the create_function (was consuming too much memory) from viewtopic
- check for manually added convert[.exe] program name to imagemagick path in admin_attachments
- reduced filesize checking for imagemagick program (some installations require less than 20k)
- added checked=”checked” for “not selected” topic icon
- moved parse_text_display function from functions_posting.php to functions.php (see comment above function)
- check for user_id != ANONYMOUS in page_footer for displaying the administration link (there seems to be a problem checking for global options)
- rewrote attachment thumbnail functions – utilize GD2 functions if available, more uptodate checks…
- changed final thumbnail size calculation
- define S_ROW_COUNT within template class itself
- added SID to template vars in page_header
- added ability to view topic/forum within admin_viewlogs
- added optional acl checking to make_jumpbox, no need to duplicate the function for this small need
- added custom body file for confirm_box

4883 View | Annotate 05/02/2004 03:06 PM acydburn

fix some issues with oop, fixing small bugs and prepare the next steps…
NOTE TO DEVS: have a look at adm/admin_board.php (new config layout)

4862 View | Annotate 03/11/2004 10:17 PM acydburn

- re-enable drafts. ;)
- put extension checking into a small function…

4861 View | Annotate 03/10/2004 09:30 PM acydburn

- check for array [lang]
- admin_forums delete routine updated
- added extension groups per forum

4844 View | Annotate 02/28/2004 10:16 PM acydburn

splitted language files

4682 View | Annotate 11/23/2003 11:25 PM acydburn

my attempt to break things…

4668 View | Annotate 11/16/2003 10:53 PM acydburn

Finished drafts, one bit is remaining though.
added file and disk space statistics.
some minor changes here and there.

4637 View | Annotate 11/04/2003 11:05 PM acydburn

new permissions, merged attachment tables (the intended purpose of two tables is no longer valid), attachment updates along the merging…

Note: please merge your attachment tables (develop dir).

4612 View | Annotate 10/19/2003 05:17 PM acydburn

cleanup

4473 View | Annotate 09/07/2003 03:46 PM psotfx

Updates mainly for removal of extension + header comment … moved some aspects of ucp around, further work to be done on these areas … not commiting search for time being

4458 View | Annotate 08/29/2003 08:06 PM acydburn

fixed: slashing attachment comments (hopefully)
changed header.

4229 View | Annotate 07/13/2003 04:12 PM acydburn

add support for login forum box.

4140 View | Annotate 06/18/2003 07:57 PM acydburn

some changes in downloading files…

4082 View | Annotate 06/05/2003 03:22 PM psotfx

Minor fix

4056 View | Annotate 05/25/2003 04:27 PM acydburn

linefeeds… tortoisecvs 1.4.0rc3 seems to be more unstable as i thought.

4055 View | Annotate 05/25/2003 03:07 PM acydburn

some updates in regards to fetching authentication.

4005 View | Annotate 05/11/2003 06:21 PM acydburn

a few updates, added #539865 and #694413.

3969 View | Annotate 05/04/2003 01:58 AM psotfx

page header/footer become functions, forum passwords (I know, I know but it appears a popular feature for some reason … inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs).

3959 View | Annotate 04/29/2003 10:06 PM acydburn

further work on the attachment panel… and see how plain those icons are… these are the correct ones to rip ;)
Hopefully someone will make some nice upload icons. :)

3813 View | Annotate 04/11/2003 08:07 AM acydburn

re-use include…

3807 View | Annotate 04/10/2003 11:35 PM acydburn

initial ‘view attachments’ implementation. added new template var (merged include, to preserve previous block vars), could be changed later to consider caching. some config variables and upload icons are not present as of yet…