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
Jim Mossing Holsteyn
c5e699abe6
Remove all instances of install/database_update.php
2017-02-14 15:03:56 +01:00
Marc Alexander
a52d5edd18
[ticket/14979] Add text-decoration settings for lastpost links as well
...
PHPBB3-14979
2017-02-13 21:09:28 +01:00
David Colón
e1910b9a0f
[ticket/15089] Reverse the order of cookie secure radio buttons
2017-02-12 22:26:40 -05:00
javiexin
7000db3049
[ticket/15087] Optimize creation of metadata objects by caching
...
Fix constructor in test cases.
PHPBB3-15087
2017-02-12 19:25:42 +01:00
javiexin
2e3d90e05b
[ticket/15087] Optimize creation of metadata objects by caching
...
Caching is done in ext_manager, and metadata_manager is further simplified
by reducing the number of parameters needed. Also, move template output
function from metadata_manager to acp_extensions, where it belongs.
PHPBB3-15087
2017-02-12 18:33:06 +01:00
javiexin
d3a687df27
[ticket/15087] Optimize creation of metadata objects by caching
...
Code for [ticket/15080] Save unneeded file loads for extension
metadata for phpbb 3.2.
PHPBB3-15087
2017-02-12 14:39:26 +01:00
javiexin
5266821e1b
[ticket/15087] Optimize creation of metadata objects by caching
...
Code for [ticket/14938] Inconsistency in ext_mgr all_available vs
is_available for phpbb 3.2.
PHPBB3-15087
2017-02-12 14:10:58 +01:00
javiexin
17f8c53ef3
[ticket/15087] Optimize creation of metadata objects by caching
...
Code for [ticket/14919] Do not directly use globals in acp_extensions
for phpbb 3.2.
PHPBB3-15087
2017-02-12 13:46:37 +01:00
Marc Alexander
9b4d455726
Merge branch '3.1.x' into 3.2.x
2017-02-11 22:04:01 +01:00
Marc Alexander
b567c6e241
Merge pull request #4589 from senky/ticket/14929
...
[ticket/14929] Add error to core.posting_modify_message_text
2017-02-11 22:03:57 +01:00
Marc Alexander
f27cdad73e
Merge branch '3.1.x' into 3.2.x
2017-02-11 21:48:20 +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
Marc Alexander
af028f8d72
[ticket/14979] Do not display underline for unread icon
...
PHPBB3-14979
2017-02-11 11:34:03 +01:00
Marc Alexander
b4821907b7
[ticket/15083] Fix invalid emoji sizing in ACP & print view
...
PHPBB3-15083
2017-02-11 11:19:46 +01:00
Marc Alexander
b0abf6df88
[ticket/15079] Parse message before inserting it into drafts table
...
PHPBB3-15079
2017-02-10 23:29:11 +01:00
David Colón
46a0cde544
[ticket/15058] Force browser to redownload stylesheets
2017-02-10 15:17:06 -05:00
javiexin
7b2ffaf78c
[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.
Fix extension_manager_mock to have config and user components.
PHPBB3-14938
2017-02-10 02:09:18 +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
Jakub Senko
0ea839e595
[ticket/13730] Add core.delete_post_after event
...
PHPBB3-13730
2017-02-08 13:18:23 +01:00
Tristan Darricau
59ad9401d9
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/13250] Use faster str_replace() instead of preg_replace()
[ticket/13250] Replace slashes in cache file names
2017-02-05 18:11:22 +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
4eb72a4e7b
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/13601] Add core.acl_clear_prefetch_after event
2017-02-05 18:05:59 +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
Tristan Darricau
c45323863b
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/15059] Preserve code line breaks and scroll overflow
2017-02-05 17:51:53 +01:00
Tristan Darricau
c006479274
Merge pull request #4681 from VSEphpbb/ticket/15059
...
[ticket/15059] Preserve code line breaks and scroll overflow
* VSEphpbb/ticket/15059:
[ticket/15059] Preserve code line breaks and scroll overflow
2017-02-05 17:50:35 +01:00
Tristan Darricau
316de4b891
Merge pull request #4682 from vinny/ticket/15062
...
[ticket/15062] Update to Rhea version the CSS files
* vinny/ticket/15062:
[ticket/15062] Update to Rhea version the CSS files
2017-02-05 17:37:53 +01:00
Vinny
80ecad5cf9
[ticket/15062] Update to Rhea version the CSS files
...
PHPBB3-15062
2017-02-01 02:34:01 -03:00
Matt Friedman
35b7e95098
[ticket/15059] Preserve code line breaks and scroll overflow
...
PHPBB3-15059
2017-01-30 08:48:42 -08:00
Saeed Hubaishan
f47d244151
[ticket/14975] add missing .rtl
...
[ticket/14975] add missing .rtl and resolve conflict
[PHPBB3-14975]
2017-01-30 07:39:25 +03:00
Máté Bartus
16e79d00d1
Merge pull request #4675 from marc1706/ticket/15044
...
[ticket/15044] Create search index during installation
2017-01-29 14:42:41 +01:00
Máté Bartus
cd4ceb2487
Merge pull request #4677 from marc1706/ticket/15050
...
[ticket/15050] Use new file when new file already exists
2017-01-29 14:40:02 +01:00
Máté Bartus
3bfeca4601
Merge branch '3.1.x' into 3.2.x
2017-01-29 14:30:56 +01:00
Máté Bartus
5cf1fc62db
Merge pull request #4679 from marc1706/ticket/14998
...
[ticket/14998] Point only to install dir from acp_update
2017-01-29 14:29:44 +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
Marc Alexander
b859559c8f
Merge pull request #4678 from DavidIQ/ticket/15047
...
[ticket/15047] Various db tools fixes for MSSQL
2017-01-28 11:09:26 +01:00
Marc Alexander
d81df55963
[ticket/14998] Point only to install dir from acp_update
...
PHPBB3-14998
2017-01-28 09:16:49 +01:00
Marc Alexander
2b67536cd0
Merge pull request #4661 from hanakin/ticket/15037
...
[ticket/15037] Make imagesets retina
2017-01-27 18:44:38 +01:00
Marc Alexander
b5ed02d03c
[ticket/15050] Remove extra whitespace
...
PHPBB3-15050
2017-01-27 08:40:35 +01:00
David Colón
2416a743f5
[ticket/15047] Reinstate length check for MSSQL 2000
2017-01-26 18:44:18 -05:00
David Colón
fae78b4c01
[ticket/15047] Do not set default for identity cols
2017-01-26 08:43:39 -05:00
David Colón
c53054f2b7
[ticket/15047] Use brackets due to keyword usage
2017-01-26 08:43:39 -05:00
David Colón
b52ee87df8
[ticket/15047] Don't attempt to drop primary keys
2017-01-26 08:43:39 -05:00
David Colón
66b0fe3b5d
[ticket/15047] No index name length check for mssql
2017-01-26 08:43:06 -05:00
Marc Alexander
f66594bf93
[ticket/15050] Use new file when new file already exists
...
Instead of trying to diff the new file against a pre-existing file,
we're just going to use the new file. It's impossible to know whether
the pre-existing file is newer or older than the new file. As the
system will rely on the files being in the "new" state it's better
to simply use the file in "new" state.
PHPBB3-15050
2017-01-25 22:18:29 +01:00
Marc Alexander
903d6be3bb
Merge remote-tracking branch 'origin/ticket/15045' into 3.2.x
2017-01-25 10:06:00 +01:00
hanakin
f069e521db
[ticket/15037] Optimize what can be
...
PHPBB3-15037
2017-01-24 17:15:41 -05:00
Marc Alexander
e8f41a0dcc
[ticket/15045] Fix user object instantiation in version_test
...
PHPBB3-15045
2017-01-24 22:50:10 +01:00