aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1716 from marc1706/feature/passwordsNils Adermann2014-02-021-181/+17
|\
| * [feature/passwords] Correct docblock of phpbb_hash() functionMarc Alexander2013-12-291-1/+1
| * Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-291-258/+18
| |\
| * | [feature/passwords] Use passwords.manager service in login_forum_box()Marc Alexander2013-10-131-3/+5
| * | [feature/passwords] Remove obsolete hashing functions from functions.phpMarc Alexander2013-10-111-110/+0
| * | [feature/passwords] Mark old hashing functions as deprecatedMarc Alexander2013-10-111-24/+6
| * | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwordsMarc Alexander2013-10-031-13/+14
| |\ \
| * | | [feature/passwords] Use passwords manager in phpBB hash functionsMarc Alexander2013-10-021-37/+6
* | | | Merge remote-tracking branch 'Marc/ticket/11997' into developJoas Schilling2014-01-081-63/+19
|\ \ \ \
| * | | | [ticket/11997] Add user's page dir to redirect path and fix unit tests for itMarc Alexander2013-12-281-1/+8
| * | | | [ticket/11997] Add remove_web_root_path() in order to prevent incorrect URLsMarc Alexander2013-12-271-1/+1
| * | | | [ticket/11997] Do not check if file or dir we redirect to existMarc Alexander2013-12-271-75/+13
| * | | | [ticket/11997] Add clean_url() method to path_helperMarc Alexander2013-12-211-1/+1
| * | | | [ticket/11997] Allow redirects to parent folders like previouslyMarc Alexander2013-12-211-4/+5
| * | | | Merge branch 'develop' of https://github.com/phpbb/phpbb into ticket/11997Marc Alexander2013-12-071-2/+0
| |\ \ \ \
| * | | | | [ticket/11997] Use get_controller_redirect_url() in redirect() functionMarc Alexander2013-12-071-46/+70
| * | | | | [ticket/11997] Undo changes to phpbb_own_realpath()Marc Alexander2013-12-071-0/+8
| * | | | | [ticket/11997] Remove obsolete failover_flag in function redirect()Marc Alexander2013-11-171-41/+36
| * | | | | [ticket/11997] Fix missing globalJoas Schilling2013-11-131-1/+1
| * | | | | [ticket/11997] Fix redirects from inside controllersJoas Schilling2013-11-131-0/+10
| * | | | | [ticket/11997] Use $phpbb_filesystem->clean_path() for proper redirect pathsMarc Alexander2013-11-121-11/+4
| * | | | | [ticket/11997] Rename root_dirs_size to superordinate_dirs_countMarc Alexander2013-11-111-2/+10
| * | | | | [ticket/11997] Remove obsolete if statement in phpbb_own_realpath()Marc Alexander2013-11-101-10/+0
| * | | | | [ticket/11997] Correctly redirect to front controllersMarc Alexander2013-11-081-24/+6
* | | | | | [ticket/12034] AJAXify notifications popup.Cesar G2013-12-301-1/+2
| |_|_|_|/ |/| | | |
* | | | | [ticket/11849] Remove pagination functionsJoas Schilling2013-12-181-219/+0
| |/ / / |/| | |
* | | | Merge pull request #1854 from Pico88/ticket/12005Nathan Guse2013-11-211-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/12005] Remove PM popupLukasz2013-11-081-2/+0
* | | | Merge pull request #1790 from prototech/ticket/11280Nathan Guse2013-11-021-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/11280] Prevent duplicate entry in forums_track table.Cesar G2013-10-161-1/+0
* | | | Merge remote-tracking branch 'nickvergessen/ticket/11974' into developDhruv2013-10-301-10/+4
|\ \ \ \
| * | | | [ticket/11974] Translate all timezonesJoas Schilling2013-10-271-10/+4
| |/ / /
* | | | Merge pull request #1784 from nickvergessen/ticket/11924Nils Adermann2013-10-281-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/11924] Fix some minor issues with the php event docsJoas Schilling2013-10-161-6/+6
* | | | [ticket/11921] Directly inject unread messages count into the templateMatt Friedman2013-10-161-8/+2
* | | | [ticket/11921] Only get the count of unread PMsMatt Friedman2013-10-161-4/+1
* | | | [ticket/11921] Move any HTML for Notifications to the templatesMatt Friedman2013-10-161-1/+1
* | | | [ticket/11921] Remove "l_" from non-lang variablesMatt Friedman2013-10-151-5/+5
* | | | [ticket/11921] Improve appearance of PM notifications in linklistMatt Friedman2013-10-151-8/+5
|/ / /
* | | Merge pull request #1764 from EXreaction/ticket/11874Nils Adermann2013-10-101-1/+1
|\ \ \
| * | | [ticket/11874] Correct when $phpbb_root_path is appended to build_url()Nathan Guse2013-10-101-1/+1
* | | | [ticket/11703] Also use empty() for T_JQUERY_LINK.Andreas Fischer2013-10-101-1/+1
* | | | [ticket/11703] Make jQuery CDN switch more generic.Andreas Fischer2013-10-101-2/+2
|/ / /
* | | [ticket/11898] Correct admin S_LOGIN_ACTIONNathaniel Guse2013-10-091-2/+2
| |/ |/|
* | Merge pull request #1735 from nickvergessen/ticket/11852Nathan Guse2013-09-301-13/+14
|\ \
| * | [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-261-13/+14
| |/
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-09-281-0/+7
|\ \ | |/ |/|
| * [ticket/11873] Do not hash very large passwords in order to safe resources.Joas Schilling2013-09-281-0/+7
* | Merge pull request #1733 from nickvergessen/ticket/11866David King2013-09-251-1/+1
|\ \
| * | [ticket/11866] Update some occurances of phpbb_db_ to new NamespaceJoas Schilling2013-09-261-1/+1