aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Various updates, changed jump to first unread as per Ashe's ↵Paul S. Owen2003-05-236-235/+236
| | | | | | suggestion/request ... hope people don't start linking to it making me regret reverting to this implementation :D Moved many decisions on what icons to output to templates ... feedback wrt any performance impacts happily accepted. git-svn-id: file:///svn/phpbb/trunk@4051 89ea8834-ac86-4346-8a33-228a782c2dd0
* Append POST originated forum_id to this->page if presentPaul S. Owen2003-05-221-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4050 89ea8834-ac86-4346-8a33-228a782c2dd0
* Renames and removalsPaul S. Owen2003-05-224-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@4049 89ea8834-ac86-4346-8a33-228a782c2dd0
* Renames and removalsPaul S. Owen2003-05-2216-456/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@4048 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: Moved up some var definitions.Ludovic Arnaud2003-05-221-73/+71
| | | | | | | | Changed: topic_review() modified to set the correct bbcode_bitfield. Fixed: some bugs regarding post preview git-svn-id: file:///svn/phpbb/trunk@4047 89ea8834-ac86-4346-8a33-228a782c2dd0
* Syntax highlightning CSSLudovic Arnaud2003-05-221-6/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@4046 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: $warn_msg changed into a class var. (allows from returning errors ↵Ludovic Arnaud2003-05-221-101/+124
| | | | | | | | | | from regexps) Added: max_quote_depth Changed: PHP syntax highlightning modified to use CSS classes instead of <font> tags git-svn-id: file:///svn/phpbb/trunk@4045 89ea8834-ac86-4346-8a33-228a782c2dd0
* bbcode template updated for the new parserLudovic Arnaud2003-05-221-23/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@4044 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated bbcode parser.Ludovic Arnaud2003-05-221-95/+115
| | | | | | | | Images that are replace with a link according to user's preferences now use the corresponding [url] template. Some regular expressions have been made a little more restrictive. git-svn-id: file:///svn/phpbb/trunk@4043 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added max_quote_depth limiter to prevent users from nesting a hell lot of ↵Ludovic Arnaud2003-05-211-2/+4
| | | | | | | | | quotes. array_merge() replaced with a faster solution. Note that it will _not_ overwrite existing strings. git-svn-id: file:///svn/phpbb/trunk@4042 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added max_quote_depth limiter to prevent users from nesting a hell lot of quotesLudovic Arnaud2003-05-213-0/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4041 89ea8834-ac86-4346-8a33-228a782c2dd0
* n/mLudovic Arnaud2003-05-211-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4040 89ea8834-ac86-4346-8a33-228a782c2dd0
* get_forum_branch() moved to function_admins.phpLudovic Arnaud2003-05-212-45/+45
| | | | git-svn-id: file:///svn/phpbb/trunk@4039 89ea8834-ac86-4346-8a33-228a782c2dd0
* Titles go boldLudovic Arnaud2003-05-211-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4038 89ea8834-ac86-4346-8a33-228a782c2dd0
* whoopsPaul S. Owen2003-05-211-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4037 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add a 6 char key to user_birthdayPaul S. Owen2003-05-211-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4036 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable display of birthday listing ... controlled via ACP Load SettingsPaul S. Owen2003-05-211-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4035 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable display of birthday listing ... controlled via ACP Load SettingsPaul S. Owen2003-05-206-10/+70
| | | | git-svn-id: file:///svn/phpbb/trunk@4034 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, let's try and retain consistency with viewtopicPaul S. Owen2003-05-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4033 89ea8834-ac86-4346-8a33-228a782c2dd0
* Alter layout for signature ... else it'll really screwup the look with large ↵Paul S. Owen2003-05-201-2/+8
| | | | | | sigs .. git-svn-id: file:///svn/phpbb/trunk@4032 89ea8834-ac86-4346-8a33-228a782c2dd0
* Only set start = 0 when first sorting ... else it screws everything up :)Paul S. Owen2003-05-202-2/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@4031 89ea8834-ac86-4346-8a33-228a782c2dd0
* Avatar preferencial display here tooPaul S. Owen2003-05-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4030 89ea8834-ac86-4346-8a33-228a782c2dd0
* This version tends to do what it was supposed to do ... I guess users will ↵Paul S. Owen2003-05-202-3/+3
| | | | | | prefer this ... git-svn-id: file:///svn/phpbb/trunk@4029 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable view limiting functions ... Ashe, not sure if this is compatible with ↵Paul S. Owen2003-05-205-18/+137
| | | | | | your thinking for bbcode but it seems the "logical" way to handle disabling of bbcode/flash in this manner. Fixed issue with automatic url handling of local links git-svn-id: file:///svn/phpbb/trunk@4028 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correct doubled up viewsigs, replace viewemail with allow_viewemail, add ↵Paul S. Owen2003-05-202-62/+65
| | | | | | couple new groups for COPPA users git-svn-id: file:///svn/phpbb/trunk@4027 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix forum link redirection when tracking clicksPaul S. Owen2003-05-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4026 89ea8834-ac86-4346-8a33-228a782c2dd0
* More functions added ...Paul S. Owen2003-05-2010-42/+153
| | | | git-svn-id: file:///svn/phpbb/trunk@4025 89ea8834-ac86-4346-8a33-228a782c2dd0
* Further updatesPaul S. Owen2003-05-194-12/+90
| | | | git-svn-id: file:///svn/phpbb/trunk@4024 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, forgot to commit these ...Paul S. Owen2003-05-195-80/+86
| | | | git-svn-id: file:///svn/phpbb/trunk@4023 89ea8834-ac86-4346-8a33-228a782c2dd0
* ucp related updatesPaul S. Owen2003-05-191-1/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@4022 89ea8834-ac86-4346-8a33-228a782c2dd0
* Jump to last post on "View newest unread" when all posts have been readPaul S. Owen2003-05-191-5/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4021 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes as per functions_user.phpPaul S. Owen2003-05-191-90/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@4020 89ea8834-ac86-4346-8a33-228a782c2dd0
* Renamed class to ucp (for now at least), includes "module" handling for ucp, ↵Paul S. Owen2003-05-191-349/+215
| | | | | | new validation, normalisation routines (usefulness to be proved :D), blah blah git-svn-id: file:///svn/phpbb/trunk@4019 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hello!Paul S. Owen2003-05-199-0/+3873
| | | | git-svn-id: file:///svn/phpbb/trunk@4018 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bye billy ... oop, wrong film, oops wrong media ... shut up PaulPaul S. Owen2003-05-1915-4457/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@4017 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: [/*] tag (list item end tag). Automagically added if needed, in which ↵Ludovic Arnaud2003-05-181-10/+35
| | | | | | case it's stored as [/*:m:$uid] git-svn-id: file:///svn/phpbb/trunk@4016 89ea8834-ac86-4346-8a33-228a782c2dd0
* decode_text() will strip [/*:m] tagsLudovic Arnaud2003-05-181-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4015 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: [/*] tag (list item end tag). Automagically added if needed, in which ↵Ludovic Arnaud2003-05-181-15/+39
| | | | | | | | | case it's stored as [/*:m:$uid] Added: any {L_*} var in bbcode.html is replaced by its matching $lang string git-svn-id: file:///svn/phpbb/trunk@4014 89ea8834-ac86-4346-8a33-228a782c2dd0
* Additional lang strings for post reportingLudovic Arnaud2003-05-181-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4013 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed: some stuff ;)Ludovic Arnaud2003-05-182-14/+62
| | | | | | | Changed: users cannot report the same post twice. if an user tries to, s/he's invited to edit his/her report git-svn-id: file:///svn/phpbb/trunk@4012 89ea8834-ac86-4346-8a33-228a782c2dd0
* #642733Meik Sievertsen2003-05-183-4/+52
| | | | git-svn-id: file:///svn/phpbb/trunk@4011 89ea8834-ac86-4346-8a33-228a782c2dd0
* prepared (and fixed) topic review.Meik Sievertsen2003-05-173-45/+41
| | | | git-svn-id: file:///svn/phpbb/trunk@4010 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed a small annoying bug.Meik Sievertsen2003-05-111-5/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@4007 89ea8834-ac86-4346-8a33-228a782c2dd0
* re-enable posting. ;)Meik Sievertsen2003-05-111-26/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@4006 89ea8834-ac86-4346-8a33-228a782c2dd0
* a few updates, added #539865 and #694413.Meik Sievertsen2003-05-1112-164/+510
| | | | git-svn-id: file:///svn/phpbb/trunk@4005 89ea8834-ac86-4346-8a33-228a782c2dd0
* Yet more mildly fudged code ... just to get something up, minor ↵Paul S. Owen2003-05-1110-304/+515
| | | | | | fixes/updates elsewhere git-svn-id: file:///svn/phpbb/trunk@4004 89ea8834-ac86-4346-8a33-228a782c2dd0
* Returned to instantiation of ucp object ... perhaps this approach is better? ↵Paul S. Owen2003-05-1016-398/+611
| | | | | | Altered basic info for ucp_modules, updated editor to allow alternative form and textarea names ... still lots of fudginess, hhhmmmm fudge, uuuuugggghhh git-svn-id: file:///svn/phpbb/trunk@4003 89ea8834-ac86-4346-8a33-228a782c2dd0
* guess whatPaul S. Owen2003-05-101-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4002 89ea8834-ac86-4346-8a33-228a782c2dd0
* guess whatPaul S. Owen2003-05-101-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4001 89ea8834-ac86-4346-8a33-228a782c2dd0
* This commit is in no way related to the UCP, anyone that says it are lying ↵Paul S. Owen2003-05-101-81/+97
| | | | | | dogs, there are no changes here, none. git-svn-id: file:///svn/phpbb/trunk@4000 89ea8834-ac86-4346-8a33-228a782c2dd0