Sacha Greif
6a0c49ce2f
fixing validation errors on post submit; changing timestamp types to Date()
2014-06-22 09:55:34 +09:00
Sacha Greif
738857a51e
Merge branch 'master' into autoform
...
Conflicts:
client/views/posts/post_page.js
2014-06-22 08:58:18 +09:00
Sacha Greif
52c36a341b
Merge branch 'master' of github.com:TelescopeJS/Telescope
2014-06-22 08:57:27 +09:00
Sacha Greif
e2dffb609d
sort users by name
2014-06-22 08:57:20 +09:00
Sacha Greif
51e238240e
Merge pull request #308 from sadiqevani/patch-1
...
fixed - not showing user profiles
2014-06-22 08:50:10 +09:00
Sacha Greif
32a75ad4b1
Merge pull request #305 from sadiqevani/master
...
[fix] undefined title in posts
2014-06-22 08:49:49 +09:00
Sacha Greif
b7a1ea14ad
Merge pull request #285 from newnectar/patch-1
...
Fixed locale en
2014-06-22 08:48:55 +09:00
Sadi
fd62a516d8
fixed - not showing user profiles
...
fixed - not showing user profiles if logged with fb or twitter
2014-06-17 15:20:01 +03:00
Sadi
80a482e505
fixed - upvote/downvote
...
The issue was that the cancelDownvote() had was checking if there were any upvotes!
Now its working like a charm.
2014-06-17 14:34:07 +03:00
Sadi
2d9a779ec6
[fix] undefined title in posts
...
This fixes the undefined title, when you view your posts
2014-06-15 15:06:31 +03:00
Sacha Greif
54bd5f7137
Merge pull request #286 from nicejwjin/patch-1
...
Translations variable change to object
2014-06-10 12:32:38 -07:00
jungwon
7af1e73870
Translations variable change to object
...
Translations is referenced with i18n.translations[lang][str],
so it should be changed to be an object.
I think it should be used something like below.
e.g.
translations: {
kr:{
'Please fill in a headline': '빈칸 채우라고'
}
}
2014-06-09 18:00:32 +09:00
PhilippeT
04605cc9a8
Fixed locale en
2014-06-05 23:17:06 -10:00
Sacha Greif
bedc172985
fix sticky bug
2014-06-02 09:12:48 +09:00
Sacha Greif
1d80f2b9a8
fixing bug with postWithSameLink redirect
2014-06-01 11:51:03 +09:00
Sacha Greif
3ac19b47ae
sort user drop down alphabetically
2014-06-01 11:47:30 +09:00
Sacha Greif
ae0cf36819
Merge branch 'master' into autoform
...
Conflicts:
client/views/posts/post_item.html
client/views/posts/post_item.js
2014-05-30 14:03:41 +09:00
Sacha Greif
b91f6ff6fc
Merge branch 'tags-package'
2014-05-30 10:35:36 +09:00
Sacha Greif
0d687e9c84
updated history
2014-05-30 10:35:28 +09:00
Sacha Greif
01cf53d88a
cleaning up setTitle filter
2014-05-30 10:32:30 +09:00
Sacha Greif
2b37fd1359
fixing canPost and canView filters; only publish invited users to admin
2014-05-23 13:32:52 +09:00
Sacha Greif
649e8d3f23
adding approve/unapprove methods
2014-05-23 13:08:52 +09:00
Sacha Greif
1598511dc3
fixing getUsername; fixing site title
2014-05-23 13:08:40 +09:00
Sacha Greif
8773c23a6a
making subscription preloader more flexible
2014-05-21 16:01:15 +09:00
Sacha Greif
8da1316245
updated Meteor
2014-05-21 15:36:29 +09:00
Sacha Greif
0b432f10d4
Merge branch 'master' into autoform
2014-05-19 09:13:17 +09:00
Sacha Greif
682130ccbb
fixed favicon
2014-05-19 09:13:02 +09:00
Sacha Greif
5b766bb561
Merge branch 'master' into autoform
2014-05-19 09:10:23 +09:00
Sacha Greif
2a57a261d9
fixing post edit bug
2014-05-19 09:09:39 +09:00
Sacha Greif
9bf61f3807
Changing "headline" to "title"
2014-05-16 09:19:35 +09:00
Sacha Greif
e0ff3f71fc
Counting up votes and down votes with two separate properties instead of a single "votes" property
2014-05-15 15:56:23 +09:00
Sacha Greif
7812d65c6c
Enabling Collection2 (validation doesn't work yet)
2014-05-15 15:18:17 +09:00
Sacha Greif
d073a6dfd3
adding schemas
2014-05-10 16:57:17 +09:00
Sacha Greif
b04d727335
working on nag and tags package
2014-05-09 18:18:48 +09:00
Sacha Greif
94e055de32
generating nav drop downs from js objects
2014-05-09 15:55:50 +09:00
Sacha Greif
ba3e5e2ca2
Factoring out the tags/categories feature into its own package
2014-05-09 11:05:33 +09:00
Sacha Greif
c488222b59
Merge branch 'master' of github.com:TelescopeJS/Telescope
2014-05-09 09:40:08 +09:00
Sacha Greif
26cb654bde
fixing settings bug
2014-05-09 09:39:49 +09:00
Sacha Greif
485a253002
Merge pull request #278 from ca98am79/fix-comment-downvote
...
fix for downvoting comments
2014-05-09 09:01:01 +09:00
Mike Carson
2237994555
fix for downvoting comments
2014-05-08 19:35:24 -04:00
Sacha Greif
7f99b09e75
Fixing child comment bug
2014-05-08 15:35:47 +09:00
Sacha Greif
61cf1b6bea
Merge branch 'christianbundy-master' into blaze-christian
...
Conflicts:
lib/router.js
2014-05-08 15:30:36 +09:00
Sacha Greif
f57c6ab064
Merge branch 'master' of github.com:christianbundy/Telescope into christianbundy-master
2014-05-08 15:28:49 +09:00
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
Sacha Greif
11b4750534
use iron-router-progress
2014-05-07 11:03:53 +09:00
Sacha Greif
65795bcc1f
don't throw error for isAdmin hook
2014-05-07 10:57:12 +09:00
Sacha Greif
5a7adbac43
added isReady hook
2014-05-07 10:48:47 +09:00
Sacha Greif
90cd7cdaad
updated history.md
2014-05-07 10:23:11 +09:00
Sacha Greif
ec7d5a2996
Made settings fields optional.
2014-05-07 10:09:56 +09:00
Sacha Greif
138abda609
fixed packages
2014-05-07 10:04:37 +09:00