aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing slash from T_XXXX_PATH varsPaul S. Owen2003-08-111-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4375 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved sql_close() down, after the cache is unloaded.Ludovic Arnaud2003-08-101-20/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@4365 89ea8834-ac86-4346-8a33-228a782c2dd0
* A fair amount of additional working or semi-working stuff ... template ↵Paul S. Owen2003-08-061-11/+13
| | | | | | stored db source (when appropriate), switch theme/templates between DB/filesystem (if available), import, upload templates, imagesets, themes (if available ... i.e. no safe mode), etc. still a fair amount of stuff to do but getting there ... take care using this, backup any themes/templates/imagesets before fiddling and let me know of issues git-svn-id: file:///svn/phpbb/trunk@4343 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes for styling directory layout alterationsPaul S. Owen2003-07-241-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@4325 89ea8834-ac86-4346-8a33-228a782c2dd0
* Send DB stored css data to template if necessary ... yes, I realise this ↵Paul S. Owen2003-07-211-7/+3
| | | | | | won't be cached like a normal stylesheet but there are potential ways around that git-svn-id: file:///svn/phpbb/trunk@4303 89ea8834-ac86-4346-8a33-228a782c2dd0
* More styling stuff ... activate, deactivate styles ... deactivated styles ↵Paul S. Owen2003-07-131-15/+16
| | | | | | can still be used in forum/board styling selectors git-svn-id: file:///svn/phpbb/trunk@4253 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update data for styling schema changesPaul S. Owen2003-07-131-3/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@4249 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cope with secondary (per forum) styles, probably other minor things too ... ↵Paul S. Owen2003-07-131-16/+16
| | | | | | there is a known permissions problem, will work on that soon. Ashe, the bbcode primary/secondary stuff may need some tightening, particularly since it only checks the bbcode_bitfield for the primary template (which may not exist as coped with later) ... I'll leave that to you to alter. git-svn-id: file:///svn/phpbb/trunk@4236 89ea8834-ac86-4346-8a33-228a782c2dd0
* sqlite support UNION ALL SELECT methodPaul S. Owen2003-07-041-2/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4203 89ea8834-ac86-4346-8a33-228a782c2dd0
* Yet more updates, topic marking works again ... still intend (optional) ↵Paul S. Owen2003-06-191-13/+74
| | | | | | checking of "forum read" status on return to index (rather than just the current fudge of visiting the forum), obtain_ranks as a function (used in at least three scripts), removed jabber method that was needed, oops git-svn-id: file:///svn/phpbb/trunk@4147 89ea8834-ac86-4346-8a33-228a782c2dd0
* more fun with cookiesPaul S. Owen2003-05-241-2/+3
| | | | 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-231-16/+25
| | | | | | 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
* get_forum_branch() moved to function_admins.phpLudovic Arnaud2003-05-211-45/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@4039 89ea8834-ac86-4346-8a33-228a782c2dd0
* More functions added ...Paul S. Owen2003-05-201-2/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4025 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-101-1/+1
| | | | | | 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
* Had to make a start on the UCP proper ... note that things may and in places ↵Paul S. Owen2003-05-091-7/+7
| | | | | | are quite broken git-svn-id: file:///svn/phpbb/trunk@3996 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-081-32/+1
| | | | | | 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
* email topic, minor other changes, removed updating of parent forums upon ↵Paul S. Owen2003-05-051-7/+6
| | | | | | 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-041-6/+9
| | | | 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
* page header/footer become functions, forum passwords (I know, I know but it ↵Paul S. Owen2003-05-031-44/+99
| | | | | | 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
* Various updates, forum links, "improve" forum management, cleanups, blah ↵Paul S. Owen2003-05-021-19/+350
| | | | | | 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
* Various changes, and tests ... marking/tracking is not complete ... ↵Paul S. Owen2003-04-261-77/+123
| | | | | | tinkering, changing, etc. still to be done ... it's just I've made numerous and various changes to different files so a commit really is due git-svn-id: file:///svn/phpbb/trunk@3953 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some undefined variablesLudovic Arnaud2003-04-241-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@3947 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, I completely forget that viewforum uses the new topics_marking table ↵Paul S. Owen2003-04-221-17/+17
| | | | | | ... guess I need to commit all related changes after all ... pooh git-svn-id: file:///svn/phpbb/trunk@3925 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few changes, moved some items to templatesPaul S. Owen2003-04-211-22/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@3909 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor changesPaul S. Owen2003-04-171-8/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@3874 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some change-arounds ... hopefully not introducing problems ...Paul S. Owen2003-04-171-54/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@3870 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable/disable display of moderator listingsPaul S. Owen2003-04-151-1/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@3842 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed delete post bug, use extension cache while posting, fix download ↵Meik Sievertsen2003-04-151-1/+2
| | | | | | counter for images git-svn-id: file:///svn/phpbb/trunk@3838 89ea8834-ac86-4346-8a33-228a782c2dd0
* initial 'view attachments' implementation. added new template var (merged ↵Meik Sievertsen2003-04-101-0/+1
| | | | | | include, to preserve previous block vars), could be changed later to consider caching. some config variables and upload icons are not present as of yet... git-svn-id: file:///svn/phpbb/trunk@3807 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved back gen_sorting() to mcp.phpLudovic Arnaud2003-04-091-163/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3792 89ea8834-ac86-4346-8a33-228a782c2dd0
* Trying to centralise sorting... currently used in MCP, successfully tested ↵Ludovic Arnaud2003-04-031-0/+163
| | | | | | in viewforum. git-svn-id: file:///svn/phpbb/trunk@3785 89ea8834-ac86-4346-8a33-228a782c2dd0
* show the attach icon in viewforum. added cached extensions (we need them ↵Meik Sievertsen2003-04-011-1/+36
| | | | | | within viewtopic) git-svn-id: file:///svn/phpbb/trunk@3777 89ea8834-ac86-4346-8a33-228a782c2dd0
* Just throwing this in ... dependencies still not complete ... the GUI and ↵Paul S. Owen2003-04-011-1/+2
| | | | | | storage has caused me to do more "thinking" than I'd anticipated ... comments are welcome on what you see. Note also ALLOW/DENY/INHERIT have become YES/NO/UNSET git-svn-id: file:///svn/phpbb/trunk@3772 89ea8834-ac86-4346-8a33-228a782c2dd0
* Don't output error page header when header already sentPaul S. Owen2003-03-301-5/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@3756 89ea8834-ac86-4346-8a33-228a782c2dd0
* global $db... ashe, i think you noticed already. :)Meik Sievertsen2003-03-291-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3750 89ea8834-ac86-4346-8a33-228a782c2dd0
* forum_parents made more reliable. Removed the $extra_form_fields parameter ↵Ludovic Arnaud2003-03-281-29/+34
| | | | | | from jumpbox routines. git-svn-id: file:///svn/phpbb/trunk@3739 89ea8834-ac86-4346-8a33-228a782c2dd0
* board_email becomes board_contact, board_email is now intended for use in ↵Paul S. Owen2003-03-251-1/+1
| | | | | | "From:" and "Reply-to:" ... board_contact to be used where a "user facing" contact point is needed, e.g. spam, errors, etc. git-svn-id: file:///svn/phpbb/trunk@3722 89ea8834-ac86-4346-8a33-228a782c2dd0
* Tidy up and simplify emailer class, add generate_board_url function ... note ↵Paul S. Owen2003-03-251-0/+7
| | | | | | changes to emailer setup! Example will be adm/index.php remind git-svn-id: file:///svn/phpbb/trunk@3718 89ea8834-ac86-4346-8a33-228a782c2dd0
* sql char field types must be enclosed in ' rather than "Paul S. Owen2003-03-201-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3682 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved login procedure to a function enabling "inline" login links ... no ↵Paul S. Owen2003-03-171-4/+54
| | | | | | more "messy" redirects ... install will be broken for now, at least when it comes to redirecting after completion. Moved "front-end" login to ucp.php git-svn-id: file:///svn/phpbb/trunk@3650 89ea8834-ac86-4346-8a33-228a782c2dd0
* Redirect path changesPaul S. Owen2003-03-131-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3647 89ea8834-ac86-4346-8a33-228a782c2dd0
* Tons of work on the UCP, see my topic in the development forum for more infoJames Atkinson2003-03-041-99/+0
| | | | | | | | | | on the bigger changes. Registration should still work, the basic layout of the UCP is also done with the start on the profile settings area. git-svn-id: file:///svn/phpbb/trunk@3591 89ea8834-ac86-4346-8a33-228a782c2dd0
* sorting select name changesPaul S. Owen2003-02-271-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3569 89ea8834-ac86-4346-8a33-228a782c2dd0
* some changes... mainly permission related. Please note the intval($forum_id) ↵Meik Sievertsen2003-02-261-1/+1
| | | | | | at viewtopic, somehow the auth class did not identified it while generating the forum rules. git-svn-id: file:///svn/phpbb/trunk@3553 89ea8834-ac86-4346-8a33-228a782c2dd0