aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'paybas/ticket/12339' into develop-ascraeusJoas Schilling2014-04-041-0/+16
|\
| * [ticket/12339] removed return varPayBas2014-04-041-3/+2
| * [ticket/12339] more complete params and updated _since versionPayBas2014-04-041-3/+9
| * [ticket/12339] Add Event core.page_header_afterPayBas2014-04-011-0/+11
* | Merge remote-tracking branch 'crizz0/ticket/9758' into develop-ascraeusJoas Schilling2014-03-311-1/+90
|\ \
| * | [ticket/9758] Clickable avatar in header and renamed class for avatar-imgCrizzo2014-03-301-0/+1
| * | [ticket/9758] Slims the line 4775 in includes/functions.phpCrizzo2014-03-281-1/+1
| * | [ticket/9758] Adding impr. for overall_header display of avatar and usernameCrizzo2014-03-281-1/+2
| * | [ticket/9758] Adds global template variable CURRENT_USER_AVATARCrizzo2014-03-281-0/+87
* | | [ticket/11336] Changes "leaders"-mode to "team"-mode and so in test-fileCrizzo2014-03-281-1/+1
|/ /
* | [ticket/11360] Change second parameter in page_header functiongeetakshi2014-03-191-5/+5
|/
* Merge branch 'develop-olympus' into developJoas Schilling2014-03-141-2/+6
|\
| * [ticket/12202] Can't call htmlspecialchars before checking for quotesNathaniel Guse2014-03-091-1/+5
| * [ticket/12202] Apply htmlspecialchars to style.cfg dataNathan Guse2014-03-091-3/+3
* | Merge pull request #2104 from nickvergessen/ticket/12261Nathan Guse2014-03-121-2/+8
|\ \
| * | [ticket/12261] Add a functional test for redirect after using login_box()Joas Schilling2014-03-101-3/+1
| * | [ticket/12261] Remove web root path from login redirect urlJoas Schilling2014-03-101-2/+10
* | | [ticket/12250] Remove deprecated phpbb_clean_path functionVarun Agrawal2014-03-061-40/+0
* | | [ticket/12239] Move deprecated passwords functions to compatibility fileMarc Alexander2014-03-061-35/+0
|/ /
* | 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
|\ \ \ \ \