aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Various updatesPaul S. Owen2003-02-251-14/+50
| | | | git-svn-id: file:///svn/phpbb/trunk@3530 89ea8834-ac86-4346-8a33-228a782c2dd0
* Renamed some functions in cache manager, now unloads vars properly before ↵Ludovic Arnaud2003-02-211-1/+1
| | | | | | the page is output. git-svn-id: file:///svn/phpbb/trunk@3479 89ea8834-ac86-4346-8a33-228a782c2dd0
* More capitalised lang strings, fixed some unset or incorrect variablesLudovic Arnaud2003-02-171-9/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@3469 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove '<select ...' from language, timezone and style option list ↵Paul S. Owen2003-01-311-17/+17
| | | | | | generation, change is_dir (which doesn't always work) to is_file, etc. introduce root_path to language option list gen git-svn-id: file:///svn/phpbb/trunk@3441 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not display table headers when no subforum is shownLudovic Arnaud2003-01-311-2/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@3437 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes for UCP and registration, pretty minor overall. Fixed emailer to useJames Atkinson2003-01-301-1/+1
| | | | | | | | | trigger_error insted of message_die. emailer still needs some clean-up git-svn-id: file:///svn/phpbb/trunk@3430 89ea8834-ac86-4346-8a33-228a782c2dd0
* Case changes, fix forum_id in nav, fix forum_id in posting success msgPaul S. Owen2003-01-301-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3422 89ea8834-ac86-4346-8a33-228a782c2dd0
* Slight change to obtain_icon sqlPaul S. Owen2003-01-281-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3383 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do away with icon_id > 1 business since it's no longer needed ... note you ↵Paul S. Owen2003-01-271-2/+1
| | | | | | should delete the empty icon in your icons table. git-svn-id: file:///svn/phpbb/trunk@3366 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-enabled fully dynamic config settings.Ludovic Arnaud2003-01-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3361 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merged forum nav for viewtopic/viewforum, fixed cache behavior with an empty ↵Ludovic Arnaud2003-01-221-6/+12
| | | | | | icons table. git-svn-id: file:///svn/phpbb/trunk@3359 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cache topic icons ... being used in three places, two high traffic areas ... ↵Paul S. Owen2003-01-211-26/+49
| | | | | | probably worth caching, alter word censor to one var array ... hopefully this doesn't break anything :D git-svn-id: file:///svn/phpbb/trunk@3347 89ea8834-ac86-4346-8a33-228a782c2dd0
* Un-b0rked ACL options caching, small general fixesLudovic Arnaud2003-01-201-7/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3338 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor fixesLudovic Arnaud2003-01-131-6/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@3316 89ea8834-ac86-4346-8a33-228a782c2dd0