aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* moved the queue call, added interval. The current lock is very "fluent" at th...Meik Sievertsen2003-05-301-4/+19
* added email queue + small changes (do not hit me for the mysql_basic change :D)Meik Sievertsen2003-05-292-37/+225
* oop, only update if we have data ...Paul S. Owen2003-05-271-18/+20
* Some cleanup ... fixesPaul S. Owen2003-05-272-17/+18
* Majority are UCP related updates ... avatars should now work, aside from gall...Paul S. Owen2003-05-268-146/+475
* Added: width / height parameters to flashLudovic Arnaud2003-05-251-7/+7
* Changed: \r\n becomes \n within postsLudovic Arnaud2003-05-251-10/+50
* some cleanups/updatesMeik Sievertsen2003-05-251-10/+7
* more fun with cookiesPaul S. Owen2003-05-243-5/+6
* Changed: set_config() won't actually update the database if config values matchLudovic Arnaud2003-05-231-5/+7
* Wasn't stripping slashes from the cookies ... that will account for some of t...Paul S. Owen2003-05-232-17/+26
* Append POST originated forum_id to this->page if presentPaul S. Owen2003-05-221-0/+1
* Changed: $warn_msg changed into a class var. (allows from returning errors fr...Ludovic Arnaud2003-05-221-101/+124
* Updated bbcode parser.Ludovic Arnaud2003-05-221-95/+115
* get_forum_branch() moved to function_admins.phpLudovic Arnaud2003-05-212-45/+45
* Enable display of birthday listing ... controlled via ACP Load SettingsPaul S. Owen2003-05-201-3/+6
* This version tends to do what it was supposed to do ... I guess users will pr...Paul S. Owen2003-05-201-1/+1
* Enable view limiting functions ... Ashe, not sure if this is compatible with ...Paul S. Owen2003-05-204-14/+133
* Fix forum link redirection when tracking clicksPaul S. Owen2003-05-201-1/+1
* More functions added ...Paul S. Owen2003-05-203-25/+103
* Further updatesPaul S. Owen2003-05-193-9/+77
* Renamed class to ucp (for now at least), includes "module" handling for ucp, ...Paul S. Owen2003-05-191-349/+215
* Hello!Paul S. Owen2003-05-199-0/+3873
* Added: [/*] tag (list item end tag). Automagically added if needed, in which ...Ludovic Arnaud2003-05-181-10/+35
* decode_text() will strip [/*:m] tagsLudovic Arnaud2003-05-181-0/+2
* Added: [/*] tag (list item end tag). Automagically added if needed, in which ...Ludovic Arnaud2003-05-181-15/+39
* prepared (and fixed) topic review.Meik Sievertsen2003-05-171-0/+1
* fixed a small annoying bug.Meik Sievertsen2003-05-111-5/+9
* re-enable posting. ;)Meik Sievertsen2003-05-111-26/+29
* a few updates, added #539865 and #694413.Meik Sievertsen2003-05-113-114/+170
* Yet more mildly fudged code ... just to get something up, minor fixes/updates...Paul S. Owen2003-05-111-1/+1
* Returned to instantiation of ucp object ... perhaps this approach is better? ...Paul S. Owen2003-05-102-3/+3
* guess whatPaul S. Owen2003-05-101-2/+1
* Fixed quotes having bbcodes in author nameLudovic Arnaud2003-05-091-4/+30
* Had to make a start on the UCP proper ... note that things may and in places ...Paul S. Owen2003-05-092-112/+81
* forum_link_track to forum_flags & 1Paul S. Owen2003-05-081-1/+1
* Prune relatedPaul S. Owen2003-05-081-10/+23
* Fixed: moderators "viewprofile" linksLudovic Arnaud2003-05-081-1/+1
* Changed forum_link_track to forum_flags for storage of additional info [ prun...Paul S. Owen2003-05-083-58/+53
* Do not update post's timestamp if we're only editing itLudovic Arnaud2003-05-061-1/+5
* email topic, minor other changes, removed updating of parent forums upon post...Paul S. Owen2003-05-053-59/+30
* Removed nav_linksPaul S. Owen2003-05-041-31/+3
* Fixed, hopefully, jumpbox indentation issuesPaul S. Owen2003-05-042-15/+18
* No need to require guests to login before asking for passwordPaul S. Owen2003-05-041-6/+1
* we commit thy source code to the trash, sectors to sectors, bytes to bytes, b...Paul S. Owen2003-05-042-368/+0
* page header/footer become functions, forum passwords (I know, I know but it a...Paul S. Owen2003-05-032-59/+101
* only very small things.Meik Sievertsen2003-05-031-4/+10
* Various updates, forum links, "improve" forum management, cleanups, blah blah...Paul S. Owen2003-05-026-243/+701
* changed attachment processing (posting), the old way was a mess. :)Meik Sievertsen2003-05-012-119/+75
* Check for and remove other possible PHP execution tagsPaul S. Owen2003-04-281-2/+5