aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only displayed subforum icon if subforums were set to display_on_indexPaul S. Owen2003-04-261-17/+18
* Fixed error in handling sub-forum data when displaying "categories"Paul S. Owen2003-04-261-15/+16
* I believe the original intent was to put the backslash in the character class...Ludovic Arnaud2003-04-261-1/+1
* Various changes, and tests ... marking/tracking is not complete ... tinkering...Paul S. Owen2003-04-263-212/+266
* Was certainly one problem with it ...Paul S. Owen2003-04-241-1/+1
* For the time being I want this to stay as addslashes for some cross-db compat...Paul S. Owen2003-04-241-3/+3
* No functional changes, will only produce less PHP notices/warnings.Ludovic Arnaud2003-04-242-3/+3
* Fixed typos, added isset() to produce less PHP notices and changed addslashes...Ludovic Arnaud2003-04-241-6/+14
* Fixed some undefined variablesLudovic Arnaud2003-04-242-11/+11
* Store only SELECT queries to be flushed laterLudovic Arnaud2003-04-242-2/+8
* Fixed: imbricated quotesLudovic Arnaud2003-04-231-13/+99