aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | [ticket/11345] Don't include scheme, so HTTPS is used where necessary.Andreas Fischer2013-07-182-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11345
| * | | | [ticket/11345] Wrap remote webfonts in S_ALLOW_CDN.Andreas Fischer2013-07-142-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11345
| * | | | [ticket/11345] Move css import to templateVjacheslav Trushkin2013-07-143-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11345
| * | | | [ticket/11345] Add Droid Sans as fallback fontVjacheslav Trushkin2013-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11345
| * | | | [ticket/11345] Change font for buttonsVjacheslav Trushkin2013-07-143-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change font to Open Sans PHPBB3-11345
* | | | | [ticket/11703] Extend the correct migration class.Andreas Fischer2013-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11703
* | | | | [ticket/11703] Also use empty() for T_JQUERY_LINK.Andreas Fischer2013-10-102-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11703
* | | | | [ticket/11703] Add effectively_installed().Andreas Fischer2013-10-101-0/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-11703
* | | | | [ticket/11703] Make jQuery CDN switch more generic.Andreas Fischer2013-10-1013-15/+43
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Config variable: load_jquery_cdn -> allow_cdn Template variable: S_JQUERY_FALLBACK -> S_ALLOW_CDN PHPBB3-11703
* | | | [ticket/11901] Pass empty string as relative_url for non-local magic URL.Andreas Fischer2013-10-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only the regular expression for MAGIC_URL_LOCAL has three capturing groups. As a result $matches[3] is only set in this case. Prior to PHPBB3-11606 an empty string was passed to make_clickable_callback() as a replacement in case of less than three capturing groups. This patch reintroduces the empty string. Regression from 49c12ef4be229bf2223139298766ef441b075fbc. PHPBB3-11901
* | | | [ticket/11898] Correct adm_relative_path created by installerNathan Guse2013-10-101-1/+1
| | | | | | | | | | | | PHPBB3-11898
* | | | [ticket/11898] Correct admin S_LOGIN_ACTIONNathaniel Guse2013-10-091-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11898
* | | | Merge remote-tracking branch 'prototech/ticket/11890' into developAndreas Fischer2013-10-081-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * prototech/ticket/11890: [ticket/11890] Fix untranslated string when deleting posts through MCP.
| * | | | [ticket/11890] Fix untranslated string when deleting posts through MCP.Cesar G2013-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11890
* | | | | [ticket/11892] Fix undefined variables: to_forum_id & to_topic_idCesar G2013-10-082-39/+15
|/ / / / | | | | | | | | | | | | PHPBB3-11892
* | | | [ticket/11895] Fix undefined $forum_idNathaniel Guse2013-10-081-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11895
* | | | Merge pull request #1757 from prototech/ticket/10383Nathan Guse2013-10-074-14/+144
|\ \ \ \ | | | | | | | | | | [ticket/10383] AJAXify poll voting
| * | | | [ticket/10383] Update the results without the overlay popup.Cesar G2013-10-074-6/+38
| | | | | | | | | | | | | | | | | | | | PHPBB3-10383
| * | | | [ticket/10383] Make the content transitions smoother.Cesar G2013-10-071-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-10383
| * | | | [ticket/10383] AJAXify poll votingCesar G2013-10-063-14/+112
| | | | | | | | | | | | | | | | | | | | PHPBB3-10383
* | | | | Merge pull request #1755 from prototech/ticket/11893Nathan Guse2013-10-071-2/+0
|\ \ \ \ \ | | | | | | | | | | | | [ticket/11893] Remove unnecessary <fieldset> causing a large font size
| * | | | | [ticket/11893] Remove unnecessary <fieldset> causing a large font sizeCesar G2013-10-051-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11893
* | | | | | Merge pull request #1753 from dhruvgoel92/ticket/11888Nathan Guse2013-10-072-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | [ticket/11888] Use \phpbb\search\fulltext_native as search backend config
| * | | | | [ticket/11888] Update default search backend in namespaces migrationDhruv2013-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11888
| * | | | | [ticket/11888] Use \phpbb\search\fulltext_native as search backend configDhruv2013-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If \ is missing, the default search backend shown in ACP is wrong. PHPBB3-11888
* | | | | | Merge remote-tracking branch 'prototech/ticket/11739' into developDhruv2013-10-071-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Cesar G # Via Cesar G * prototech/ticket/11739: [ticket/11739] Rename “Remember Me” login keys module
| * | | | | | [ticket/11739] Rename “Remember Me” login keys moduleCesar G2013-10-051-1/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | PHPBB3-11739
* | | | | | [ticket/11894] Fix typo in "Delete post" optionCesar G2013-10-051-1/+1
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-11894
* | | | | [ticket/11885] Fix migrations errorNathan Guse2013-10-043-12/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-11885
* | | | | [ticket/11885] Use conditional in update_data()David King2013-10-043-6/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-11885
* | | | | [ticket/11885] Fix migration files for 3.0.12David King2013-10-043-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-11885
* | | | | [ticket/11885] Add migration files for 3.0.12-RC2 and RC3 and 3.0.12David King2013-10-043-0/+90
| | | | | | | | | | | | | | | | | | | | PHPBB3-11885
* | | | | Merge pull request #1742 from EXreaction/ticket/11840David King2013-10-041-7/+7
|\ \ \ \ \ | |/ / / / |/| | | | Ticket/11840 Refactor the extension metadata class
| * | | | [ticket/11840] Fix regexNathan Guse2013-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11840
| * | | | [task/composer-compatibility] Minor changes that will break extension BCMichaelC2013-10-011-7/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-11840
* | | | | Merge remote-tracking branch 'EXreaction/ticket/11883' into developDhruv2013-10-043-6/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Nathan (1) and Nathan Guse (1) # Via Nathan Guse * EXreaction/ticket/11883: [ticket/11883] Only output the migration time, not total [ticket/11883] Report completed data step in migration as "Installing Data"
| * | | | | [ticket/11883] Only output the migration time, not totalNathan Guse2013-10-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11883
| * | | | | [ticket/11883] Report completed data step in migration as "Installing Data"Nathan2013-10-023-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11883
* | | | | | Merge pull request #1739 from nickvergessen/ticket/11871Nathan Guse2013-10-033-11/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ticket/11871] Allow backslash in classnames for Modules
| * | | | | | [ticket/11871] Fallback to int ID of the module, when creating linksJoas Schilling2013-10-021-4/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Firefox is currently unable to correctly copy a urlencoded \ so users will be unable to post links to modules. However we can still fallback to the id instead of the name, so we do that in this case. PHPBB3-11871
| * | | | | | [ticket/11871] Allow backslash in classnames for ModulesJoas Schilling2013-09-272-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11871
* | | | | | | Merge pull request #1704 from dhruvgoel92/ticket/11344Nathan Guse2013-10-031-0/+42
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/11344] Add migration to remove acp_style_components module in 3.1
| * | | | | | | [ticket/11344] Upgrade migration to namespacesDhruv2013-10-031-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11344
| * | | | | | | [ticket/11344] Fix url of licenseDhruv2013-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11344
| * | | | | | | [ticket/11344] Add migration to remove acp_style_components module in 3.1Dhruv2013-10-031-0/+40
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-11344
* | | | | | | Merge pull request #1654 from rechosen/ticket/11786Nathan Guse2013-10-037-17/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/11786] Fix various defects in PHPDoc in-code documentation
| * | | | | | | [ticket/11786] Fix indentation in the PHPDoc of core.group_delete_user_beforerechosen2013-09-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The core.group_delete_user_before event had bad indentation in its PHPDoc. Fixed. PHPBB3-11786
| * | | | | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11786rechosen2013-09-23194-5106/+6889
| |\ \ \ \ \ \ \
| * | | | | | | | [ticket/11786] Further improve wording in phpbb/notification/type/quote.phprechosen2013-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Further improve wording in phpbb/notification/type/quote.php per suggestion of imkingdavid. PHPBB3-11786
| * | | | | | | | [ticket/11786] s/@return void/@return null in content_visibility.phprechosen2013-08-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The file phpbb/content_visibility.php still contained a few instances of '@return void' in its PHPDoc blocks, fixed. Thanks to JoshyPHP for reporting. PHPBB3-11786