Joe
134300001c
FIX: user-fields layout in desktop create account form
2018-06-12 11:48:05 -04:00
Joffrey JAFFEUX
7c57cd6897
FIX: removes buggy/unnecessary local-dates margin
2018-06-12 11:48:05 -04:00
Joe
cb9753267a
FIX: user-fields layout in mobile create account form
2018-06-12 11:48:04 -04:00
Vinoth Kannan
17e7d3b526
FIX: avatar_url includes upload_path twice when local storage used
2018-06-12 11:48:04 -04:00
Guo Xiang Tan
b7865bac27
FIX: Permalink route matcher should always be last.
2018-06-12 11:48:04 -04:00
Guo Xiang Tan
a74d62d618
FIX: Disconnects all connections in the pool before forking.
...
* We were leaking connections as a result. Connections opened
before the fork were never closed.
2018-06-12 11:48:03 -04:00
Régis Hanol
db3f31a841
FIX: unable to add new poll to post with a public poll
2018-06-12 11:48:03 -04:00
Joffrey JAFFEUX
9334d36a23
FIX: sharing popup not showing on macos/chrome
...
Despite `navigator.share` being defined the call was failing with this error:
```
sharing DOMException: Internal error: could not connect to Web Share interface.
```
2018-06-12 11:48:03 -04:00
Robin Ward
e37af71f2e
FIX: Protection against dangling category group records
2018-06-12 11:48:02 -04:00
Robin Ward
abbb0ece4f
FIX: Keyboard shortcuts didn't work on subfolders
2018-06-12 11:48:02 -04:00
Joe
08aca35b37
FIX: alignment for instructions on change email and 2FA fields
2018-06-12 11:48:02 -04:00
Blake Erickson
afbbdfc05f
FIX: Allow a user to remove their title
...
Somewhere there was a regression and a user couldn't remove their own
title. If they selected '(none)' in the UI it would say it was saved,
but it would not actually be updated in the db.
2018-06-12 11:48:01 -04:00
Neil Lalonde
e90f80e788
Update translations
2018-06-08 10:45:46 -04:00
Neil Lalonde
894d287a7f
Version bump to v2.0.0
2018-05-31 18:24:41 -04:00
Kris
0aa8d75be1
safety so pre blocks can't break modal width
2018-05-31 18:23:32 -04:00
Kris
12ebcc325b
envelope missing on invite page, long pre lines making modals wide
2018-05-31 18:19:59 -04:00
Neil Lalonde
b675f5fa6b
Merge master
2018-05-31 18:19:36 -04:00
Neil Lalonde
dee9af2877
Update translations
2018-05-31 17:03:38 -04:00
OsamaSayegh
d4848f2d58
REFACTOR: topics controller specs to requests ( #5886 )
...
* REFACTOR: topics controller specs to requests
2018-05-31 22:45:32 +08:00
Guo Xiang Tan
7fc8a36529
DEV: Take 2 Queue jobs in tests by default.
...
On my machine this cuts the time taken to run our test suite
from ~11mins to ~9mins.
2018-05-31 16:23:23 +08:00
Guo Xiang Tan
56e9ff6853
Revert "DEV: Queue jobs in tests by default."
...
Too risky for now
This reverts commit be28154d3b
.
2018-05-31 15:34:46 +08:00
Guo Xiang Tan
2b783997fa
Refactor tests to complete assertions within a single it
block.
2018-05-31 15:05:47 +08:00
Sam
5086fdc76d
FIX: add protection for scss removal during upgrade
...
In some cases plugins would remove scss files or change them, but CSS
was still calculated based off stale data in old instance cache
2018-05-31 17:02:48 +10:00
Guo Xiang Tan
be28154d3b
DEV: Queue jobs in tests by default.
2018-05-31 14:45:47 +08:00
Guo Xiang Tan
95f9b72351
FIX: Update activation email route was returning a generic json error.
2018-05-31 14:19:43 +08:00
Sam
5a8d2b5e45
FIX: rake assets:precompile should be re-runnable
2018-05-31 16:18:01 +10:00
Kris
3e9f1d5cf6
Few small modal fixes
2018-05-30 23:24:43 -04:00
OsamaSayegh
4e21a031df
Remove trailing whitespace
2018-05-31 12:31:46 +10:00
OsamaSayegh
23e3a68592
REFACTOR: session controller specs to requests
2018-05-31 12:31:46 +10:00
Dax74
5bd38e3a29
Add Github Linkback plugin
2018-05-31 01:02:35 +02:00
Kris
57cef06192
incoming email modal width too narrow
2018-05-30 15:28:29 -04:00
Joffrey JAFFEUX
e32ccde72d
FIX: uses mixin instead of mobile file for local-dates modal
2018-05-30 19:14:31 +02:00
Joffrey JAFFEUX
0c3a0b59cd
unused code
2018-05-30 19:07:08 +02:00
Joffrey JAFFEUX
c3ec758107
UX: improves local-dates modal form UI
2018-05-30 19:05:41 +02:00
Joffrey JAFFEUX
8128cbd7db
UX: adds subtitle support for modals
2018-05-30 17:14:00 +02:00
Joffrey JAFFEUX
43b1768987
UX: ceil dahsboard values
2018-05-30 16:32:43 +02:00
Régis Hanol
6862194255
extract configuration variables from SMF1 importer
2018-05-30 15:53:57 +02:00
Régis Hanol
f10af7e449
FIX: don't generate an exception when trying to cleanup unexisting tmp letter avatars
2018-05-30 15:33:58 +02:00
Joe
733ffc4bbf
FIX: add classes to input groups and move tips
2018-05-30 21:02:06 +08:00
Joe
ec7f597274
FIX: update poll-builder to new modal design
2018-05-30 21:00:54 +08:00
Arpit Jalan
704cca3de2
FIX: add proper search context for personal messages
2018-05-30 14:47:46 +05:30
Sam Saffron
01da2a21bf
xenial is not stable on travis
2018-05-30 18:45:09 +10:00
Guo Xiang Tan
db4af262dc
DEV: Create smoke test screenshot directory in rake task.
2018-05-30 16:20:18 +08:00
Guo Xiang Tan
fe5a48997c
DEV: Store smoke tests failure image in a dedicated tmp folder.
2018-05-30 15:59:07 +08:00
Guo Xiang Tan
30279a4843
DEV: Allow smoke test failure screenshot path to be configured.
2018-05-30 15:42:46 +08:00
Guo Xiang Tan
f623740ffc
DEV: Stablize DiscourseRedis tests.
2018-05-30 14:45:19 +08:00
Joe
47a9b3427b
FIX: input tip causes modal to change width when present
2018-05-30 14:26:06 +08:00
Guo Xiang Tan
77c99b6434
Fix condition in travis.
2018-05-30 14:05:16 +08:00
Sam
f0eeb59f9f
update apt
2018-05-30 15:01:12 +10:00
Sam
a9eb6e7884
correct syntax
2018-05-30 14:45:33 +10:00