Marc Alexander
e240a6fb23
Merge pull request #5243 from rubencm/ticket/15689
...
[ticket/15689] Show statistics of storages on acp_storage
2018-07-15 10:59:07 +02:00
Rubén Calvo
38e657bec5
[ticket/15689] Use twig syntax
...
PHPBB3-15689
2018-07-14 11:25:09 +02:00
Rubén Calvo
f8423600b1
[ticket/15689] Handle storage stats outside template
...
PHPBB3-15689
2018-07-12 21:57:26 +02:00
Rubén Calvo
50af5409a6
[ticket/15689] Remove format_bytes filter from twig
...
PHPBB3-15689
2018-07-12 21:57:26 +02:00
Rubén Calvo
0fed1054db
[ticket/15689] Show unknown if can't retrieve free space
...
PHPBB3-15689
2018-07-12 21:57:26 +02:00
Rubén Calvo
584d03a9fe
[ticket/15689] Show statistics of storages on acp_storage
...
PHPBB3-15689
2018-07-12 21:57:26 +02:00
Marc Alexander
5087d5d6b6
Merge pull request #4933 from rubencm/ticket/15342
...
[ticket/15342] Track storage files
2018-07-12 21:49:04 +02:00
Rubén Calvo
e40daea4bd
[ticket/15342] Update comments
...
PHPBB3-15342
2018-07-12 15:56:17 +02:00
Rubén Calvo
af7e3662b8
[ticket/15342] Catch exception in check_disk_space
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
e5d8b1600b
[ticket/15342] free_space return float and throws exception
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
117d9e69ce
[ticket/15342] Fix comments
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
0e0e157e87
[ticket/15342] If the file haven't been moved, remove it from the filesystem
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
78c8674643
[ticket/15342] Fix check_disk_space
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
7d7217c381
[ticket/15342] Move call to remove file
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
c039fcba18
[ticket/15342] free_space() now return false if there is any error
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
6d2aae5853
[ticket/15342] Fix docblock
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
0cc77d2c99
[ticket/15342] Check if is resource before close it
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
bdf3a0c913
[ticket/15342] Escape strings in sql querys
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
522ff2f792
[ticket/15342] Fix sql condition
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
3ed63388b4
[ticket/15342] Use track_rename when renaming files
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
db9daf1dea
[ticket/15342] Fix docblock
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
238247b5fc
[ticket/15342] Remove unused variables
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
a3d949c3d0
[ticket/15342] Fix migration
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
f9c1901317
[ticket/15342] Fix test
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
22b2e95531
[ticket/15342] Add again check of free space when uploading attachments
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
4cff370f8d
[ticket/15342] Add method to get free space
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
bb0d705ebf
[ticket/15342] Fix files not being tracked
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
944432d382
[ticket/15342] Remove comment since they are a little diferent things
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
1d686fecb5
[ticket/15342] Fix parameter that could be null
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
9184d34a51
[ticket/15342] Use cache to get the number of files and the size of any storage
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
80e5fe255b
[ticket/15342] Add method to storage to get number of tracked files
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
83d559afc5
[ticket/15342] Track attachments thumbnails
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
b823ae85cf
[ticket/15342] Track current uploaded files
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
cc7178a6e0
[ticket/15342] Small improvements to storage
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
28c0db86cf
[ticket/15342] Add dependencies to migration
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
b91ce7610b
[ticket/15342] Fix tests
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
171b56b0ac
[ticket/15342] Add missing services dependencies
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
91026b56b9
[ticket/15342] Track current uploaded files
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
e9dd717b8b
[ticket/15342] Track stream write and move tracking to separate methods
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
5a1b4f559d
[ticket/15342] Add avatar storage size to acp_main
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Rubén Calvo
a02fa1170b
[ticket/15342] Track storage files
...
PHPBB3-15342
2018-07-11 09:27:08 +02:00
Marc Alexander
cd84919f1a
Merge pull request #5284 from marc1706/ticket/12627
...
[ticket/12627] Add missing function definition for set_debug_sql_explain
2018-07-10 10:24:15 +02:00
Marc Alexander
3bdc1d4e16
[ticket/12627] Fix stylelint issues in CSS files after merging 3.2.x
...
PHPBB3-12627
2018-07-09 20:12:24 +02:00
Marc Alexander
d7fcf40b6b
[ticket/12627] Add missing set_debug_load_time definition
...
PHPBB3-12627
2018-07-09 10:13:45 +02:00
Marc Alexander
0e89c85178
[ticket/12627] Add missing function definition for set_debug_sql_explain
...
PHPBB3-12627
2018-07-09 09:55:14 +02:00
Tristan Darricau
72ce0ec309
Merge pull request #5271 from rubencm/ticket/15286-2
...
[ticket/15286] Download remote attachments properly
* github.com:/phpbb/phpbb:
[ticket/15286] Download remote attachments properly
2018-07-08 18:58:08 +02:00
Tristan Darricau
ccd2bc9bb9
Merge branch '3.2.x'
...
* 3.2.x:
2018-07-08 18:50:30 +02:00
Tristan Darricau
911c46cc61
Merge branch 'prep-release-3.2.3' into 3.2.x
...
* prep-release-3.2.3:
2018-07-08 18:50:28 +02:00
Tristan Darricau
c4cef8c427
Merge pull request #5238 from avijc/ticket/15680
...
[ticket/15680] Point to 3.2 documentation
* github.com:/phpbb/phpbb:
[ticket/15680] Point to 3.2 documentation
2018-07-08 18:50:28 +02:00
Tristan Darricau
4a2d417981
Merge pull request #5234 from hanakin/ticket/15679
...
[ticket/15679] notifications ucp front-page looks poor due to cp styling inheritance
* github.com:/phpbb/phpbb:
[ticket/15679] Overide css inheritance in cp.css
[ticket/15679] assign proper classes to html
2018-07-08 18:48:58 +02:00