Commit graph

1086 commits

Author SHA1 Message Date
Sacha Greif
a2f0b69834 updating to 0.8.2 2014-06-24 12:23:28 +09:00
Sacha Greif
e99876a2fe migrations tweaks 2014-06-23 17:16:04 +09:00
Sacha Greif
110e34ab8e fixing typos 2014-06-23 17:09:06 +09:00
Sacha Greif
a0748a8d89 improving migrations 2014-06-23 17:08:25 +09:00
Sacha Greif
8912b9f5e0 improved migrations 2014-06-23 14:28:37 +09:00
Sacha Greif
69d59575e7 tweaks 2014-06-23 12:31:59 +09:00
Sacha Greif
d97df27f7f finishing view parameters flexibiltification 2014-06-23 12:28:40 +09:00
Sacha Greif
591ae27014 adding telescope-lib package for utility functions 2014-06-23 12:08:01 +09:00
Sacha Greif
5ae5dfab9a simplifying nav items markup 2014-06-23 11:46:12 +09:00
Sacha Greif
07eaf99f0a modularizing nav 2014-06-23 11:40:21 +09:00
Sacha Greif
21998aa012 putting search in its own package 2014-06-23 11:05:06 +09:00
Sacha Greif
a429a5608f remove regEx validation on ID 2014-06-22 17:25:07 +09:00
Sacha Greif
26646f22aa added preloadSubscriptions to telescope-base 2014-06-22 17:15:21 +09:00
Sacha Greif
49779cabe8 add timestamp to migrations 2014-06-22 16:38:20 +09:00
Sacha Greif
83561ec28d fixing digest to work with Date() objects 2014-06-22 15:54:54 +09:00
Sacha Greif
d967812d60 adding telescope-base package to initialise common arrays 2014-06-22 14:53:17 +09:00
Sacha Greif
c118aaf8b4 fixing errors 2014-06-22 14:12:10 +09:00
Sacha Greif
bc08e8b5cc don't show password field to users who logged in via twitter or facebook 2014-06-22 13:20:10 +09:00
Sacha Greif
d8cb366754 adding order property to categories 2014-06-22 13:19:47 +09:00
Sacha Greif
199d27297c telescope-tags package now adds "categories" property to post schema 2014-06-22 12:58:41 +09:00
Sacha Greif
9f2f55be7e adding missing strong and em styles 2014-06-22 11:32:49 +09:00
Sacha Greif
d29e613f7d Get rid of superfluous check 2014-06-22 11:32:35 +09:00
Sacha Greif
45fb6a9a2b migrating post.createdAt, post.submitted, and comment.createdAt to Date() types 2014-06-22 11:09:12 +09:00
Sacha Greif
d3d1ec3101 fixing indentation 2014-06-22 10:58:02 +09:00
Sacha Greif
a406211537 fixing search validation 2014-06-22 10:55:31 +09:00
Sacha Greif
9f801f14fe fixing post edit and comment edit validations 2014-06-22 10:49:39 +09:00
Sacha Greif
a99a0f89e6 fixing new comments validation 2014-06-22 10:34:39 +09:00
Sacha Greif
07a95b3b5c adding commentsSubmittedToCreatedAt and commentsPostToPostId migrations 2014-06-22 10:34:25 +09:00
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