d3f9a51709
[ticket/12016] Use a service provider for event listeners
...
This allows them to use dependency injection
PHPBB3-12016
2013-11-13 17:34:06 +01:00
cfb0a41030
Merge remote-tracking branch 'EXreaction/ticket/11943' into develop
...
* 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
2013-11-11 18:23:37 +01:00
4bd078e00f
Merge pull request #1862 from nickvergessen/ticket/11949
...
[ticket/11949] Do not prepend leading backslash to cache class name
2013-11-11 09:14:48 -08:00
fea933e2e9
Merge pull request #1855 from nickvergessen/ticket/12002
...
Ticket/12002 Add link hash to extension manager links
2013-11-11 09:08:32 -08:00
47e364ae68
[ticket/11943] New line at EOF for define_error.html
...
PHPBB3-11943
2013-11-11 10:59:17 -06:00
64ed46e682
[ticket/11943] Forgot template file for test
...
PHPBB3-11943
2013-11-09 11:39:35 -06:00
2e5117a71e
[ticket/11943] Throw an exception if DEFINE is setup improperly
...
PHPBB3-11943
2013-11-09 11:14:55 -06:00
31e60f0c8d
[ticket/11949] Do not prepend leading backslash to cache class name
...
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
2013-11-09 17:06:38 +01:00
7344024b10
Merge remote-tracking branch 'dhruv/ticket/12007' into develop
...
* dhruv/ticket/12007:
[ticket/12007] Default last_result to 0 instead of false
2013-11-09 15:53:29 +01:00
3b68540cee
Merge pull request #1857 from nickvergessen/ticket/11922
...
[ticket/11922] Drop all keys before trying to delete columns to avoid issues
2013-11-08 20:33:18 -08:00
6370970f13
[ticket/11943] Split fix_inline_variable_tokens into 3 steps
...
DEFINE shouldn't add/remove surrounding quotes, but must have the inline
variable tokens fixed
PHPBB3-11943
2013-11-08 22:30:58 -06:00
da332aa0a5
[ticket/11943] Require stricter DEFINE statements for templates
...
PHPBB3-11943
2013-11-08 19:55:16 -06:00
1173adfe87
[ticket/12007] Default last_result to 0 instead of false
...
PostgreSQL does not map null/false to 0 and thus this variable causes
an error.
PHPBB3-12007
2013-11-08 23:34:49 +05:30
6f33954757
[ticket/11922] Drop all keys before trying to delete columns to avoid issues
...
On MSSQL columns that have an index can not be dropped.
PHPBB3-11922
2013-11-08 17:45:48 +01:00
7a8a440895
[ticket/12002] Change functional test to use link hash
...
PHPBB3-12002
2013-11-08 14:08:55 +01:00
a6c73ea0c8
[ticket/12002] Add link hash to extension manager links
...
PHPBB3-12002
2013-11-08 14:08:02 +01:00
082a467cc8
Merge pull request #1845 from nickvergessen/ticket/11994
...
[ticket/11994] Make extension manager UI less misleading
2013-11-07 17:46:58 -08:00
bf7eab423e
[ticket/11994] Fix functional tests
...
PHPBB3-11994
2013-11-08 01:20:04 +01:00
d17bf9aa27
[ticket/11994] "Delete data" is only available for disabled extensions
...
PHPBB3-11994
2013-11-08 01:20:03 +01:00
12a6e2c603
[ticket/11994] Filter crawler for better search comparisons
...
PHPBB3-11994
2013-11-08 01:20:02 +01:00
bb0ff715f8
[ticket/11994] Change error level for missing .json file
...
PHPBB3-11994
2013-11-08 01:20:02 +01:00
05c97fd03c
[ticket/11994] Fix more language
...
PHPBB3-11994
2013-11-08 01:20:01 +01:00
40fcc906a2
[ticket/11994] Fix tests after uninstall rename
...
PHPBB3-11994
2013-11-08 01:20:00 +01:00
f8e92efc3f
[ticket/11994] Rename "uninstall" to "delete data"
...
PHPBB3-11994
2013-11-08 01:20:00 +01:00
7e1a02b3a1
[ticket/11994] Make install/enable just one UI thing
...
PHPBB3-11994
2013-11-08 01:19:59 +01:00
476464374a
[ticket/11994] Update functional tests with display name
...
PHPBB3-11994
2013-11-08 01:19:58 +01:00
473402c77b
[ticket/11994] Use display name on confirmation screen
...
PHPBB3-11994
2013-11-08 01:19:58 +01:00
3ac3688a7f
[ticket/11994] Fix some language
...
PHPBB3-11994
2013-11-08 01:19:57 +01:00
e60588a259
[ticket/11994] Replace spaces with tabs
...
PHPBB3-11994
2013-11-08 01:19:56 +01:00
f98ddb23e8
[ticket/11994] Fix functional extension tests
...
PHPBB3-11994
2013-11-08 01:19:55 +01:00
7bc6f32100
[ticket/11994] More language fixes
...
PHPBB3-11994
2013-11-08 01:19:55 +01:00
8d5fcc8d4c
[ticket/11994] Make extension manager UI less misleading
...
Enable and Install were split into two different expressions.
Purge was renamed to uninstall to make clearer what is going to happen.
PHPBB3-11994
2013-11-08 01:19:54 +01:00
cc54e6a9e5
Merge pull request #1819 from marc1706/ticket/11534
...
[ticket/11534] Check remote avatar content type if possible
2013-11-04 10:22:28 -08:00
b49d3a1851
[ticket/11943] Do not quote the value when it is exactly true, false, or null
...
Quoting these can change the meaning of the value (e.g. 'false' == true)
PHPBB3-11943
2013-11-04 12:21:12 -06:00
c609f25bae
[ticket/11943] Add test for DEFINE $VAR = false
...
PHPBB3-11943
2013-11-04 12:15:02 -06:00
ad69d5af8a
Merge pull request #1788 from VSEphpbb/ticket/11935
...
[ticket/11935] Fix invalid HTML and Errors
2013-11-04 09:43:34 -08:00
817a21dcfc
Merge pull request #1826 from imkingdavid/ticket/11975
...
[ticket/11975] Add ACP link next to MCP link in header
2013-11-04 09:38:32 -08:00
27e54f9473
Merge remote-tracking branch 'prototech/ticket/11899' into develop
...
# By Cesar G
# Via Cesar G
* prototech/ticket/11899:
[ticket/11899] Give indication of activity after voting in poll.
2013-11-04 00:42:59 +05:30
0e0e12963a
Merge remote-tracking branch 'prototech/ticket/11928' into develop
...
# By Cesar G
# Via Cesar G
* prototech/ticket/11928:
[ticket/11928] Javascript requires camel case.
[ticket/11928] Rename loadingAlert to loading_indicator.
[ticket/11928] Make sure the indicator is on top of other elements.
[ticket/11928] Replace AJAX loading popup with animation.
2013-11-04 00:28:02 +05:30
478c3ea3a0
[ticket/11928] Javascript requires camel case.
...
PHPBB3-11928
2013-11-03 10:49:28 -08:00
efe94e9c73
Merge remote-tracking branch 'nickvergessen/ticket/11973' into develop
...
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/11973:
[ticket/11973] Remove logic from tokens language array
2013-11-04 00:11:23 +05:30
e02836b19c
Merge remote-tracking branch 'Noxwizard/ticket/11990' into develop
...
* Noxwizard/ticket/11990:
[ticket/11990] Remove result_mssqlnative usage in acp_database.php
2013-11-03 18:09:44 +01:00
478d4971a6
Merge remote-tracking branch 'cyberalien/ticket/11977' into develop
...
* cyberalien/ticket/11977:
[ticket/11977] Remove data and change code in acp_modules
[ticket/11977] Use CSS instead of JS to disable up/down icons
2013-11-03 15:08:05 +01:00
a6117c51b9
[ticket/11977] Remove data and change code in acp_modules
...
PHPBB3-11977
2013-11-03 15:36:20 +02:00
ad44407b19
[ticket/11990] Remove result_mssqlnative usage in acp_database.php
...
The class result_mssqlnative was removed in ticket 11980. This removes
the dependency on that class from the database backup utility. It is
possible to use the sqlsrv functions to retrieve the field information,
but they must be then mapped back to type names. That mapping was removed
in 11980 and it is easier to just look it up in the information schema
table.
PHPBB3-11990
2013-11-03 00:37:18 -05:00
6ee8f19fea
[ticket/11975] Remove copy/paste fail, fix tests
...
PHPBB3-11975
2013-11-02 15:53:40 -07:00
47f7992bf1
[ticket/11975] Change shortened ACP/MCP label to Administer/Moderate
...
Also utilizing the new data-responsive-text attribute
PHPBB3-11975
2013-11-02 15:34:19 -07:00
54e82392f0
[ticket/11975] Make link text shorter on smaller resolutions
...
PHPBB3-11975
2013-11-02 15:34:18 -07:00
abd035fcc9
[ticket/11975] Add ACP link next to MCP link in header
...
PHPBB3-11975
2013-11-02 15:34:18 -07:00
8f88ff093e
Merge pull request #1821 from imkingdavid/ticket/11972
...
[ticket/11972] Add template events to posting page
2013-11-02 15:31:01 -07:00