71eab8f4df
FEATURE: Add web manifest for Chrome users.
2015-09-21 10:34:03 +08:00
71bac0c342
Add page title and charset to embedded HTML
2015-09-18 16:12:56 -04:00
8489118811
FIX: Cropped embedding footer
2015-09-18 15:36:40 -04:00
32fd5bc696
minor fixes to embed HTML
2015-09-18 12:18:54 -07:00
1e6bf67b5b
FIX: show category links if category has sub-categories in nojs view
2015-09-13 01:02:00 +05:30
aca70805f1
FIX: Discourse.BaseUri should not default to /
2015-09-10 17:34:08 -07:00
707c493e3c
FIX: When changing colors, refresh the admin stylesheet
2015-08-18 14:13:40 -04:00
7b5dea6481
FEATURE: Take advantage of Android browser features
...
Declare a theme-color, provide high-resolution icon.
2015-08-17 14:30:20 -07:00
62fce63952
FIX: do not load custom header in admin section
2015-08-15 17:39:07 +05:30
71fb065133
Merge pull request #3653 from gdpelican/latest-rss-fix
...
Skip latest posts with no topic in rss
2015-08-14 16:48:04 +10:00
9068f9f9bf
Skip latest posts with no topic in rss
2015-08-13 23:39:19 -07:00
22844b9e46
Ember 1.12 support
2015-08-13 11:14:16 -04:00
6669a2d94d
FEATURE: per-topic unsubscribe option in emails
2015-08-12 23:00:16 +02:00
56abd247e1
UX: better twitter onebox in embedded comments
2015-08-13 01:11:15 +05:30
bd631e343a
FEATURE: Can create stylesheets for embedded comments
2015-08-10 10:21:04 -04:00
35e6e5ff67
FIX: footer was missing in some pages
...
- error pages
- search results pages
- list of all tags
- topics list of a specific tag
- user leaderboard
2015-08-05 16:14:26 +02:00
59cdde330f
Raise errors in development mode on deprecation
...
We've had quite some time to find the deprecation errors in Ember and
most should be fixed. It is time to turn up the difficulty, which will
raise exceptions in development/test mode if a deprecation is present.
This will force developers to fix them as they encounter them.
2015-08-04 13:23:42 -04:00
09c281f705
UX: show only top 10 categories in email digest
2015-08-04 11:06:04 +05:30
9911e92e24
Merge pull request #3609 from riking/patch-7
...
FEATURE: Localization fallbacks
2015-07-30 10:44:29 -04:00
10c40775e5
FEATURE: add Open Graph tags on category pages
2015-07-30 19:29:56 +05:30
d6069e8c90
UX: fix container layout
2015-07-28 13:58:30 +05:30
c5ec6a6f89
UX: show flag counts in new line
2015-07-27 19:54:17 +05:30
41ceff8430
UX: move search to its own route
...
previously search was bundled with discovery, something that makes stuff confusing internally
2015-07-27 16:47:06 +10:00
90b85e5b23
FIX: missing category from title in non-js view
2015-07-22 10:26:58 +10:00
6d9674278e
UX: remove zocial and use font awesome instead
...
UX: use github logo for github login
2015-07-21 15:47:58 +10:00
728845d008
FEATURE: Localization fallbacks (client)
...
This patch sets I18n.defaultLocale in the Discourse.start() script block (it
was formerly always 'en') to SiteSetting.default_locale, and patches
translate() to perform fallback to defaultLocale followed by english.
Additionally, when enable_verbose_localization() is called, no fallbacks will
be performed.
It also memoizes the file loading operations in JsLocaleHelper and strips out
translations from the fallbacks that are also present in a prefered language,
to minimize file size.
2015-07-15 10:17:28 -07:00
d07adc9d72
UX: fix login button
2015-07-06 18:12:37 +05:30
b4960d48b4
Better support for passing up errors when OmniAuth fails after auth
2015-06-24 12:12:43 -04:00
7a9baa6c89
FIX: fix category badge and link in email digest
2015-06-11 19:22:22 +05:30
195cdaec11
Convert author tag to dc:creator
...
RSS spec says the author tag should be an email address, forcing us to put in a junk no-reply@example.com email. Instead, we should use dc:creator, which allows us to use any name we want for the user.
2015-06-09 13:57:10 -07:00
9049f31456
add posts.rss rel alternate
2015-06-10 00:52:11 +05:30
71ee84f848
FEATURE: latest posts RSS feed
2015-06-09 21:45:06 +05:30
5db768b69f
FEATURE: improve no-js topic list information
...
- Provide links to pages
- Provied link to last topic
2015-06-10 00:28:20 +10:00
64c0c968e4
Attempt micro data using old vocubulary
...
Seeing weird results on Google
2015-06-09 18:48:06 +10:00
5da5269652
FIX: Bad page title for categories view by google crawler
2015-06-08 12:07:35 -04:00
89b475e538
FEATURE: clean up microdata breadcrumb
...
* do not include any breadcrumb for uncategorized
* do not include the work "Categories" as a breadcrumb
2015-06-03 18:17:45 +10:00
92cddfa598
Basic support for server side plugin outlets
2015-06-02 14:28:12 -04:00
728a530d2d
remove extra "posts" text from digest
2015-05-31 23:13:00 -07:00
c1a18f91ef
FEATURE: Add parent category link to nojs view
2015-06-01 15:25:57 +10:00
24102f2636
FIX: apply s3 cdn to client side assets
2015-05-27 12:59:51 +10:00
45bdd23689
FEATURE: support user local switching to RTL correctly
...
FEATURE: support RTL in multisite
2015-05-20 15:56:54 +10:00
3be1098cc5
FIX: also inline category badge styles to digest email
2015-05-18 00:45:26 +08:00
8294205f7c
Ember 1.11 broken WIP
2015-05-11 11:18:37 -04:00
7a20ed0617
FIX: rss feed should be valid
2015-05-11 10:50:24 +05:30
f3687b6e56
UX: show caps lock warning on password reset page
2015-05-04 13:01:35 +05:30
23fd16850a
FIX: include youtube link in embedded comments
2015-05-01 18:34:45 +05:30
1b250f1e01
FIX: crawler pages and RSS had broken links for sites deployed to a subfolder with relative_url_root
2015-04-30 12:46:26 -04:00
2932284293
FEATURE: magic login route for admin when SSO is enabled
2015-04-27 22:54:48 +05:30
9bce812c8f
Merge pull request #3388 from Mooash/Adding_ViewActions
...
Adding ViewAction into email notifications
2015-04-23 10:18:57 -04:00
b65313d3b9
Adding ViewAction into email notifications
...
See: https://meta.discourse.org/t/integrate-viewactions-one-click-actions-schemas-into-discourse-emails/27056
2015-04-23 08:40:22 +10:00