a8b927da91
FEATURE: add canonical tag to category latest page
2015-02-25 20:46:45 +05:30
026df5185e
FIX: subcategory url was incorrect in rss
2015-02-05 13:22:28 +05:30
74051a2df4
Allow plugins to build topic lists
2015-01-08 16:44:27 -05:00
ea87f5fd8a
FEATURE: support for filter=bookmarked and filter=liked in topic list
2015-01-07 18:20:10 +11:00
95f9788a77
FEATURE: add ?bookmarked=true for topic lists
2015-01-07 13:58:34 +11:00
86c13ada44
fix a few places we were using /category vs /c
2015-01-06 15:56:07 -08:00
b1bc4741b1
FEATURE: Load fewer topics in the topic list on slow platforms (Android)
2014-12-15 11:54:26 -05:00
55e2126b1e
FEATURE: add topic status namespace in RSS feed
2014-11-25 00:52:26 +05:30
75b5b27f78
we don't need this /popular redirect any more
2014-11-17 16:40:23 -08:00
572842721d
FIX: Better page titles for SEO
2014-10-30 14:26:56 -04:00
1f26a79899
FIX: Category latest pages were not preloading properly, causing weird
...
refreshes when clicking the home logo.
2014-10-08 12:45:18 -04:00
eb512f07a7
FIX: Spec failures for feeds related to enabling categories as default
...
page for anons when latest is deleted.
2014-09-11 15:30:41 -04:00
abd84cd2a1
FIX: Redirect to Top was showing "latest" content because it was in the
...
preload store.
2014-09-02 12:29:22 -04:00
69cb5bc425
FIX: Centralize Top rendering, remove old code paths. Fix some bugs.
2014-08-28 14:34:31 -04:00
f10d6ed88a
FIX: RSS feeds should use created_at
not bumped_at
2014-08-27 12:42:54 -04:00
c1aa2458f8
UX: Add drop down for top lists, big refactor of repeated code.
2014-08-21 16:08:47 -04:00
189b1c729a
FEATURE: query param for topic state
2014-07-17 09:29:09 +10:00
90d7718103
add search filter
2014-06-30 17:18:08 +10:00
6b3d5c7348
add min_posts, max_posts to filter the topic list queries
...
superseeds #2412
2014-06-05 15:30:24 +02:00
3fde28e108
BUGFIX: correctly auto-select /top time range when filtering on a category
2014-05-14 11:49:50 +02:00
97ae43126b
BUGFIX: 500 error on missing category
2014-05-12 15:50:31 +10:00
4025591a1d
Merge pull request #2307 from alxndr/latest-topics-rss-title-tweak
...
change title in Latest Topics RSS feed title
2014-05-08 09:21:06 +10:00
21e8ae0eca
BUGFIX: the /top page now shows the first non-empty period
2014-05-07 19:04:39 +02:00
63a1f87806
Use topic excerpts and category desriptions in meta description tags for crawlers
2014-05-07 11:21:37 -04:00
deb99e956e
RSS title element is SiteSetting.title + translated filter description
2014-05-05 09:33:19 -07:00
ce381860dc
Order latest.rss by created_at, not updated_at
2014-05-02 11:51:16 -04:00
43ed6979be
feed titles get translations of "Topics"
2014-05-01 14:17:09 -07:00
891a1c4279
feed titles now prefixed with SiteSetting.title
2014-05-01 09:37:13 -07:00
b3ed8b6a32
Use query params for sortable table headings
2014-04-17 10:52:57 -04:00
e7601db730
BUGFIX: ensured logged in wasn't listing all anonymous filters
2014-04-04 10:05:40 -07:00
ea86cfd4ef
FIX: categories with non-ascii names will have broken next page urls
2014-03-24 13:36:23 -04:00
363fabd3e7
add tests for ListController.best_period_for
2014-03-12 12:58:41 +01:00
158487dfc2
FIX: Clean up next/prev rel links
2014-03-03 12:56:37 -05:00
b15e771d67
Oops, I meant 1
2014-02-25 12:19:22 -05:00
7288bf1f31
Add previous page link for crawlers
2014-02-25 12:15:48 -05:00
b035c050d2
Merge pull request #1920 from nickborromeo/list-controller
...
Extract queries to keep logic in the Categories Model
2014-02-11 15:48:20 -05:00
820fe572ca
BUGFIX: phantom new and unread for category definition topics
2014-02-11 10:22:15 +11:00
b51bebb200
Extract queries to keep logic in the Categories Model
...
This creates two methods in the Category model. This moves the model
logic to the model and just calls the Category class methods in
ListController.
This also adds tests for the two methods created in the Category
model. The motivation for this refactor is the code climate score of the
this class and readability of the code.
Please enter the commit message for your changes. Lines starting
2014-02-08 14:10:48 -08:00
58202baa62
BUGFIX: show the draft on top page
2014-02-06 11:39:43 +01:00
aff16f372b
FIX: Show a nicer error when a user tries to access a category they
...
can't see.
2014-02-05 15:33:52 -05:00
d2974c2a15
BUGFIX: proper handling of top_menu_items
2014-02-03 16:08:00 +01:00
daa14cda40
ignore exclude_category from the menu if we are trying to view the category.
2014-01-31 22:35:19 +05:30
ae401f0dc7
BUGFIX: JSON requests don't exclude categories from filters
2014-01-31 14:36:00 +01:00
8d2e5041bc
BUGFIX: proper handling of /none subcategory
2014-01-18 19:27:25 +01:00
e31789327e
fix the specs
2014-01-18 19:27:25 +01:00
129617b415
Lots of bugfixes
...
BUGFIX: navigation bar should always activate the right tab (even when diging into a top period)
BUGFIX: /top pages titles
BUGFIX: no "edit category" button on /top page after visiting a category
BUGFIX: properly hide category columns when there is no children category (on both filter + top pages)
BUGFIX: promises not caught when scrolling down a topic list to load more of them
BUGFIX: CSS on category dropdowns
Updated `top_menu` i18n with available filters
2014-01-18 19:27:25 +01:00
c1a66b70bb
BUGFIX: use previous_visit_at instead of last_seen_at to determine the best period to display in the top summary
2014-01-16 01:36:32 +01:00
462c6d81f5
BUGFIX: exclude categories from the top view
2014-01-16 00:49:58 +01:00
a177732d28
FEATURE: top page should not be infinite. Limite them to 200 topics by default
2014-01-15 22:12:53 +01:00
0b2ead2248
rename topics_per_period_in_summary settings to topics_per_period_in_top_summary
2014-01-15 22:12:47 +01:00