Commit Graph
100 Commits
Author SHA1 Message Date
Robin Ward a38050a272 FIX: Only delete featured topics if the status changes to a hidden one 2016-05-24 14:27:48 -04:00
Robin Ward 973f4ee699 FIX: Not passing correct title through to share 2016-05-16 11:18:05 -04:00
Robin Ward f401d8d7de FIX: undefined text on user profile 2016-05-11 16:25:43 -04:00
Robin Ward c06a6a96cc FEATURE: Embed images in tweets with dimensions, if present 2016-05-11 16:11:26 -04:00
Robin Ward 47720ba1ca UX: Clicking a participant in the topic map should just show the card 2016-05-11 15:09:36 -04:00
Robin Ward 7c0fb41ec0 Deprecation: Use Ember.Helper for later versions of Ember 2016-05-11 14:26:09 -04:00
Robin Ward b3c24e50e3 Deprecations: More {{#each x in y}} templates 2016-05-11 14:26:08 -04:00
Robin Ward b2bcefd906 Deprecation: Removes more references to view.xyz in templates 2016-05-11 14:26:08 -04:00
Robin Ward 995c01fb58 Deprecation: Remove controller from templates 2016-05-11 14:26:08 -04:00
Robin Ward c7beecd8e3 Deprecation: somethingBinding is deprecated in newer embers 2016-05-11 14:26:07 -04:00
Robin Ward e3f016a79b Deprecations: A couple more {{#each x in y}} 2016-05-11 14:26:07 -04:00
Robin Ward da5e7c7383 Deprecations: {{bind-attr}} is deprecated 2016-05-11 14:26:06 -04:00
Robin Ward c15ade8a88 Deprecation: {{view}} helper 2016-05-11 14:26:06 -04:00
Robin Ward 1714019cf7 FIX: OFFSET wasn't being applied correctly 2016-05-11 13:39:21 -04:00
Robin Ward e831203897 FIX: Widgets should support links to foreign hosts 2016-05-11 12:02:10 -04:00
Robin Ward 9e3b96c8e4 Support for adding extra links to the hamburger general area 2016-05-10 16:15:38 -04:00
Robin Ward 4875fe1c3e FIX: Logo links to a different domain were broken 2016-05-10 10:42:16 -04:00
Robin Ward 85e98eeb59 FIX: Accidentally comitted more than I wanted to 2016-05-09 17:07:31 -04:00
Robin Ward 3d392670a7 FIX: ES5 file shouldn't have const in it 2016-05-09 17:05:07 -04:00
Robin Ward 49a6d0b789 FIX: Don't bother with negative offsets 2016-05-09 16:33:55 -04:00
Robin Ward 29b94b5ad3 FIX: If you ctrl+f twice, it should show the browser version 2016-05-09 12:06:14 -04:00
Robin Ward 9741584ae8 FIX: Hide invite button on mobile 2016-05-06 17:21:06 -04:00
Robin Ward f9fe9ac3ed FIX: Build dynamic category / tag routes 2016-05-06 11:54:29 -04:00
Robin Ward 2d2bf4dd56 FIX: Keyboard controls were broken at the bottom of topics 2016-05-06 11:11:14 -04:00
Robin Ward 89e506551a Add body class to account-created route 2016-05-05 14:37:09 -04:00
Robin Ward 0fcfc6bed9 Add acceptance tests for all mobile templates 2016-05-05 12:49:12 -04:00
Robin Ward 34670c2c4f FIX: Raw mobile view broken 2016-05-04 18:13:18 -04:00
Robin Ward 3220f9e3cc FIX: ESLint 2016-05-04 17:20:36 -04:00
Robin Ward 148c4da23d FIX: Server side missing jQuery 2016-05-04 17:01:13 -04:00
Robin Ward b1c4c8a5d0 Deprecation: replace itemController with components 2016-05-04 16:18:22 -04:00
Robin Ward 4e5831c43f Deprecation: Remove {{each itemView=}} 2016-05-04 16:18:15 -04:00
Robin Ward 9ea32bf7d8 Deprecation: Change {{#each x in y}} to {{#each y as |x|}} 2016-05-04 16:18:09 -04:00
Robin Ward 2950a82a7d FIX: showFlags was not triggered correctly by the keyboard shortcut 2016-05-04 12:03:20 -04:00
Robin Ward b061ba5c52 FIX: Broken spec. Stupid mocking. 2016-05-03 15:30:48 -04:00
Robin Ward 65392f37bb FIX: Apply both embedded post filters 2016-05-03 15:19:59 -04:00
Robin Ward 664f1913c8 FIX: Don't include hidden posts in embedded comments 2016-05-03 15:01:20 -04:00
Robin Ward 2cc6efba8c FIX: Featuring topics wasn't happy with concurrency. 2016-05-03 14:24:50 -04:00
Robin Ward cf7b08d034 FIX: Middle clicking on search should open it in a new tab 2016-05-02 11:50:40 -04:00
Robin Ward 1a3b63e07d createWithMixins is deprecated. 2016-04-29 16:50:52 -04:00
Robin Ward a50edb87ec FIX: Some notifications were not clearing properly. 2016-04-29 16:42:04 -04:00
Robin Ward 1ac6dd194d Allow the href setting to be a function. 2016-04-29 13:27:17 -04:00
Robin Ward 2cf4107a67 FIX: Safari icon positioning 2016-04-29 11:44:11 -04:00
Robin Ward 6451eb7637 .@each on leafs is deprecated in favor of .[] 2016-04-28 16:49:24 -04:00
Robin Ward 400c061046 Ember.keys is deprected in favor of Object.keys 2016-04-28 16:37:20 -04:00
Robin Ward 187d7d6f96 Remove more views and deprecations. 2016-04-28 16:17:18 -04:00
Robin Ward 04ec679d82 Fixes some deprecations:
- LoadMore as a Mixin for discovery, groups
- Removed Views for discovery, groups
2016-04-28 15:25:45 -04:00
Robin Ward d89fb6e83e Better warning message if defaultState is used improperly 2016-04-27 15:06:55 -04:00
Robin Ward 55ba81494f FIX: Allow :+1: and :-1: to work even though not in emoji.json 2016-04-27 14:56:23 -04:00
Robin Ward 2f911d9435 FIX: Broken test, data-auto-route is no longer needed 2016-04-27 14:03:45 -04:00
Robin Ward 1c90b8dd76 FIX: Search menu would sometimes forget the context 2016-04-27 13:53:51 -04:00
Robin Ward 02f771e66e Add a widget setting for the home logo url 2016-04-27 13:16:51 -04:00
Robin Ward 43bbc425e8 FIX: Support for extra admin links in the hamburger 2016-04-27 13:02:52 -04:00
Robin Ward 9fdea6cd46 FIX: Broken similar topics 2016-04-26 17:54:52 -04:00
Robin Ward 7a01d575c2 FIX: Make embeddable discourse more forgiving with https 2016-04-26 15:03:44 -04:00
Robin Ward 905068cf23 FIX: Santized HTML entities on group page 2016-04-26 14:24:36 -04:00
Robin Ward de82bd946d FIX: Group members should be able to see their groups even if private 2016-04-26 14:17:53 -04:00
Robin Ward b34f55d880 FIX: Missing alt tag on user notifications 2016-04-26 13:29:46 -04:00
Robin Ward 821103cad5 FIX: Middle clicking on user notifications 2016-04-26 13:19:22 -04:00
Robin Ward 33b192ba61 FIX: Middle clicking on the logo in Firefox 2016-04-26 13:17:09 -04:00
Robin Ward 6fb46fe217 UX: Notification was in the wrong place. 2016-04-25 17:52:38 -04:00
Robin Ward 7ab5d44c7c Remove unused component 2016-04-25 17:52:37 -04:00
Robin Ward 208cf41e6c FIX: Handle null flag values 2016-04-25 17:52:37 -04:00
Robin Ward 7a079f6de5 FIX: Add a vdom key to the logo to avoid weird resizing 2016-04-25 15:23:05 -04:00
Robin Ward 87efa0eddd FIX: Support HTML entities in topic titles 2016-04-25 14:08:47 -04:00
Robin Ward 6978171f46 FIX: Missing topic status icons in header 2016-04-25 13:47:57 -04:00
Robin Ward 8bad3c0eb5 FIX: Cmd/Shift clicking links in the header was broken 2016-04-25 13:35:30 -04:00
Robin Ward 16c44971d9 FIX: Close menus when clicking on notifications 2016-04-25 12:50:55 -04:00
Robin Ward dc014ac4aa FIX: Topic title wasn't updating when navigating between topics 2016-04-25 12:31:39 -04:00
Robin Ward 514c3976f0 PERF: Migrate header to discourse widgets 2016-04-25 10:48:04 -04:00
Robin Ward 850f5c3472 FIX: This DecoratorHelper didn't have a container reference 2016-04-20 16:23:53 -04:00
Robin Ward c423ce6333 Allow auth providers to provide custom urls 2016-04-20 13:19:59 -04:00
Robin Ward 7996ae50d8 FIX: Group topics should link to the actual post 2016-04-20 10:50:50 -04:00
Robin Ward 4cdd1e2e24 Adds a body class for static routes 2016-04-19 10:27:11 -04:00
Robin Ward a26bd2c549 FIX: If the user can't be found to award a badge, skip them 2016-04-14 11:52:26 -04:00
Robin Ward 976056bc41 FIX: Ignore problems cooking 2016-04-14 11:40:23 -04:00
Robin Ward b0803f7035 FIX: New badges were missing post link 2016-04-13 16:38:24 -04:00
Robin Ward 95854a94c9 FIX: When viewing a summary, if a post jumps to the bottom cancel it. 2016-04-13 15:58:54 -04:00
Robin Ward 332bf311c7 FIX: Only search when the value changes, not key press 2016-04-13 15:16:37 -04:00
Robin Ward e91379916b FIX: Provide the ability to reduce cooked content
This allows us to strip polls from the group posts page.
2016-04-13 13:25:18 -04:00
Robin Ward 1ffa448154 FIX: Broken spec which was brittle 2016-04-12 16:09:47 -04:00
Robin Ward fa369bcc3e Add onceoff job to backfill oneboxes 2016-04-12 15:31:22 -04:00
Robin Ward f4672a9e05 Instead of a Distributed Mutex, use a Redis SETNX guard 2016-04-12 15:31:21 -04:00
Robin Ward fd2b8dd12f FIX: Edge case. Don't show "Others with this badge" when just you 2016-04-12 15:31:19 -04:00
Robin Ward 0396b14b70 FEATURE: New "First Onebox" badge 2016-04-12 15:31:14 -04:00
Robin Ward 64df98e348 Adds integrity check for badge descriptions 2016-04-12 12:55:49 -04:00
Robin Ward 5518141ad5 Option for verbose logging when API calls to create posts fail 2016-04-12 12:10:48 -04:00
Robin Ward f6c460c207 Add tests for groups pages, DRY html into a component 2016-04-11 13:17:34 -04:00
Robin Ward bb25200745 FIX: Liked posts based badges were looking at all likes 2016-04-11 12:36:43 -04:00
Robin Ward c948d53d91 UX: Use separate input fields for link and description in d-editor 2016-04-08 16:13:42 -04:00
Robin Ward 038a5a0767 UX: Show the selected posts controls at the bottom of mobile topics too 2016-04-08 15:26:24 -04:00
Robin Ward cc25716e47 FIX: Allow message format translations to be overridden 2016-04-08 14:49:50 -04:00
Robin Ward adb3810f67 FIX: Allow longer TLDs 2016-04-08 12:15:21 -04:00
Robin Ward 4f3f6c60c4 FIX: Rename Scheme job due to Queue Manager 2016-04-07 17:02:25 -04:00
Robin Ward b10b6c673d Add h helper to plugin-api in v0.3 2016-04-07 16:38:30 -04:00
Robin Ward 71ef6ea518 FIX: Clicking on another widget should not prevent clickOutside 2016-04-07 16:10:39 -04:00
Robin Ward 9d8db11cf3 Move MigrateScheme to new Onceoff thing 2016-04-07 15:31:32 -04:00
Robin Ward 3f7ced9236 Try running once off jobs outside of db:migrate 2016-04-07 15:07:24 -04:00
Robin Ward 078b3bc87e Log once off jobs and enqueue on db:migrate 2016-04-07 14:32:31 -04:00
Robin Ward 855f72deb6 On second thought, enqueuing a job in a migration might be bad. 2016-04-07 13:58:31 -04:00
Robin Ward 526573074c Add one off job to grant the emoji badge retroactively 2016-04-07 13:49:44 -04:00