aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* Well, at least the little prat @ area51 led to a bug fix ...Paul S. Owen2003-05-311-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4069 89ea8834-ac86-4346-8a33-228a782c2dd0
* moved the queue call, added interval. The current lock is very "fluent" at ↵Meik Sievertsen2003-05-301-4/+19
| | | | | | the moment. ;) git-svn-id: file:///svn/phpbb/trunk@4068 89ea8834-ac86-4346-8a33-228a782c2dd0
* added email queue + small changes (do not hit me for the mysql_basic change :D)Meik Sievertsen2003-05-292-37/+225
| | | | git-svn-id: file:///svn/phpbb/trunk@4067 89ea8834-ac86-4346-8a33-228a782c2dd0
* oop, only update if we have data ...Paul S. Owen2003-05-271-18/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@4064 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some cleanup ... fixesPaul S. Owen2003-05-272-17/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@4063 89ea8834-ac86-4346-8a33-228a782c2dd0
* Majority are UCP related updates ... avatars should now work, aside from ↵Paul S. Owen2003-05-268-146/+475
| | | | | | gallery, fixed a few other issues, updated schema/basic git-svn-id: file:///svn/phpbb/trunk@4062 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: width / height parameters to flashLudovic Arnaud2003-05-251-7/+7
| | | | | | | | Fixed: ol closing tag Screwed-up: ol opening tag - will check that later git-svn-id: file:///svn/phpbb/trunk@4060 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: \r\n becomes \n within postsLudovic Arnaud2003-05-251-10/+50
| | | | | | | | Added: width / height parameters to flash Added: bbcodes validation within quotes usernames git-svn-id: file:///svn/phpbb/trunk@4059 89ea8834-ac86-4346-8a33-228a782c2dd0
* some cleanups/updatesMeik Sievertsen2003-05-251-10/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4057 89ea8834-ac86-4346-8a33-228a782c2dd0
* more fun with cookiesPaul S. Owen2003-05-243-5/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@4054 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: set_config() won't actually update the database if config values matchLudovic Arnaud2003-05-231-5/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4053 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wasn't stripping slashes from the cookies ... that will account for some of ↵Paul S. Owen2003-05-232-17/+26
| | | | | | the erroneous mark read, nothing changes issues. Add name="" to image generation ... for "on" event handlers, etc. git-svn-id: file:///svn/phpbb/trunk@4052 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
* 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
* 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
* 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
* Enable display of birthday listing ... controlled via ACP Load SettingsPaul S. Owen2003-05-201-3/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@4034 89ea8834-ac86-4346-8a33-228a782c2dd0
* This version tends to do what it was supposed to do ... I guess users will ↵Paul S. Owen2003-05-201-1/+1
| | | | | | 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-204-14/+133
| | | | | | 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
* 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-203-25/+103
| | | | git-svn-id: file:///svn/phpbb/trunk@4025 89ea8834-ac86-4346-8a33-228a782c2dd0
* Further updatesPaul S. Owen2003-05-193-9/+77
| | | | git-svn-id: file:///svn/phpbb/trunk@4024 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
* 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
* prepared (and fixed) topic review.Meik Sievertsen2003-05-171-0/+1
| | | | 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-113-114/+170
| | | | 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-111-1/+1
| | | | | | 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-102-3/+3
| | | | | | 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
* Fixed quotes having bbcodes in author nameLudovic Arnaud2003-05-091-4/+30
| | | | git-svn-id: file:///svn/phpbb/trunk@3997 89ea8834-ac86-4346-8a33-228a782c2dd0
* Had to make a start on the UCP proper ... note that things may and in places ↵Paul S. Owen2003-05-092-112/+81
| | | | | | are quite broken git-svn-id: file:///svn/phpbb/trunk@3996 89ea8834-ac86-4346-8a33-228a782c2dd0
* forum_link_track to forum_flags & 1Paul S. Owen2003-05-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3994 89ea8834-ac86-4346-8a33-228a782c2dd0
* Prune relatedPaul S. Owen2003-05-081-10/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@3992 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed: moderators "viewprofile" linksLudovic Arnaud2003-05-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3990 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed forum_link_track to forum_flags for storage of additional info [ ↵Paul S. Owen2003-05-083-58/+53
| | | | | | pruning related ], moved lang selection into DB, other minor changes, still working on admin_prune, per forum styling for posting git-svn-id: file:///svn/phpbb/trunk@3989 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not update post's timestamp if we're only editing itLudovic Arnaud2003-05-061-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3983 89ea8834-ac86-4346-8a33-228a782c2dd0
* email topic, minor other changes, removed updating of parent forums upon ↵Paul S. Owen2003-05-053-59/+30
| | | | | | posting (handled by functions_display) git-svn-id: file:///svn/phpbb/trunk@3980 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed nav_linksPaul S. Owen2003-05-041-31/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3978 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed, hopefully, jumpbox indentation issuesPaul S. Owen2003-05-042-15/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@3977 89ea8834-ac86-4346-8a33-228a782c2dd0
* No need to require guests to login before asking for passwordPaul S. Owen2003-05-041-6/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3975 89ea8834-ac86-4346-8a33-228a782c2dd0
* we commit thy source code to the trash, sectors to sectors, bytes to bytes, ↵Paul S. Owen2003-05-042-368/+0
| | | | | | bits to bits. git-svn-id: file:///svn/phpbb/trunk@3970 89ea8834-ac86-4346-8a33-228a782c2dd0
* page header/footer become functions, forum passwords (I know, I know but it ↵Paul S. Owen2003-05-032-59/+101
| | | | | | 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
* only very small things.Meik Sievertsen2003-05-031-4/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@3967 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, forum links, "improve" forum management, cleanups, blah ↵Paul S. Owen2003-05-026-243/+701
| | | | | | blah, note the schema changes, note also that forum management may misbehave ... reports on wrong doings are welcome ... seem to be having problems with some mcp functions under apache/win32 git-svn-id: file:///svn/phpbb/trunk@3961 89ea8834-ac86-4346-8a33-228a782c2dd0
* changed attachment processing (posting), the old way was a mess. :)Meik Sievertsen2003-05-012-119/+75
| | | | git-svn-id: file:///svn/phpbb/trunk@3960 89ea8834-ac86-4346-8a33-228a782c2dd0