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
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
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
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
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
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
bedc172985
fix sticky bug
2014-06-02 09:12:48 +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
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
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
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
26cb654bde
fixing settings bug
2014-05-09 09:39:49 +09: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
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
21e9a793ac
Merge branch 'blaze' into autoforms
...
Conflicts:
.meteor/packages
2014-05-07 09:59:00 +09:00
Sacha Greif
3ed2cca35f
Merge branch 'master' into blaze
2014-05-07 09:49:45 +09:00
Ali Elouafiq
731723d6c6
integrating Facebook profile picture and fixing Facebook integration issues
2014-05-04 18:48:47 +01:00
Ali Elouafiq
12c18e0119
adding Facebook Login
...
and a fancy favicon
2014-05-04 17:21:52 +01:00
Sacha Greif
8263575879
removing constant and fixing bugs
2014-05-01 19:58:56 -07:00
Sacha Greif
4e5f26d49c
using simpleSchema for settings
2014-05-01 19:34:24 -07:00
Sacha Greif
b10df80e4d
adding packages
2014-05-01 13:10:34 -07:00
Sacha Greif
379c002698
working on 0.8
2014-04-30 16:58:11 -07:00
ajduke
aa6e909590
better redirection,error msg after post is deletd
2014-03-20 23:00:15 +05:30
ajduke
e1e4dec278
fixed issue for broken redirection to template after commment deletion
2014-03-20 13:02:07 +05:30
Sacha Greif
e622c11286
cleaning up subscriptions
2014-02-18 14:46:53 +09:00
Karan Bhangui
09f420a070
categories are sorted by name
2014-02-09 14:27:19 -08:00
Sacha Greif
6b00f4402d
use spin package instead of including code in the app
2014-02-06 15:45:43 +09:00
Richard Pullinger
e2562cbdf2
Fix new post checkbox
...
New post checkbox wasn't showing the correct value
2014-02-03 18:26:10 +00:00
Richard Pullinger
653d20f487
Only show category list on post submit/edit if there are categories
2014-01-30 19:49:03 +00:00
Sacha Greif
b40b8386df
replaced click-based click tracking by server-side link redirection; merged both router files
2014-01-18 16:52:12 +09:00