cpradio
1e7c69044c
FIX: Improve removing advanced filters
...
Prior:
Entering `test after:5` and then removing the 5 via the search text field would result in the UI not updating
After:
UI updates after half a second
Removing it from the UI, removes it from the search field immediately.
Change the regex to detect filter words. This now matches what happens in search.rb, which gives a lot more flexibility (such as iterating over multiple `in:` terms)
Return [] when searchTerm is empty
Move .trim() to this.set('searchTerm', searchTerm) so it doesn't run twice (which was very obvious when watching the search term field)
More refactoring to make this a bit less complex
Update code based on review comments
FEATURE: Add common `in:` options
2016-10-14 19:04:10 -04:00
Arpit Jalan
3002cc4cc7
Update Translations
2016-10-06 21:21:00 +05:30
Arpit Jalan
38c6c69b5a
Update Translations
2016-09-28 11:00:36 +02:00
Guo Xiang Tan
4895723f7b
FIX: Regression where api_key is not filtered properly.
2016-09-23 11:38:37 +08:00
Robin Ward
be1d74d207
Split out common functions into discourse-common
module
2016-09-22 09:52:19 -04:00
Arpit Jalan
c1c3237d58
Update Translations
2016-09-21 21:16:03 +05:30
Arpit Jalan
1a87960454
Update Translations
2016-09-13 21:21:19 +05:30
Arpit Jalan
d2e1fccc90
Update Translations
2016-09-02 20:12:45 +05:30
Guo Xiang Tan
70a1d8bce8
Merge pull request #4417 from tgxworld/api_username_is_useful
...
FIX: Don't sanitize API username so that we can potentially identify …
2016-08-29 16:07:48 +08:00
Neil Lalonde
4be3b9f36d
Update translations
2016-08-25 11:04:46 -04:00
Guo Xiang Tan
41a22b8c5a
FIX: Don't sanitize API username so that we can potentially identify the source.
2016-08-25 16:32:11 +08:00
Arpit Jalan
e06be6561d
Update Translations
2016-08-23 18:48:00 +05:30
frictionel
7f33687bd5
Update nginx_analyze.rb
2016-08-16 01:04:19 +02:00
Arpit Jalan
25a14fcba8
Update Translations
2016-08-10 23:08:10 +05:30
Guo Xiang Tan
8213da20f2
Extract polls edit window to a site settings.
2016-08-10 15:17:16 +08:00
Guillaume Klein
274a11f244
Add French translations to the details plugin
2016-08-09 08:12:37 +09:00
Neil Lalonde
f1bfc74e79
Update translations
2016-08-05 14:39:55 -04:00
Guo Xiang Tan
ad44a64c5b
UX: Fixes for poll option bars on dark theme.
2016-08-02 09:48:06 +08:00
Guo Xiang Tan
dc2cf996af
UX: Styles for poll options on dark theme.
2016-08-01 22:07:57 +08:00
Guo Xiang Tan
d970f4d3d8
Fix incorrect test.
2016-07-29 17:05:00 +08:00
Guo Xiang Tan
1171936850
FIX: Don't escape strings from polls.
2016-07-29 16:35:57 +08:00
Guo Xiang Tan
f9454088c3
FIX: Missing icons on polls preview.
2016-07-29 16:15:52 +08:00
Guo Xiang Tan
89d2340e37
UX: Add margins for poll links in preview.
2016-07-29 15:19:56 +08:00
Guo Xiang Tan
ffbfcd7ee2
Fix build.
2016-07-29 14:47:23 +08:00
Guo Xiang Tan
e336e56153
FIX: Incorrect sort for poll results.
2016-07-29 14:42:55 +08:00
Guo Xiang Tan
f9ef1e1997
Opps this broke polls.
2016-07-29 14:28:09 +08:00
Guo Xiang Tan
6538363c18
PERF: Reduce the number of queries when voting.
2016-07-29 14:02:48 +08:00
Guo Xiang Tan
32c962cfd8
UX: Remove button styles on polls.
2016-07-29 11:09:23 +08:00
Guo Xiang Tan
8e30ab31c2
Merge pull request #4351 from tgxworld/allow_non_number_poll_results_to_be_sorted
...
FEATURE: Allow poll results to be sorted.
2016-07-29 10:38:29 +08:00
Guo Xiang Tan
a7f2b2ded6
FEATURE: Allow poll results to be sorted.
2016-07-29 10:37:27 +08:00
Guo Xiang Tan
bb3f4a10f3
UX: Polls should take up full width of post's container.
2016-07-28 23:06:25 +08:00
Guo Xiang Tan
85a91c8b81
Remove unused property.
2016-07-28 21:28:49 +08:00
Neil Lalonde
6a8f57d602
Update translations
2016-07-27 17:55:28 -04:00
Neil Lalonde
a3f39866ab
Update translations using temporary workaround for Transifex bugs
2016-07-27 13:29:13 -04:00
Robin Ward
440558517f
Revert "Let's avoid Ruby 2.3 syntax for now"
...
According to @tgxworld we only support 2.3 now so let's put this back!
This reverts commit ede19943b3
.
2016-07-21 15:22:57 -04:00
Guo Xiang Tan
33a628b0b0
UX: Vote now button to show up as primary once options have been selected.
2016-07-21 06:05:06 +08:00
Robin Ward
16383a1749
FIX: Also support just open
2016-07-20 13:30:36 -04:00
Robin Ward
e341596536
FIX: Suppory open details
elements
2016-07-20 13:26:23 -04:00
Guo Xiang Tan
1b986f2266
Fix the build.
2016-07-20 14:11:10 +08:00
Guo Xiang Tan
f5c8d05f1e
Should be api_username
.
2016-07-20 09:30:08 +08:00
Robin Ward
81500e6f40
FIX: Move details tests into the plugin directory
2016-07-19 16:20:59 -04:00
Robin Ward
8141e1d9bc
FIX: details fixes with extra formatting
2016-07-19 15:14:55 -04:00
Robin Ward
f38347400c
FIX: currentUser
can be null
2016-07-19 12:48:52 -04:00
Robin Ward
ede19943b3
Let's avoid Ruby 2.3 syntax for now
2016-07-19 12:43:06 -04:00
Guo Xiang Tan
374592d599
Request url may be empty.
2016-07-19 17:29:03 +08:00
Guo Xiang Tan
9730d2e3a7
FIX: Load scheduled job from a file.
2016-07-19 17:18:40 +08:00
Guo Xiang Tan
9c24f09fd9
Urgh this shouldn't be here.
2016-07-19 16:32:26 +08:00
Guo Xiang Tan
662f6ef68a
Fix typo.
2016-07-19 16:12:21 +08:00
Guo Xiang Tan
85d7526219
FIX: Sanitize sensitive parameters in nginx log report.
2016-07-19 15:44:00 +08:00
Guo Xiang Tan
1ea1cefb35
Extract Nginx log analyzer into a plugin that ships with Discourse.
2016-07-19 15:44:00 +08:00