Marc Alexander
a6939fcb8e
Merge pull request #4784 from rubencm/ticket/15150
...
[ticket/15150] Add Jabber SSL context configuration options
2017-06-05 11:00:38 +02:00
Marc Alexander
18b29ca074
[ticket/15226] Add index for latest topics to topics table
...
PHPBB3-15226
2017-05-11 18:30:51 +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
2d33b6adc6
Merge pull request #4718 from javiexin/ticket/15108
...
[ticket/15108] Remove duplicate code in request->overwrite
* github.com:phpbb/phpbb:
[ticket/15108] Remove duplicate code in request->context
2017-04-18 23:10:13 +02:00
Marc Alexander
8303058ac6
Merge pull request #4689 from javiexin/ticket/15080
...
[ticket/15080] Save unneeded file loads for extension metadata
2017-04-17 10:19:19 +02:00
Marc Alexander
1cbc6dedab
Merge pull request #4592 from javiexin/ticket/14938
...
[ticket/14938] Inconsistency in ext_mgr all_available vs is_available
2017-04-16 15:07:24 +02:00
Marc Alexander
f9a596c544
Merge pull request #4761 from VSEphpbb/ticket/15142
...
[ticket/15142] Check extension updates on current branch
2017-04-11 21:26:52 +02:00
Matt Friedman
450402ea42
[ticket/15142] Remove duplicate code
...
PHPBB3-15142
2017-04-03 11:34:40 -07:00
Rubén Calvo
32f3ddca70
[ticket/15150] Add Jabber SSL context configuration options
...
PHPBB3-15150
2017-03-30 10:04:50 +02:00
javiexin
71a3f12d2a
[ticket/15146] Date profile field validation incorrect
...
Fix by changing select input field options to match validation range
PHPBB3-15146
2017-03-24 23:55:27 +01:00
Matt Friedman
afddb81acf
[ticket/15142] Handle versions for unmatched branches
...
PHPBB3-15142
2017-03-24 11:47:03 -07:00
Matt Friedman
91ab27ecc9
[ticket/15142] Check extension updates on current branch
...
PHPBB3-15142
2017-03-24 09:37:14 -07:00
Matt Friedman
45c3cb52e4
[ticket/15143] Fix display of version update in ACP
...
PHPBB3-15143
2017-03-22 12:14:05 -07:00
Tristan Darricau
c8670d5324
Merge pull request #4737 from marc1706/ticket/15122
...
[ticket/15122] Add cache driver for memcached
* marc1706/ticket/15122:
[ticket/15122] Add cache driver for memcached
2017-03-19 18:14:52 +01:00
Tristan Darricau
0b2369901a
Merge pull request #4745 from rxu/ticket/13558
...
[ticket/13558] Add smtp SSL context configuration options
* rxu/ticket/13558:
[ticket/13558] Change options prefix and add settings precautions.
[ticket/13558] Make SSL context specific options more SMTP general
[ticket/13558] Add smtp SSL context configuration options
2017-03-19 18:04:53 +01:00
Marc Alexander
59396771e6
Merge pull request #4703 from javiexin/ticket/15011
...
[ticket/15011] All errors on metadata throw exceptions
2017-03-19 15:49:33 +01:00
rxu
22b8632426
[ticket/13558] Change options prefix and add settings precautions.
...
PHPBB3-13558
2017-03-19 14:32:53 +07:00
rxu
ac87784a11
[ticket/13558] Add smtp SSL context configuration options
...
PHPBB3-13558
2017-03-17 01:21:57 +07:00
Marc Alexander
877e15a6e6
[ticket/15122] Add cache driver for memcached
...
PHPBB3-15122
2017-03-12 15:52:41 +01:00
javiexin
18eaf10e5a
[ticket/15108] Remove duplicate code in request->context
...
PHPBB3-15108
2017-03-02 15:51:51 +01:00
Marc Alexander
9267235f30
Merge pull request #4605 from javiexin/ticket/14943
...
[ticket/14943] Fix template loop access by index
2017-02-23 22:21:16 +01:00
Marc Alexander
481a592b8d
Merge pull request #4598 from javiexin/ticket/14944
...
[ticket/14944] Add search for template loop indexes by key
2017-02-19 21:47:00 +01:00
javiexin
7f69580df3
Merge branch '3.1.x' into ticket/15011
2017-02-15 23:56:52 +01:00
javiexin
7646280d51
[ticket/15011] All errors on metadata throw exceptions
...
There is inconsistency in the way error are treated in metadata_manager.
Some method return false on error, others throw exception. With this,
the usage is homogeneus, and the uses of these are also adapted.
Using same ticket as it is the same issue, solved in a different way.
PHPBB3-15011
2017-02-15 23:51:08 +01:00
Marc Alexander
45199adebd
Merge pull request #4523 from senky/ticket/13429
...
[ticket/13429] Replace @change with @changed in event docblocks
2017-02-11 15:19:47 +01:00
javiexin
7313eb54b4
[ticket/14938] Inconsistency in ext_mgr all_available vs is_available
...
Made is_available much more strict, in line with the checks in all_available
Refactor all_available to use is_available, saving duplicate code.
Further simplify is_available by using metadata_manager.
Make optional the template object on metadata_manager creation.
PHPBB3-14938
2017-02-10 00:35:23 +01:00
javiexin
abd6bd8154
[ticket/14938] Inconsistency in ext_mgr all_available vs is_available
...
Made is_available much more strict, in line with the checks in all_available
Refactor all_available to use is_available, saving duplicate code.
Further simplify is_available by using metadata_manager.
PHPBB3-14938
2017-02-09 23:10:29 +01:00
javiexin
e0e59bc6c0
[ticket/15080] Save unneeded file loads for extension metadata
...
PHPBB3-15080
2017-02-09 22:03:53 +01:00
Tristan Darricau
1470985ff2
Merge pull request #4660 from marc1706/ticket/13250
...
[ticket/13250] Replace slashes in cache file names
* marc1706/ticket/13250:
[ticket/13250] Use faster str_replace() instead of preg_replace()
[ticket/13250] Replace slashes in cache file names
2017-02-05 18:11:16 +01:00
Tristan Darricau
c3896c8b5d
Merge pull request #4673 from senky/ticket/13601
...
[ticket/13601] Add core.acl_clear_prefetch_after event
* senky/ticket/13601:
[ticket/13601] Add core.acl_clear_prefetch_after event
2017-02-05 18:05:53 +01:00
javiexin
849fd9df7d
[ticket/14944] Add possibility to search for template loop indexes by key
...
Adds a new function to the template interface, and implements it in the
context class. The function returns the ordinal index for a specified key,
with the same structure that the key for alter_block_array.
Reuses same code. Remove unneeded references, do nothing for int keys.
Check out of bounds or wrong blockname errors. Added tests.
Remove default parameter value.
PHPBB3-14944
2017-01-28 21:34:08 +01:00
Jakub Senko
d1df78604b
[ticket/13601] Add core.acl_clear_prefetch_after event
...
PHPBB3-13601
2017-01-23 15:00:59 +01:00
Jakub Senko
779758f219
[ticket/13429] Replace @change with @changed
...
PHPBB3-13429
2017-01-23 13:33:15 +01:00
Marc Alexander
fbff3b77bd
[ticket/13250] Use faster str_replace() instead of preg_replace()
...
PHPBB3-13250
2017-01-22 17:22:28 +01:00
Marc Alexander
20a4d095de
[ticket/14968] Update docblock and ensure method returns array
...
PHPBB3-14968
2017-01-22 16:58:37 +01:00
Marc Alexander
0572d6e33a
[ticket/14968] Add method for retrieving updates on current branch
...
PHPBB3-14968
2017-01-22 16:09:51 +01:00
Marc Alexander
6c09910c10
[ticket/13250] Replace slashes in cache file names
...
PHPBB3-13250
2017-01-21 11:21:38 +01:00
Marc Alexander
a0bd23b747
[ticket/15011] Output meaningful errors when validating all metadata
...
PHPBB3-15011
2017-01-15 17:56:12 +01:00
Tristan Darricau
c3b7332ea8
Merge pull request #4646 from javiexin/ticket/15011
...
[ticket/15011] Error not checked on metadata load failure
* javiexin/ticket/15011:
[ticket/15011] Error not checked on metadata load failure
2017-01-15 11:58:00 +01:00
javiexin
b9189ec325
[ticket/15011] Error not checked on metadata load failure
...
PHPBB3-15011
2017-01-14 18:08:23 +01:00
javiexin
d2ad751851
[ticket/14943] Fix template loop access by index
...
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning. Name incorrectly set on insert.
If block was empty, the insertion process should create it.
Checking for out of bounds indexes.
PHPBB3-14943
2017-01-12 21:25:39 +01:00
javiexin
20c03cccdd
[ticket/14944] Add possibility to search for template loop indexes by key
...
Adds a new function to the template interface, and implements it in the
context class. The function returns the ordinal index for a specified key,
with the same structure that the key for alter_block_array.
Reuses same code. Remove unneeded references, do nothing for int keys.
Check out of bounds or wrong blockname errors. Added tests.
PHPBB3-14944
2017-01-08 00:00:47 +01:00
Marc Alexander
9d7acd1897
Merge pull request #4613 from rxu/ticket/14958
...
[ticket/14958] Optimize Twig extension lang() function
2017-01-06 15:29:35 +01:00
Marc Alexander
2f6993fa81
Merge pull request #4595 from DavidIQ/ticket/14941
...
[ticket/14941] Apply changes individually for MySQL fulltext search
2017-01-04 20:31:41 +01:00
rxu
49c19a267f
[ticket/14958] Optimize Twig extension lang() function
...
PHPBB3-14958
2017-01-05 00:42:27 +07:00
Marc Alexander
3d93fd40ed
Merge pull request #4611 from marc1706/ticket/14838
...
[icket/14838] Do not query full attachments table in feeds
2017-01-04 17:44:07 +01:00
Marc Alexander
dd89a369f3
[ticket/14838] Remove obsolete overriding method
...
PHPBB3-14838
2017-01-04 17:16:36 +01:00
Marc Alexander
7cad25e4cb
[ticket/14838] Do not query full attachments table in feeds
...
The fetch_attachments() will also now throw a runtime exception if a feed
tries to do this nonetheless.
PHPBB3-14838
2017-01-03 22:56:42 +01:00
Marc Alexander
ff411ee81b
[ticket/14957] Do not use method return in write context
...
Fix for PHP 5.3.x compatibility.
PHPBB3-14957
2017-01-03 21:53:14 +01:00
Marc Alexander
14fd750b08
[ticket/14957] Do not cache database config entries
...
PHPBB3-14957
2017-01-03 21:29:30 +01:00