Sacha Greif
2a57a261d9
fixing post edit bug
2014-05-19 09:09:39 +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
Sacha Greif
b111f2d6af
Merge branch 'master' of github.com:SachaG/Telescope
2014-01-18 16:24:54 +09:00
Sacha Greif
52a94a647a
search tweaks
2014-01-18 16:24:49 +09: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
Sacha Greif
bd417016b4
Merge pull request #223 from yeputons/issue-218
...
#218 : post_submit: <input name=category>s are now checkboxes, not radio
2014-01-07 16:00:44 -08: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
c0f6cb1490
#218 : post_submit: <input name=category>s are now checkboxes, not radio
2014-01-07 21:19:08 +02:00
Sacha Greif
fba75e737e
Merge pull request #222 from yeputons/issue-217
...
#217 : fixed bug with 'You have to be an admin' message displayed to admins
2014-01-06 15:54:08 -08:00
Sacha Greif
821d7ab447
Merge pull request #219 from yeputons/issue-194
...
#194 : fixed bug with preserving category name in posts after renaming
2014-01-06 15:48:59 -08: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
Egor Suvorov
5b9c0ff5af
#194 : after category update from admin panel, all posts related to this category are updated (because full category object is stored in each post)
2014-01-06 19:59:35 +02:00
Sacha Greif
492bf22d30
Merge pull request #216 from yeputons/issue-184
...
#184 : fixed subscription to Notifications collection
2014-01-05 17:01:23 -08:00
Egor Suvorov
d839c02ed6
#184 : fixed subscription to Notifications collection
2014-01-06 02:44:18 +02:00
Egor Suvorov
b9ce01ce07
User profile edit form: now it's prevented from submit and windows is scrolled to display error/success message
2014-01-06 02:30:59 +02:00
Tarang Patel
008cc7af15
Update from depreciated style events
2014-01-05 12:02:53 +02:00
Tarang Patel
39eb1c8e0a
Update Events
...
Move from using depreciated event declaration style. Still supported
not sure if future proof (see
https://github.com/meteor/meteor/blob/devel/packages/templating/deftempl
ate.js#L184)
2013-11-24 16:13:53 +02:00
Tarang Patel
e28d1f61a2
Nice search transition
...
Just thought its nice
2013-11-24 15:10:04 +02:00
Sacha Greif
4e465c348b
time format
2013-11-22 15:36:14 +09:00
Sacha Greif
ea70384950
added date headers to logs
2013-11-22 14:46:42 +09: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
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