Robin Ward
|
fe18bdbcfb
|
FIX: Progress bar wasn't showing percentage after 2nd post was made
|
2015-05-28 14:58:14 -04:00 |
|
Robin Ward
|
f87fc98411
|
FIX: User stream was cached and not reloading
|
2015-05-28 13:51:04 -04:00 |
|
Robin Ward
|
e52ed66069
|
FIX: Show the "Needs Approval" menu item if items need approval
Previously it would not show up if the feature was disabled. However if
posts needed approval the icon would show up and it would be confusing.
|
2015-05-28 11:53:59 -04:00 |
|
Robin Ward
|
d9e2a685b2
|
FIX: Allow HTML in site setting descriptions.
|
2015-05-28 11:35:02 -04:00 |
|
Robin Ward
|
23eadc3fb1
|
The entire qunit suite runs without any deprecations
|
2015-05-27 15:07:09 -04:00 |
|
Robin Ward
|
c22cc2bf03
|
FIX: Reset expanding of first post when entering a topic.
|
2015-05-27 14:49:04 -04:00 |
|
Robin Ward
|
1434e46ed2
|
FIX: Excon was wrapping our ReadOnly exception
This was preventing the crawling of many topic links
|
2015-05-27 14:29:52 -04:00 |
|
Robin Ward
|
5890dae64c
|
FIX: Inappropriate error message when you couldn't access a topic
|
2015-05-27 13:54:11 -04:00 |
|
Robin Ward
|
d0741f752f
|
FIX: If a date translation is missing, don't raise an exception
|
2015-05-26 11:59:47 -04:00 |
|
Robin Ward
|
d36916ccf5
|
UX: Highlight the OP of a warning
|
2015-05-26 11:25:13 -04:00 |
|
Robin Ward
|
7af723c0ed
|
OOPS, remove console.log :fired:
|
2015-05-26 11:15:53 -04:00 |
|
Robin Ward
|
bea5df0104
|
UX: Show domains even on local links in the topic map with titles
|
2015-05-26 11:13:33 -04:00 |
|
Robin Ward
|
3437513025
|
FIX: Back button mobile from user activity stream
|
2015-05-25 13:40:46 -04:00 |
|
Robin Ward
|
ee129edf25
|
FIX: mentions were not working in PMs
|
2015-05-25 13:15:00 -04:00 |
|
Robin Ward
|
78abf85087
|
FIX: IE9 issues with latest discourse
|
2015-05-25 12:32:42 -04:00 |
|
Robin Ward
|
ab50d039bb
|
Importer for nabble
|
2015-05-22 15:41:26 -04:00 |
|
Robin Ward
|
b0238dc0ce
|
Some vars are consts
|
2015-05-21 16:16:27 -04:00 |
|
Robin Ward
|
381784ea62
|
FIX: Display proper error on badge create
|
2015-05-21 16:06:21 -04:00 |
|
Robin Ward
|
1a4a2f5fc0
|
FIX: Group validation errors were not being displayed
|
2015-05-21 14:57:45 -04:00 |
|
Robin Ward
|
0ed1c8011c
|
FIX: About page error when login_required
|
2015-05-21 14:37:49 -04:00 |
|
Robin Ward
|
7d23826cee
|
FIX: Keep around the page when redirecting
|
2015-05-20 10:16:17 -04:00 |
|
Robin Ward
|
4c373be190
|
FIX: Broken link on admin dashboard
|
2015-05-19 13:13:31 -04:00 |
|
Robin Ward
|
4ab9ef3497
|
FIX: Allow long words if they contain periods
|
2015-05-19 13:10:25 -04:00 |
|
Robin Ward
|
4685d833b5
|
FIX: Broken acceptance test
|
2015-05-19 13:00:50 -04:00 |
|
Robin Ward
|
20cd5b8c0b
|
FIX: Don't reset scrolling when subcategory_list is enabled
|
2015-05-19 12:56:04 -04:00 |
|
Robin Ward
|
0a35b20933
|
Convert Discourse.ScrollTop to ES6
|
2015-05-19 12:51:03 -04:00 |
|
Robin Ward
|
8f0cd18d4b
|
Only show delete user button on post approvals for TL0
|
2015-05-19 12:19:25 -04:00 |
|
Robin Ward
|
f496982e79
|
UX: Always show reply as new topic if the user can.
|
2015-05-19 12:13:30 -04:00 |
|
Robin Ward
|
1f95ef31cc
|
Remove deprecations in TopicProgressController
|
2015-05-19 12:10:18 -04:00 |
|
Robin Ward
|
c18bc59808
|
Increase limit on user fields
|
2015-05-19 11:34:54 -04:00 |
|
Robin Ward
|
4e0d7683ab
|
Better error messages on admin for granting moderation
Also fixes up Ember deprecations.
|
2015-05-19 10:56:32 -04:00 |
|
Robin Ward
|
94ca9ed11f
|
FIX: Rate limits weren't being showing for action summary errors
|
2015-05-15 12:16:05 -04:00 |
|
Robin Ward
|
5148c48170
|
FIX: Image uploading component was missing a class
|
2015-05-15 11:12:41 -04:00 |
|
Robin Ward
|
0362c50698
|
Remove deprecations from edit-category and add skeleton acceptance test
|
2015-05-15 11:12:41 -04:00 |
|
Robin Ward
|
8e395a94d4
|
FIX: Modal asking where to post was missing
|
2015-05-14 18:18:28 -04:00 |
|
Robin Ward
|
32606f82f6
|
FIX: replaceWith on leaf routes changed behavior in latest ember
|
2015-05-14 13:44:57 -04:00 |
|
Robin Ward
|
2e85a817b2
|
Merge pull request #3467 from boushley/enable-cors-logout
Enable CORS requests to pass necessary headers.
|
2015-05-14 13:21:05 -04:00 |
|
Robin Ward
|
f1b9a389d9
|
Merge pull request #3468 from fantasticfears/fix-dashboard
FIX: unhandle show report action
|
2015-05-14 13:19:40 -04:00 |
|
Robin Ward
|
6a3086843d
|
OOPS, left debugging stuff in last push.
|
2015-05-14 12:48:12 -04:00 |
|
Robin Ward
|
cd27ba3478
|
FIX: Properly add no-conflict to ace editor
|
2015-05-14 12:46:51 -04:00 |
|
Robin Ward
|
c23aeddccf
|
Merge pull request #3466 from techAPJ/patch-2
FIX: user archive export was failing in some cases
|
2015-05-14 11:16:51 -04:00 |
|
Robin Ward
|
963b08f063
|
Allow OPTIONS requests when CORS is enabled
|
2015-05-14 11:14:47 -04:00 |
|
Robin Ward
|
8fa109638b
|
FIX: Double load if left a topic and came back into it.
|
2015-05-13 16:54:06 -04:00 |
|
Robin Ward
|
b0695a2fc6
|
Merge pull request #3459 from arturtr/patch-1
Add http-ip param for mailcatcher
|
2015-05-13 16:34:01 -04:00 |
|
Robin Ward
|
d90063fc59
|
FIX: Error with ace editor and new ember.
Fix upgrades ace editor, which was a huge headache due to AMD.
|
2015-05-13 16:25:33 -04:00 |
|
Robin Ward
|
01d4085125
|
Removed bad JS tests, upgrade QUnit + ember-qunit
|
2015-05-13 14:13:37 -04:00 |
|
Robin Ward
|
29631f65f1
|
Include the template compiler in production mode.
Some people use this for customizations.
|
2015-05-13 12:23:11 -04:00 |
|
Robin Ward
|
882dc8132d
|
FIX: Invalid HTML on plugins page
|
2015-05-13 12:13:25 -04:00 |
|
Robin Ward
|
5fdbc6c4b2
|
FIX: Replies to PMs should never been enqueued
|
2015-05-13 12:08:53 -04:00 |
|
Robin Ward
|
bbef5fb3c7
|
FIX: Ember deprecations on user preferences
|
2015-05-13 11:18:35 -04:00 |
|
Robin Ward
|
ea51095ef9
|
Adds acceptance test for user preferences
|
2015-05-13 11:15:41 -04:00 |
|
Robin Ward
|
5754bb3654
|
FIX: Load order of applyFlaggedProperties
|
2015-05-12 11:15:45 -04:00 |
|
Robin Ward
|
7a6aab24f1
|
Merge pull request #3453 from techAPJ/patch-1
UX: show lock icon in user stream if topic is closed/archived
|
2015-05-12 10:53:49 -04:00 |
|
Robin Ward
|
0502d2252b
|
Merge pull request #3457 from darix/fix-permissions-pull
Fix permissions of various files
|
2015-05-12 10:49:56 -04:00 |
|
Robin Ward
|
440331e36e
|
FIX: Missing translations in reviewing users
|
2015-05-12 10:41:31 -04:00 |
|
Robin Ward
|
6b299d4c81
|
FIX: User fields disappeared on user profile
|
2015-05-11 17:06:41 -04:00 |
|
Robin Ward
|
d337da532a
|
FIX: jsHINT issues with recent broken build
|
2015-05-11 13:36:28 -04:00 |
|
Robin Ward
|
0d51c1f0a0
|
FIX: List views in admin were broken
|
2015-05-11 13:17:12 -04:00 |
|
Robin Ward
|
a74689932e
|
FIX: Invalid HTMLBars for staff action logs
|
2015-05-11 13:17:12 -04:00 |
|
Robin Ward
|
b6357e4d48
|
FIX: Return promises from async tests.
|
2015-05-11 11:30:14 -04:00 |
|
Robin Ward
|
a7e6148d40
|
FIX: Some low activity users were being restricted from the directory.
|
2015-05-11 11:24:34 -04:00 |
|
Robin Ward
|
2933be69d5
|
FIX: Anonymous mode was broken
|
2015-05-11 11:20:47 -04:00 |
|
Robin Ward
|
e9895d4de2
|
FIX: Deleted posts weren't red.
|
2015-05-11 11:20:47 -04:00 |
|
Robin Ward
|
a93dfece70
|
FIX: Incorrect error message when post isn't long enough
|
2015-05-11 11:20:46 -04:00 |
|
Robin Ward
|
3830bb7d78
|
FIX: Flags weren't showing on the header
|
2015-05-11 11:20:46 -04:00 |
|
Robin Ward
|
e1f9f6d02a
|
UX: Improve user directory on mobile
|
2015-05-11 11:20:46 -04:00 |
|
Robin Ward
|
fa69d4cec5
|
FIX: Missing colspan on raw topic list
|
2015-05-11 11:20:46 -04:00 |
|
Robin Ward
|
0a189a4e52
|
FIX: Message bus callback was pointed at the wrong object.
|
2015-05-11 11:20:46 -04:00 |
|
Robin Ward
|
fd58bd570e
|
FIX: Translation key was showing as undefined
|
2015-05-11 11:20:46 -04:00 |
|
Robin Ward
|
d9e5302a16
|
FIX: HTMLBars compilation was broken in production mode
|
2015-05-11 11:20:46 -04:00 |
|
Robin Ward
|
098556c78d
|
Assorted Ember 1.11 fixes
|
2015-05-11 11:20:45 -04:00 |
|
Robin Ward
|
585583d38c
|
Upgrade polls to Ember 1.11
|
2015-05-11 11:20:45 -04:00 |
|
Robin Ward
|
2e4d43364a
|
Server side quote templates don't seem to be used?
|
2015-05-11 11:20:45 -04:00 |
|
Robin Ward
|
d34334ecbe
|
Use HTMLBars API for inserting partials and views
|
2015-05-11 11:20:45 -04:00 |
|
Robin Ward
|
39a1444838
|
Fixes deprecations on various discovery routes
|
2015-05-11 11:20:45 -04:00 |
|
Robin Ward
|
0b65c88003
|
Upgrade Notifications to fix deprecations and use store
|
2015-05-11 11:20:45 -04:00 |
|
Robin Ward
|
aab9706b7a
|
Fixes deprecations on user routes
|
2015-05-11 11:20:45 -04:00 |
|
Robin Ward
|
72b6c86564
|
Fix banner breaking on reentry.
|
2015-05-11 11:18:38 -04:00 |
|
Robin Ward
|
82a4066993
|
HTMLBars support for plugin-outlet
|
2015-05-11 11:18:38 -04:00 |
|
Robin Ward
|
df3c19705f
|
Fix deprecations on SiteMap
|
2015-05-11 11:18:38 -04:00 |
|
Robin Ward
|
c6d99bd141
|
Fixes routing in tests
|
2015-05-11 11:18:38 -04:00 |
|
Robin Ward
|
ed398e65e0
|
Fixes issues with composer
|
2015-05-11 11:18:38 -04:00 |
|
Robin Ward
|
14fa033288
|
Update cloaking code for HTMLBars
|
2015-05-11 11:18:37 -04:00 |
|
Robin Ward
|
aee12fd6ef
|
Ember Deprecations for Topics
|
2015-05-11 11:18:37 -04:00 |
|
Robin Ward
|
690b579a96
|
Fixes some deprecations
|
2015-05-11 11:18:37 -04:00 |
|
Robin Ward
|
8294205f7c
|
Ember 1.11 broken WIP
|
2015-05-11 11:18:37 -04:00 |
|
Robin Ward
|
b3b4fd21ed
|
Broken WIP
|
2015-05-11 11:18:37 -04:00 |
|
Robin Ward
|
9e7182474a
|
Merge pull request #3439 from techAPJ/patch-2
convert open-composer mixin to es6
|
2015-05-08 15:38:12 -04:00 |
|
Robin Ward
|
4b1145dbb0
|
Merge pull request #3434 from techAPJ/patch-1
FEATURE: support category/subcategory name in new-topic route
|
2015-05-08 14:14:20 -04:00 |
|
Robin Ward
|
edae9d7ad9
|
FIX: Sometimes contents is nil, don't break in that case.
|
2015-05-06 12:40:24 -04:00 |
|
Robin Ward
|
4745eca4ad
|
FIX: Don't abort PurgeInactive if they have posts. Just skip.
|
2015-05-04 11:37:49 -04:00 |
|
Robin Ward
|
7e3eaf5b02
|
FIX: Never enqueue private messages
|
2015-05-04 11:07:46 -04:00 |
|
Robin Ward
|
f9069c350f
|
FIX: Permission issues when editing topics
If a user can't create a topic in a category, they should'be be
able to edit topics.
|
2015-04-30 17:08:12 -04:00 |
|
Robin Ward
|
886cd41b15
|
Merge pull request #3417 from techAPJ/patch-2
FIX: flagging topic was giving error message
|
2015-04-30 16:50:37 -04:00 |
|
Robin Ward
|
16408cee06
|
Allow Postgres to trigger readonly mode for the site.
|
2015-04-29 11:49:58 -04:00 |
|
Robin Ward
|
3252bf1252
|
FIX: Desktop Notifications break Qunit tests
We should figure out why they can't run without the conditional in a
browser.
|
2015-04-28 19:24:32 -04:00 |
|
Robin Ward
|
e361916138
|
FIX: :fired: @eviltrout
|
2015-04-28 16:30:14 -04:00 |
|
Robin Ward
|
15ea0c4789
|
Merge pull request #3304 from riking/desktop-notifications
Desktop notifications!
|
2015-04-28 16:24:02 -04:00 |
|
Robin Ward
|
647dd76ba1
|
Extract the needs_approval? logic
|
2015-04-28 16:14:36 -04:00 |
|
Robin Ward
|
c2f7676370
|
Support for custom reasons for things being queued for approval
|
2015-04-28 15:06:47 -04:00 |
|