Commit graph

  • 00f8e9c189 use one of gravatar's default avatars rather than our own joshua stein 2014-01-21 00:22:40 -0600
  • e6ce3a5d68 show full story threads when highlighting a comment joshua stein 2014-01-20 23:30:46 -0600
  • d277011a0f tighten up comment tree spacing just a tad joshua stein 2014-01-20 22:29:02 -0600
  • 700d338b23 unbreak story previews joshua stein 2014-01-20 21:18:03 -0600
  • 3c7393c6a3 give tedu his karma back joshua stein 2014-01-20 20:22:45 -0600
  • 1a0457c7be Merge pull request #111 from srgpqt/master joshua stein 2014-01-20 18:08:36 -0800
  • 5bca469035 enable "reply" function on the "Comments" page Serge Paquet 2014-01-20 21:04:54 -0500
  • 27caa0a7a6 Merge pull request #106 from srgpqt/recent_threads joshua stein 2014-01-20 17:27:03 -0800
  • c764814ee5 Merge pull request #104 from srgpqt/master joshua stein 2014-01-20 17:26:33 -0800
  • 79b64c3883 use standard create/update comment routes Serge Paquet 2014-01-15 22:55:31 -0500
  • 42ce1e3b4c rebuilt comment tree DOM structure as valid HTML Serge Paquet 2014-01-15 22:25:20 -0500
  • 41c9dfad5d fix DOM structure when replying to or updating comments Serge Paquet 2014-01-15 21:21:05 -0500
  • 02a30c66b1 optimize database queries for "Your Threads" page Serge Paquet 2014-01-15 21:17:32 -0500
  • 7d10b5eb06 Merge pull request #108 from abutler3/master joshua stein 2014-01-20 09:14:27 -0800
  • 544a521c78 Create user model tests for is_active, unban, is_banned and is_new Drew Butler 2014-01-19 08:50:39 -0600
  • 2cd248d122 Test-user receives message after registering banned username Drew Butler 2014-01-18 13:32:57 -0600
  • 8c3841331d when highlighting one comment, scroll to it joshua stein 2014-01-18 13:13:58 -0600
  • 577ce2307b fix User#recent_threads for postgresql Serge Paquet 2014-01-16 21:33:00 -0500
  • dd860f06e3 also escape ~ char before sending to sphinx joshua stein 2014-01-14 21:53:26 -0600
  • 86bafcfd4a Merge pull request #87 from srgpqt/postgresql joshua stein 2014-01-14 18:54:00 -0800
  • 305c992709 possible fix for postgresql+sphinx indexing issue? Serge Paquet 2014-01-09 00:02:01 -0500
  • cb695a1522 optimize traffic counter queries Serge Paquet 2014-01-09 00:01:54 -0500
  • d74a2c448f add postgresql support Serge Paquet 2014-01-09 00:01:45 -0500
  • 5f6c13b26b Merge pull request #98 from srgpqt/master joshua stein 2014-01-14 18:34:07 -0800
  • 6165b62d4b Merge pull request #103 from ZubKonst/rename_rbenv-version joshua stein 2014-01-14 18:26:01 -0800
  • 55127a52c4 rename .rbenv-version file Konstantin Zub 2014-01-15 05:16:25 +0400
  • be2c706c06 fix Tag.accessible_to to allow moderators to use privileged tags joshua stein 2014-01-14 11:39:27 -0600
  • 566c1090e8 apply comment_text class to private messages to get nicer formatting joshua stein 2014-01-14 11:38:36 -0600
  • 3241f34f75 don't interact with inactive users joshua stein 2014-01-13 10:21:49 -0600
  • 6d091ef204 Merge pull request #99 from srgpqt/ruby2 joshua stein 2014-01-13 12:23:17 -0800
  • e12d91cd43 allow users to delete their own accounts joshua stein 2014-01-13 10:12:17 -0600
  • e5eef45fe8 add note about compatibility with ruby 2.0.0 and 2.1.0 in README Serge Paquet 2014-01-13 03:21:50 -0500
  • aabe4ceed7 remove redundant "story" variable in comment templates Serge Paquet 2014-01-13 02:11:34 -0500
  • 1ef58d6496 search: fix busted scope introduced in sphinx update joshua stein 2014-01-13 00:59:37 -0600
  • da560f1da4 search: fix radio button labels joshua stein 2014-01-13 00:55:36 -0600
  • 65a9a77104 Merge pull request #92 from srgpqt/filters joshua stein 2014-01-12 22:34:09 -0800
  • 4cfa2dae27 Merge pull request #86 from srgpqt/master joshua stein 2014-01-12 22:30:27 -0800
  • fcfd472723 don't show invitation queue to new users joshua stein 2014-01-12 23:37:59 -0600
  • f1f6b3c7e0 alert the user when submitting a long-ago-submitted story joshua stein 2014-01-13 00:10:31 -0600
  • 22b77573a5 prevent new users from downvoting joshua stein 2014-01-12 23:17:09 -0600
  • 0989d6b30b also log a moderation when a user is banned joshua stein 2014-01-12 19:22:08 -0600
  • 287be48187 add stuff to deal with banning users joshua stein 2014-01-12 15:09:32 -0600
  • 68a1f02a1c name /u/:username route joshua stein 2014-01-12 14:22:47 -0600
  • 93759f2187 map user path joshua stein 2014-01-12 14:14:46 -0600
  • 2b93c1217b log user id when logged in joshua stein 2014-01-12 13:27:52 -0600
  • 7abb4636dd reduce access required for privileged tags to just moderator joshua stein 2014-01-09 23:26:23 -0600
  • ccae78bf34 if user is not logged in, prevent downloading application.js joshua stein 2014-01-09 23:24:41 -0600
  • 7850fd2054 bump copyright to 2014 joshua stein 2014-01-09 23:24:13 -0600
  • 637b14a8b9 Merge pull request #97 from Mongey/master joshua stein 2014-01-11 15:56:20 -0800
  • a069749c65 Fix issue #96. Direct users back to root URL via get instead of post Conor Mongey 2014-01-10 23:52:40 +0000
  • 2c906efa7e simplify and optimize Filters controller and template Serge Paquet 2014-01-09 01:44:03 -0500
  • e2c266af4b simplify Comment#arrange_for_user method Serge Paquet 2014-01-07 18:07:10 -0500
  • 5988038071 make Comment#ordered_for_story_or_thread_for_user work on query scope Serge Paquet 2014-01-07 17:58:22 -0500
  • 4ff4d53ae9 update db schema from production: story_cache shortened to mediumtext joshua stein 2014-01-08 22:41:40 -0600
  • cd7cb552e7 story detail: don't mock non-users by showing a discuss link joshua stein 2014-01-08 22:00:22 -0600
  • d578482e3b move story comment counts out of keystore joshua stein 2014-01-08 21:53:10 -0600
  • 9bab78634e don't show endless comment link pages joshua stein 2014-01-08 20:41:52 -0600
  • 2f824a73a3 shrink story hotness window, things are moving faster now joshua stein 2014-01-08 20:41:24 -0600
  • 53a6d87ead speed up traffic decrementer joshua stein 2014-01-08 20:41:12 -0600
  • 9a6cccfde0 grey out meta tag joshua stein 2014-01-08 20:40:49 -0600
  • 40e4c10e26 fix busted PM e-mail notifications joshua stein 2014-01-08 20:40:03 -0600
  • a9a5a900f9 Merge pull request #88 from oa414/master joshua stein 2014-01-07 18:59:44 -0800
  • 6551f49bde README: add password_confirmation field in initial administrator user Please enter the commit message for your changes. Lines starting Linxiangyu 2014-01-08 10:49:04 +0800
  • 345388079e Merge pull request #83 from srgpqt/sphinx joshua stein 2014-01-07 10:17:31 -0800
  • 1c3597004f Merge pull request #81 from srgpqt/master joshua stein 2014-01-07 09:57:09 -0800
  • e6db99c956 disable autocomplete for text fields that shouldn't use it joshua stein 2014-01-07 11:41:07 -0600
  • c576f86e4d in moderation auto-message, tell the user it's automated joshua stein 2014-01-07 11:40:36 -0600
  • 1452e1c34d rip out default filtered tags joshua stein 2014-01-06 16:30:14 -0600
  • d959977ca1 color 'ask' tag specially joshua stein 2014-01-06 16:28:58 -0600
  • 9b5ab9b978 try really hard to convert inbound mail to utf8 joshua stein 2014-01-06 14:49:16 -0600
  • 831b576325 only show invitation queue link if there are any pending joshua stein 2014-01-06 14:48:47 -0600
  • ce495470c6 double max comment edit time to 90 minutes joshua stein 2014-01-03 09:28:56 -0600
  • 709b0bff98 upgrade thinking-sphinx gem Serge Paquet 2014-01-07 05:52:29 -0500
  • b8652d80cc simplify user tree controller action and template Serge Paquet 2014-01-04 03:14:41 -0500
  • a4657cdb83 Merge pull request #77 from srgpqt/master joshua stein 2014-01-03 06:32:54 -0800
  • a46194d1be add Search#page_count method Serge Paquet 2014-01-02 12:16:14 -0500
  • fb0b756f41 sync db schema with production joshua stein 2014-01-02 10:56:02 -0600
  • fcd2c10c08 Merge pull request #76 from srgpqt/master joshua stein 2014-01-02 08:53:51 -0800
  • cc59b4b475 story guidelines toggler was moved to application.js joshua stein 2014-01-02 10:10:25 -0600
  • 50aa8434f9 Merge pull request #59 from imwally/master joshua stein 2014-01-02 08:09:05 -0800
  • 3757b279ff add karma column to users table Serge Paquet 2014-01-01 16:02:19 -0500
  • db80320897 README: rails 3 -> 4 joshua stein 2013-12-31 16:02:53 -0600
  • 4448dca2ba sync schema with production after rails upgrade joshua stein 2013-12-31 16:01:39 -0600
  • bcef7acaf6 set config.i18n.enforce_available_locales to avoid a deprecation warning joshua stein 2013-12-31 16:00:55 -0600
  • 581a1ab7b8 log/.gitkeep -> log/.keep joshua stein 2013-12-31 16:00:40 -0600
  • bfeddf0d94 Merge pull request #74 from srgpqt/rails4 joshua stein 2013-12-31 13:55:23 -0800
  • 9b0294c471 upgrade to rails v4.0.2 Serge Paquet 2013-12-30 17:29:00 -0500
  • 8a76402c1b Merge pull request #75 from srgpqt/master joshua stein 2013-12-30 13:47:53 -0800
  • b42189f45b replace some raw sql with database-agnostic activerecord queries Serge Paquet 2013-12-30 13:48:57 -0500
  • f8f35c6177 Merge pull request #73 from srgpqt/jquery-fixes joshua stein 2013-12-29 08:09:54 -0800
  • 3c63f930cd more jQuery.fn.live fixes for the "submit story" page Serge Paquet 2013-12-28 22:16:24 -0500
  • e63e45af2b record and show which comments were posted by e-mail, for no particular reason joshua stein 2013-12-28 12:00:29 -0600
  • db81f5ff3b Merge pull request #72 from srgpqt/jquery-fixes joshua stein 2013-12-28 09:53:37 -0800
  • 1e7dc17b56 set hotness with score+1 so a single downvote doesn't kill it joshua stein 2013-12-28 11:48:53 -0600
  • 4fe74ab2e4 add "low quality" story downvote option, reorder joshua stein 2013-12-28 11:48:30 -0600
  • b950f662f1 Merge pull request #71 from srgpqt/master joshua stein 2013-12-28 09:52:38 -0800
  • 00228bc120 quote column name for mysql Serge Paquet 2013-12-27 18:05:38 -0500
  • 8fbf76b484 use activerecord query interface instead of deprecated finder methods Serge Paquet 2013-12-23 22:20:06 -0500
  • ae2ff1f1ef fix javascript errors caused by using deprecated/removed jQuery.fn.live function Serge Paquet 2013-12-25 16:29:04 -0500
  • bf0dd25bfd Merge pull request #70 from srgpqt/master joshua stein 2013-12-23 16:17:06 -0800