Commit graph

1037 commits

Author SHA1 Message Date
Egor Suvorov
5b9c0ff5af #194: after category update from admin panel, all posts related to this category are updated (because full category object is stored in each post) 2014-01-06 19:59:35 +02:00
Sacha Greif
492bf22d30 Merge pull request #216 from yeputons/issue-184
#184: fixed subscription to Notifications collection
2014-01-05 17:01:23 -08:00
Egor Suvorov
d839c02ed6 #184: fixed subscription to Notifications collection 2014-01-06 02:44:18 +02:00
Egor Suvorov
b9ce01ce07 User profile edit form: now it's prevented from submit and windows is scrolled to display error/success message 2014-01-06 02:30:59 +02:00
Tarang Patel
008cc7af15 Update from depreciated style events 2014-01-05 12:02:53 +02:00
Tarang Patel
39eb1c8e0a Update Events
Move from using depreciated event declaration style. Still supported
not sure if future proof (see
https://github.com/meteor/meteor/blob/devel/packages/templating/deftempl
ate.js#L184)
2013-11-24 16:13:53 +02:00
Tarang Patel
e28d1f61a2 Nice search transition
Just thought its nice
2013-11-24 15:10:04 +02:00
Sacha Greif
4e465c348b time format 2013-11-22 15:36:14 +09:00
Sacha Greif
ea70384950 added date headers to logs 2013-11-22 14:46:42 +09:00
Sacha Greif
a8ef61366f added search logging 2013-11-22 14:20:47 +09:00
Sacha Greif
b2afbe6ac7 merging with master 2013-11-21 11:41:04 +09:00
Sacha Greif
0cc4ca1bbb adding custom package 2013-11-21 11:32:09 +09:00
Sacha Greif
4cd03a6a11 refactored notifications; added notifications for new users 2013-11-18 11:30:58 +09:00
Sacha Greif
9e36b3d8d2 avoid duplicating code 2013-11-17 11:42:17 +09:00
Sacha Greif
c461cd78b0 refactoring subscriptions (thanks @Arunoda!) 2013-11-17 08:01:56 +09:00
Sacha Greif
25886692d2 gave search its own template 2013-11-17 07:24:30 +09:00
Sacha Greif
76f5e1dbbf remove change event for search 2013-11-16 17:56:09 +09:00
Sacha Greif
6727dfd516 fix bug with more button on search 2013-11-16 17:44:33 +09:00
Sacha Greif
4008b323b5 adding keyup firing delay to search 2013-11-16 17:19:35 +09:00
Sacha Greif
1aa697a357 enable search results pagination 2013-11-16 16:53:38 +09:00
Sacha Greif
5c47069519 give search results their own route 2013-11-16 14:01:00 +09:00
Sacha Greif
2bb0ab29fd made updateUserProfiles into a migration 2013-11-16 13:13:21 +09:00
Sacha Greif
84a35bd737 use type=search 2013-11-16 12:51:33 +09:00
Sacha Greif
d8c31b7f62 css tweaks 2013-11-15 15:29:39 +09:00
Sacha Greif
ef537c4987 working on 18n 2013-11-15 13:10:27 +09:00
Ry Walker
377f5704ef Basic search working 2013-11-14 23:01:59 -05:00
Ry Walker
f5238d4fb7 Whitespace 2013-11-14 22:16:18 -05:00
Sacha Greif
1b75b37e4a return empty cursors when user cannot view 2013-11-15 11:50:57 +09:00
Sacha Greif
ad9bea13ed refactored invites and user dashboard a bit 2013-11-14 10:49:37 +09:00
Sacha Greif
0ea12ec96f do not try to add user to mailchimp list if they don't have an email 2013-11-14 10:04:11 +09:00
Sacha Greif
4636e9a1e4 Merge branch 'master' of github.com:Toam/Telescope into Toam-master 2013-11-12 08:25:48 +09:00
Sacha Greif
1b6072e114 fixing updateScore syntax 2013-11-12 08:23:15 +09:00
Sacha Greif
f004e0c7e1 Merge pull request #163 from Tarangp/patch-5
Show nothing instead of null
2013-11-11 15:13:39 -08:00
Toam
9d9f941f9d More localisation 2013-11-11 22:07:19 +01:00
Tarang Patel
8a506522d8 Show nothing instead of null
If these values aren't set they would be shown as `null`. They should just be `` (empty string)
2013-11-11 22:09:24 +02:00
Tarang Patel
cbae924d24 Have no title if there isn't a title set instead of undefined
Usually the title is `undefined`. This way it shows the URL instead if nothing is set in settings.
2013-11-11 21:57:47 +02:00
Toam
84fb95d5bd Corrections on localisation 2013-11-09 12:49:46 +01:00
Toam
c527a00a62 merge 2013-11-09 02:02:05 +01:00
Toam
fb2ad9b2c4 Localisation of user views 2013-11-08 23:58:41 +01:00
Sacha Greif
0bed5aa609 cleaned up user profiles a bit 2013-11-08 11:42:00 +09:00
Sacha Greif
8c7ba04589 publish all users to make autocomplete work, but only for admins 2013-11-08 11:38:57 +09:00
Sacha Greif
4e27e5c8c1 improving user dashboard 2013-11-08 11:15:02 +09:00
Sacha Greif
1c5c8fb575 improved user dashboard even more! 2013-11-08 11:10:23 +09:00
Sacha Greif
c164e67572 enable karma redistribution 2013-11-08 10:12:00 +09:00
Sacha Greif
6c0002afec moved analytics.js to make sure it's always loaded before the router 2013-11-08 09:56:07 +09:00
Sacha Greif
f2fbb98d8c added better user filtering/sorting 2013-11-08 09:47:23 +09:00
Sacha Greif
f876eb263e added profile fields for github, twitter, and personal site, and fixed profile avatar 2013-11-07 09:57:57 +09:00
Sacha Greif
26b321fb27 small styling fix 2013-11-07 09:25:49 +09:00
Sacha Greif
d20de7e527 added some basic way of making sure user's clicks are only registered once per session 2013-11-06 10:11:35 +09:00
Sacha Greif
5cb440c5bb updated meteor; security fix 2013-11-06 09:29:10 +09:00