aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3716 from javiexin/ticket/13748Marc Alexander2015-10-072-2/+9
|\ | | | | | | [ticket/13748] Wrong tooltip after poll vote change
| * [ticket/13748] Wrong tooltip after poll vote changejaviexin2015-07-061-1/+1
| | | | | | | | | | | | | | | | Store the "voted" tooltip in an extra attribute in HTML, and use it with the JS that refreshes after poll vote. Use L_ language string instead of LA_ language string. PHPBB3-13748
| * [ticket/13748] Wrong tooltip after poll vote changejaviexin2015-06-192-2/+9
| | | | | | | | | | | | | | Store the "voted" tooltip in an extra attribute in HTML, and use it with the JS that refreshes after poll vote. PHPBB3-13748
* | Merge pull request #3920 from marc1706/ticket/14186Andreas Fischer2015-09-221-2/+2
|\ \ | | | | | | | | | | | | | | | | | | [ticket/14186] Do correct string concatenation in phpbb_mcp_sorting() * marc1706/ticket/14186: [ticket/14186] Do correct string concatenation in phpbb_mcp_sorting()
| * | [ticket/14186] Do correct string concatenation in phpbb_mcp_sorting()Marc Alexander2015-09-221-2/+2
|/ / | | | | | | PHPBB3-14186
* | Merge pull request #3833 from rxu/ticket/14102Marc Alexander2015-09-161-0/+24
|\ \ | | | | | | | | | [ticket/14102] Add core event to the mcp_topic.php
| * | [ticket/14102] Add core event to the mcp_topic.phprxu2015-08-151-0/+24
| | | | | | | | | | | | PHPBB3-14102
* | | Merge pull request #3895 from Zoddo/ticket/14154Tristan Darricau2015-09-162-2/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14154] Add extension composer name as tooltip * Zoddo/ticket/14154: [ticket/14154] Add extension composer name as tooltip
| * | | [ticket/14154] Add extension composer name as tooltipZoddo2015-09-122-2/+5
| | | | | | | | | | | | | | | | PHPBB3-14154
* | | | Merge pull request #3865 from Zoddo/ticket/13992Marc Alexander2015-09-152-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13992] Fix HTML5 error from w3.org validator
| * | | | [ticket/13992] Fix HTML5 error from w3.org validatorMax Pen2015-08-302-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-13992
* | | | | Merge pull request #3894 from Nicofuma/ticket/14156Marc Alexander2015-09-131-0/+7
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | [ticket/14156] Add Symfony ResponseListener
| * | | | [ticket/14156] Add Symfony ResponseListenerTristan Darricau2015-09-111-0/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-14156
* | | | | Merge pull request #3767 from Zoddo/ticket/14020Marc Alexander2015-09-123-2/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14089] Add posting_topic_title_after template event Conflicts: phpBB/docs/events.md
| * | | | | [ticket/14089] Add posting_topic_title_after template eventZoddo2015-08-233-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to add some information after the topic title in the posting form PHPBB3-14089
* | | | | | Merge pull request #3892 from cyberalien/ticket/14153Marc Alexander2015-09-112-0/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | [ticket/14153] Fix floating elements in notifications dropdown header
| * | | | | [ticket/14153] Fix floating elements in notifications dropdown headercyberalien2015-09-102-0/+12
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-14153
* | | | | Merge pull request #3868 from Zoddo/ticket/7362Tristan Darricau2015-09-093-2/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/7362] Add alt attribute on topic icons * Zoddo/ticket/7362: [ticket/7362] Add alt attribute on topic icons
| * | | | | [ticket/7362] Add alt attribute on topic iconsZoddo2015-08-303-2/+3
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-7362
* | | | | Merge pull request #3890 from marc1706/ticket/13423Tristan Darricau2015-09-091-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13423] Set busyTimeout on connect to prevent db locking * marc1706/ticket/13423: [ticket/13423] Set busyTimeout on connect to prevent db locking
| * | | | | [ticket/13423] Set busyTimeout on connect to prevent db lockingMarc Alexander2015-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13423
* | | | | | Merge pull request #3881 from VSEphpbb/ticket/14142Marc Alexander2015-09-082-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | [ticket/14142] Remove unused ignore_configs from avatar drivers
| * | | | | [ticket/14142] Remove unused ignore_configs from avatar driversMatt Friedman2015-09-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14142
* | | | | | Merge pull request #3884 from Nicofuma/ticket/14143Marc Alexander2015-09-071-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14143] Flush the mail queue when writing it
| * | | | | | [ticket/14143] Flush the mail queue when writing itTristan Darricau2015-09-051-0/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-14143
* | | | | | Merge pull request #3877 from Nicofuma/ticket/14140Andreas Fischer2015-09-051-167/+201
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14140] Update Symfony to 2.3.32 * Nicofuma/ticket/14140: [ticket/14140] Update SYmfony to 2.3.32
| * | | | | | [ticket/14140] Update SYmfony to 2.3.32Tristan Darricau2015-09-031-167/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14140
* | | | | | | Merge branch 'prep-release-3.1.6' into 3.1.xJoas Schilling2015-09-052-2/+33
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql
| * | | | | | [prep-release-3.1.6] Add migration for 3.1.6Joas Schilling2015-09-051-0/+31
| | | | | | |
| * | | | | | [prep-release-3.1.6] Update version for final 3.1.6 releaseJoas Schilling2015-09-053-4/+4
| | | | | | |
* | | | | | | Merge pull request #3855 from VSEphpbb/ticket/14123Tristan Darricau2015-09-022-2/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14123] Add descriptive help to the CLI help output * VSEphpbb/ticket/14123: [ticket/14123] Fix typo [ticket/14123] Remove redundant help messages [ticket/14123] Add descriptive help to the CLI help output
| * | | | | | [ticket/14123] Fix typoMatt Friedman2015-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14123
| * | | | | | [ticket/14123] Remove redundant help messagesMatt Friedman2015-08-2815-95/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14123
| * | | | | | [ticket/14123] Add descriptive help to the CLI help outputMatt Friedman2015-08-2316-1/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14123
* | | | | | | Merge pull request #3853 from marc1706/ticket/14075Tristan Darricau2015-09-023-0/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14075] Add template event after poll preview panel * marc1706/ticket/14075: [ticket/14075] Update version to 3.1.7-RC1 [ticket/14075] Add template event after poll preview panel
| * | | | | | | [ticket/14075] Update version to 3.1.7-RC1Marc Alexander2015-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14075
| * | | | | | | [ticket/14075] Add template event after poll preview paneljaviexin2015-08-223-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14075
* | | | | | | | Merge pull request #3860 from kinerity/ticket/14126Tristan Darricau2015-09-023-0/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14126] Add viewtopic_topic_title_after template event * kinerity/ticket/14126: [ticket/14126] Add viewtopic_topic_title_after template event
| * | | | | | | | [ticket/14126] Add viewtopic_topic_title_after template eventKailey Truscott2015-08-243-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add content directly after the topic title link on the View topic screen (outside of the h2 HTML tag). PHPBB3-14126
* | | | | | | | | Merge pull request #3872 from Zoddo/ticket/11468Tristan Darricau2015-09-021-2/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11468] Allow controllers to set paramters of page_header() * Zoddo/ticket/11468: [ticket/11468] Allow controllers to set paramters of page_header()
| * | | | | | | | | [ticket/11468] Allow controllers to set paramters of page_header()Zoddo2015-08-301-2/+4
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11468
* | | | | | | | | Merge pull request #3765 from Zoddo/ticket/13950Tristan Darricau2015-09-012-0/+32
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13950] Hide undefined permissions * Zoddo/ticket/13950: [ticket/13950] Hide undefined categories [ticket/13950] Hide undefined permissions
| * | | | | | | | | [ticket/13950] Hide undefined categoriesZoddo2015-08-282-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hides the categories added by disabled extensions PHPBB3-13950
| * | | | | | | | | [ticket/13950] Hide undefined permissionsZoddo2015-08-282-0/+16
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hides the permissions of the disabled extensions PHPBB3-13950
* | | | | | | | | Merge pull request #3873 from lavigor/ticket/14133Tristan Darricau2015-09-011-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14133] Comment fix for phpbb_get_user_rank() * lavigor/ticket/14133: [ticket/14133] Comment fix for phpbb_get_user_rank()
| * | | | | | | | [ticket/14133] Comment fix for phpbb_get_user_rank()lavigor2015-08-311-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14133
* | | | | | | | Merge pull request #3764 from Zoddo/ticket/13988Tristan Darricau2015-08-282-5/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13988] Use absolute path for image attachments in feeds * Zoddo/ticket/13988: [ticket/13988] Update tests [ticket/13988] Use absolute path for image attachments in feeds
| * | | | | | | | [ticket/13988] Update testsZoddo2015-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13988
| * | | | | | | | [ticket/13988] Use absolute path for image attachments in feedsCarstenF2015-07-151-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, atom feeds use relative links for image attachments PHPBB3-13988
* | | | | | | | | Merge pull request #3835 from rxu/ticket/14106Tristan Darricau2015-08-281-9/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14106] Fix topics sorting in MCP for topics merging. * rxu/ticket/14106: [ticket/14106] Fix topics sorting in MCP for topics merging.