Kilian
ad34b87824
[ticket/12618] Change ssl:// to tls://
...
PHPBB3-12618
2016-01-10 19:33:45 +01:00
Kilian
30279347ac
[ticket/12618] Allow extension author to use SSL for version-check
...
For version-check a new parameter 'ssl' is introduced.
If set to true, it will use 443 as port for the file_downloader.
In file_downloader, the host parameter of fsockopen is appended
with 'ssl://' in case the port is 443 in order to use SSL.
PHPBB3-12618
2015-09-25 22:16:29 +02:00
Tristan Darricau
1affd34814
Merge pull request #3890 from marc1706/ticket/13423
...
[ticket/13423] Set busyTimeout on connect to prevent db locking
* marc1706/ticket/13423:
[ticket/13423] Set busyTimeout on connect to prevent db locking
2015-09-09 11:00:44 +02:00
Marc Alexander
90d5eefccf
Merge pull request #3881 from VSEphpbb/ticket/14142
...
[ticket/14142] Remove unused ignore_configs from avatar drivers
2015-09-08 13:34:58 +02:00
Marc Alexander
ea594d00f7
[ticket/13423] Set busyTimeout on connect to prevent db locking
...
PHPBB3-13423
2015-09-07 12:23:49 +02:00
Joas Schilling
f201c22ca7
Merge branch 'prep-release-3.1.6' into 3.1.x
...
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
2015-09-05 15:19:16 +02:00
Joas Schilling
5258fba2e0
[prep-release-3.1.6] Add migration for 3.1.6
2015-09-05 12:45:53 +02:00
Matt Friedman
076807c63a
[ticket/14142] Remove unused ignore_configs from avatar drivers
...
PHPBB3-14142
2015-09-04 13:38:14 -07:00
Tristan Darricau
5faa12db4c
Merge pull request #3855 from VSEphpbb/ticket/14123
...
[ticket/14123] Add descriptive help to the CLI help output
* VSEphpbb/ticket/14123:
[ticket/14123] Fix typo
[ticket/14123] Remove redundant help messages
[ticket/14123] Add descriptive help to the CLI help output
2015-09-02 12:44:52 +02:00
Tristan Darricau
2ee8b14f86
Merge pull request #3872 from Zoddo/ticket/11468
...
[ticket/11468] Allow controllers to set paramters of page_header()
* Zoddo/ticket/11468:
[ticket/11468] Allow controllers to set paramters of page_header()
2015-09-02 11:50:35 +02:00
Zoddo
cc060a2611
[ticket/11468] Allow controllers to set paramters of page_header()
...
PHPBB3-11468
2015-08-30 23:24:07 +02:00
Zoddo
af246483e2
[ticket/13950] Hide undefined categories
...
This hides the categories added by disabled extensions
PHPBB3-13950
2015-08-28 18:56:10 +02:00
Zoddo
11b2bffa8e
[ticket/13950] Hide undefined permissions
...
This hides the permissions of the disabled extensions
PHPBB3-13950
2015-08-28 18:43:59 +02:00
Tristan Darricau
bfbce5a1b0
Merge pull request #3764 from Zoddo/ticket/13988
...
[ticket/13988] Use absolute path for image attachments in feeds
* Zoddo/ticket/13988:
[ticket/13988] Update tests
[ticket/13988] Use absolute path for image attachments in feeds
2015-08-28 17:05:09 +02:00
Matt Friedman
6c36f56b12
[ticket/14123] Remove redundant help messages
...
PHPBB3-14123
2015-08-28 07:49:07 -07:00
Matt Friedman
13851f308f
[ticket/14123] Add descriptive help to the CLI help output
...
PHPBB3-14123
2015-08-23 15:14:08 -07:00
Joas Schilling
623a8f2d0f
[prep-release-3.1.6] Add migration for 3.1.6-RC1
2015-08-23 16:54:43 +02:00
Joas Schilling
a7272fec97
Merge pull request #3829 from Nicofuma/ticket/14099
...
[ticket/14099] Update Twig to 1.20.0
2015-08-23 16:30:26 +02:00
Marc Alexander
d8dd6bad6b
Merge pull request #3834 from brunoais/ticket/14104
...
[ticket/14104] Fix missing variables from previous commit
2015-08-22 10:37:48 +02:00
Marc Alexander
897b9f333b
[ticket/14037] Minor coding style improvements to event
...
PHPBB3-14037
2015-08-20 10:14:07 +02:00
javiexin
cf0170d5e3
[ticket/14037] Allows adapting memberlist profile fields headline
...
Adds an event to allow modifying the profile fields headline in line
with modifications to profile fields data.
PHPBB3-14037
2015-08-20 10:12:59 +02:00
Andreas Fischer
ef3de412b7
Merge pull request #3848 from VSEphpbb/ticket/14116
...
[ticket/14116] sql_affectedrows method has no arguments
* VSEphpbb/ticket/14116:
[ticket/14116] sql_affectedrows method has no arguments
2015-08-20 03:52:34 +02:00
Matt Friedman
50a7167c9a
[ticket/14116] sql_affectedrows method has no arguments
...
PHPBB3-14116
2015-08-19 16:12:01 -07:00
Tristan Darricau
5f905f67ee
[ticket/14099] Fix the assets
...
PHPBB3-14099
2015-08-18 21:03:03 +02:00
brunoais
81b4293cc5
[ticket/14104] Fix missing variables from previous commit
...
Fixing variables wrongly attributed in PHPBB3-13691
PHPBB3-14104
2015-08-15 22:04:51 +01:00
Tristan Darricau
a83bcaa8ac
[ticket/14099] Fix tests
...
PHPBB3-14099
2015-08-14 15:52:35 +02:00
Zoddo
9d4228291c
[ticket/13968] Add core.user_setup_after event
...
It allows to execute code at the end of user setup.
It can replace the phpbb_user_session_handler hook.
PHPBB3-13968
2015-08-12 22:26:06 +02:00
Andreas Fischer
3bd5fe6be8
Merge pull request #3811 from marcovo/ticket/14069
...
[ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
* marcovo/ticket/14069:
[ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
2015-08-10 13:20:03 +02:00
Marc Alexander
8d54f06d19
Merge pull request #3822 from brunoais/ticket/14083
...
[ticket/14083] Fix wrong variables from previous commit
2015-08-09 10:00:29 +02:00
brunoais
7a2f72df75
[ticket/14083] Fix wrong variables from previous commit
...
Fixing variables wrongly attributed in PHPBB3-13693
PHPBB3-14083
2015-08-08 22:45:38 +01:00
brunoais
84a40b6ad1
[ticket/14082] Fix wrong variables from previous commit
...
Fixing variables wrongly attributed in PHPBB3-13686
PHPBB3-14082
2015-08-08 22:23:17 +01:00
Marc Alexander
b7e4d0b0a5
Merge pull request #3738 from javiexin/ticket/13981
...
[ticket/13981] Add events to capture avatar deletion or overwriting
2015-08-08 22:21:11 +02:00
Marco Kubuntu
32f5dc3d8b
[ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
...
Changed the sql_fetchfield() call to comply to the function definition.
PHPBB3-14069
2015-08-05 19:07:02 +02:00
RMcGirr83
771090f13e
[ticket/13711] Notifications are sent to inactive users
...
PHPBB3-13711
2015-07-27 06:27:25 -04:00
javiexin
c3d77edd83
[ticket/13981] Add events to capture avatar deletion or overwriting
...
An event to capture new avatar moving in place (and maybe overwriting
existing avatar), and another to capture deletion. Includes better error
processing. Rename event.
PHPBB3-13981
2015-07-24 10:52:00 +02:00
javiexin
11256cd167
[ticket/13981] Add events to capture avatar deletion or overwriting
...
An event to capture overwriting, and another to capture deletion.
Includes better error processing. Replaced global by dependency injection.
Fix typo.
PHPBB3-13981
2015-07-17 23:03:19 +02:00
javiexin
4d3188ba57
[ticket/13981] Add events to capture avatar deletion or overwriting
...
An event to capture overwriting, and another to capture deletion.
Includes better error processing. Replaced global by dependency injection.
PHPBB3-13981
2015-07-17 19:40:33 +02:00
Marc Alexander
100fd39c5e
Merge pull request #3593 from satanasov/ticket/13817
...
[ticket/13817] Add core.update_session event
2015-07-17 13:35:15 +02:00
CarstenF
23f1b7d9c7
[ticket/13988] Use absolute path for image attachments in feeds
...
Previously, atom feeds use relative links for image attachments
PHPBB3-13988
2015-07-15 19:39:54 +02:00
Marc Alexander
3768f7f2b8
Merge pull request #3737 from javiexin/ticket/13980
...
[ticket/13980] Uploaded avatar not removed when new is uploaded
2015-07-15 13:44:19 +02:00
Stanislav Atanasov
0d7f8ba8af
[ticket/13817] Fix target version
...
PHPBB3-13817
2015-07-12 19:28:45 +03:00
javiexin
4b54df8d45
[ticket/13981] Add events to capture avatar deletion or overwriting
...
An event to capture overwriting, and another to capture deletion.
Includes better error processing.
PHPBB3-13981
2015-07-09 16:33:56 +02:00
javiexin
d0cdc5553a
[ticket/13980] Uploaded avatar not removed when new is uploaded
...
Remove the previously uploaded avatar when a new one with a different
extension is uploaded, using existing delete method
PHPBB3-13980
2015-07-09 15:31:28 +02:00
Matt Friedman
498a516017
[ticket/13995] Remove deprecated projection media type
...
PHPBB3-13995
2015-07-07 20:09:01 -07:00
javiexin
e0efd5ee57
[ticket/13981] Add events to capture avatar deletion or overwriting
...
PHPBB3-13981
2015-07-03 21:39:36 +02:00
javiexin
352e995674
[ticket/13980] Uploaded avatar not removed when new is uploaded
...
Remove the previously uploaded avatar when a new one with a different
extension is uploaded
PHPBB3-13980
2015-07-03 19:40:09 +02:00
Stanislav Atanasov
82bc9baa24
[ticket/13817] fix after for session_update
...
Fix wrong variables passed to create session event
PHPBB3-13817
2015-06-24 04:34:34 +03:00
Stanislav Atanasov
c0449d31d6
[ticket/13817] Add read-only notes to events
...
PHPBB3-13817
2015-06-20 23:46:38 +03:00
Stanislav Atanasov
de947d31f6
[ticket/13817] Fix missing var names
...
Var names in doc block
PHPBB3-13817
2015-06-20 23:46:38 +03:00
Stanislav Atanasov
7d24510d68
[ticket/13817] Add _after
...
As requested events are named *_after
core.session_start_after is moved after
USERS_TABLE update to prevent returning
session data from extensions
PHPBB3-13817
2015-06-20 23:46:37 +03:00