rxu
20a3801cf2
[ticket/15124] Hide navbar icon titles in repsonsive view
...
PHPBB3-15124
2017-03-13 00:29:00 +07:00
Marc Alexander
877e15a6e6
[ticket/15122] Add cache driver for memcached
...
PHPBB3-15122
2017-03-12 15:52:41 +01:00
rxu
4826f7c1d3
[ticket/14806] Fix ACP test emails authentication failure
...
PHPBB3-14806
2017-03-11 17:06:26 +07:00
nomind60s
605af49562
[ticket/15086] Move RTL Font Awesome icon to icons.css
...
Per github discussion, move the RTL Font Awesome coding from bidi.css
to icons.css.
PHPBB3-15086
2017-03-10 22:11:47 -07:00
nomind60s
b56be33e5b
[ticket/15086] Refactoring and moving to icons.css
...
Per hanakin's github suggestions some refactoring and moved icons into
icons.css for conistency. The RTL icons remain in bidi.css to keep all
the RTL content in a consistant location.
A number of places where setting something to zero have been removed.
PHPBB3-15086
2017-03-10 11:42:50 -07:00
Marc Alexander
5d597787eb
Merge pull request #4729 from vinny/ticket/15118
...
[ticket/15118] Fix html error in jumpbox.html
2017-03-09 22:11:55 +01:00
Vinny
6071a5b8aa
[ticket/15118] Fix html error in jumpbox.html
...
PHPBB3-15118
2017-03-09 14:34:42 -03:00
javiexin
bd12504f6c
Merge branch '3.2.x' into ticket/15068
2017-03-09 16:12:25 +01:00
javiexin
96a90d3f81
[ticket/15068] Add template vars retrieval from the template object
...
Add possibility to retrieve full block of vars
PHPBB3-15068
2017-03-09 16:05:39 +01:00
Marc Alexander
f36eb932a4
[ticket/15083] Add stylelint exceptions for admin.css
...
PHPBB3-15083
2017-03-08 21:36:27 +01:00
Marc Alexander
3e9f12d12d
Merge pull request #4696 from marc1706/ticket/14979
...
[ticket/14979] Do not display underline for unread icon
2017-03-08 21:29:16 +01:00
Marc Alexander
1edb0bd173
Merge pull request #4700 from DavidIQ/ticket/15089
...
[ticket/15089] Reverse the order of cookie secure radio buttons
2017-03-08 21:27:11 +01:00
Marc Alexander
013c9ad9ef
Merge pull request #4702 from JimMH/patch-3
...
[ticket/15092] Correct database update instructions
2017-03-08 21:24:47 +01:00
Marc Alexander
f319b93dc3
Merge pull request #4713 from DavidIQ/ticket/15106
...
[ticket/15106] Remove space before comma in sub-forum list
2017-03-08 21:21:16 +01:00
Marc Alexander
e0d31d8897
Merge pull request #4714 from vinny/ticket/14732
...
[ticket/14732] Remove PHP Code syntax highlighting references
2017-03-08 21:07:47 +01:00
nomind60s
6bbb7581c2
[ticket/15086] Merge cite and uncited definitions
...
Per hanakin's suggested changes, merged the cite and uncited definitions.
Handle the uncited case in RTL languages.
PHPBB3-15086
2017-03-07 20:50:51 -07:00
Richard McGirr
d7c417de69
[ticket/15107] Add message_parser to event
...
https://tracker.phpbb.com/browse/PHPBB3-15107
PHPBB3-15107
2017-03-07 06:35:01 -05:00
javiexin
376e85c1d6
Merge branch '3.1.x' into ticket/15081
2017-03-05 15:07:26 +01:00
javiexin
18eaf10e5a
[ticket/15108] Remove duplicate code in request->context
...
PHPBB3-15108
2017-03-02 15:51:51 +01:00
RMcGirr83
63f7fb1ea6
[ticket/15107] Add message_parser to event
...
https://tracker.phpbb.com/browse/PHPBB3-15107
PHPBB3-15107
2017-03-02 09:29:39 -05:00
David Colón
59ac4a71b6
[ticket/14992] Check index name length in a more proper way
...
[ticket/14992] Add indexes to user_notifications table
2017-03-01 23:09:56 -05:00
David Colón
e5eb702514
[ticket/14992] Add indexes to user_notifications table
...
[ticket/14992] Change how index length is checked
[ticket/14992] Remove duplicates from user_notifications table
[ticket/14992] Add unique index to user_notifications table
[ticket/14992] Shorten unique index name
[ticket/14992] Shorten another index for user notifications
2017-03-01 23:09:27 -05:00
Vinny
51a55cee5d
[ticket/14732] Remove references from tests
...
PHPBB3-14732
2017-02-28 05:59:22 -03:00
Vinny
8227289ecc
[ticket/14732] Remove PHP Code syntax highlighting references
...
PHPBB3-14732
2017-02-28 05:26:20 -03:00
David Colón
25c54beee7
[ticket/15106] Remove space before comma in sub-forum list
2017-02-28 00:24:57 -05:00
nomind60s
4113fba04d
[ticket/15086] Handle the uncited case properly
...
The blockquote uncited CSS needs the Font Awesome icon added as well
PHPBB3-15086
2017-02-24 06:26:42 -07:00
nomind60s
92fefcfe6f
[ticket/15086] corrections from vinny's review
...
Changed instances of 0px; to 0; and add missing element
PHPBB3-15086
2017-02-23 22:33:43 -07:00
javiexin
34e867c590
[ticket/15102] Missing parameter calling version_check
...
PHPBB3-15102
2017-02-24 00:25:04 +01:00
Marc Alexander
7a1f4d5008
Merge branch '3.1.x' into 3.2.x
2017-02-23 22:21:20 +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
nomind60s
f78ba39a1c
[ticket/15086] Replace quote.gif with Font Awesome icon
...
Use the Font Awesome icon for a quote rather than the quote.gif
file.
I believe I've handled the RTL case as well.
PHPBB3-15086
2017-02-23 08:44:56 -07:00
Marc Alexander
cf439f2173
Merge pull request #4629 from hubaishan/ticket/14975
...
[ticket/14975] Correct RTL style css
2017-02-22 21:49:13 +01:00
Marc Alexander
01046c2209
[ticket/15083] Add stylelint definitions
...
PHPBB3-15083
2017-02-22 21:37:02 +01:00
Saeed Hubaishan
3331581ee5
[ticket/14975] Changes requested by hanakin
...
[ticket/14975] Changes requested by hanakin
[PHPBB3-14975]
2017-02-22 13:30:48 +03:00
Marc Alexander
dbf7f2b7ee
Merge branch '3.1.x' into 3.2.x
2017-02-22 11:09:02 +01:00
Marc Alexander
4c3ddea09f
Merge remote-tracking branch 'origin/ticket/14927' into 3.1.x
2017-02-22 11:08:22 +01:00
Marc Alexander
bc86210db8
[ticket/14927] Put vars on one line
...
PHPBB3-14927
2017-02-21 22:15:12 +01:00
Marc Alexander
a302fb47a8
Merge branch '3.1.x' into 3.2.x
2017-02-21 21:33:14 +01:00
Marc Alexander
191a776ce6
Merge pull request #4636 from javiexin/ticket/14995
...
[ticket/14995] Add ACP template events acp_ext_list_*_name_after
2017-02-21 21:32:03 +01:00
Marc Alexander
efe6bcf95a
Merge branch '3.1.x' into 3.2.x
2017-02-21 21:14:12 +01:00
Marc Alexander
896249f0e8
Merge pull request #4604 from rxu/ticket/13344
...
[ticket/13344] Add core event to acp/info/acp_logs.php
2017-02-21 21:10:35 +01:00
david63
bac6dbda5e
[ticket/14927] Corrected order in docblock of event & target version
...
PHPBB3-14927
2017-02-21 20:46:58 +01:00
david63
1b46435734
[ticket/14927] Add items to core.user_add_modify_data
...
PHPBB3-14927
2017-02-21 20:44:00 +01:00
javiexin
cdca848018
[ticket/14849] Add core.acp_extensions_run_action
...
Rename event to core.acp_extensions_run_action_before
PHPBB-14849
2017-02-19 22:01:02 +01:00
Marc Alexander
bdaa6e4909
Merge branch '3.1.x' into 3.2.x
2017-02-19 21:47:06 +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
nomind60s
f677376b8c
[ticket/15097] New 'Installed software' lead section
...
Created a new lead section showing the installed software (phpBB,
PHP and Database server) and their versions. Implementation is
inspired by MediaWiki's Special:Version page.
Removed those items from Board statistics section.
PHPBB3-15097
2017-02-19 11:49:07 -07:00
Marc Alexander
bdc31265cf
[ticket/14979] Use hanakin's CSS version
...
PHPBB3-14979
2017-02-19 16:46:29 +01:00
Marc Alexander
937a386688
Merge pull request #4691 from DavidIQ/ticket/15058
...
[ticket/15058] Force browser to redownload stylesheets
2017-02-19 10:03:51 +01:00
nomind60s
16dbc4195a
[ticket/15097] Resolve travis-ci error
...
Make sure indentation is using tabs not spaces per code guidelines
PHPBB3-15097
2017-02-17 16:25:30 -07:00