aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Collapse)AuthorAgeFilesLines
...
* fix some issues with oop, fixing small bugs and prepare the next steps...Meik Sievertsen2004-05-021-27/+99
| | | | | | | NOTE TO DEVS: have a look at adm/admin_board.php (new config layout) git-svn-id: file:///svn/phpbb/trunk@4883 89ea8834-ac86-4346-8a33-228a782c2dd0
* add a little bit more information for style authorsMeik Sievertsen2004-03-201-27/+59
| | | | | | | ease the jumpbox handling a little bit git-svn-id: file:///svn/phpbb/trunk@4870 89ea8834-ac86-4346-8a33-228a782c2dd0
* - check for array [lang]Meik Sievertsen2004-03-101-1/+3
| | | | | | | | - admin_forums delete routine updated - added extension groups per forum git-svn-id: file:///svn/phpbb/trunk@4861 89ea8834-ac86-4346-8a33-228a782c2dd0
* show correct login screen (accessing /adm while logged out)Meik Sievertsen2004-03-061-28/+28
| | | | git-svn-id: file:///svn/phpbb/trunk@4860 89ea8834-ac86-4346-8a33-228a782c2dd0
* splitted language filesMeik Sievertsen2004-02-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4844 89ea8834-ac86-4346-8a33-228a782c2dd0
* always redirect on login (fixes the "i am not logged in" problem. ;))Meik Sievertsen2004-02-221-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4838 89ea8834-ac86-4346-8a33-228a782c2dd0
* - put consoring and smilie processing into functions (we use them all over ↵Meik Sievertsen2004-02-211-2/+34
| | | | | | | | | | | the place) for better changing and consistency. - changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php - pleasing the users a little bit more by using table constants. :D - login box if "mode" is not allowed -> posting (thought about trigger_error integration, but we do not need this that often). git-svn-id: file:///svn/phpbb/trunk@4836 89ea8834-ac86-4346-8a33-228a782c2dd0
* hopefully fixed "mark forums read" -> db based trackingMeik Sievertsen2004-02-071-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4804 89ea8834-ac86-4346-8a33-228a782c2dd0
* gen_random_string move ... not entirely sure about this ... may well return ↵Paul S. Owen2004-02-031-8/+18
| | | | | | to user functions git-svn-id: file:///svn/phpbb/trunk@4785 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable redirect after loginPaul S. Owen2004-01-301-2/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@4768 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mark given set of forums marked, show "Mark forums read" link on subforum ↵Paul S. Owen2004-01-121-77/+38
| | | | | | display git-svn-id: file:///svn/phpbb/trunk@4757 89ea8834-ac86-4346-8a33-228a782c2dd0
* hhmm, string cleanup was rather ... brokenPaul S. Owen2004-01-091-7/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4733 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor changes, add new S_USER_LANG template varPaul S. Owen2004-01-051-7/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@4717 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update ACP linkagePaul S. Owen2003-12-061-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@4702 89ea8834-ac86-4346-8a33-228a782c2dd0
* gurgle blurp ... make some more changes, blurp, gurgle, move discover_auth ↵Paul S. Owen2003-11-101-64/+0
| | | | | | to auth class as acl_get_list method, blurp gurgle blurp git-svn-id: file:///svn/phpbb/trunk@4661 89ea8834-ac86-4346-8a33-228a782c2dd0
* We're going down, we're going down, blurp, blurp, gurgle, gurglePaul S. Owen2003-11-101-2/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@4660 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change to discover auth ... this time I think I got it right ... ooohh look ↵Paul S. Owen2003-11-101-19/+30
| | | | | | @ that pretty iceberg ... git-svn-id: file:///svn/phpbb/trunk@4658 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finally add deletion of expired sessions from forum access table, remove ↵Paul S. Owen2003-11-081-6/+24
| | | | | | request_var useage for explain linkage git-svn-id: file:///svn/phpbb/trunk@4655 89ea8834-ac86-4346-8a33-228a782c2dd0
* /me whoopsies all over the floorPaul S. Owen2003-11-051-1/+1
| | | | | | | /me is ashamed git-svn-id: file:///svn/phpbb/trunk@4645 89ea8834-ac86-4346-8a33-228a782c2dd0
* Admin load switch for jumpboxPaul S. Owen2003-11-051-3/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@4643 89ea8834-ac86-4346-8a33-228a782c2dd0
* request_var update to support 2-dimensional arrays.Meik Sievertsen2003-11-041-19/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@4636 89ea8834-ac86-4346-8a33-228a782c2dd0
* finish bump topic feature...Meik Sievertsen2003-11-011-0/+31
| | | | git-svn-id: file:///svn/phpbb/trunk@4634 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove need for session_ids for "allowed" bots, dump ↵Paul S. Owen2003-10-151-5/+4
| | | | | | user_founder/user_active in favour of user_type, new user_type, USER_IGNORE git-svn-id: file:///svn/phpbb/trunk@4603 89ea8834-ac86-4346-8a33-228a782c2dd0
* well, seems putting the queue process in the footer doesn't work on "real ↵Paul S. Owen2003-10-121-11/+0
| | | | | | boards" where people hit stop constantly on their browser :D git-svn-id: file:///svn/phpbb/trunk@4593 89ea8834-ac86-4346-8a33-228a782c2dd0
* Let's break lots of thingsPaul S. Owen2003-10-121-13/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@4578 89ea8834-ac86-4346-8a33-228a782c2dd0
* new ruleMeik Sievertsen2003-10-121-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4571 89ea8834-ac86-4346-8a33-228a782c2dd0
* request_var initPaul S. Owen2003-10-011-0/+95
| | | | git-svn-id: file:///svn/phpbb/trunk@4521 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix missing path seperators in template/imageset T_ varsPaul S. Owen2003-09-271-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4515 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed: sql_return_on_error() calls. Now works as expectedLudovic Arnaud2003-09-171-14/+14
| | | | | | | | | Changed: var types explicitly casted This checkin msg is dedicated to dhn ;) git-svn-id: file:///svn/phpbb/trunk@4508 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed censoring (quote post, word boundaries, attachment comments)Meik Sievertsen2003-09-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4492 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates mainly for removal of extension + header comment ... moved some ↵Paul S. Owen2003-09-071-15/+14
| | | | | | aspects of ucp around, further work to be done on these areas ... not commiting search for time being git-svn-id: file:///svn/phpbb/trunk@4473 89ea8834-ac86-4346-8a33-228a782c2dd0
* saved one query by moving max smilie check to the emoticons functionMeik Sievertsen2003-08-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4451 89ea8834-ac86-4346-8a33-228a782c2dd0
* Taken explain code out of sql_query. New improved layout.Ludovic Arnaud2003-08-281-9/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4448 89ea8834-ac86-4346-8a33-228a782c2dd0
* bah, group handling needs some further discussion ... I'm done with it for M-2Paul S. Owen2003-08-271-24/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@4440 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few more changes ... nearly there ... deleting users is going to be a ↵Paul S. Owen2003-08-251-4/+11
| | | | | | little troublesome git-svn-id: file:///svn/phpbb/trunk@4430 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed: removes the ending slash if the script path is empty resulting in a ↵Ludovic Arnaud2003-08-171-1/+3
| | | | | | double slash in the URL git-svn-id: file:///svn/phpbb/trunk@4412 89ea8834-ac86-4346-8a33-228a782c2dd0
* 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