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
Ali Elouafiq
12c18e0119
adding Facebook Login
...
and a fancy favicon
2014-05-04 17:21:52 +01:00
Arunoda Susiripala
0e57794f47
added complete fast-render support
2014-01-12 22:58:07 +05:30
Egor Suvorov
89eca55ad3
#220 : now all pages are waitOn('categories')
2014-01-10 01:25:25 +02:00
Egor Suvorov
c5a2a59edc
router.js: all router-level access checks now wait for required subscriptions to be ready instead of hacking around
2014-01-07 22:50:56 +02:00
Egor Suvorov
088c2a1127
#217 : now isAdmin router check call this.subscribe().wait() to avoid showing 'You have to be an admin' message to admins
2014-01-06 21:01:21 +02: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
6727dfd516
fix bug with more button on search
2013-11-16 17:44:33 +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
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
Sacha Greif
1b75b37e4a
return empty cursors when user cannot view
2013-11-15 11:50:57 +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
Toam
9d9f941f9d
More localisation
2013-11-11 22:07:19 +01:00
Toam
c527a00a62
merge
2013-11-09 02:02:05 +01: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
2583338d73
fixed comment edit bug
2013-11-05 09:32:21 +09:00
Sacha Greif
7da1dc26b1
enable filtering users list
2013-11-04 22:05:19 +09:00
Sacha Greif
60f3876f9e
updated to new google analytics snippet and syntax
2013-10-31 09:55:44 +09:00
Ry Walker
7670894416
Move analyticsRequest()
2013-10-29 22:28:52 -07:00
Sacha Greif
bef1ab8e0b
working on google analytics
2013-10-30 08:27:44 +09:00
Sacha Greif
a7c806b18b
stop showing "load more" when there aren't any posts left
2013-10-29 17:05:20 +09:00
Sacha Greif
4c1f6595a3
finally got it to work! (I hope…)
2013-10-29 16:55:59 +09:00
Sacha Greif
d576fd3ac4
merging
2013-10-29 16:06:41 +09:00
Sacha Greif
11a9637dff
clean up
2013-10-29 16:05:55 +09:00
Sacha Greif
63f923b62c
get rid of buggy constant block
2013-10-29 12:50:32 +09:00
Sacha Greif
2fbb506096
still working on rank animation
2013-10-28 16:04:55 +09:00
Tom Coleman
91066818a4
So close!
2013-10-28 17:07:18 +11:00
Sacha Greif
597d8e7aa9
working on rank problem
2013-10-28 13:35:20 +09:00
Sacha Greif
62a8c49e6c
don't queue comments on single comment pages
2013-10-26 17:35:45 +09:00
Sacha Greif
6c5ef50560
make getParameters available for server too
2013-10-26 11:41:53 +09:00
Sacha Greif
e1f5b0b7bb
put nProgress in global filter
2013-10-26 11:18:18 +09:00
Sacha Greif
999464d4b6
cleaning up publications
2013-10-26 10:50:49 +09:00
Sacha Greif
0c47f6e250
publish the post related to a single comment
2013-10-26 10:47:13 +09:00
Sacha Greif
65e59767d1
got rid of digest publications; simplified digest subscription; publishing comment author user
2013-10-26 10:37:32 +09:00
Sacha Greif
f9b7432a08
use postsListController for categories as well
2013-10-25 12:28:21 +09:00
Sacha Greif
add7183581
clean up
2013-10-25 11:59:00 +09:00
Sacha Greif
420a27e97a
using common PostPageController
2013-10-25 11:54:19 +09:00
Sacha Greif
697ed0bb48
use common controller for post lists routes
2013-10-25 11:44:52 +09:00
Sacha Greif
676dc3c349
loading relevant users for each post list view
2013-10-25 11:23:16 +09:00
Sacha Greif
86114b7573
make isAdmin work better when user is null
2013-10-25 10:37:39 +09:00
Sacha Greif
540b34d470
Make sure to reset session variables
2013-10-25 10:04:34 +09:00