Guo Xiang Tan
|
33e22cf598
|
Add back `Admin::GroupsController#index` route for now.
* The endpoint is being used by discourse_api.
|
2017-08-03 00:24:23 +09:00 |
Neil Lalonde
|
be30d4510a
|
FIX: change email success message container was too narrow
|
2017-08-02 10:50:18 -04:00 |
Neil Lalonde
|
47fa536f46
|
FIX: plugin outlet in user preferences nav needs to be li tag
|
2017-08-02 10:05:11 -04:00 |
Guo Xiang Tan
|
1c80c233cf
|
FIX: Adding group owners returns 400 error.
|
2017-08-02 19:18:41 +09:00 |
Régis Hanol
|
e43799134c
|
fix the regexp used to valide user's website
|
2017-08-02 10:19:24 +02:00 |
Benjamin Elijah Griffin
|
d471ad08c6
|
Website RE validator without a 10 char limit on TLD.
|
2017-08-01 23:37:28 -07:00 |
Jeff Atwood
|
3538b63305
|
FIX: on desktop, anon topic reply btn too far over
|
2017-08-01 16:47:52 -07:00 |
Robin Ward
|
53e78edbef
|
Silence ESLint
|
2017-08-01 17:26:49 -04:00 |
Robin Ward
|
8dd7c0c984
|
UX: Convert buttons to `d-button`
|
2017-08-01 17:24:06 -04:00 |
Robin Ward
|
75d10a4098
|
UX: Add consistent classes to buttons
|
2017-08-01 17:24:06 -04:00 |
Robin Ward
|
513b7bf706
|
REFACTOR: DRY up New Topic button code
|
2017-08-01 15:04:07 -04:00 |
Guo Xiang Tan
|
bd0efb8525
|
Fix the build.
|
2017-08-01 17:57:26 +09:00 |
Guo Xiang Tan
|
1197750e7d
|
PERF: Allow plugins to preload custom fields for topics in `CategoryList`.
|
2017-08-01 17:27:28 +09:00 |
Matt Palmer
|
67882ec37d
|
Hunt-and-kill a few more mis-encoded params
https://meta.discourse.org/t/tags-does-not-work-with-cyrillic/67217/6?u=mpalmer
|
2017-08-01 18:03:44 +10:00 |
Matt Palmer
|
7ee861f457
|
FIX: Return a UTF-8 string in tag notifications
https://meta.discourse.org/t/tags-does-not-work-with-cyrillic/67217
|
2017-08-01 16:27:52 +10:00 |
Neil Lalonde
|
fa3c240e8b
|
Merge pull request #4981 from dmacjam/fix_limited_search_results
FIX: limited search results
|
2017-07-31 20:23:57 -04:00 |
Neil Lalonde
|
ec85b41078
|
UX: Move watched words to the Logs section of admin
|
2017-07-31 17:06:50 -04:00 |
Robin Ward
|
ce27783da4
|
UX: Add new plugin outlet before reply count
|
2017-07-31 16:50:25 -04:00 |
Neil Lalonde
|
7c1d7fb423
|
Merge branch 'master' into fix_limited_search_results
|
2017-07-31 15:55:31 -04:00 |
Erick Guan
|
f1eccd113c
|
Replace rmmseg gem for cppjieba_rb since better dictionary (#5006)
* Rename locale to ts config in search module to make it clear
* Replace rmmese-cpp for cppjieba_rb
|
2017-07-31 15:28:48 -04:00 |
Arpit Jalan
|
6c997b65d9
|
optimize enqueuing activation email code
|
2017-07-31 22:57:39 +05:30 |
Arpit Jalan
|
0b01d0e95d
|
FIX: staff cannot manually activate accounts after 48 hours has elapsed
https://meta.discourse.org/t/staff-cannot-manually-activate-invited-accounts-after-48-hours-has-elapsed/66292/14?u=techapj
|
2017-07-31 22:24:09 +05:30 |
Neil Lalonde
|
5d528f0d15
|
Merge pull request #4958 from dmacjam/search_posts_by_filetype
FEATURE: Search posts by filetype
|
2017-07-31 11:55:34 -04:00 |
Neil Lalonde
|
4a5907b116
|
Merge branch 'master' into search_posts_with_images
|
2017-07-31 10:44:41 -04:00 |
Robin Ward
|
31deebc8e6
|
FIX: Extra `<` character after icon refactor
|
2017-07-31 10:18:56 -04:00 |
Arpit Jalan
|
2e2b5e28aa
|
FIX: add slight delay when enqueuing activation email
|
2017-07-31 16:52:07 +05:30 |
Jakub Macina
|
f8edf2636c
|
Fix rspec tests for search pagination.
|
2017-07-31 12:16:23 +02:00 |
Guo Xiang Tan
|
83bb042311
|
FIX: `Group#visibility_level` isn't shown in admin group edit page.
|
2017-07-31 16:34:22 +09:00 |
jomaxro
|
65c4e81bb2
|
Add placeholder text to group member add field
|
2017-07-30 23:52:46 -04:00 |
Guo Xiang Tan
|
24e0e000b9
|
FIX: Always validate presence of user's primary_email.
|
2017-07-31 11:47:29 +09:00 |
Robin Ward
|
307311fdb1
|
Add class to admin wrench button
|
2017-07-28 16:38:10 -04:00 |
Robin Ward
|
15fa514791
|
Add classes to notification dropdown buttons
|
2017-07-28 16:35:14 -04:00 |
Robin Ward
|
67556e6381
|
REFACTOR: Category / Tag Dropdown headers had extra classes
|
2017-07-28 16:19:33 -04:00 |
Robin Ward
|
e4c2b5e430
|
REFACTOR: CSS improvements to improve targetting and remove !important
|
2017-07-28 15:52:57 -04:00 |
Sam
|
a13d146251
|
Correct post deletion spec so it is async
|
2017-07-28 10:50:18 -04:00 |
Sam
|
64d54bc549
|
FIX: when quoting add a newline
so **highlight** > quote
Does not end like:
[quote]
test
[quote]~
|
2017-07-28 10:49:49 -04:00 |
Sam
|
ae68795d82
|
FIX: deleting own post results in error
|
2017-07-28 10:14:11 -04:00 |
Guo Xiang Tan
|
4620dfe92d
|
FEATURE: Add group settngs to allow users to leave a group freely.
https://meta.discourse.org/t/split-join-leave-freely-setting-on-groups/65565
|
2017-07-28 15:00:25 +09:00 |
Guo Xiang Tan
|
5012d46cbd
|
Add rubocop to our build. (#5004)
|
2017-07-28 10:20:09 +09:00 |
Robin Ward
|
ff4e295c4f
|
FIX: Notifications dropdown had incorrect spacing
|
2017-07-27 19:22:19 -04:00 |
Sam
|
4f574e7c93
|
FEATURE: support inline bbcode blocks eg: [quote]test[/quote]
|
2017-07-27 17:55:17 -04:00 |
Robin Ward
|
c3b7419a08
|
UX: Remove `hidden` from the `#discourse-modal` when the modal is shown
|
2017-07-27 17:14:41 -04:00 |
Robin Ward
|
1b1fd64639
|
FIX: Badge icons disappeared
|
2017-07-27 16:57:26 -04:00 |
Robin Ward
|
41afd9c818
|
Bump Plugin API version for icon api
|
2017-07-27 15:13:03 -04:00 |
Robin Ward
|
6dfa3625df
|
REFACTOR: Replace `fa-*` in SCSS with `d-icon-*`
|
2017-07-27 15:09:30 -04:00 |
Robin Ward
|
5b590b9637
|
REFACTOR: Replace some `fa-*` uses with helpers
|
2017-07-27 14:55:41 -04:00 |
Robin Ward
|
d0c41a578e
|
Rename `{{fa-icon}}` to `{{d-icon}}` so it can be more generic
|
2017-07-27 14:55:41 -04:00 |
Neil Lalonde
|
68b3dd43ce
|
fix intermittent failing tests, some watched word refactoring
|
2017-07-27 12:27:01 -04:00 |
Robin Ward
|
5cfc2d8972
|
Run wizard specs in docker:test
|
2017-07-27 11:29:18 -04:00 |
Robin Ward
|
32c9ad6f7f
|
FIX: Wizard was broken
|
2017-07-27 10:48:31 -04:00 |