aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/admin_attachments.php
Commit message (Collapse)AuthorAgeFilesLines
* - decreasing my linecount a bit. ;)Meik Sievertsen2005-11-301-1740/+0
| | | | | | | - please note that you are no longer able to administrate your board correctly if you are updating your cvs copy. git-svn-id: file:///svn/phpbb/trunk@5316 89ea8834-ac86-4346-8a33-228a782c2dd0
* - request_var updatesMeik Sievertsen2005-05-151-2/+2
| | | | | | | | | - added group selection to pm filter - fixed activation/deletion of inactive user accounts in admin index - fixed some color swatch bugs git-svn-id: file:///svn/phpbb/trunk@5152 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some cross-db related changesMeik Sievertsen2005-05-051-20/+19
| | | | | | | - putting active bots array into cache git-svn-id: file:///svn/phpbb/trunk@5140 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix smiley emotionMeik Sievertsen2005-04-301-0/+2
| | | | | | | | - some language pack updates - profile field updates git-svn-id: file:///svn/phpbb/trunk@5132 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Documentation related changesMeik Sievertsen2005-04-091-23/+23
| | | | | | | | | | - 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) git-svn-id: file:///svn/phpbb/trunk@5114 89ea8834-ac86-4346-8a33-228a782c2dd0
* - removed unnecessary pm optionsMeik Sievertsen2005-01-211-2/+2
| | | | | | | - added one option to clearly define email visibility git-svn-id: file:///svn/phpbb/trunk@5071 89ea8834-ac86-4346-8a33-228a782c2dd0
* - make use of new get_supported_image_types formatMeik Sievertsen2005-01-021-1/+3
| | | | | | | - added mysql 4.1.x support for database size git-svn-id: file:///svn/phpbb/trunk@5040 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix attachment mod errorsMeik Sievertsen2004-12-121-23/+19
| | | | | | | | - make upload path consistent with all other 2.2 path settings - fix "post title wrong after split" bug git-svn-id: file:///svn/phpbb/trunk@5032 89ea8834-ac86-4346-8a33-228a782c2dd0
* Tiny fix for ImageMagick detection on windowsBart van Bragt2004-11-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5030 89ea8834-ac86-4346-8a33-228a782c2dd0
* - more updates, mostly bugfixes to the bbcode parserMeik Sievertsen2004-09-161-12/+12
| | | | | | | | | | | - 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*) git-svn-id: file:///svn/phpbb/trunk@4984 89ea8834-ac86-4346-8a33-228a782c2dd0
* my turn to break the forum (and at least pm's are no longer working - will ↵Meik Sievertsen2004-09-041-0/+1
| | | | | | not last long). HARRRR git-svn-id: file:///svn/phpbb/trunk@4978 89ea8834-ac86-4346-8a33-228a782c2dd0
* - remove output buffering options from download.php (not needed anymore)Meik Sievertsen2004-07-081-1/+4
| | | | | | | | | | | | | | | | | | | | - 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 git-svn-id: file:///svn/phpbb/trunk@4920 89ea8834-ac86-4346-8a33-228a782c2dd0
* - forum rules + link to forum rulesMeik Sievertsen2004-05-301-10/+11
| | | | | | | | | - three new (tiny) functions added to functions_posting responsible for handling text with bbcode/smilies/urls, use them at items all over across phpbb... - some bugfixes within admin_forums and other files - new admin_board layout (much safer, security wise) git-svn-id: file:///svn/phpbb/trunk@4903 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix some issues with oop, fixing small bugs and prepare the next steps...Meik Sievertsen2004-05-021-29/+28
| | | | | | | NOTE TO DEVS: have a look at adm/admin_board.php (new config layout) git-svn-id: file:///svn/phpbb/trunk@4883 89ea8834-ac86-4346-8a33-228a782c2dd0
* - check for array [lang]Meik Sievertsen2004-03-101-4/+82
| | | | | | | | - admin_forums delete routine updated - added extension groups per forum git-svn-id: file:///svn/phpbb/trunk@4861 89ea8834-ac86-4346-8a33-228a782c2dd0
* changed extension group administration (more user friendly)Meik Sievertsen2004-03-061-278/+432
| | | | git-svn-id: file:///svn/phpbb/trunk@4858 89ea8834-ac86-4346-8a33-228a782c2dd0
* splitted language filesMeik Sievertsen2004-02-281-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4844 89ea8834-ac86-4346-8a33-228a782c2dd0
* removed message type from message parserMeik Sievertsen2004-02-151-1/+1
| | | | | | | | | assign message if specified parse/decode html if enabled validate url git-svn-id: file:///svn/phpbb/trunk@4834 89ea8834-ac86-4346-8a33-228a782c2dd0
* moved attachment settings code back to admin_attachments.phpMeik Sievertsen2003-11-231-0/+557
| | | | git-svn-id: file:///svn/phpbb/trunk@4683 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finished drafts, one bit is remaining though.Meik Sievertsen2003-11-161-57/+37
| | | | | | | | added file and disk space statistics. some minor changes here and there. git-svn-id: file:///svn/phpbb/trunk@4668 89ea8834-ac86-4346-8a33-228a782c2dd0
* new permissions, merged attachment tables (the intended purpose of two ↵Meik Sievertsen2003-11-041-13/+5
| | | | | | | | | tables is no longer valid), attachment updates along the merging... Note: please merge your attachment tables (develop dir). git-svn-id: file:///svn/phpbb/trunk@4637 89ea8834-ac86-4346-8a33-228a782c2dd0
* ahhhh, they hurt kenny, stop it... stop it.Meik Sievertsen2003-11-011-384/+60
| | | | git-svn-id: file:///svn/phpbb/trunk@4630 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix "not able to reply to announcements" and wrong notify checkbox status.Meik Sievertsen2003-10-281-23/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@4627 89ea8834-ac86-4346-8a33-228a782c2dd0
* bump topic and orphan attachmentsMeik Sievertsen2003-10-191-48/+268
| | | | | | | changes here and there... git-svn-id: file:///svn/phpbb/trunk@4614 89ea8834-ac86-4346-8a33-228a782c2dd0
* cleanups and fixesMeik Sievertsen2003-10-121-105/+97
| | | | git-svn-id: file:///svn/phpbb/trunk@4564 89ea8834-ac86-4346-8a33-228a782c2dd0
* some small fixesMeik Sievertsen2003-09-241-10/+10
| | | | | | | | got rid of iframe (topic review)... tested new div method with various browsers, further testing and oppinions would be nice. ;) NOTE: New css element added to theme git-svn-id: file:///svn/phpbb/trunk@4510 89ea8834-ac86-4346-8a33-228a782c2dd0
* Extension var updatePaul S. Owen2003-09-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4480 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed: slashing attachment comments (hopefully)Meik Sievertsen2003-08-291-21/+11
| | | | | | | changed header. git-svn-id: file:///svn/phpbb/trunk@4458 89ea8834-ac86-4346-8a33-228a782c2dd0
* bye bye forbidden extensions... we have a deny,allow rule for extensions, ↵Meik Sievertsen2003-08-131-15/+8
| | | | | | forbidden extensions are therefore a little bit redundant. git-svn-id: file:///svn/phpbb/trunk@4400 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for changes to filelist()Paul S. Owen2003-07-201-3/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@4289 89ea8834-ac86-4346-8a33-228a782c2dd0
* mainoption/liteoption -> btnmain/btnlitePaul S. Owen2003-07-161-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@4271 89ea8834-ac86-4346-8a33-228a782c2dd0
* some updates...Meik Sievertsen2003-06-251-277/+78
| | | | git-svn-id: file:///svn/phpbb/trunk@4175 89ea8834-ac86-4346-8a33-228a782c2dd0
* deleted pm references and small fixes to the thumbnail creationMeik Sievertsen2003-06-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4169 89ea8834-ac86-4346-8a33-228a782c2dd0
* thumbnail creation supportMeik Sievertsen2003-06-201-148/+130
| | | | git-svn-id: file:///svn/phpbb/trunk@4160 89ea8834-ac86-4346-8a33-228a782c2dd0
* added: download notice for people unable to see files attached to postsMeik Sievertsen2003-06-171-27/+0
| | | | | | | | changed: put attachment display into a function now called by posting preview and viewtopic (functions_display.php) fixed: small fix in posting routines, cleanups... git-svn-id: file:///svn/phpbb/trunk@4139 89ea8834-ac86-4346-8a33-228a782c2dd0
* a few updates, added #539865 and #694413.Meik Sievertsen2003-05-111-11/+226
| | | | git-svn-id: file:///svn/phpbb/trunk@4005 89ea8834-ac86-4346-8a33-228a782c2dd0
* page header/footer become functions, forum passwords (I know, I know but it ↵Paul S. Owen2003-05-031-2/+2
| | | | | | appears a popular feature for some reason ... inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs). git-svn-id: file:///svn/phpbb/trunk@3969 89ea8834-ac86-4346-8a33-228a782c2dd0
* further work on the attachment panel... and see how plain those icons are... ↵Meik Sievertsen2003-04-291-23/+507
| | | | | | | | | these are the correct ones to rip ;) Hopefully someone will make some nice upload icons. :) git-svn-id: file:///svn/phpbb/trunk@3959 89ea8834-ac86-4346-8a33-228a782c2dd0
* replaced \' with ' in template to let it parse javascript correctly. ↵Meik Sievertsen2003-04-231-146/+255
| | | | | | admin_attachments.php changes. added real media streaming. git-svn-id: file:///svn/phpbb/trunk@3932 89ea8834-ac86-4346-8a33-228a782c2dd0
* first version of attachment admin panel + some fixes (i hope i do not screw ↵Meik Sievertsen2003-04-221-0/+551
someones code with this, my appologies) git-svn-id: file:///svn/phpbb/trunk@3926 89ea8834-ac86-4346-8a33-228a782c2dd0