Commit graph

2586 commits

Author SHA1 Message Date
Sacha Greif
172f3a140d version bump (0.20.4) 2015-05-20 10:18:14 +09:00
Sacha Greif
5299db4866 Merge branch 'master' into devel
# Conflicts:
#	Dockerfile
#	packages/telescope-comments/lib/client/templates/comment_item.html
#	packages/telescope-comments/lib/client/templates/comment_item.js
2015-05-20 10:14:08 +09:00
Sacha Greif
250f6e84ac migrations package version bump 2015-05-20 10:11:58 +09:00
Sacha Greif
1c4eae0513 Merge branch 'master' into devel
# Conflicts:
#	.meteor/versions
2015-05-20 10:08:33 +09:00
Sacha Greif
d1055bd8ce version bump (0.20.2) 2015-05-20 09:34:03 +09:00
Sacha Greif
074037d22c post comments are not paginated yet, so set their limit to 0 2015-05-20 09:19:50 +09:00
Sacha Greif
51e21d59f6 add spiderable 2015-05-20 09:19:35 +09:00
Sacha Greif
7e296de31d make migrations more tolerant 2015-05-19 18:30:06 +09:00
Sacha Greif
f1469a04ae make sure default view controller exists 2015-05-19 18:29:54 +09:00
Sacha Greif
31fd821029 version bump (0.20.1) 2015-05-19 15:42:24 +09:00
Sacha Greif
8875bceb6c bugfix 2015-05-19 15:17:27 +09:00
Sacha Greif
28f50a6b7b add scss.json to package 2015-05-19 12:52:43 +09:00
Sacha Greif
b7b9f634b8 update kadira 2015-05-19 12:39:36 +09:00
Sacha Greif
b296d87e44 make profileCompletedAsync callback work; make invites work even with Twitter or Facebook accounts 2015-05-19 12:34:27 +09:00
Sacha Greif
4decc30e5a make sure migrateUserProfiles migration migrates user profiles (duh) 2015-05-19 11:30:13 +09:00
Sacha Greif
94fd8666bc remove addTopLevelCommentIdToComments migration 2015-05-19 11:19:34 +09:00
Sacha Greif
e2b044369d change name of custom package in .meteor/packages; code clean up 2015-05-19 10:29:36 +09:00
Sacha Greif
bae795f268 make subscribeUserOnCreation callback run asynchronously to fix #933 2015-05-19 10:26:31 +09:00
Sacha Greif
cf9d4799f8 check required fields in hasCompletedProfile callback 2015-05-19 09:50:39 +09:00
Sacha Greif
feb6f96afe do not make username field required after all (not provided by Facebook) 2015-05-19 09:37:42 +09:00
Sacha Greif
3532f43db2 small fixes to invites and css 2015-05-19 09:37:27 +09:00
Sacha Greif
e74bea4555 making invite stuff work 2015-05-18 18:32:54 +09:00
Sacha Greif
eef51ca688 fix categories 2015-05-18 16:42:11 +09:00
Sacha Greif
d43a4c6395 Changing package versions to match Telescope version 2015-05-18 12:10:07 +09:00
Sacha Greif
29babb9a38 postListTop -> postsListTop; Telescope.utils.colorTable -> Telescope.colorElements.colorTable; reogranize menus code 2015-05-18 11:39:12 +09:00
Sacha Greif
60024af0d1 Telescope.menus -> Telescope.menuItems 2015-05-18 11:11:14 +09:00
Sacha Greif
7c2002e387 gitignore 2015-05-18 10:38:37 +09:00
Sacha Greif
13085c62b4 rename users templates 2015-05-18 10:38:04 +09:00
Sacha Greif
41767aa8d8 more name changes 2015-05-18 10:36:39 +09:00
Sacha Greif
b72ef6fd45 renaming posts templates 2015-05-18 10:30:08 +09:00
Sacha Greif
5f9bd0d223 more template name changes 2015-05-18 10:12:48 +09:00
Sacha Greif
767d4b8178 template camelCase -> underscore 2015-05-18 10:00:41 +09:00
Sacha Greif
c8754f0dd3 register -> add 2015-05-17 15:38:02 +09:00
Sacha Greif
e29a00c6b3 make sure user.votes exists 2015-05-17 15:27:51 +09:00
Jeremy Shimko
aabdfaca71 restore missing returnError arg 2015-05-17 01:46:43 -04:00
Sacha Greif
f0f729da7f fix #974 2015-05-17 12:08:08 +09:00
Sacha Greif
aa12450688 fix #972 and fix uninvited users being allowed to post bug 2015-05-17 12:04:46 +09:00
Sacha Greif
071106c7d6 updating versions; making forms orderable; adding modules.removeAll 2015-05-16 17:49:16 +09:00
Sacha Greif
c836384012 enable password change 2015-05-16 13:13:45 +09:00
Sacha Greif
e27dc3aaee make profile fields flexible ("read-only Autoform") 2015-05-16 12:34:50 +09:00
Sacha Greif
b2d6e94265 updating package versions 2015-05-16 12:05:53 +09:00
Sacha Greif
affec3c1c8 using spacebars helpers for profileUrl, username, and displayName 2015-05-14 16:42:19 +09:00
Sacha Greif
7c39487090 add ROOT_URL and Heroku button 2015-05-14 16:21:08 +09:00
Sacha Greif
35d5e8d2fb use mongolab sandbox 2015-05-14 16:13:44 +09:00
Sacha Greif
0f5963f2cc adding app.json for Heroku deploy 2015-05-14 16:12:05 +09:00
Sacha Greif
dfad6679f8 Merge pull request #966 from Workpop/post-filter-category
Add ability to filter post views by category id
2015-05-14 14:36:08 +09:00
Seth Sandler
69eb51333c Add ability to filter post views by category id 2015-05-13 22:26:42 -07:00
Sacha Greif
17a39f22ea add dutch translation 2015-05-14 12:02:43 +09:00
Sacha Greif
a7e3b9c985 update french translation 2015-05-14 12:01:22 +09:00
Sacha Greif
960c67cec0 add Dockerfile 2015-05-14 11:51:33 +09:00