Tristan Darricau
a32d429f1e
[ticket/11150] Restore the cwd before using the autoloader in case of error
...
PHPBB3-11150
2017-04-23 21:01:03 +02:00
Tristan Darricau
50b2989cf0
[ticket/11150] PHP 5.4 compatibility
...
PHPBB3-11150
2017-04-23 21:01:03 +02:00
Tristan Darricau
d5672303a3
[ticket/11150] Install from ACP
...
PHPBB3-11150
2017-04-23 21:01:03 +02:00
Tristan Darricau
6a15ad1368
[ticket/11150] Implement install extension link in ACP
...
PHPBB3-11150
2017-04-23 21:01:03 +02:00
Tristan Darricau
adb8d30d98
[ticket/11150] Add ACP gallery
...
PHPBB3-11150
2017-04-23 21:01:03 +02:00
Tristan Darricau
c49cd29e96
[ticket/11150] Cache the list of available packages for 24 hours
...
PHPBB3-11150
2017-04-23 21:01:03 +02:00
Tristan Darricau
8b1284594b
[ticket/11150] Use a trait to translate composer and introduce web_io
...
PHPBB3-11150
2017-04-23 21:01:02 +02:00
Tristan Darricau
8a1ca4375e
[ticket/11150] Preserve original requirements and avoid finally
...
PHPBB3-11150
2017-04-23 21:01:02 +02:00
Tristan Darricau
e3fadc1fc7
[ticket/11150] Display and translate composer output
...
PHPBB3-11150
2017-04-23 21:01:02 +02:00
Tristan Darricau
00229c20f0
[ticket/11150] Add extension:start-managing command
...
PHPBB3-11150
2017-04-23 21:01:02 +02:00
Tristan Darricau
779c9c8552
[ticket/11150] Preserve every packages of every phpbb types in composer-ext.json
...
PHPBB3-11150
2017-04-23 21:01:02 +02:00
Tristan Darricau
540bac3ba4
[ticket/11150] Better version normalization
...
PHPBB3-11150
2017-04-23 21:01:02 +02:00
Tristan Darricau
ac129f34d3
[ticket/11150] Do not override extensions installed manually
...
PHPBB3-11150
2017-04-23 21:01:01 +02:00
Tristan Darricau
fbb85e2f4f
[ticket/11150] Add ability to manage extensions through composer
...
PHPBB3-11150
2017-04-23 21:01:01 +02:00
Tristan Darricau
712626d845
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/8116] Add missing new line
[ticket/8116] Correctly get other users who posted under IP
[ticket/8116] Improve code and add tests for helper functions
[ticket/8116] Add pagination for IP tables on post info
2017-04-21 23:55:13 +02:00
Tristan Darricau
6922593660
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
2017-04-21 23:54:53 +02:00
Tristan Darricau
afe2664c56
Merge pull request #4802 from marc1706/ticket/8116-rhea
...
[ticket/8116] Add pagination for IP tables and post info -- Rhea version
* github.com:phpbb/phpbb:
[ticket/8116] Add missing new line
[ticket/8116] Correctly get other users who posted under IP
[ticket/8116] Improve code and add tests for helper functions
[ticket/8116] Add pagination for IP tables on post info
2017-04-21 23:54:41 +02:00
Tristan Darricau
a233f98bbf
Merge pull request #4780 from marc1706/ticket/8116
...
[ticket/8116] Add pagination for IP tables and post info
* github.com:phpbb/phpbb:
[ticket/8116] Add missing new line
[ticket/8116] Correctly get other users who posted under IP
[ticket/8116] Improve code and add tests for helper functions
[ticket/8116] Add pagination for IP tables on post info
2017-04-21 23:54:18 +02:00
Tristan Darricau
1844b8ca2a
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/15011] Use exception interface for 3.2
2017-04-21 23:51:42 +02:00
Tristan Darricau
f40d4e03a3
Merge pull request #4806 from javiexin/ticket/15011v32
...
[ticket/15011] Use exception interface for 3.2
* github.com:phpbb/phpbb:
[ticket/15011] Use exception interface for 3.2
2017-04-21 23:51:41 +02:00
javiexin
6a61e73e00
[ticket/15011] Use exception interface for 3.2
...
Update the mentioned ticket to 3.2 by using exception_inteface
instead of the actual exception class.
Also, use adm_back_link consistently.
PHPBB3-15011
2017-04-21 21:28:29 +02:00
Tristan Darricau
bdbac7b4c9
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/15144] Attachment icon display should only occur
2017-04-20 12:55:14 +02:00
Tristan Darricau
ad5fcd5356
Merge pull request #4805 from rmcgirr83/ticket-15144
...
[ticket/15144] Attachment icon display should only occur
* github.com:phpbb/phpbb:
[ticket/15144] Attachment icon display should only occur
2017-04-20 12:55:13 +02:00
Richard McGirr
ca3b715fdc
[ticket/15144] Attachment icon display should only occur
...
if there are attachments in reports
https://tracker.phpbb.com/browse/PHPBB3-15144
PHPBB3-15144
2017-04-20 06:04:27 -04:00
Marc Alexander
b1439a4601
Merge branch 'ticket/8116' into ticket/8116-rhea
2017-04-19 23:43:41 +02:00
Marc Alexander
e72f6d4236
[ticket/8116] Add missing new line
...
PHPBB3-8116
2017-04-19 23:35:44 +02:00
Tristan Darricau
f21662ab95
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/13608] Add core.ucp_restore_permissions event
2017-04-19 23:09:05 +02:00
Tristan Darricau
ff22d54eae
Merge pull request #4670 from senky/ticket/13608
...
[ticket/13608] Add core.ucp_restore_permissions event
* github.com:phpbb/phpbb:
[ticket/13608] Add core.ucp_restore_permissions event
2017-04-19 23:08:15 +02:00
Tristan Darricau
109aaff534
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/13608] Add core.ucp_restore_permissions event
2017-04-19 23:08:15 +02:00
Tristan Darricau
fb328548f4
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/13609] Add core.ucp_switch_permissions event
2017-04-19 23:04:46 +02:00
Tristan Darricau
5bd497ae54
Merge pull request #4669 from senky/ticket/13609
...
[ticket/13609] Add core.ucp_switch_permissions event
* github.com:phpbb/phpbb:
[ticket/13609] Add core.ucp_switch_permissions event
2017-04-19 23:04:11 +02:00
Tristan Darricau
40e4a6ea87
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/13609] Add core.ucp_switch_permissions event
2017-04-19 23:04:11 +02:00
Tristan Darricau
edf6aefd2a
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/7336] Index first post when splitting topics
[ticket/7336] Add tests for indexing first post after splitting topics
2017-04-19 23:02:03 +02:00
Tristan Darricau
c61e43cc91
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/7336] Index first post when splitting topics
[ticket/7336] Add tests for indexing first post after splitting topics
2017-04-19 23:01:35 +02:00
Tristan Darricau
a8d28d6bc8
Merge pull request #4657 from marc1706/ticket/7336
...
[ticket/7336] Index first post when splitting topics
* github.com:phpbb/phpbb:
[ticket/7336] Index first post when splitting topics
[ticket/7336] Add tests for indexing first post after splitting topics
2017-04-19 23:00:37 +02:00
Tristan Darricau
f579e75be0
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/15146] Date profile field validation incorrect
2017-04-19 22:53:00 +02:00
Tristan Darricau
3661398a78
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/15146] Date profile field validation incorrect
2017-04-19 22:52:56 +02:00
Tristan Darricau
8ae7d2495c
Merge pull request #4763 from javiexin/ticket/15146
...
[ticket/15146] Date profile field validation incorrect
* github.com:phpbb/phpbb:
[ticket/15146] Date profile field validation incorrect
2017-04-19 22:52:55 +02:00
Tristan Darricau
69b703f1ad
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/13735] Fix input type number for Firefox in prosilver
2017-04-19 22:20:21 +02:00
Tristan Darricau
fc39aa8d71
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/13735] Fix input type number for Firefox in prosilver
2017-04-19 22:20:15 +02:00
Tristan Darricau
8d8886e7ba
Merge pull request #4798 from javiexin/ticket/13735
...
[ticket/13735] Fix input type number for Firefox in prosilver
* github.com:phpbb/phpbb:
[ticket/13735] Fix input type number for Firefox in prosilver
2017-04-19 22:20:14 +02:00
Tristan Darricau
57b122cc16
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/15151] Use redirected link for consistency
[ticket/15151] ACP Cookie settings explanatory text
[ticket/15151] ACP Cookie settings add explanatory text where it was missing
2017-04-19 17:08:28 +02:00
Tristan Darricau
7cc2f8aa43
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/15151] Use redirected link for consistency
[ticket/15151] ACP Cookie settings explanatory text
[ticket/15151] ACP Cookie settings add explanatory text where it was missing
2017-04-19 17:08:16 +02:00
Tristan Darricau
d550f925ab
Merge pull request #4781 from nomind60s/ticket/15151
...
[ticket/15151] ACP Cookie settings add explanatory text
* github.com:phpbb/phpbb:
[ticket/15151] Use redirected link for consistency
[ticket/15151] ACP Cookie settings explanatory text
[ticket/15151] ACP Cookie settings add explanatory text where it was missing
2017-04-19 17:05:47 +02:00
nomind60s
d0486964ce
[ticket/15151] Use redirected link for consistency
...
Other phpbb.com links used in the core use a redirect rather than a direct link
so change to make the Cookie settings link a redirect also.
PHPBB3-15151
2017-04-19 06:34:16 -06:00
Tristan Darricau
1e14328493
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/15158] Update oauth to v0.8.10
2017-04-18 23:54:27 +02:00
Tristan Darricau
7a4d6209fd
Merge pull request #4786 from vinny/ticket/15158
...
[ticket/15158] Update oauth to v0.8.10
* github.com:phpbb/phpbb:
[ticket/15158] Update oauth to v0.8.10
2017-04-18 23:53:43 +02:00
Tristan Darricau
3a59ba17e5
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/15173] Fix message area resizing lag
2017-04-18 23:49:00 +02:00
Tristan Darricau
f2659962d3
Merge pull request #4792 from Louis7777/ticket/15173
...
[ticket/15173] Fix message area resizing lag
* github.com:phpbb/phpbb:
[ticket/15173] Fix message area resizing lag
2017-04-18 23:45:25 +02:00
Tristan Darricau
446bfd9680
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/15174] Split timeout message to extra method and set timeout to 60s
[ticket/15174] Increase timeout for loading indicator
2017-04-18 23:43:03 +02:00