Commit graph

2598 commits

Author SHA1 Message Date
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
Sacha Greif
3dfc765bb6 Merge pull request #962 from arunoda/patch-1
Add Docker deployment support
2015-05-14 11:51:07 +09:00
Sacha Greif
c823a57805 show settings saved message and scroll back to top 2015-05-14 11:42:09 +09:00
Sacha Greif
f52e9b6188 fix post status field 2015-05-14 11:38:01 +09:00
Sacha Greif
24e3a41d73 add comment submit keyboard shortcut, tweak comment styling 2015-05-14 11:21:44 +09:00
Sacha Greif
0df385e6c7 update avatar package; handle non-existent categories 2015-05-14 10:50:29 +09:00
Sacha Greif
3772c89da6 clean up more exports 2015-05-13 11:55:10 +09:00
Sacha Greif
6be2d73d75 namespacing email stuff 2015-05-13 11:52:00 +09:00
Sacha Greif
2bb4913fb2 cleaning up user helpers 2015-05-13 11:01:03 +09:00
Arunoda Susiripala
bd19fa91fe Add Dockerfile 2015-05-13 06:10:01 +05:30
Sacha Greif
2e168dbfec make user properties optional to fix twitter/fb/etc. log in 2015-05-13 09:07:11 +09:00
Sacha Greif
48e2643b5a Merge pull request #960 from jknisley/master
#959 - Fixed plural hardcoding issue by adding pointsUnitDisplayText …
2015-05-13 08:40:09 +09:00
Sacha Greif
bd8b3b30b8 Merge pull request #961 from Workpop/trailing-commas
cosmetic remove some trailing commas from telescope-posts
2015-05-13 08:39:53 +09:00
Alex Corre
cc9a098c92 remove some trailing commas from telescope-posts 2015-05-12 14:30:10 -07:00
Jason Knisley
7d68e9bef5 #959 - Fixed plural hardcoding issue by adding pointsUnitDisplayText similar to the logic from post_info, where singular/plural is already handled correctly. 2015-05-12 15:19:05 -06:00
Sacha Greif
0983496203 add accounts-facebook and useraccounts:core 2015-05-12 17:27:18 +09:00
Sacha Greif
9232b33a44 postsListController -> posts_list_controller 2015-05-12 17:27:05 +09:00
Sacha Greif
0ea60e8f52 fix #952 2015-05-12 11:18:46 +09:00
Sacha Greif
138d0ff18d fix #955 2015-05-12 11:07:22 +09:00
Sacha Greif
83de862d61 temporarily using sacha:autoform instead of aldeed:autoform 2015-05-12 08:39:48 +09:00
Sacha Greif
8570beb809 small bug fixes 2015-05-11 18:20:05 +09:00
Sacha Greif
953f1658a3 adding template-extension package 2015-05-11 12:39:49 +09:00
Sacha Greif
9ca63582a2 updating custom package template 2015-05-11 12:39:32 +09:00
Sacha Greif
89300d115c cleaning up schemas 2015-05-11 12:15:10 +09:00
Sacha Greif
d544f0cdeb documenting schemas 2015-05-11 11:46:18 +09:00
Sacha Greif
99b4791b5a fix get/set user settings 2015-05-11 11:09:26 +09:00
Sacha Greif
48c6d49c7c propertyName -> fieldName; propertySchema -> fieldSchema 2015-05-10 14:36:47 +09:00
Sacha Greif
bb32278b5c working on documentation 2015-05-10 13:37:42 +09:00
Sacha Greif
b62419ab69 Add debug view for template modules 2015-05-10 13:37:19 +09:00
Sacha Greif
bd441a689d fix pending posts; let users access their own pending posts 2015-05-09 13:26:31 +09:00
Sacha Greif
bf8040457f cleaning up 2015-05-08 11:53:38 +09:00
Sacha Greif
3c22937896 userCreated -> onCreateUser; fixing getting started package 2015-05-08 11:45:09 +09:00
Sacha Greif
bcf50c1cd0 update subscribe to posts package 2015-05-08 11:00:15 +09:00
Sacha Greif
62a9b8dcaa bugfix 2015-05-08 09:58:45 +09:00
Sacha Greif
09eb158e3e clean up 2015-05-08 09:44:06 +09:00
Sacha Greif
bd179f7796 started updating subscribe to posts package 2015-05-08 09:43:45 +09:00
Sacha Greif
b60074ea53 using terms and params for commentsList subscription 2015-05-08 09:33:27 +09:00
Sacha Greif
11bd064039 Add commentsListController 2015-05-08 09:20:58 +09:00
Sacha Greif
3de1cf87eb Add extra field support to posts_list_compact template 2015-05-08 09:20:22 +09:00