aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | [ticket/12662] Username <span> fix for list columnsPayBas2014-06-262-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
| * | | | | | | | [ticket/12662] Fix notifications dropdown positioning for RTLPayBas2014-06-253-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
| * | | | | | | | [ticket/12662] Update subsilver2 index template event namesPayBas2014-06-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
| * | | | | | | | [ticket/12662] Update events docs from b5 to rc1/rc2PayBas2014-06-251-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
| * | | | | | | | [ticket/12662] Move dropdown container from <li> to new inner divPayBas2014-06-252-19/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
| * | | | | | | | [ticket/12662] Remove linklist container and update template eventsPayBas2014-06-254-15/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
| * | | | | | | | [ticket/12662] Add span containers to all usernames for consistencyPayBas2014-06-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
| * | | | | | | | [ticket/12662] IE8 fixesPayBas2014-06-252-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
| * | | | | | | | [ticket/12662] Fix responsive positioning of notifications dropdownPayBas2014-06-252-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
| * | | | | | | | [ticket/12662] Remove inherited props from ddown-extendendedPayBas2014-06-251-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
| * | | | | | | | [ticket/12662] Change CSS selectors to direct descendants for linklistPayBas2014-06-254-47/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
| * | | | | | | | [ticket/12662] Reorder icon CSS rules alphabeticallyPayBas2014-06-251-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was getting a bit disorganized PHPBB3-12662
| * | | | | | | | [ticket/12662] Use slack variable to determine line-break sensitivityPayBas2014-06-251-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
| * | | | | | | | [ticket/12662] Change new event names and fix events.mdPayBas2014-06-252-39/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously merged PR said b4 instead of b5, also not alphabetical. PHPBB3-12662
| * | | | | | | | [ticket/12662] Fix recently merged PR changes lost in rebasePayBas2014-06-251-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
| * | | | | | | | [ticket/12662] Update PR after ticket/12553 mergePayBas2014-06-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rebasing was a nightmare with all the code moving around between commits. Hopefully this will merge without a rebase. PHPBB3-12662
| * | | | | | | | [ticket/12662] Improve template checksPayBas2014-06-254-30/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And changed _CLEAN to _SIMPLE, and move teamlink events PHPBB3-12662
| * | | | | | | | [ticket/12662] Added ARIA functionalityPayBas2014-06-253-33/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
| * | | | | | | | [ticket/12662] Improve icons and footer linksPayBas2014-06-255-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
| * | | | | | | | [ticket/12662] Fix rounding problems when detecting relative heightPayBas2014-06-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Firefox and IE round subpixels up, while webkit rounds down. So we have to account for that. PHPBB3-12662
| * | | | | | | | [ticket/12662] RTL (bidi.css) fixesPayBas2014-06-252-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
| * | | | | | | | [ticket/12662] Enable responsive linkslist for IE8PayBas2014-06-257-178/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed arrow color PHPBB3-12662
| * | | | | | | | [ticket/12662] Initial setupPayBas2014-06-2520-111/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12662
* | | | | | | | | Merge branch 'ticket/12562' of https://github.com/PayBas/phpbb into ↵Nils Adermann2014-07-033-10/+24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * 'ticket/12562' of https://github.com/PayBas/phpbb: [ticket/12562] Use border for all sizes except responsive [ticket/12562] Use Hanakin's version [ticket/12562] Increase mq trigger screen size to hide border [ticket/12562] Add max-width to proSilver
| * | | | | | | | | [ticket/12562] Use border for all sizes except responsivePayBas2014-07-033-20/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12562
| * | | | | | | | | [ticket/12562] Use Hanakin's versionPayBas2014-07-033-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12562
| * | | | | | | | | [ticket/12562] Increase mq trigger screen size to hide borderPayBas2014-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12562
| * | | | | | | | | [ticket/12562] Add max-width to proSilverPayBas2014-07-014-5/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12562
* | | | | | | | | | Merge pull request #2673 from nickvergessen/ticket/12783Tristan Darricau2014-07-031-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket/12783 Move require:phpbb/phpbb to extra:phpbb/phpbb in Extensions composer.json files * nickvergessen/ticket/12783: [ticket/12783] Move phpbb requirement to extra->soft-require [ticket/12783] Correctly use dataProviders and mark tests as incomplete [ticket/12783] Move phpbb/phpbb require version to extra
| * | | | | | | | | | [ticket/12783] Move phpbb requirement to extra->soft-requireJoas Schilling2014-07-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12783
| * | | | | | | | | | [ticket/12783] Move phpbb/phpbb require version to extraJoas Schilling2014-06-281-2/+2
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12783
* | | | | | | | | | Merge pull request #2670 from Nicofuma/ticket/12781Joas Schilling2014-07-031-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12781] Template regex for IF catch too many things * Nicofuma/ticket/12781: [ticket/12781] Add tests [ticket/12781] Template regex for IF catch too many things
| * | | | | | | | | | [ticket/12781] Template regex for IF catch too many thingsTristan Darricau2014-06-271-1/+1
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12781
* | | | | | | | | | Merge pull request #2578 from marc1706/ticket/9801Joas Schilling2014-07-033-5/+42
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9801] Allow display of page outside board directory on viewonline * marc1706/ticket/9801: [ticket/9801] Use empty instead of sizeof [ticket/9801] Remove spaces before * in docblock [ticket/9801] Add viewonline_helper service to allow proper testing [ticket/9801] Allow display of page outside board directory on viewonline
| * | | | | | | | | | [ticket/9801] Use empty instead of sizeofMarc Alexander2014-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9801
| * | | | | | | | | | [ticket/9801] Remove spaces before * in docblockMarc Alexander2014-06-261-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9801
| * | | | | | | | | | [ticket/9801] Add viewonline_helper service to allow proper testingMarc Alexander2014-06-243-5/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The viewonline_helper service can and will be extended in the future which will allow us to also test the viewonline page better. PHPBB3-9801
| * | | | | | | | | | [ticket/9801] Allow display of page outside board directory on viewonlineMarc Alexander2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now, the preg_match didn't take into account that a page might be outside the board directory. After this change, the regular expression will allow preceding dots and slashes. Paths like ../../test.php will be allowed. The page will be unknown in viewonline.php and it will revert to index.php as current page. However, the core.viewonline_overwrite_location event will receive proper info of the page the user is on right now allowing a listener to change the info that is being displayed. PHPBB3-9801
* | | | | | | | | | | Merge pull request #2674 from Nicofuma/ticket/12784Joas Schilling2014-07-033-0/+35
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12784] Allow the extensions to add a custom auto loader * Nicofuma/ticket/12784: [ticket/12784] Shearch the "vendor" folders and then the autoload.php files [ticket/12784] Allow the extensions to add a custom auto loader
| * | | | | | | | | | | [ticket/12784] Shearch the "vendor" folders and then the autoload.php filesTristan Darricau2014-07-031-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12784
| * | | | | | | | | | | [ticket/12784] Allow the extensions to add a custom auto loaderTristan Darricau2014-07-013-0/+31
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12784
* | | | | | | | | | | Merge pull request #2647 from Dragooon/ticket/12334Joas Schilling2014-07-037-14/+100
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12334] Add PROFILE_FIELD_VALUE_RAW template var * Dragooon/ticket/12334: [ticket/12334] Remove profile fields test group [ticket/12334] Add additional test for type_string [ticket/12334] Add string test for type_int [ticket/12334] Improve type_dropdown's test description [ticket/12334] Group profile fields test [ticket/12334] Change get_profile_value_raw_data to profile_value_raw_data [ticket/12334] Add get_profile_value_raw unit test for type_bool [ticket/12334] Add get_profile_value_raw unit test for type_date [ticket/12334] Add get_profile_value_raw unit tests for type_dropdown [ticket/12334] Add get_profile_value_raw unit test for type_string [ticket/12334] Add get_profile_value_raw unit test for type_url [ticket/12334] Add get_profile_value_raw unit tests for type_int [ticket/12334] Removed tests [ticket/12334] Dropdowns cannot be tested this way [ticket/12334] Added test get_profile_value_raw [ticket/12334] Changed from valueid to value_raw [ticket/12334] Implemented get_profile_valueid method [ticket/12334] Added field_novalue fall-back as requested [ticket/12334] Add PROFILE_FIELD_VALUEID template var
| * | | | | | | | | | | [ticket/12334] Changed from valueid to value_rawPayBas2014-06-247-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
| * | | | | | | | | | | [ticket/12334] Implemented get_profile_valueid methodPayBas2014-06-247-1/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
| * | | | | | | | | | | [ticket/12334] Added field_novalue fall-back as requestedPayBas2014-06-241-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
| * | | | | | | | | | | [ticket/12334] Add PROFILE_FIELD_VALUEID template varPayBas2014-06-241-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12334
* | | | | | | | | | | | Merge remote-tracking branch 'nickvergessen/ticket/12645' into develop-ascraeusCesar G2014-07-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/12645: [ticket/12645] Replace support links in SUPPORT_BODY with 3.1 links
| * | | | | | | | | | | | [ticket/12645] Replace support links in SUPPORT_BODY with 3.1 linksJoas Schilling2014-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12645
* | | | | | | | | | | | | Merge branch 'develop-olympus' into develop-ascraeusTristan Darricau2014-07-021-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12120] Add nicofuma to the developers Conflicts: phpBB/docs/AUTHORS
| * | | | | | | | | | | | [ticket/12120] Add nicofuma to the developersJoas Schilling2014-07-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12120