ce2c5213d7
[ticket/11997] Remove obsolete function get_controller_redirect_url()
...
PHPBB3-11997
2013-12-27 18:41:44 +01:00
d9358c26da
[ticket/11997] Add clean_url() method to path_helper
...
This method will get rid of unnecessary . and .. in URLs.
PHPBB3-11997
2013-12-21 20:08:00 +01:00
47ea6bc9e6
Merge branch 'develop' of https://github.com/phpbb/phpbb into ticket/11997
...
Conflicts:
tests/functional/fixtures/ext/foo/bar/config/services.yml
2013-12-07 13:32:19 +01:00
8bbede4251
[ticket/11997] Add method for controller redirect URLs to path helper
...
This method will allow us to get proper redirect URLs for controllers.
PHPBB3-11997
2013-12-07 13:23:57 +01:00
53be0a4432
[ticket/12058] Add missing apostrophe to avatar_types migration queries
...
PHPBB3-12058
2013-12-04 23:40:38 +01:00
1d243b78bb
Merge pull request #1813 from marc1706/ticket/11912
...
[ticket/11912] Add mimetype guesser for proper mimetype guessing
2013-12-04 14:12:25 -08:00
33f4d267ef
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11842
...
Conflicts:
phpBB/includes/acp/acp_groups.php
2013-11-27 14:55:24 +01:00
0d4bf3ff45
[ticket/11842] Use type map for updating avatar types in database
...
PHPBB3-11842
2013-11-25 13:12:08 +01:00
943ab555da
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11912
...
Conflicts:
phpBB/config/services.yml
2013-11-23 00:54:56 +01:00
e108418824
[ticket/11912] Check if content_guesser is supported with function_exists
...
PHPBB3-11912
2013-11-23 00:51:29 +01:00
df7fa8e499
Merge pull request #1854 from Pico88/ticket/12005
...
[ticket/12005] Remove code responsible for PM popup completely
2013-11-21 14:01:23 -08:00
20885ccb8c
Merge pull request #1882 from prototech/ticket/11959
...
[ticket/11959] Trim the list of users from post notifications.
2013-11-21 13:27:52 -08:00
e3a28e5e2a
[ticket/11959] Rename $extra_cnt to something more descriptive.
...
PHPBB3-11959
2013-11-21 13:18:28 -08:00
43f454a6c6
[ticket/11959] Use COMMA_SEPARATOR to join the user list.
...
PHPBB3-11959
2013-11-21 13:15:08 -08:00
bcf347420e
[ticket/11959] Trim the list of users from post notifications.
...
PHPBB3-11959
2013-11-21 13:02:26 -08:00
44b6f45759
[ticket/11484] Display login box for users following email notification link.
...
The link used for the latest post now uses view=unread so redirecting the user
using the value for the e parameter is no longer necessary.
PHPBB3-11484
2013-11-21 08:11:17 -08:00
6db967bdd5
[ticket/11842] Add migration file for updating avatar type in database
...
PHPBB3-11842
2013-11-20 17:12:00 +01:00
7678186b09
[prep-release-3.1.0-a2] Add migration for 3.1.0-a2
2013-11-19 01:18:21 +01:00
23e2f920f5
[ticket/12018] Use path_helper for admin style CSS in sql report
...
The path to the admin style CSS is currently created with $phpbb_admin_path.
We should however use the path_helper to correctly link to this file in order
to have a correct link on pages like extensions
PHPBB3-12018
2013-11-14 15:55:04 +01:00
df6e03266f
[ticket/11912] Remove obsolete "return null" in content_guesser
...
PHPBB3-11912
2013-11-14 15:12:42 +01:00
287c2550b8
[ticket/12008] Update the run time value for the prune notifications cron task
...
PHPBB3-12008
2013-11-14 01:05:58 -08:00
50896305fa
[ticket/12008] The read_notification_last_gc config setting should be dynamic.
...
PHPBB3-12008
2013-11-14 01:05:53 -08:00
52845b22f2
Merge pull request #1815 from marc1706/ticket/11525
...
[ticket/11525] Only remove group or user prefix from given avatar data
2013-11-13 09:52:21 -08:00
13a4ceedb1
[ticket/11525] Use foreach instead of array_walk in method clean_row()
...
This approach is cleaner and probably even faster the previous ways that
included using array_walk() or array_map() and other helper functions
and methods.
PHPBB3-11525
2013-11-13 18:27:40 +01:00
e48b2c07eb
Merge pull request #1871 from nickvergessen/ticket/12016
...
Ticket/12016 Event listeners should be services
2013-11-13 08:45:48 -08:00
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
0a7db81426
[ticket/11997] Fix redirects from inside controllers
...
The redirect url currently uses the web root path. However as we prepend the
full board url later, we need to remove the relative web root path and prepend
the normal root path again. Otherwise redirects from inside routes will not
work as intended.
PHPBB3-11997
2013-11-13 11:30:13 +01:00
e380eed78e
[ticket/11912] Remove obsolete variable $mimetype from content_guesser
...
PHPBB3-11912
2013-11-12 00:35:52 +01:00
592c8b7566
Merge pull request #1849 from bantu/ticket/11998
...
[ticket/11998] Introduction of the phpBB Console
2013-11-11 15:02:03 -08:00
9d4893b047
[ticket/11912] Remove IN_PHPBB checks from mimetype guesser files
...
PHPBB3-11912
2013-11-11 21:29:11 +01:00
81caa35955
[ticket/11912] Remove obsolete $file_info from plupload
...
PHPBB3-11912
2013-11-11 21:24:44 +01:00
bef6a5a640
[ticket/11912] Introduce guesser priority to mimetype guessers
...
The mimetype guesser priority can now be set through the service definition.
Mimetypes will be guessed from the guesser with the highest priority to
the one with the lowest priority. Standard priority types have been added
to the service definition file. Any integer value can be used though.
Standard mimetype guessers that do not have the methods get_priority
and set_priority implemented, like the standard MimeTypeGuessers of symfony,
will have the default priority with the value of 0. Lower priority guessers
have values lower than 0 while high priority ones can be added with values
higher than 0.
PHPBB3-11912
2013-11-11 21:18:23 +01:00
b1719db47d
[ticket/11912] Add extension_guesser for guessing mimetype by extension
...
The content_guesser now only guesses the mimetype with the function
mime_content_type() while the guessing by extension is done using the
extension_guesser.
PHPBB3-11912
2013-11-11 20:15:28 +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
aa84f7de04
[ticket/11525] Prefix id parameter with 'g' again when its a group avatar
...
PHPBB3-11525
2013-11-10 23:20:48 +01:00
47f2caff6b
[ticket/11525] Fix doc blocks
...
PHPBB3-11525
2013-11-10 22:20:15 +01: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
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
a353673e7c
[ticket/12005] Remove PM popup module from DB
...
PHPBB3-12005
2013-11-08 21:57:12 +01:00
65fbf87ce7
[ticket/12005] Remove PM popup
...
PHPBB3-12005
2013-11-08 21:57:08 +01: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
00294e3dae
[ticket/11998] Turn develop/extensions.php into console commands.
...
PHPBB3-11998
2013-11-05 21:40:42 +01:00
73ea5daf97
[ticket/11998] Add phpBB abstraction for application and command.
...
PHPBB3-11998
2013-11-05 19:42:34 +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
743a0560c3
[ticket/11998] Add console command for recalculating email hash.
...
PHPBB3-11998
2013-11-03 13:02:48 +01:00