Commit Graph

7964 Commits

Author SHA1 Message Date
Robin Ward cf723b051a We don't need to tell them to refresh the page anymore. 2014-05-02 16:50:02 -04:00
Jeff Atwood ee08ace63a can't stop, won't stop, don't stop. ONW 2014-05-02 13:11:57 -07:00
Jeff Atwood 585997f97e I really need to stop editing this. 1 word less! 2014-05-02 12:28:29 -07:00
Neil Lalonde cb2bcb89ff Update translations 2014-05-02 14:01:27 -04:00
Neil Lalonde 014bfc0512 Use 10k most common passwords instead of 5k 2014-05-02 12:01:21 -04:00
Neil Lalonde ce381860dc Order latest.rss by created_at, not updated_at 2014-05-02 11:51:16 -04:00
Neil Lalonde 2e7b69f849 RSS feed for topics and posts now use a guid that will always be unique, unlike urls which can change when the topic slug changes 2014-05-01 14:09:15 -04:00
Neil Lalonde 35547295bd Remove welcome.rake. Seed data handles this now. 2014-05-01 11:52:38 -04:00
Neil Lalonde 47a7c20992 Merge pull request #2308 from alxndr/patch-1
remove another reference to now-extinct db dumps
2014-05-01 11:45:20 -04:00
Neil Lalonde df538f63d9 Add Hebrew 2014-05-01 11:00:53 -04:00
Jeff Atwood 0f62a6f132 fix new user color 2014-05-01 01:39:08 -07:00
Régis Hanol 11bfd6b68c Merge pull request #2309 from riking/cat-class
Add class to page based on topic category
2014-05-01 09:58:45 +02:00
Jeff Atwood 41cb378142 why does .cooked need a right margin of 60 px?!? 2014-05-01 00:25:07 -07:00
Jeff Atwood 3c05f97f9e some /faq page layout fixes 2014-04-30 23:59:24 -07:00
riking 63ce01893b Add class to page based on topic category 2014-04-30 22:24:02 -07:00
Jeff Atwood a8b1cb66af omit needless words 2014-04-30 22:07:08 -07:00
Alexander Quine 3c3e24814b remove another reference to now-extinct db dumps 2014-04-30 21:08:56 -07:00
Jeff Atwood 664d2016d0 Add security section 2014-04-30 20:20:05 -07:00
Jeff Atwood 9f16bc9048 digest footer copyedit 2014-04-30 16:21:18 -07:00
Jeff Atwood 0fa7aec74a minor copyedits on faq and digest 2014-04-30 16:20:23 -07:00
Régis Hanol 02dd80170a BUGFIX: revision history was messed up when doing quick edits 2014-04-30 22:42:56 +02:00
Neil Lalonde dc0a758ec6 FIX: quote whole post button was broken 2014-04-30 14:21:43 -04:00
Régis Hanol 5fda4a613d Merge pull request #2306 from awesomerobot/master
some alignment fixes for the new username position
2014-04-30 18:08:29 +02:00
Régis Hanol 11af466737 FEATURE: add a specific flag reason when a post has been hidden 2014-04-30 16:58:01 +02:00
Kris Aubuchon e18f435318 some alignment fixes for the new username position 2014-04-30 10:14:27 -04:00
Jeff Atwood 4b83a6f0a0 minor copyedits on flagging 2014-04-30 02:03:13 -07:00
Jeff Atwood 7006f47488 copyedit to explain reply rule 2014-04-30 01:22:31 -07:00
Jeff Atwood f13e9e58e8 change "Log In" to "Sign In"
because
http://www.designcult.org/2011/08/why-do-we-call-in-logging-in.html
2014-04-30 01:10:32 -07:00
Sam 85e7033410 BUGFIX: styling 2014-04-30 17:04:54 +10:00
Sam e964ca4d4e BUGFIX: merge played up correct visual styles 2014-04-30 16:13:08 +10:00
Sam d8046a395f BUGFIX: improve alignment 2014-04-30 16:04:24 +10:00
Jeff Atwood 8c0041bcda Merge pull request #2305 from awesomerobot/master
some adjustments for the username relocation...
2014-04-29 21:55:17 -07:00
Kris Aubuchon 7361519e52 some adjustments for the username relocation... 2014-04-30 00:45:11 -04:00
Sam f6c22cc299 Merge pull request #2297 from ligthyear/custom-fields
Custom fields for Topic, Category, Post and Group
2014-04-30 13:15:50 +10:00
Sam 1d2cabc2a6 FEATURE: usernames are now on top. 2014-04-30 12:13:37 +10:00
Robin Ward cd6ab981f3 FIX: preferences URL changed 2014-04-29 21:18:23 -04:00
Robin Ward 7a2dbf0d2d FIX: Changed fixture paths 2014-04-29 21:09:29 -04:00
Robin Ward ad1a8db956 Support for linking to static pages with hash URLs like `#section`. Also
refactor of static code to be more idomatic.
2014-04-29 18:01:13 -04:00
Robin Ward 4d3effa686 User new `/my/preferences` route in an email 2014-04-29 16:34:31 -04:00
Jeff Atwood dd1ebff956 more accurate description of newuser_max_replies 2014-04-29 13:19:07 -07:00
Robin Ward 87b4cd3323 FIX: Don't show `undefined` query params 2014-04-29 16:18:01 -04:00
Jeff Atwood 4442ae1c8a apparently that's not markdown-ified 2014-04-29 12:56:16 -07:00
Robin Ward 0528b408a3 Add an integration test for the new Ember 404 route 2014-04-29 15:29:13 -04:00
Robin Ward f50039b48b Support 404 routes in the Ember App 2014-04-29 15:29:13 -04:00
Neil Lalonde f61f29439e Track the ip address where user was registered 2014-04-29 14:37:56 -04:00
Benjamin Kampmann f757706861 Ensure Reload reloads custom_fields, too 2014-04-29 19:34:56 +02:00
Benjamin Kampmann 230453b411 use more explicit naming to prevent name clashes. fixes build. 2014-04-29 19:26:43 +02:00
Benjamin Kampmann 0cf07d41ae Move Concern from lib into app/models. refs #2279 2014-04-29 19:26:43 +02:00
Benjamin Kampmann 1e70c3cbbd Add Support for Arrays to CustomFields 2014-04-29 19:26:42 +02:00
Benjamin Kampmann e502122c51 Add Custom Fields on Topics 2014-04-29 19:26:42 +02:00