aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-281-1/+1
* [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-2/+2
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* Merge pull request #2490 from Nicofuma/ticket/12585Andreas Fischer2014-05-241-1/+5
|\
| * [ticket/12585] Use a 5 minutes interval instead of 10 minutesTristan Darricau2014-05-231-1/+1
| * [ticket/12585] Don't check the cron on each page loadTristan Darricau2014-05-221-1/+5
* | [ticket/12576] Remove cron from common.phpTristan Darricau2014-05-221-1/+2
|/
* [ticket/12547] Rename jquery.js to jquery.min.js in assets directoryn-aleha2014-05-151-1/+1
* [ticket/12510] Convert & to & in build_url() when no params are stripped.Cesar G2014-05-061-0/+4
* [ticket/12491] Fix clashing USERNAME_FULL template variable.Cesar G2014-05-041-3/+3
* Merge remote-tracking branch 'github-nickvergessen/feature/sqlite3' into deve...Nils Adermann2014-05-021-1/+1
|\
| * [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-1/+1
* | Merge remote-tracking branch 'github-prototech/ticket/11508' into develop-asc...Nils Adermann2014-05-021-57/+8
|\ \ | |/ |/|
| * [ticket/11508] Use $phpbb_path_helper.Cesar G2014-04-221-5/+4
| * [ticket/11508] The question mark is expected even if there are no parameters.Cesar G2014-04-221-1/+1
| * [ticket/11508] Change separator parameter to a simple true|false $is_amp.Cesar G2014-04-221-1/+1
| * [ticket/11508] Move helper functions to path_helper class.Cesar G2014-04-221-116/+7
| * [ticket/11508] Move the stripping param code to separate function as well.Cesar G2014-04-221-19/+37
| * [ticket/11508] Build the jumpbox hidden fields using the _form action_Cesar G2014-04-221-3/+2
| * [ticket/11508] Split parts of build_url() into reusable functions.Cesar G2014-04-221-28/+72
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop...Nils Adermann2014-05-021-4/+4
|\ \
| * | [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-4/+4
* | | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-1/+0
* | | [ticket/12199] Move deprecated functions to functions_compatibility.phpNicofuma2014-04-261-18/+0
| |/ |/|
* | Merge pull request #2248 from Elsensee/ticket/12193Joas Schilling2014-04-221-0/+10
|\ \ | |/ |/|
| * [ticket/12193] Fix broken HTML if SQL error occurs during migrationOliver Schramm2014-04-191-0/+10
* | [ticket/12358] Correctly check and change the redirect url for ajax requestsJoas Schilling2014-04-071-3/+3
|/
* 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