Robin Ward
c16b8364ab
FIX: Support ember app routing to topics with only slugs
2014-09-17 11:18:59 -04:00
Robin Ward
6f149edecc
FIX: Scroll position when hitting back button to category filter
2014-09-12 14:07:04 -04:00
Robin Ward
cedc409461
Remove deprecation notices for Discourse.banner
2014-09-11 17:01:35 -04:00
Robin Ward
af6936cf72
Refactor some deprecations for newer versions of Ember. Also set up
...
injection for some globals so we can migrate away from them.
2014-09-11 16:16:21 -04:00
Régis Hanol
9a668a7e7b
FIX: clear selection when transitioning out of a topic
2014-09-11 16:35:04 +02:00
Sam
b9c8ae588a
minor refactor
2014-09-10 16:33:39 +10:00
riking
69bc552054
FEATURE: Actually show more notifications
...
The "Show more notifications..." link in the notifications dropdown now
links to /my/notifications, which is a historical view of all
notifications you have recieved.
Notification history is loaded in blocks of 60 at a time.
Admins can see others' notification history. (This was requested for
'debugging purposes', though that's what impersonation is for, IMO.)
2014-09-09 16:29:08 -07:00
Robin Ward
8b33e659a1
FIX: Only use cached topic lists on popState
2014-09-09 12:57:51 -04:00
Robin Ward
a96ba8ed78
Revert "FIX: unread/new counts out of sync with tabs"
...
This reverts commit c093187d34 .
2014-09-09 12:57:51 -04:00
Sam
c093187d34
FIX: unread/new counts out of sync with tabs
...
We were serving cached lists of topics to non popstate reqs
2014-09-09 16:56:20 +10:00
Gerhard Schlager
970aafecb4
FIX: Some default group names could not be translated
2014-09-07 14:48:03 +02:00
Robin Ward
4bec839d9d
Using Discourse.XYZ in templates is deprecated. This fixes that, plus
...
adds some more integration tests to make sure login required is working.
2014-09-05 13:09:01 -04:00
Robin Ward
b04a52676e
FIX: Don't show wrong flag choices after undo
2014-09-02 17:37:54 -04:00
Robin Ward
abd84cd2a1
FIX: Redirect to Top was showing "latest" content because it was in the
...
preload store.
2014-09-02 12:29:22 -04:00
Robin Ward
ce745b737e
Renamed poster-expansion to user-expansion because it's not specific
...
to a poster anymore.
2014-09-02 12:08:02 -04:00
Régis Hanol
fd6dd88afb
FIX: dual modal when deleting spammer in the flag modal
2014-08-29 13:05:51 +02:00
Robin Ward
69cb5bc425
FIX: Centralize Top rendering, remove old code paths. Fix some bugs.
2014-08-28 14:34:31 -04:00
Sam
3a9f0445bb
HACK: remove jarring scroll when hitting back from topic
2014-08-28 11:57:24 +10:00
Robin Ward
b1c0a3d01c
FIX: Retain back button scroll position even if we don't load more.
2014-08-27 13:33:52 -04:00
Robin Ward
939b7ce7e2
Revert "FIX: Added <br/> for @coding-horror"
...
This reverts commit d62218fb5b .
2014-08-25 18:56:27 -04:00
Robin Ward
d62218fb5b
FIX: Added <br/> for @coding-horror
2014-08-25 17:21:01 -04:00
Robin Ward
c1aa2458f8
UX: Add drop down for top lists, big refactor of repeated code.
2014-08-21 16:08:47 -04:00
Robin Ward
b46a373ff9
UX: Show User popup when clicking on a user in the topic list.
2014-08-19 16:22:37 -04:00
Robin Ward
05193deb4d
Merge pull request #2659 from riking/wrong-progress-pos
...
Hopefully fix once and for all the 172/160 problem
2014-08-18 11:30:09 -04:00
Robin Ward
aa41548e8e
UX: When clicking an activity date, pop up a little menu with options to
...
go to beginning or end of the topic.
2014-08-15 16:39:57 -04:00
Sam
e16dd96b6d
FIX: dispatch correct modal on auto login
2014-08-15 12:13:10 +10:00
riking
8539c08d35
Fix assignment of post number to progress position
2014-08-14 17:31:34 -07:00
Robin Ward
c2c256cdd9
FIX: Bug with cached topics not being marked as read in your topics
...
list.
2014-08-14 18:31:02 -04:00
Robin Ward
649329e420
Add support for max_posts query param. Also make it easier to let
...
Ember support query params for sorting our tables. Just add it in one
place.
2014-08-14 11:51:45 -04:00
Robin Ward
4dfe5fd1ca
FIX: Edit category should use the id always in case two categories have
...
the same slug.
2014-08-14 10:56:47 -04:00
Sam
985b356fe9
FIX: work better if there is only one LoginMethod
...
If there is only 1 login method and local logins are disabled
take user directly to the login provider
2014-08-14 15:13:28 +10:00
Robin Ward
31f7addefa
FIX: Don't capitalize category name in document title
2014-08-13 10:53:34 -04:00
Robin Ward
36f081bf43
FIX: Don't show the category edit button unless the user can edit the
...
category
2014-08-12 13:31:05 -04:00
Robin Ward
0e5a79cf5d
FIX: Missing translations, update title on About
2014-08-12 11:04:12 -04:00
Robin Ward
c103398e9a
First stab at About page
2014-08-11 16:59:15 -04:00
Neil Lalonde
93a6203378
FIX: guidelines route was redirecting to faq in ember app
2014-08-11 16:21:17 -04:00
Robin Ward
d7f28baf77
FIX: delegation error when reloading user activity
2014-08-08 09:44:21 -04:00
Sam
cd20c8e55f
HACK: to be fixed later by @eviltrout
2014-08-08 15:07:04 +10:00
Robin Ward
39c7101c4b
TWEAK: Remove TransitionAborted exceptions from logging. They are
...
apparently normal when you abort a router transition and can be ignored.
2014-08-07 16:52:31 -04:00
Robin Ward
f83fb49741
FIX: Category topic list should support search filter too
2014-08-07 15:14:05 -04:00
Sam
1958b0205e
FIX: sloppy topic draft handling
...
Will open in categories page and category drill down
2014-08-05 11:33:15 +10:00
Régis Hanol
d13d42f3f6
FIX: automatic redirection to /top was a bit janky
2014-08-02 00:34:58 +02:00
Robin Ward
d7ad3bb2b6
TESTS: Integration tests for badge pages
2014-07-31 18:44:47 -04:00
Sam
b143b64511
FIX: searchContext set too early
...
This was firing before previous route deactivated.
2014-07-30 11:55:38 +10:00
Robin Ward
16dfedef8f
ES6: Remove dynamically generated static routes. They were causing lots
...
of confusion and bugs.
2014-07-29 14:24:16 -04:00
Robin Ward
df9bd3d666
FIX: Clicking logo when login_required threw an error
2014-07-29 13:46:42 -04:00
Robin Ward
af36df057c
FIX: Show correct login page when login_required
2014-07-29 13:38:04 -04:00
Robin Ward
04643898c9
FIX: Typo in SiteSetting
2014-07-29 13:27:01 -04:00
Robin Ward
5cd7e1b387
ES6: Convert more routes over
2014-07-28 13:39:33 -04:00
Robin Ward
fa25700400
FIX: Direct links to hash URLS were broken. Regression?
2014-07-24 12:52:43 -04:00