Commit graph

915 commits

Author SHA1 Message Date
Sacha Greif
f3f6984ade history update 2013-11-21 11:42:35 +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
ca43c338f6 fix #179 2013-11-18 13:20:40 +09:00
Sacha Greif
832c0dc03d updated history; fix 177 178 2013-11-18 11:31:32 +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
7b79d66bc5 publish mailchimp data for admins (fix #176) 2013-11-17 10:28:08 +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
Ry Walker
d78bc35fb2 Add URL too 2013-11-14 23:14:26 -05: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
fa4e7dbc49 syntax fix 2013-11-12 19:05:59 +09:00
Sacha Greif
3bf0e4177a Merge pull request #168 from ryw/higher-def-image
Use higher quality gravatar image
2013-11-11 15:58:28 -08:00
Sacha Greif
2ffbde6ba4 Merge pull request #167 from ryw/fix-subscription-for-spiderable
Fix subscription for spiderable
2013-11-11 15:33:19 -08:00
Sacha Greif
0eff19d983 Merge pull request #166 from Tarangp/patch-7
Use cursor to iterate lists of users
2013-11-11 15:31:47 -08: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
01369c51e7 Merge pull request #164 from Tarangp/patch-6
Fix downvoting, cancelling upvoting & cancelling downvoting
2013-11-11 15:16:29 -08: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
Sacha Greif
96d98922c9 Merge pull request #162 from Tarangp/patch-4
Have no title if there isn't a title set instead of undefined
2013-11-11 15:13:05 -08:00
Sacha Greif
3f31249f0b Merge pull request #161 from Tarangp/patch-3
Don't trust client ids
2013-11-11 15:12:23 -08:00
Sacha Greif
25475614ca Merge pull request #160 from Tarangp/patch-2
Fix ability to delete posts
2013-11-11 15:09:31 -08:00
Ry Walker
050ca1ba15 Use higher quality gravatar image 2013-11-11 16:29:40 -05:00
Ry Walker
20305d9b77 Fix subscription for spiderable 2013-11-11 16:25:47 -05:00
Tarang Patel
8c655d55bf Use cursor to iterate lists of users 2013-11-11 23:19:32 +02:00
Tarang Patel
8dad55a000 Use _id instead of id 2013-11-11 23:10:37 +02:00
Toam
9d9f941f9d More localisation 2013-11-11 22:07:19 +01:00
Tarang Patel
b38c6cda3f Fix downvoting, cancelling upvoting & cancelling downvoting
Additionally removed the `(function() {})();` encapsulation since Meteor already adds this in since they started scoping files
2013-11-11 23:06:12 +02: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
Tarang Patel
3895c7067a Don't trust client ids
Doesn't throw errors if a random value is given e.g `/posts/djhfsjkdh`. This way if something invalid is provided as an `id` then no results are returned.
2013-11-11 21:35:38 +02:00
Tarang Patel
c56c079cf2 Permissions 2013-11-11 21:15:04 +02:00
Tarang Patel
fdab645c15 Fix #159
Fix for #159
2013-11-11 20:53:02 +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