1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-19 07:41:08 +01:00

3559 Commits

Author SHA1 Message Date
Paul S. Owen
2a896ad260 Various updates, changed jump to first unread as per Ashe's 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
2003-05-23 16:15:03 +00:00
Paul S. Owen
79eeeb0b7c Append POST originated forum_id to this->page if present
git-svn-id: file:///svn/phpbb/trunk@4050 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-22 17:03:04 +00:00
Paul S. Owen
92ece3c711 Renames and removals
git-svn-id: file:///svn/phpbb/trunk@4049 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-22 12:16:37 +00:00
Paul S. Owen
98f8dfebb0 Renames and removals
git-svn-id: file:///svn/phpbb/trunk@4048 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-22 11:57:53 +00:00
Ludovic Arnaud
70e6fa189b Changed: Moved up some var definitions.
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
2003-05-22 01:35:48 +00:00
Ludovic Arnaud
81f3b7e85d Syntax highlightning CSS
git-svn-id: file:///svn/phpbb/trunk@4046 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-22 01:33:00 +00:00
Ludovic Arnaud
64b7c1d73d Changed: $warn_msg changed into a class var. (allows from returning errors 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
2003-05-22 01:32:27 +00:00
Ludovic Arnaud
34579c63e2 bbcode template updated for the new parser
git-svn-id: file:///svn/phpbb/trunk@4044 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-22 01:27:15 +00:00
Ludovic Arnaud
e039ffafc6 Updated bbcode parser.
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
2003-05-22 01:26:36 +00:00
Ludovic Arnaud
fd7b3a0953 Added max_quote_depth limiter to prevent users from nesting a hell lot of 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
2003-05-21 19:11:04 +00:00
Ludovic Arnaud
394b2d160a Added max_quote_depth limiter to prevent users from nesting a hell lot of quotes
git-svn-id: file:///svn/phpbb/trunk@4041 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-21 19:10:04 +00:00
Ludovic Arnaud
db4f5c970b n/m
git-svn-id: file:///svn/phpbb/trunk@4040 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-21 19:07:53 +00:00
Ludovic Arnaud
2af466141d get_forum_branch() moved to function_admins.php
git-svn-id: file:///svn/phpbb/trunk@4039 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-21 19:06:16 +00:00
Ludovic Arnaud
1967bef6a5 Titles go bold
git-svn-id: file:///svn/phpbb/trunk@4038 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-21 18:33:11 +00:00
Paul S. Owen
5b3787d66a whoops
git-svn-id: file:///svn/phpbb/trunk@4037 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-21 00:38:13 +00:00
Paul S. Owen
f3c308f67c Add a 6 char key to user_birthday
git-svn-id: file:///svn/phpbb/trunk@4036 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-21 00:13:59 +00:00
Paul S. Owen
659554b096 Enable display of birthday listing ... controlled via ACP Load Settings
git-svn-id: file:///svn/phpbb/trunk@4035 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-21 00:06:06 +00:00
Paul S. Owen
9ce38e6977 Enable display of birthday listing ... controlled via ACP Load Settings
git-svn-id: file:///svn/phpbb/trunk@4034 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-20 23:57:08 +00:00
Paul S. Owen
70634a792e oops, let's try and retain consistency with viewtopic
git-svn-id: file:///svn/phpbb/trunk@4033 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-20 17:39:10 +00:00
Paul S. Owen
18760b39f4 Alter layout for signature ... else it'll really screwup the look with large sigs ..
git-svn-id: file:///svn/phpbb/trunk@4032 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-20 17:36:47 +00:00
Paul S. Owen
fc67159096 Only set start = 0 when first sorting ... else it screws everything up :)
git-svn-id: file:///svn/phpbb/trunk@4031 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-20 14:01:57 +00:00
Paul S. Owen
f8a9ed5381 Avatar preferencial display here too
git-svn-id: file:///svn/phpbb/trunk@4030 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-20 13:37:16 +00:00
Paul S. Owen
f3f3b44897 This version tends to do what it was supposed to do ... I guess users will prefer this ...
git-svn-id: file:///svn/phpbb/trunk@4029 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-20 13:35:48 +00:00
Paul S. Owen
b48d7492a2 Enable view limiting functions ... Ashe, not sure if this is compatible with 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
2003-05-20 13:24:23 +00:00
Paul S. Owen
0b58522088 Correct doubled up viewsigs, replace viewemail with allow_viewemail, add couple new groups for COPPA users
git-svn-id: file:///svn/phpbb/trunk@4027 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-20 13:09:20 +00:00
Paul S. Owen
2700723d8b Fix forum link redirection when tracking clicks
git-svn-id: file:///svn/phpbb/trunk@4026 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-20 12:24:10 +00:00
Paul S. Owen
208a3b96bf More functions added ...
git-svn-id: file:///svn/phpbb/trunk@4025 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-20 12:16:25 +00:00
Paul S. Owen
d43770db28 Further updates
git-svn-id: file:///svn/phpbb/trunk@4024 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-19 21:41:55 +00:00
Paul S. Owen
5a92a8c323 oops, forgot to commit these ...
git-svn-id: file:///svn/phpbb/trunk@4023 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-19 17:55:00 +00:00
Paul S. Owen
cdbe4d6a52 ucp related updates
git-svn-id: file:///svn/phpbb/trunk@4022 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-19 15:24:59 +00:00
Paul S. Owen
d725a8faf1 Jump to last post on "View newest unread" when all posts have been read
git-svn-id: file:///svn/phpbb/trunk@4021 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-19 15:24:49 +00:00
Paul S. Owen
f0964d4a43 Changes as per functions_user.php
git-svn-id: file:///svn/phpbb/trunk@4020 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-19 15:24:14 +00:00
Paul S. Owen
746dd5cbbd Renamed class to ucp (for now at least), includes "module" handling for ucp, new validation, normalisation routines (usefulness to be proved :D), blah blah
git-svn-id: file:///svn/phpbb/trunk@4019 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-19 15:23:59 +00:00
Paul S. Owen
094ab7e189 Hello!
git-svn-id: file:///svn/phpbb/trunk@4018 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-19 15:23:04 +00:00
Paul S. Owen
7097d53af2 Bye billy ... oop, wrong film, oops wrong media ... shut up Paul
git-svn-id: file:///svn/phpbb/trunk@4017 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-19 13:45:26 +00:00
Ludovic Arnaud
1bb83a6760 Added: [/*] tag (list item end tag). Automagically added if needed, in which case it's stored as [/*Ⓜ️$uid]
git-svn-id: file:///svn/phpbb/trunk@4016 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-18 23:29:35 +00:00
Ludovic Arnaud
e2d5fcdda9 decode_text() will strip [/*:m] tags
git-svn-id: file:///svn/phpbb/trunk@4015 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-18 23:27:01 +00:00
Ludovic Arnaud
4ae5f981b5 Added: [/*] tag (list item end tag). Automagically added if needed, in which case it's stored as [/*Ⓜ️$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
2003-05-18 23:26:05 +00:00
Ludovic Arnaud
9723acc883 Additional lang strings for post reporting
git-svn-id: file:///svn/phpbb/trunk@4013 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-18 22:28:48 +00:00
Ludovic Arnaud
961ba4f001 Fixed: some stuff ;)
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
2003-05-18 22:26:18 +00:00
Meik Sievertsen
178572a5d0 #642733
git-svn-id: file:///svn/phpbb/trunk@4011 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-18 11:12:04 +00:00
Meik Sievertsen
33b0446650 prepared (and fixed) topic review.
git-svn-id: file:///svn/phpbb/trunk@4010 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-17 17:33:44 +00:00
Meik Sievertsen
7aa9eaeeb9 fixed a small annoying bug.
git-svn-id: file:///svn/phpbb/trunk@4007 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-11 19:56:28 +00:00
Meik Sievertsen
6b7f90de27 re-enable posting. ;)
git-svn-id: file:///svn/phpbb/trunk@4006 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-11 16:38:43 +00:00
Meik Sievertsen
4d1def879a a few updates, added #539865 and #694413.
git-svn-id: file:///svn/phpbb/trunk@4005 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-11 16:21:35 +00:00
Paul S. Owen
30fd2486d8 Yet more mildly fudged code ... just to get something up, minor fixes/updates elsewhere
git-svn-id: file:///svn/phpbb/trunk@4004 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-11 00:58:14 +00:00
Paul S. Owen
549537b9d5 Returned to instantiation of ucp object ... perhaps this approach is better? 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
2003-05-10 17:19:27 +00:00
Paul S. Owen
db56a55808 guess what
git-svn-id: file:///svn/phpbb/trunk@4002 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-10 01:09:01 +00:00
Paul S. Owen
5066be354d guess what
git-svn-id: file:///svn/phpbb/trunk@4001 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-10 01:01:36 +00:00
Paul S. Owen
26c4b023fa This commit is in no way related to the UCP, anyone that says it are lying dogs, there are no changes here, none.
git-svn-id: file:///svn/phpbb/trunk@4000 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-10 01:01:24 +00:00