aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/session.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developAndreas Fischer2013-02-121-1/+1
|\
| * [ticket/11196] Changed 401 response message in session.php.erangamapa2013-02-121-1/+1
* | [ticket/11189] Replace DEBUG_EXTRA with DEBUGNathaniel Guse2012-11-101-1/+1
* | Merge branch 'develop-olympus' into developDavid King2012-05-291-2/+10
|\ \ | |/
| * [ticket/10913] Redirect to index if session id is required but was not sentNils Adermann2012-05-291-2/+9
* | [feature/class-prefix] Rename user and session to phpbb_*Igor Wiedler2012-03-311-837/+1
* | [feature/merging-style-components] Updating style initializationVjacheslav Trushkin2012-03-151-2/+2
* | [feature/merging-style-components] Changing $style to $style_idVjacheslav Trushkin2012-03-151-10/+10
* | [feature/merging-style-components] Updating PHP filesVjacheslav Trushkin2012-03-141-10/+6
* | Merge remote-tracking branch 'unknownbliss/ticket/9916' into developAndreas Fischer2012-01-021-2/+1
|\ \
| * | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-12-251-27/+30
|\ \ \ | |/ / |/| / | |/
| * [ticket/10428] Documentation for optionget/optionset functions.Oleg Pudeyev2011-12-251-2/+15
| * [ticket/10428] Use phpbb_optionget/set in optionget/set for DRYness.Oleg Pudeyev2011-12-251-16/+12
| * [ticket/10428] Dispose of $this->keyvalues cache for optionget.Oleg Pudeyev2011-12-251-8/+2
| * [ticket/10428] Compare $data to false strictly.Oleg Pudeyev2011-12-251-4/+4
* | [ticket/10345] Check directly whether the key to use existsJoas Schilling2011-11-301-8/+16
* | [ticket/10345] Return the language key when the key has an empty arrayJoas Schilling2011-11-301-0/+5
* | [ticket/10345] Document behaviour for floating numbers on phpbb_get_plural_formJoas Schilling2011-11-301-1/+1
* | [ticket/10345] Remove doubled check for valid plural ruleJoas Schilling2011-11-301-4/+0
* | [ticket/10345] Move rule determination code into a new functionJoas Schilling2011-11-251-153/+1
* | [ticket/10345] Make the use of the 0-case optionalJoas Schilling2011-11-251-34/+40
* | [ticket/10345] Fix some documentation issues.Joas Schilling2011-11-251-5/+5
* | [ticket/10345] Allow float as array key and add some testsJoas Schilling2011-11-251-2/+4
* | [ticket/10345] Make use of the plural function in some basic placesJoas Schilling2011-11-251-0/+3
* | [ticket/10345] Remove '1 hour ago' string which conflicted with plural rulesJoas Schilling2011-11-251-2/+2
* | [ticket/10345] Fix documentation on the new function and the switchJoas Schilling2011-11-251-2/+13
* | [ticket/10345] Add a system to allow multiple plural formsJoas Schilling2011-11-251-1/+169
* | [feature/extension-manager] Use "core files" instead of "global files" in docsNils Adermann2011-11-181-2/+2
* | [feature/extension-manager] Support for loading language files from extensionsNils Adermann2011-10-141-14/+54
* | [feature/remove-db-styles] Remove DB theme handling code from session.Chris Smith2011-09-201-49/+2
* | [feature/remove-db-styles] Removed database storage of style components.Chris Smith2011-09-201-2/+2
* | [feature/remove-imagesets] Adjustments to php filesVjacheslav Trushkin2011-09-041-177/+9
* | Merge branch 'develop-olympus' into developNils Adermann2011-08-251-0/+33
|\ \ | |/
| * [ticket/10320] Move phpbb_feed_base::get_passworded_forums() to user class.Andreas Fischer2011-08-251-0/+33
* | [feature/request-class] Adjust code base to do html decoding manuallyIgor Wiedler2011-08-181-8/+8
* | [feature/request-class] Remove useless conditionIgor Wiedler2011-07-161-1/+1
* | [feature/request-class] Add server(), header() and is_ajax() to requestIgor Wiedler2011-07-151-14/+16
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-07-071-1/+36
|\ \ | |/
| * [ticket/10250] The site_logo hash is different depending on imageset & languageNils Adermann2011-07-061-4/+12
| * [ticket/10250] Overwrite the site_logo width&height when the phpbb logo is usedNils Adermann2011-07-051-1/+28
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-111-0/+4
|\ \ | |/
| * Merge remote-tracking branch 'naderman/ticket/9992' into develop-olympusAndreas Fischer2011-06-111-0/+4
| |\
| | * [ticket/9992] Adding a limit on login attempts per IP.Nils Adermann2011-06-101-0/+4
* | | Merge branch 'develop-olympus' into developNils Adermann2011-06-111-0/+1
|\ \ \ | |/ /
| * | [ticket/9908] Send 301 before stripping SID so bots do (hopefully) not revisit.Andreas Fischer2011-06-101-0/+1
| |/
* | Merge branch 'develop-olympus' into developNils Adermann2011-06-101-18/+23
|\ \ | |/
| * Merge branch 'ticket/bantu/9802' into develop-olympusNils Adermann2011-06-101-18/+23
| |\
| | * [ticket/9802] Remove unnecessary htmlspecialchars() call on REMOTE_ADDR.Andreas Fischer2011-04-191-1/+1
| | * [ticket/9802] Only check for IPv4-mapped address when address is IPv6.Andreas Fischer2011-04-191-14/+19