aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bump config var fixMeik Sievertsen2004-08-011-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4942 89ea8834-ac86-4346-8a33-228a782c2dd0
* replacing two preg_replace statements with one preg_match_all statement...Meik Sievertsen2004-08-011-4/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@4941 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed problem with UNDEFINEPaul S. Owen2004-08-011-28/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@4940 89ea8834-ac86-4346-8a33-228a782c2dd0
* trouble oh trouble... trouble oh trouble... trou... SLAP!Meik Sievertsen2004-07-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4939 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not update post_text if the message content was not changed... (fixing a ↵Meik Sievertsen2004-07-271-6/+19
| | | | | | bug ;)) git-svn-id: file:///svn/phpbb/trunk@4938 89ea8834-ac86-4346-8a33-228a782c2dd0
* - approve/disapprove posts/topicsMeik Sievertsen2004-07-1921-447/+1095
| | | | | | | | - changed mcp_front to be more moderator friendly - able to change the forum in mcp_queue (for moderators moderating more than one forum) git-svn-id: file:///svn/phpbb/trunk@4937 89ea8834-ac86-4346-8a33-228a782c2dd0
* gahMeik Sievertsen2004-07-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4936 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed permissions for mcp (global permission settings are false if user is ↵Meik Sievertsen2004-07-1115-151/+314
| | | | | | | | | | only able to moderate one to x forums) - determine permission settings for submodules - further approve/disapprove work (approve_details added) git-svn-id: file:///svn/phpbb/trunk@4925 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fork/copy topicMeik Sievertsen2004-07-1012-384/+988
| | | | | | | | | | - resync topics - possible to show only reported posts in topic_view - view reports in post details - mcp_queue (show unapproved items) git-svn-id: file:///svn/phpbb/trunk@4924 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added splitting of topics to mcpMeik Sievertsen2004-07-0910-61/+427
| | | | | | | | | - added merging of posts to mcp - fixed parsing of acl_getf results - adjusted tracking code for important announcements (seems to work now) git-svn-id: file:///svn/phpbb/trunk@4923 89ea8834-ac86-4346-8a33-228a782c2dd0
* cleaned up the mcp, basic operations such as deleting/moving/(un)locking are ↵Meik Sievertsen2004-07-0813-104/+924
| | | | | | functional, as well as all basic views, the other modes (splitting, merging, forking, approval, reports and warnings) will be added within the next days. git-svn-id: file:///svn/phpbb/trunk@4922 89ea8834-ac86-4346-8a33-228a782c2dd0
* nooooo.... the mcp is gone. Yes, we now rely on the good will of our users, ↵Meik Sievertsen2004-07-084-2313/+1041
| | | | | | | | | no moderation anymore. buhahaha buhahaharrrr harrr git-svn-id: file:///svn/phpbb/trunk@4921 89ea8834-ac86-4346-8a33-228a782c2dd0
* - remove output buffering options from download.php (not needed anymore)Meik Sievertsen2004-07-0829-318/+303
| | | | | | | | | | | | | | | | | | | | - 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
* - fixed topic icon display (correct radio box checked, only visible in first ↵Meik Sievertsen2004-06-243-14/+11
| | | | | | post) git-svn-id: file:///svn/phpbb/trunk@4919 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed viewtopic pagination (accidently added $start in the middle rendering ↵Meik Sievertsen2004-06-241-1/+1
| | | | | | pagination useless) git-svn-id: file:///svn/phpbb/trunk@4918 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed redirect for first cookie setting...Meik Sievertsen2004-06-241-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4917 89ea8834-ac86-4346-8a33-228a782c2dd0
* - for bart to work on...Meik Sievertsen2004-06-153-375/+366
| | | | git-svn-id: file:///svn/phpbb/trunk@4916 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed notification redirectionMeik Sievertsen2004-06-155-12/+15
| | | | | | | - added SID to ucp redirects git-svn-id: file:///svn/phpbb/trunk@4915 89ea8834-ac86-4346-8a33-228a782c2dd0
* Small fix for installBart van Bragt2004-06-131-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4914 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ensure default group_id is set for new usersPaul S. Owen2004-06-071-9/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@4913 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added folder_moved imageMeik Sievertsen2004-06-0625-65/+386
| | | | | | | | | - new feature: bookmark topics - fixed post details link - added confirmation screen to cookie deletion git-svn-id: file:///svn/phpbb/trunk@4912 89ea8834-ac86-4346-8a33-228a782c2dd0
* upload progress bar by CyberAlienMeik Sievertsen2004-06-061-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@4911 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove front-end gcp links, alter forum rules title style, remove karma ↵Paul S. Owen2004-06-068-250/+4
| | | | | | output for ucp frontend git-svn-id: file:///svn/phpbb/trunk@4910 89ea8834-ac86-4346-8a33-228a782c2dd0
* ups, we need a space.Meik Sievertsen2004-06-021-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4909 89ea8834-ac86-4346-8a33-228a782c2dd0
* - private messages - not finished yet.Meik Sievertsen2004-06-0217-10/+4652
| | | | git-svn-id: file:///svn/phpbb/trunk@4908 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change headerPaul S. Owen2004-06-021-20/+145
| | | | git-svn-id: file:///svn/phpbb/trunk@4907 89ea8834-ac86-4346-8a33-228a782c2dd0
* - enable admin login if board disabledMeik Sievertsen2004-06-015-4/+9
| | | | | | | - new reply image for pm's (fits better into the style) git-svn-id: file:///svn/phpbb/trunk@4906 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix notify templatesMeik Sievertsen2004-05-315-4/+5
| | | | | | | - re-added subscribe/unsubscribe topic links. ;) git-svn-id: file:///svn/phpbb/trunk@4905 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added delete cookies linkMeik Sievertsen2004-05-3119-45/+158
| | | | | | | | - fixed global announcement links in viewforum - do not display redirects in link forums as posts in forum overview git-svn-id: file:///svn/phpbb/trunk@4904 89ea8834-ac86-4346-8a33-228a782c2dd0
* - forum rules + link to forum rulesMeik Sievertsen2004-05-3027-834/+775
| | | | | | | | | - 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
* *** empty log message ***Meik Sievertsen2004-05-261-0/+72
| | | | git-svn-id: file:///svn/phpbb/trunk@4902 89ea8834-ac86-4346-8a33-228a782c2dd0
* see todoMeik Sievertsen2004-05-261-8/+133
| | | | git-svn-id: file:///svn/phpbb/trunk@4901 89ea8834-ac86-4346-8a33-228a782c2dd0
* only minor things... blablaMeik Sievertsen2004-05-262-19/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@4900 89ea8834-ac86-4346-8a33-228a782c2dd0
* more updatesMeik Sievertsen2004-05-261-31/+102
| | | | git-svn-id: file:///svn/phpbb/trunk@4899 89ea8834-ac86-4346-8a33-228a782c2dd0
* message/mail updatesMeik Sievertsen2004-05-265-93/+43
| | | | git-svn-id: file:///svn/phpbb/trunk@4898 89ea8834-ac86-4346-8a33-228a782c2dd0
* session updates, please reviewMeik Sievertsen2004-05-261-17/+76
| | | | git-svn-id: file:///svn/phpbb/trunk@4897 89ea8834-ac86-4346-8a33-228a782c2dd0
* don't hurt me... just very small thingsMeik Sievertsen2004-05-261-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4896 89ea8834-ac86-4346-8a33-228a782c2dd0
* ucp updatesMeik Sievertsen2004-05-266-91/+117
| | | | git-svn-id: file:///svn/phpbb/trunk@4895 89ea8834-ac86-4346-8a33-228a782c2dd0
* template updatesMeik Sievertsen2004-05-268-68/+88
| | | | git-svn-id: file:///svn/phpbb/trunk@4894 89ea8834-ac86-4346-8a33-228a782c2dd0
* language additionsMeik Sievertsen2004-05-2614-22/+93
| | | | | | | some small fixes git-svn-id: file:///svn/phpbb/trunk@4893 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed last edited byMeik Sievertsen2004-05-262-45/+129
| | | | | | | | | tryed to fix mark read code other small fixes... added (commented out) custom profile fields template support git-svn-id: file:///svn/phpbb/trunk@4892 89ea8834-ac86-4346-8a33-228a782c2dd0
* blablaMeik Sievertsen2004-05-261-3/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4891 89ea8834-ac86-4346-8a33-228a782c2dd0
* approval/other fixesMeik Sievertsen2004-05-261-53/+68
| | | | git-svn-id: file:///svn/phpbb/trunk@4890 89ea8834-ac86-4346-8a33-228a782c2dd0
* only display those forums the user is able to read in.Meik Sievertsen2004-05-261-27/+47
| | | | git-svn-id: file:///svn/phpbb/trunk@4889 89ea8834-ac86-4346-8a33-228a782c2dd0
* update module authentification here too.Meik Sievertsen2004-05-261-9/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4888 89ea8834-ac86-4346-8a33-228a782c2dd0
* Disable karma/ratingPaul S. Owen2004-05-201-137/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@4887 89ea8834-ac86-4346-8a33-228a782c2dd0
* Disable karma settingsPaul S. Owen2004-05-201-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@4886 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wrong backgroundPaul S. Owen2004-05-201-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@4885 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some minor glitches in the install processBart van Bragt2004-05-112-4/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@4884 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix some issues with oop, fixing small bugs and prepare the next steps...Meik Sievertsen2004-05-0258-3066/+1686
| | | | | | | 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