Commit graph

28 commits

Author SHA1 Message Date
Mitchell Wulfman
6fc6b9eb78 cleanup while getting familiar with the codebase 2014-09-16 15:18:27 -04:00
Sacha Greif
21c6dc6854 using sanitizeHTML and adding migrations 2014-09-01 09:33:50 +09:00
Sacha Greif
619577d6cd migration tweak 2014-08-30 10:04:56 +09:00
Sacha Greif
735f0645db move votes to their own object on user object 2014-08-23 11:53:37 +09:00
Sacha Greif
df479d43c3 Stop tracking comments in User object; Refactor publications; add data property to user 2014-08-23 11:28:05 +09:00
Sacha Greif
9b8e16f177 now showing comments on user profile page 2014-08-22 17:06:22 +09:00
Sacha Greif
f2808ee764 rerun interrupted migrations 2014-08-22 11:25:05 +09:00
Sacha Greif
063242b78d Changed comments to CommentsCount; Now tracking _ids of commenters on each Post document 2014-08-22 10:31:05 +09:00
Sacha Greif
aedd1f69d0 Delete all existing notifications to avoid incompatibilities 2014-08-04 11:29:12 +09:00
Sacha Greif
acb7670534 Only migrate posts that don't already have lastCommentedAt 2014-07-22 11:48:23 +09:00
Sacha Greif
dc683d7a10 Rename property to lastCommentedAt 2014-07-22 10:29:37 +09:00
Sacha Greif
65eae8f171 add lastCommentDate to posts 2014-07-19 15:08:28 +09:00
Sacha Greif
fa25d69444 fixing comment bugs 2014-07-05 16:21:28 +09:00
Sacha Greif
e1919593e7 refactoring dates and timestamps 2014-07-03 13:15:23 +09:00
Sacha Greif
017f180667 fixing sticky bug #310 2014-07-03 09:30:10 +09:00
Sacha Greif
e99876a2fe migrations tweaks 2014-06-23 17:16:04 +09:00
Sacha Greif
110e34ab8e fixing typos 2014-06-23 17:09:06 +09:00
Sacha Greif
a0748a8d89 improving migrations 2014-06-23 17:08:25 +09:00
Sacha Greif
8912b9f5e0 improved migrations 2014-06-23 14:28:37 +09:00
Sacha Greif
49779cabe8 add timestamp to migrations 2014-06-22 16:38:20 +09:00
Sacha Greif
45fb6a9a2b migrating post.createdAt, post.submitted, and comment.createdAt to Date() types 2014-06-22 11:09:12 +09:00
Sacha Greif
07a95b3b5c adding commentsSubmittedToCreatedAt and commentsPostToPostId migrations 2014-06-22 10:34:25 +09:00
Sacha Greif
9bf61f3807 Changing "headline" to "title" 2014-05-16 09:19:35 +09:00
Sacha Greif
e0ff3f71fc Counting up votes and down votes with two separate properties instead of a single "votes" property 2014-05-15 15:56:23 +09:00
Christian Bundy
86ec3ede93 Solve trivial JS errors
Using jshint and and fixmyjs I went through and removed 220 trivial
Javascript errors – mostly missing semicolons, and some properties that
weren’t written in dot notation. You can view the diff of jshint’s
output here:
https://gist.github.com/christianbundy/7b37c51bb6f7c8d739e7/revisions
2014-05-06 20:15:48 -07:00
Sacha Greif
2bb0ab29fd made updateUserProfiles into a migration 2013-11-16 13:13:21 +09:00
Sacha Greif
a573d17acb added post status migration 2013-04-06 14:27:08 +09:00
Sacha Greif
1b244db563 added migrations to add slugs and update post categories 2013-04-06 12:38:28 +09:00