This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates
Sam 335be272ff FEATURE: implement capping of new/unread
We cap new and unread at 2/5th of SiteSetting.max_tracked_new_unread

This dynamic capping is applied under 2 conditions:

1. New capping is applied once every 15 minutes in the periodical job, this effectively ensures that usually even super active sites are capped at 200 new items

2. Unread capping is applied if a user hits max_tracked_new_unread,
  meaning if new + unread == 500, we defer a job that runs within 15 minutes that will cap user at 200 unread

This logic ensures that at worst case a user gets "bad" numbers for 15 minutes and then the system goes ahead and fixes itself up
2015-09-07 12:03:17 +10:00
..
badges FIX: use fancy title in badges page 2015-08-12 00:43:44 +02:00
components FEATURE: Show FAQ at top of the hamburger until the user reads it 2015-09-04 16:56:02 -04:00
composer Use the same component for similar topics as search results. 2015-06-24 15:08:22 -04:00
discovery FEATURE: implement capping of new/unread 2015-09-07 12:03:17 +10:00
group UX: better user title on groups index page (mobile) 2015-07-07 18:48:51 +05:30
list FIX: First post time not visible in topic list 2015-09-01 08:49:38 -07:00
mobile regression: broken categories page on mobile 2015-08-14 13:21:40 +10:00
modal FEATURE: Category reordering dialog 2015-09-06 16:53:52 -07:00
navigation FEATURE: Category reordering dialog 2015-09-06 16:53:52 -07:00
post PERF: optimise rendering of posts 2014-12-10 18:05:04 +11:00
preferences The {{i18n}} helper should use quotes when looking up keys, always. 2014-12-08 16:36:18 -05:00
topic FEATURE: per-topic unsubscribe option in emails 2015-08-12 23:00:16 +02:00
user when looking at your own profile it should be collapsed. 2015-09-02 16:50:40 +10:00
about.hbs Fixes some deprecations 2015-05-11 11:18:37 -04:00
additional-composer-buttons.hbs Instead of .js.handlebars use .hbs for handlebars templates 2014-09-26 15:23:15 -04:00
application.hbs FEATURE: the notice asking admins to get discussion started will update with live counts of topics and posts 2015-08-27 17:28:40 -04:00
category-group-autocomplete.raw.hbs correct bad styling in user->pref->categories 2015-01-31 17:04:53 +11:00
choose_topic.hbs FIX: unmatched element prevents HTMLbars from compiling 2015-04-03 18:40:17 +08:00
composer.hbs FIX: Allow multiple pagedown editors at once. 2015-07-13 16:36:38 -04:00
discovery.hbs FIX: make sure the global notice shows up on ALL the pages 2015-08-05 22:55:32 +02:00
embedded-post.hbs FIX: decorateCooked was not being applied to embedded posts 2015-06-01 11:58:50 -04:00
emoji-selector-autocomplete.raw.hbs FIX: each helper in raw templates 2015-01-07 09:30:32 +01:00
emoji-toolbar.raw.hbs UX: emoji toolbar improvements 2015-07-28 23:03:11 +05:30
exception.hbs Broken WIP 2015-05-11 11:18:37 -04:00
full-page-search.hbs FIX: missed a couple of places where we should use the topic's fancy title 2015-08-27 17:32:04 +02:00
group-selector-autocomplete.raw.hbs FIX: each helper in raw templates 2015-01-07 09:30:32 +01:00
group.hbs FIX: show user card on group page and fix styles 2015-05-12 01:24:17 +08:00
header.hbs Move plugin menu outlet to live with other menus 2015-09-01 20:25:22 -07:00
post-small-action.hbs Support for deleting small post actions 2015-07-28 16:27:54 -04:00
post.hbs FEATURE: post-after-cooked plugin-outlet 2015-09-04 12:45:04 -07:00
queued-posts.hbs UX: improve handling of users in queued-posts 2015-08-04 12:56:37 +10:00
selected-posts.hbs FIX: select posts 2015-05-12 12:54:28 +02:00
share.hbs Pull automatic share link copying 2015-07-21 19:29:38 -07:00
static.hbs FEATURE: Add plugin-outlet to top of static pages 2015-05-28 19:21:13 -07:00
topic-admin-menu.hbs FEATURE: Allow admin to change timestamp of topic. 2015-08-17 00:00:05 +08:00
topic-entrance.hbs We can add the no-text class automatically in d-button 2015-07-30 14:53:13 -04:00
topic-list-header-column.raw.hbs Raw templates should resolve their views with the resolver 2015-01-07 14:21:31 -05:00
topic-list-header.raw.hbs UX: rename posts -> replies (and change to be posts-1) 2015-03-02 15:59:23 +11:00
topic-post-badges.raw.hbs FIX: missing tooltips on topic blue and grey circles in list 2015-04-02 13:07:06 +11:00
topic-progress.hbs FIX: Arrows had inverted visibility settings 2015-05-30 11:03:50 -04:00
topic-status.raw.hbs FEATURE: add op-bookmark class for op-bookmarks 2015-05-05 10:23:17 +10:00
topic.hbs FIX: Only show "View Pending" link if the user can approve things 2015-08-27 13:15:37 -04:00
user-card.hbs Replace unused showNames-area with new plugin-outlet 2015-08-19 12:44:12 +02:00
user-invited-show.hbs FEATURE: show pending/redeemed invite count in tabs 2015-08-25 01:12:46 +05:30
user-selector-autocomplete.raw.hbs FIX: each helper in raw templates 2015-01-07 09:30:32 +01:00
user-topics-list.hbs Fixes deprecations on user routes 2015-05-11 11:20:45 -04:00
users.hbs FIX: time read column was empty in user directory 2015-06-12 12:40:07 +02:00