aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12016] Update functional tests to use service for event listenersJoas Schilling2013-11-131-0/+9
| | | | PHPBB3-12016
* [ticket/12016] Use a service provider for event listenersJoas Schilling2013-11-132-13/+16
| | | | | | This allows them to use dependency injection PHPBB3-12016
* Merge remote-tracking branch 'EXreaction/ticket/11943' into developJoas Schilling2013-11-115-10/+73
|\ | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11943: [ticket/11943] New line at EOF for define_error.html [ticket/11943] Forgot template file for test [ticket/11943] Throw an exception if DEFINE is setup improperly [ticket/11943] Split fix_inline_variable_tokens into 3 steps [ticket/11943] Require stricter DEFINE statements for templates [ticket/11943] Do not quote the value when it is exactly true, false, or null [ticket/11943] Add test for DEFINE $VAR = false
| * [ticket/11943] New line at EOF for define_error.htmlNathan Guse2013-11-111-1/+1
| | | | | | | | PHPBB3-11943
| * [ticket/11943] Forgot template file for testNathan Guse2013-11-091-0/+2
| | | | | | | | PHPBB3-11943
| * [ticket/11943] Throw an exception if DEFINE is setup improperlyNathan Guse2013-11-092-0/+15
| | | | | | | | PHPBB3-11943
| * [ticket/11943] Split fix_inline_variable_tokens into 3 stepsNathan Guse2013-11-081-10/+50
| | | | | | | | | | | | | | DEFINE shouldn't add/remove surrounding quotes, but must have the inline variable tokens fixed PHPBB3-11943
| * [ticket/11943] Require stricter DEFINE statements for templatesNathan Guse2013-11-081-9/+1
| | | | | | | | PHPBB3-11943
| * [ticket/11943] Do not quote the value when it is exactly true, false, or nullNathan Guse2013-11-041-0/+8
| | | | | | | | | | | | Quoting these can change the meaning of the value (e.g. 'false' == true) PHPBB3-11943
| * [ticket/11943] Add test for DEFINE $VAR = falseNathan Guse2013-11-042-1/+7
| | | | | | | | PHPBB3-11943
* | Merge pull request #1862 from nickvergessen/ticket/11949Nathan Guse2013-11-111-1/+1
|\ \ | | | | | | [ticket/11949] Do not prepend leading backslash to cache class name
| * | [ticket/11949] Do not prepend leading backslash to cache class nameJoas Schilling2013-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The container seems to prepend the leading \ itself, so we get an InvalidArgumentException with message '"'\\phpbb\\cache\\driver\\file'" is not a valid class name for the "cache.driver" service.' PHPBB3-11949
* | | Merge pull request #1855 from nickvergessen/ticket/12002Nathan Guse2013-11-113-7/+33
|\ \ \ | |/ / |/| | Ticket/12002 Add link hash to extension manager links
| * | [ticket/12002] Change functional test to use link hashJoas Schilling2013-11-082-1/+22
| | | | | | | | | | | | PHPBB3-12002
| * | [ticket/12002] Add link hash to extension manager linksJoas Schilling2013-11-081-6/+11
| | | | | | | | | | | | PHPBB3-12002
* | | Merge remote-tracking branch 'dhruv/ticket/12007' into developJoas Schilling2013-11-091-3/+3
|\ \ \ | | | | | | | | | | | | | | | | * dhruv/ticket/12007: [ticket/12007] Default last_result to 0 instead of false
| * | | [ticket/12007] Default last_result to 0 instead of falseDhruv2013-11-081-3/+3
| | |/ | |/| | | | | | | | | | | | | | | | PostgreSQL does not map null/false to 0 and thus this variable causes an error. PHPBB3-12007
* | | Merge pull request #1857 from nickvergessen/ticket/11922Nathan Guse2013-11-082-1/+21
|\ \ \ | |_|/ |/| | [ticket/11922] Drop all keys before trying to delete columns to avoid issues
| * | [ticket/11922] Drop all keys before trying to delete columns to avoid issuesJoas Schilling2013-11-082-1/+21
|/ / | | | | | | | | | | On MSSQL columns that have an index can not be dropped. PHPBB3-11922
* | Merge pull request #1845 from nickvergessen/ticket/11994David King2013-11-077-143/+146
|\ \ | | | | | | [ticket/11994] Make extension manager UI less misleading
| * | [ticket/11994] Fix functional testsJoas Schilling2013-11-081-1/+7
| | | | | | | | | | | | PHPBB3-11994
| * | [ticket/11994] "Delete data" is only available for disabled extensionsJoas Schilling2013-11-081-2/+2
| | | | | | | | | | | | PHPBB3-11994
| * | [ticket/11994] Filter crawler for better search comparisonsJoas Schilling2013-11-081-13/+13
| | | | | | | | | | | | PHPBB3-11994
| * | [ticket/11994] Change error level for missing .json fileJoas Schilling2013-11-081-1/+1
| | | | | | | | | | | | PHPBB3-11994
| * | [ticket/11994] Fix more languageJoas Schilling2013-11-081-6/+6
| | | | | | | | | | | | PHPBB3-11994
| * | [ticket/11994] Fix tests after uninstall renameJoas Schilling2013-11-081-8/+8
| | | | | | | | | | | | PHPBB3-11994
| * | [ticket/11994] Rename "uninstall" to "delete data"Joas Schilling2013-11-083-20/+23
| | | | | | | | | | | | PHPBB3-11994
| * | [ticket/11994] Make install/enable just one UI thingJoas Schilling2013-11-083-18/+9
| | | | | | | | | | | | PHPBB3-11994
| * | [ticket/11994] Update functional tests with display nameJoas Schilling2013-11-081-3/+3
| | | | | | | | | | | | PHPBB3-11994
| * | [ticket/11994] Use display name on confirmation screenJoas Schilling2013-11-081-3/+3
| | | | | | | | | | | | PHPBB3-11994
| * | [ticket/11994] Fix some languageJoas Schilling2013-11-081-2/+2
| | | | | | | | | | | | PHPBB3-11994
| * | [ticket/11994] Replace spaces with tabsJoas Schilling2013-11-081-55/+55
| | | | | | | | | | | | PHPBB3-11994
| * | [ticket/11994] Fix functional extension testsJoas Schilling2013-11-081-18/+18
| | | | | | | | | | | | PHPBB3-11994
| * | [ticket/11994] More language fixesJoas Schilling2013-11-081-5/+5
| | | | | | | | | | | | PHPBB3-11994
| * | [ticket/11994] Make extension manager UI less misleadingJoas Schilling2013-11-086-69/+72
|/ / | | | | | | | | | | | | Enable and Install were split into two different expressions. Purge was renamed to uninstall to make clearer what is going to happen. PHPBB3-11994
* | Merge pull request #1819 from marc1706/ticket/11534Nathan Guse2013-11-042-0/+40
|\ \ | | | | | | [ticket/11534] Check remote avatar content type if possible
| * | [ticket/11534] Check remote avatar content type if possibleMarc Alexander2013-10-242-0/+40
| | | | | | | | | | | | | | | | | | | | | This should make sure that error pages like 404 or 503 pages are not treated as remote avatar images. PHPBB3-11534
* | | Merge pull request #1788 from VSEphpbb/ticket/11935Nathan Guse2013-11-0451-78/+96
|\ \ \ | | | | | | | | [ticket/11935] Fix invalid HTML and Errors
| * \ \ [ticket/11935] Merge remote-tracking branch 'upstream/develop'Matt Friedman2013-10-29118-1006/+2929
| |\ \ \ | | | | | | | | | | | | | | | PHPBB3-11935
| * \ \ \ Merge branch 'develop' into ticket/11935Matt Friedman2013-10-2039-219/+1419
| |\ \ \ \
| * | | | | [ticket/11935] Tweak colour swatch tableMatt Friedman2013-10-191-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11935
| * | | | | [ticket/11935] Replace obsolete table attributes in Admin with CSSMatt Friedman2013-10-1932-46/+51
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11935
| * | | | | [ticket/11935] Remove obsolete table attributes from ProsilverMatt Friedman2013-10-1913-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cellpadding, cellspacing, border are obsolete table attributes. They are handled by CSS already using table and .table1 PHPBB3-11935
| * | | | | [ticket/11935] Fix invalid HTML usage of <label> tag in prosilverMatt Friedman2013-10-196-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11935
| * | | | | [ticket/11935] Fix stray </a> tagsMatt Friedman2013-10-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11935
| * | | | | [ticket/11935] Fix incorrect alt tags that should be title tagsMatt Friedman2013-10-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11935
| * | | | | [ticket/11935] Fix <p> tags not allowed inside <strong> tagsMatt Friedman2013-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11935
* | | | | | Merge pull request #1826 from imkingdavid/ticket/11975Nathan Guse2013-11-0410-16/+14
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | [ticket/11975] Add ACP link next to MCP link in header
| * | | | | [ticket/11975] Remove copy/paste fail, fix testsDavid King2013-11-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11975
| * | | | | [ticket/11975] Change shortened ACP/MCP label to Administer/ModerateDavid King2013-11-025-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also utilizing the new data-responsive-text attribute PHPBB3-11975