Sam
|
7de33125f3
|
improve debuggability of code
|
2014-09-23 09:51:22 +10:00 |
|
riking
|
34db30396c
|
FIX: Bracked category link in no-JS view
|
2014-09-14 21:55:30 -07:00 |
|
lidlanca
|
33e1790408
|
stripping port information from Discourse.BaseUrl
Port information if presented in Discourse.BaseUrl may break user avatar URL in the template generation.
https://github.com/discourse/discourse/edit/master/app/assets/javascripts/discourse/models/user.js
avatarTemplate()
In the future there should be a way to reference baseUrl with or without port information
|
2014-09-12 16:29:17 -04:00 |
|
riking
|
2c6d03f87f
|
SECURITY: Limit passwords to 200 characters
Prevents layer 8 attack.
|
2014-09-12 12:07:11 -04:00 |
|
cpradio
|
3bd0c94d96
|
UX: Add password instructions to Reset Password page
Added the password instructions to the reset password page.
https://meta.discourse.org/t/reset-password-doesnt-give-password-requirements/19799
|
2014-09-09 20:37:39 -04:00 |
|
Neil Lalonde
|
a8e4c4caa1
|
Add classes to the FAQ, Terms of Service, and Privacy nav links so they can be individually styled
|
2014-09-08 09:32:26 -04:00 |
|
Arpit Jalan
|
362c05db43
|
Show category badge on 404 page topics
|
2014-09-06 17:06:12 +05:30 |
|
Jeff Atwood
|
3e74a19b67
|
remove hard-coded CSS on 404 page
|
2014-09-06 01:01:05 -07:00 |
|
Sam
|
8ab9c57ca5
|
Merge pull request #2707 from eyalev/rtl-email
Enable RTL direction in emails.
|
2014-08-29 09:54:57 +10:00 |
|
Robin Ward
|
8bf27642ad
|
FIX: Refresh was losing top controls after bulk operation. Removed
console.log
|
2014-08-28 14:44:38 -04:00 |
|
Robin Ward
|
bf8528b6ec
|
FIX: Use the bumped_at date for the RSS feed for a topic
|
2014-08-27 12:34:47 -04:00 |
|
Eyal Levin
|
e0c2f3df3a
|
Enable RTL direction in emails.
|
2014-08-27 14:38:03 +03:00 |
|
Jeff Atwood
|
79f7a922ef
|
add <hr> between sections of digest email
|
2014-08-22 12:15:02 -07:00 |
|
Jeff Atwood
|
4508fbe9e6
|
remove <hr> between Popular Posts in email digest
|
2014-08-19 23:23:20 -07:00 |
|
Konrad Borowski
|
14486a2e19
|
Allow translating "Log In" button in HTML code.
|
2014-08-12 11:23:45 +02:00 |
|
Jeff Atwood
|
a51bf08346
|
change "Sign In" back to "Log In" for now
|
2014-08-11 16:08:55 -07: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 |
|
Neil Lalonde
|
1530f33833
|
FIX: use iso8601 timestamp format in crawler view of a topic
|
2014-08-06 17:27:28 -04:00 |
|
Robin Ward
|
6783565d8f
|
Revert "Enable RTL direction in emails."
|
2014-08-06 15:30:07 -04:00 |
|
Eyal Levin
|
f8c99a35d0
|
Enable RTL direction in emails.
|
2014-08-06 15:27:15 +03:00 |
|
Neil Lalonde
|
5a33e6f00c
|
Move FAQ, Terms of Service, and Privacy Policy into topics in the Staff category. First post of those topics will be rendered on their respective pages. Site settings and content are not used for these documents anymore. Translations of the default text is moved into the standard YML files.
|
2014-07-25 14:41:20 -04:00 |
|
Neil Lalonde
|
b4ad70d767
|
FEATURE: Continue to Discourse links are now buttons, and those pages will redirect automatically after 5 seconds
|
2014-07-23 12:32:12 -04:00 |
|
M Smart
|
0d9e2b5df5
|
Move the scripts helper into a better place.
|
2014-07-22 20:14:57 -04:00 |
|
M Smart
|
ec280913b2
|
Enumerate deferred scripts with a sprockets helper
|
2014-07-22 19:46:43 -04:00 |
|
Robin Ward
|
eafde36228
|
FIX: If a site has no logo, don't show a broken image in the digest.
|
2014-07-21 14:18:32 -04:00 |
|
Robin Ward
|
ede8f22971
|
Use the header background color for a site in the digest email.
|
2014-07-17 12:31:37 -04:00 |
|
Robin Ward
|
f2dd35ab08
|
Improve the unsubscribe to digest experience. Give a link in case it
fails, provide a different message if you are logged in as a different
user, increase expiry to 2 months from 1 week.
|
2014-07-15 17:20:59 -04:00 |
|
Robin Ward
|
4f416bf6ce
|
Check honeypot/challenge value on activation too
|
2014-07-15 14:07:35 -04:00 |
|
Neil Lalonde
|
766196af87
|
FEATURE: add site setting allow_new_registrations which can be used to block all new account registrations
|
2014-07-14 15:42:22 -04:00 |
|
Robin Ward
|
cce7cf8c85
|
FEATURE: Require Javascript to activate an account via email link
|
2014-07-14 12:26:10 -04:00 |
|
Sam
|
5477325376
|
FIX: should use "script" to allow cdn
|
2014-07-14 08:47:06 +10:00 |
|
Neil Lalonde
|
e565ae2528
|
FEATURE: /guidelines route will always show our FAQ, ignoring the faq_url site setting
|
2014-07-10 12:58:41 -04:00 |
|
Sam
|
5032c96486
|
FIX: disable x accl redirect for CDN assets
We need to keep headers in tact
|
2014-07-10 16:32:46 +10:00 |
|
Jeff Atwood
|
97979c1a32
|
Merge pull request #2522 from awesomerobot/master
adapting the layout to fit more viewports
|
2014-07-09 17:28:32 -07:00 |
|
Kris Aubuchon
|
291459bb91
|
first steps to making discourse more responsive
|
2014-07-09 19:56:35 -04:00 |
|
Jeff Atwood
|
1ee3cf8c1d
|
fix some minor 404 search page issues
|
2014-07-08 15:57:41 -07:00 |
|
Sam
|
decff6dc85
|
revert viewport change on mobile
(truncates stuff on iphone)
|
2014-07-03 20:34:13 +10:00 |
|
Sam
|
9157f51618
|
FEATURE: upgrade font awesome to head
|
2014-07-03 17:58:12 +10:00 |
|
Kris Aubuchon
|
aee73d901a
|
fixing a handful of issues
|
2014-07-02 23:21:45 -04:00 |
|
Régis Hanol
|
7feab2fc99
|
Revert "background on topic-list, more width on extra-info-wrapper, meta viewport fix"
|
2014-07-02 16:55:43 +02:00 |
|
Kris Aubuchon
|
e0194e69a5
|
adding background to topic-list, making max-width larger on extra-info-wrapper, and changing viewport config
|
2014-07-02 09:54:40 -04:00 |
|
Jeff Atwood
|
dfd011e986
|
put the actual GitHub URL in the meta="generator"
|
2014-07-01 00:03:07 -07:00 |
|
Sam
|
fd52c88548
|
Add classes for styling
|
2014-06-25 09:47:12 +10:00 |
|
Jeff Atwood
|
fa415cd120
|
de-duplicate <footer> ids
|
2014-06-24 00:12:07 -07:00 |
|
Neil Lalonde
|
753610f8db
|
Add meta generator tag with the Discourse version. Use a partial for common head elements.
|
2014-06-19 18:18:09 -04:00 |
|
Neil Lalonde
|
82693daa3d
|
Put the 'Powered by Discourse...' message shown to crawlers and no-js visitors in a footer element so that SEO something something.
|
2014-06-19 18:18:09 -04:00 |
|
riking
|
cd186aee56
|
Allow a sepearate mobile logo URL
|
2014-06-18 12:44:00 -07:00 |
|
Robin Ward
|
17d341ff86
|
FIX: crawler versions of the page need the updated bio relationships.
|
2014-06-13 14:55:32 -04:00 |
|
Neil Lalonde
|
4f90869618
|
Add content :bottom to the bottom of every page, as it says it should
|
2014-06-06 16:48:17 -04:00 |
|
Neil Lalonde
|
bd92291b26
|
When javascript disabled, add category links to topic list and topic page
|
2014-06-05 11:14:06 -04:00 |
|