Tristan Darricau
|
3f0fa70e3a
|
[ticket/12692] Update comments
PHPBB3-12692
|
2015-07-09 09:21:51 +02:00 |
|
Tristan Darricau
|
ed0e159080
|
[ticket/12692] Fix coding style
PHPBB3-12692
|
2015-07-09 09:21:50 +02:00 |
|
Tristan Darricau
|
3924428050
|
[ticket/12692] Use strict comparison in thumbnail:recreate
PHPBB3-12692
|
2015-07-09 09:21:50 +02:00 |
|
Tristan Darricau
|
3a0883e93e
|
[ticket/12692] Use !empty() instead of sizeof()
PHPBB3-12692
|
2015-07-09 09:21:50 +02:00 |
|
Tristan Darricau
|
074dfdbdfe
|
[ticket/12692] Update doc blocks
PHPBB3-12692
|
2015-07-09 09:21:50 +02:00 |
|
Tristan Darricau
|
98ab5478e6
|
[ticket/12692] Add a console command to manage the thumbnails
PHPBB3-12692
|
2015-07-09 09:21:50 +02:00 |
|
Marc Alexander
|
01097a24b5
|
Merge branch '3.1.x'
Conflicts:
tests/template/template_includecss_test.php
|
2015-07-08 22:54:26 +02:00 |
|
Marc Alexander
|
f576f42b4d
|
Merge pull request #3749 from VSEphpbb/ticket/13995
[ticket/13995] Fixes for invalid HTML in docs and phpBB
|
2015-07-08 22:52:16 +02:00 |
|
Matt Friedman
|
04d34e6c8b
|
[ticket/13995] Invalid avatar HTML missing space between elements
PHPBB3-13995
|
2015-07-07 20:10:18 -07:00 |
|
Matt Friedman
|
6294c45bd3
|
[ticket/13995] Remove invalid name element from anchors in Docs
PHPBB3-13995
|
2015-07-07 20:09:47 -07:00 |
|
Matt Friedman
|
498a516017
|
[ticket/13995] Remove deprecated projection media type
PHPBB3-13995
|
2015-07-07 20:09:01 -07:00 |
|
Tristan Darricau
|
2fbfb0e004
|
Merge pull request #3744 from s9e/ticket/13987
[ticket/13987] Add --dry-run option to reparser CLI
|
2015-07-07 17:25:28 +02:00 |
|
Marc Alexander
|
39d3a026fe
|
Merge branch '3.1.x'
|
2015-07-07 10:46:51 +02:00 |
|
Tristan Darricau
|
d54aa190f1
|
Merge pull request #3623 from s9e/ticket/10620
[ticket/10620] Quote improvements
|
2015-07-07 09:46:36 +02:00 |
|
JoshyPHP
|
cf4cdcda58
|
[ticket/13987] Replaced optional parameter with explicit API
Added disable_save() and enable_save() to toggle a dry run
PHPBB3-13987
|
2015-07-06 23:45:38 +02:00 |
|
JoshyPHP
|
7ccb638912
|
[ticket/13987] Add --dry-run option to reparser CLI
PHPBB3-13987
|
2015-07-06 23:45:20 +02:00 |
|
Tristan Darricau
|
ca5d4fd310
|
Merge pull request #3726 from CHItA/ticket/13961
[ticket/13961] Add orderable service collections
|
2015-07-06 23:31:35 +02:00 |
|
Tristan Darricau
|
193c6d58b0
|
Merge pull request #3743 from s9e/ticket/13985
[ticket/13985] Updated s9e\TextFormatter
|
2015-07-06 23:30:20 +02:00 |
|
Kailey Truscott
|
4ac2256683
|
[ticket/13955] Revert changes made in previous commit
Revert the javascript function change
Place the families code on it's own line
PHPBB3-13955
|
2015-07-06 16:43:57 -04:00 |
|
JoshyPHP
|
a44711e574
|
[ticket/13990] Reparse markup inside of forum rules/description
PHPBB3-13990
|
2015-07-06 19:17:40 +02:00 |
|
Kailey Truscott
|
886ca1dbb9
|
[ticket/13955] Fix javascript to conform to Google and add simple_header
Fix the javascript code to conform to Google Fonts standard
Add code to fix simple_header
PHPBB3-13955
|
2015-07-06 01:43:03 -04:00 |
|
JoshyPHP
|
57a07f4ff7
|
[ticket/13985] Updated s9e\TextFormatter
PHPBB3-13985
|
2015-07-06 01:15:18 +02:00 |
|
Kailey Truscott
|
b346f216c2
|
[ticket/13955] Fix WebFontConig to load web fonts correctly
Fix overall_header's WebFontConfig section to load fonts correctly
in all browsers.
PHPBB3-13955
|
2015-07-03 23:44:43 -04:00 |
|
Joas Schilling
|
f81a2bc7c5
|
Merge branch '3.1.x'
|
2015-07-03 17:17:00 +02:00 |
|
Joas Schilling
|
60b4d5132f
|
Merge pull request #3734 from RMcGirr83/ticket/13759
[ticket/13759] Initial commit broke timestamps when quoting a post.
|
2015-07-03 17:16:28 +02:00 |
|
RMcGirr83
|
18a08e1af1
|
[ticket/13579] This commit corrects the regression.
PHPBB3-13759
|
2015-07-02 20:43:14 -04:00 |
|
Mate Bartus
|
108b9833a1
|
[ticket/13961] Define behaviour when the array is modified in a loop
PHPBB3-13961
|
2015-07-02 16:10:55 +02:00 |
|
Tristan Darricau
|
b251d98314
|
[ticket/13891] Fix CS
PHPBB3-13891
|
2015-07-02 15:26:49 +02:00 |
|
Tristan Darricau
|
5970d0360c
|
[ticket/13891] Handle verbosity
PHPBB3-13891
|
2015-07-02 13:40:02 +02:00 |
|
JoshyPHP
|
dd131d7439
|
[ticket/13891] Added elapsed/estimated time and memory to the progress bar
Also fixed some extra whitespace.
PHPBB3-13891
|
2015-07-02 12:22:51 +02:00 |
|
Tristan Darricau
|
6b68544483
|
[ticket/13891] Use the SymfonyStyle in the reparse command
PHPBB3-13891
|
2015-07-01 15:49:32 +02:00 |
|
JoshyPHP
|
c7f10ec4d4
|
[ticket/13891] Updated range description
Does not count #0 as a potential record
PHPBB3-13891
|
2015-06-30 10:32:00 +02:00 |
|
JoshyPHP
|
6de5e5cc36
|
[ticket/13891] Added a progress bar
PHPBB3-13891
|
2015-06-30 10:32:00 +02:00 |
|
JoshyPHP
|
fadb192c57
|
[ticket/13891] Added command-line options
PHPBB3-13891
|
2015-06-30 10:32:00 +02:00 |
|
JoshyPHP
|
119f90e363
|
[ticket/13891] Replaced ContainerBuilder with service_collection
PHPBB3-13891
|
2015-06-30 10:31:58 +02:00 |
|
JoshyPHP
|
615ab099e2
|
[ticket/13891] Added reparser:list and reparser:reparse to CLI
PHPBB3-13891
|
2015-06-30 10:31:28 +02:00 |
|
Tristan Darricau
|
e4696318bd
|
Merge pull request #3689 from s9e/ticket/13880-fix-master
[ticket/13880] Merge branch 'fix-3.1' into fix-master
|
2015-06-29 11:33:20 +02:00 |
|
Tristan Darricau
|
2be39c5a8f
|
Merge pull request #3654 from s9e/ticket/13880
[ticket/13880] Automatically remove quotes that are nested too deep
|
2015-06-29 11:33:00 +02:00 |
|
Tristan Darricau
|
385a0bb790
|
Merge pull request #3730 from s9e/ticket/13970
[ticket/13970] Save the value of the optional [code] parameter
|
2015-06-29 11:31:29 +02:00 |
|
Joas Schilling
|
de14c3563b
|
Merge branch '3.1.x'
|
2015-06-27 14:57:30 +02:00 |
|
Joas Schilling
|
7b903919bf
|
Merge pull request #3620 from VSEphpbb/ticket/13818
[ticket/13818] Add Extension and Style CDB Links into ACP Management pages
|
2015-06-27 14:54:33 +02:00 |
|
Mate Bartus
|
c80cf87b90
|
[ticket/13961] Allow the collection to be modified runtime
PHPBB3-13961
|
2015-06-27 12:49:10 +02:00 |
|
JoshyPHP
|
353b3b4cfd
|
[ticket/13970] Save the value of the optional [code] parameter
PHPBB3-13970
|
2015-06-27 12:33:44 +02:00 |
|
Joas Schilling
|
8510faa767
|
Merge branch '3.1.x'
|
2015-06-27 11:14:50 +02:00 |
|
Joas Schilling
|
7b93df1522
|
Merge pull request #3714 from marc1706/ticket/13951
[ticket/13951] Make sure the page number is an integer
|
2015-06-27 11:14:23 +02:00 |
|
Joas Schilling
|
03b1b63520
|
Merge branch '3.1.x'
|
2015-06-27 11:06:30 +02:00 |
|
Joas Schilling
|
2237030398
|
Merge pull request #3725 from RMcGirr83/ticket/13962
[ticket/13962] MCP Queue dropdown for forum selection
|
2015-06-27 11:01:47 +02:00 |
|
Joas Schilling
|
5b7dab01f9
|
Merge branch '3.1.x'
|
2015-06-27 10:53:50 +02:00 |
|
JoshyPHP
|
d9db021af4
|
[ticket/13880] Merge branch 'ticket/13880' into ticket/13880-fix-master
PHPBB3-13880
|
2015-06-27 04:34:12 +02:00 |
|
JoshyPHP
|
ae2237f640
|
[ticket/13880] Replaced the quote regexp to allow brackets
This matches the regexp used in bbcode::bbcode_cache_init()
PHPBB3-13880
|
2015-06-27 04:25:54 +02:00 |
|