Register
phpBB.com Wiki · Home Projects Help

root / tags / milestone_3 / phpBB / download.php

download.php

View | Annotate | Download (8 KB)

# Date Author Comment
5258 View | Annotate 10/04/2005 11:47 PM

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

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…