aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/session.php
Commit message (Expand)AuthorAgeFilesLines
* some fixes to be committed.Meik Sievertsen2007-02-091-1/+1
* - fix some oddities (doubled spaces for example)Meik Sievertsen2007-01-261-1/+1
* fixing some bugs, most being submitted grammatical/spelling errors.Meik Sievertsen2007-01-211-2/+2
* - fixing some bugsMeik Sievertsen2007-01-201-1/+1
* some fixes todayMeik Sievertsen2006-12-241-2/+27
* - Optimize acl_getf_global a bitNils Adermann2006-12-161-3/+3
* Haha, slowly it's starting to look stupid ...Nils Adermann2006-12-101-1/+1
* I'm very oblivious today :@Nils Adermann2006-12-101-1/+1
* I'm a little oblivious today ;-)Nils Adermann2006-12-101-4/+23
* - finally correctly calculate current time for birthday calculation [Bug #6030]Nils Adermann2006-12-101-13/+72
* minor bugfixingMeik Sievertsen2006-12-061-1/+14
* - author search should use clean names for searching [Bug #5752]Nils Adermann2006-12-031-3/+3
* - a bunch of fixesMeik Sievertsen2006-12-021-2/+7
* fix for bug #5676 - of course the "delete install folder" notice should not o...Meik Sievertsen2006-11-281-1/+1
* rather large update, most important things done:Meik Sievertsen2006-11-241-1/+1
* - fixing a bunch of bugsMeik Sievertsen2006-11-211-0/+17
* some tiny fixes.Meik Sievertsen2006-11-191-1/+2
* - fixes for the following bugs:Meik Sievertsen2006-11-151-1/+8
* consistant obtain_* functionsMeik Sievertsen2006-11-121-2/+1
* #5094David M2006-11-041-1/+1
* some bugfixesMeik Sievertsen2006-10-261-1/+1
* comment out for the moment - it may be not fair to disallow "virtual" urls. :)Meik Sievertsen2006-10-121-0/+2
* some test code, hopefully working for all occassions where we are using the f...Meik Sievertsen2006-10-121-1/+7
* ok, i do not why the db is setting the type for user id to string - but with ...Meik Sievertsen2006-10-101-1/+4
* - support re-caching of theme data if stylesheet.css changed and load_tplcomp...Meik Sievertsen2006-10-061-0/+17
* - extend config checking to include check for writeable pathMeik Sievertsen2006-10-031-32/+22
* Allow for tomorrow in relative datesGraham Eames2006-10-011-2/+7
* Prevent cookies from other applications interfering with our formsGraham Eames2006-10-011-3/+3
* - added confirmation to removing bbcodesMeik Sievertsen2006-09-281-0/+39
* use the "old" approachMeik Sievertsen2006-09-251-76/+36
* some tiny fixes here and thereMeik Sievertsen2006-09-221-1/+1
* - fixed some bugsMeik Sievertsen2006-09-131-3/+61
* oopsNils Adermann2006-09-061-1/+1
* - birthdays/age in user's timezone and not server's local timeNils Adermann2006-08-281-10/+12
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-1/+4
* - casting to int so this won't throw any unwanted errorsNils Adermann2006-08-121-2/+2
* sql_in_set changesMeik Sievertsen2006-08-121-19/+16
* submit some attachment changes/fixes as well as fixing the language pack down...Meik Sievertsen2006-08-111-2/+2
* - removed a useless line [Bug #3656]Nils Adermann2006-08-101-8/+11
* - fixed some problems with themesNils Adermann2006-08-081-1/+26
* also make sure users not allowing cookies are retained on the first visit ;)Meik Sievertsen2006-08-071-3/+0
* Fix session id assignment for bots (previously this bug related in bots creat...Meik Sievertsen2006-08-071-4/+11
* - fixing some bugsMeik Sievertsen2006-08-021-38/+19
* - also check for registered users since i do not think guests and bots want t...Meik Sievertsen2006-07-121-1/+1
* #2487 Ok, this one is finally fixed. :) Thanks to Dark Soul for letting me te...Meik Sievertsen2006-07-111-1/+1
* some bugfixesMeik Sievertsen2006-07-061-3/+4
* ok, first attempt at solving some compatibility issues.Meik Sievertsen2006-06-241-2/+2
* make sure set_config is called with the correct is_dynamic valueMeik Sievertsen2006-06-231-1/+1
* time to squash some bugsMeik Sievertsen2006-06-221-22/+48
* some bugfixesMeik Sievertsen2006-06-191-7/+10