Máté Bartus
f4ffbd5506
Merge branch '3.2.x'
2017-10-05 20:46:10 +02:00
Máté Bartus
cfba5613b7
Merge pull request #4989 from Elsensee/ticket/15361
...
[ticket/15361] Fix paths and names of graphics
2017-10-05 20:45:57 +02:00
Oliver Schramm
69985f9b0c
[ticket/15361] Fix paths and names of graphics
...
PHPBB3-15361
2017-10-05 17:58:57 +02:00
Oliver Schramm
bba4b4fc30
Merge branch '3.2.x'
2017-10-05 15:40:28 +02:00
Oliver Schramm
9c91bc4976
Merge pull request #4967 from Leinad4Mind/3.2.x
...
[PHPBB3-14629] round() the log() explicitly to a proper integer
2017-10-05 15:40:24 +02:00
Oliver Schramm
8e62ea225e
Merge branch '3.2.x'
...
Conflicts:
phpBB/includes/ucp/ucp_notifications.php
2017-10-05 15:14:58 +02:00
Oliver Schramm
e1ae3236b2
Merge pull request #4981 from senky/ticket/15362
...
[ticket/15362] Fix colspan in notification options table
2017-10-05 15:13:41 +02:00
Oliver Schramm
5d3cac71d5
Merge branch '3.2.x'
2017-10-05 15:00:55 +02:00
Oliver Schramm
5c33c852ae
Merge pull request #4961 from hanakin/ticket/15361
...
[ticket/15361] Topic / Forum Icon rendering across all browsers
2017-10-05 15:00:50 +02:00
Oliver Schramm
92f25a6edc
Merge branch '3.2.x'
2017-10-05 14:55:00 +02:00
Oliver Schramm
16159f20f6
Merge branch '3.1.x' into 3.2.x
2017-10-05 14:54:52 +02:00
Oliver Schramm
5514b10699
Merge pull request #4960 from rxu/ticket/15367
...
[ticket/15367] Escape special characters in Sphinx search backend
2017-10-05 14:54:47 +02:00
Oliver Schramm
6c04a6715c
[ticket/15389] Match multiple events in dispatcher in php_exporter
...
I've also improved some regular expressions
PHPBB3-15389
2017-10-04 20:12:34 +02:00
Michael Miday
7d464aa0ea
[ticket/14336] add title
...
PHPBB3-14336
2017-10-04 10:07:43 -04:00
Oliver Schramm
f788b7384b
[ticket/15389] Allow arrays in event dispatcher
...
PHPBB3-15389
2017-10-04 04:52:41 +02:00
Sophist
bed0ee2e7b
[ticket/15388] List boxes internal corners rounded fix 2
...
Further Travis fixes.
PHPBB3-15388
2017-10-03 20:25:35 +01:00
Sophist
885cb1502c
[ticket/15388] List boxes internal corners rounded fix 1
...
Fix CSS formatting errors identified by Travis.
PHPBB3-15388
2017-10-03 20:25:29 +01:00
Sophist
d1859dbd9e
[ticket/15388] List boxes internal corners rounded
...
Improve the visual style commonality by making the internal corners of
the forum and topic list boxes rounded to match the rounded outer
corners.
PHPBB3-15388
2017-10-03 20:25:14 +01:00
Jakub Senko
7fcb07572b
[ticket/15111] Fix the typo in ucp_pm_view_messsage
...
PHPBB3-15111
2017-10-03 11:43:29 +02:00
Jakub Senko
2cdb27a0d1
[ticket/15362] Fix colspan in notification options table
...
PHPBB3-15362
2017-10-02 12:24:33 +02:00
Jakub Senko
99374731d1
[ticket/15381] Better explain CONTACT_US_ENABLE_EXPLAIN
...
PHPBB3-15381
2017-10-02 12:17:04 +02:00
ftc2
8f97887683
[ticket/15385] nginx.sample.conf: www redirection, security regex
...
according to the latest wiki info:
http://wiki.nginx.org/Pitfalls#Taxing_Rewrites
`return 301` is preferred over a rewrite.
also, the 'security' regex breaks some official extensions because it
will match and deny access to `/ext/phpbb`.
looking through the names of dirs and files containing `phpbb`, it
looks like the intent of the regex was to only disallow the folder
`phpbb` in the root dir and not other `/phpbb` matches.
a negative lookbehind was added to specifically not match `/ext/phpbb`
but still match other occurrences of `/phpbb`.
Tracker ticket: https://tracker.phpbb.com/browse/PHPBB3-15385
2017-10-01 22:57:21 -06:00
rxu
c5e8b759c1
[ticket/15384] Add linebreaks to SMTP/Jabber configuration option explanations
...
PHPBB3-15384
2017-10-02 10:55:25 +07:00
Oliver Schramm
886089d28e
[ticket/15245] Fix tests
...
PHPBB3-15245
2017-10-01 19:14:12 +02:00
Oliver Schramm
221e5a01b1
[ticket/15245] Fix comments, class names and code style
...
PHPBB3-15245
2017-09-28 23:55:28 +02:00
Marc Alexander
ff52857b1e
Merge branch '3.2.x'
2017-09-28 21:33:24 +02:00
Marc Alexander
fc3d3a83db
Merge pull request #4974 from Elsensee/ticket/15379
...
[ticket/15379] Fix assignments in reparser cron job
2017-09-28 21:33:19 +02:00
Oliver Schramm
3da67ce581
[ticket/15245] Configure TextFormatter before rendering feeds
...
PHPBB3-15245
2017-09-28 20:02:50 +02:00
Oliver Schramm
6de10bd75e
Merge branch '3.2.x'
2017-09-28 18:57:57 +02:00
Oliver Schramm
e71cb17b64
Merge pull request #4958 from kasimi/ticket/15365
...
[ticket/15365] Fix invalidating OPcache
2017-09-28 18:57:44 +02:00
Jakub Senko
402b7a0973
[ticket/15273] Better explain cookie path
...
PHPBB3-15273
2017-09-28 13:53:59 +02:00
Oliver Schramm
e41819e37a
[ticket/15379] Only initialize reparsers on first call in migration
...
PHPBB3-15379
2017-09-25 17:48:37 +02:00
Oliver Schramm
4069cdd518
[ticket/15379] Fix the assignments in reparser cron job
...
PHPBB3-15379
2017-09-25 17:46:00 +02:00
Michael Miday
ad67efecfa
[ticket/15071] Tweak order
...
PHPBB3-15071
2017-09-23 11:32:02 -04:00
hanakin
98479f235b
[ticket/15071] Fix cahnges
...
PHPBB3-15071
2017-09-23 11:24:32 -04:00
hanakin
f724017953
[ticket/15071] Consolidate all media queries
...
PHPBB3-15071
2017-09-23 11:17:57 -04:00
Oliver Schramm
4a7ead0239
[ticket/15245] Remove unnecessary arguments and fix whitespace
...
PHPBB3-15245
2017-09-22 15:51:10 +02:00
rxu
ae02cf785a
[ticket/15374] Add core event to modify page title in viewforum.php
...
PHPBB3-15374
2017-09-22 20:15:05 +07:00
Oliver Schramm
2592d59765
[ticket/15339] Use manual method when adding modules
...
This will fix cases where the module is deleted in later
versions and the migrator thus cannot retrieve the info.
PHPBB3-15339
2017-09-22 14:34:38 +02:00
Oliver Schramm
27ae01c27a
[ticket/15245] Fix images in feeds when accessing via app.php
...
PHPBB3-15245
2017-09-22 13:03:14 +02:00
Daniel Mota
f79b7f1896
[PHPBB3-14629] round() the log() explicitly to a proper integer
2017-09-21 17:24:16 +01:00
Oliver Schramm
aea84322e9
[ticket/14677] Use classes for colors in ext list
...
PHPBB3-14677
2017-09-20 14:20:06 +02:00
Marc Alexander
b70ba0e47c
Merge branch '3.2.x'
2017-09-19 19:22:22 +02:00
Marc Alexander
d095e620c1
Merge pull request #4963 from DavidIQ/ticket/15368
...
[ticket/15368] Correct function reference in MSSQL db tools
2017-09-19 19:22:16 +02:00
David Colón
3574832ddb
[ticket/15368] Correct function reference in MSSQL db tools
2017-09-17 18:04:14 -04:00
Rubén Calvo
e1e2c8ae3f
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2017-09-17 17:05:37 +02:00
Michael Miday
77401ff354
[ticket/15361] fix forum_link
...
PHPBB3-15361
2017-09-16 15:40:37 -04:00
Michael Miday
d0e2b29492
[ticket/15361] new graphics to fix chrome & safari
...
PHPBB3-15361
2017-09-16 15:28:53 -04:00
rxu
ca5678cc1c
[ticket/15367] Escape special characters in Sphinx search backend
...
PHPBB3-15367
2017-09-16 23:54:25 +07:00
Rubén Calvo
7b4c355190
[ticket/15366] Remove useless code
...
PHPBB3-15366
2017-09-16 12:30:36 +02:00