yeputons
|
e084e2b75f
|
smart.lock: versions of iron-router and fast-render were updated, fixes #259 (compatibility with Meteor 0.7.1)
|
2014-03-17 16:48:30 +04:00 |
|
Sacha Greif
|
7deb2016f4
|
Merge pull request #256 from yeputons/issue-255
Fixes #255: now canView do not wait for 'settingsLoaded' which was removed in e622c112
|
2014-03-03 17:25:54 +09:00 |
|
yeputons
|
959771c6cf
|
Fixes #255: now canView do not wait for 'settingsLoaded' which was removed in e622c112
|
2014-03-02 20:20:27 +04:00 |
|
Sacha Greif
|
0c8ba253ed
|
remove console.log
|
2014-02-24 18:42:27 +09:00 |
|
Sacha Greif
|
8bcece0956
|
encoding url
|
2014-02-24 18:41:59 +09:00 |
|
Sacha Greif
|
62b7c283f3
|
Merge branch 'master' of github.com:SachaG/Telescope
|
2014-02-18 14:47:02 +09:00 |
|
Sacha Greif
|
e622c11286
|
cleaning up subscriptions
|
2014-02-18 14:46:53 +09:00 |
|
Sacha Greif
|
6b39013f9e
|
Merge pull request #250 from queso/master
Use the outgoing click tracking for rss
|
2014-02-18 09:20:36 +09:00 |
|
Josh Owens
|
45d8a1b624
|
Use the outgoing click tracking for rss
Switch rss to use the outgoing click tracking url for rss. This makes click tracking via twitter and facebook much easier from an rss share bot.
|
2014-02-17 12:08:43 -05:00 |
|
Sacha Greif
|
8906d96e07
|
Merge pull request #245 from Daltic/update-meteor-version
updated meteor to latest version
|
2014-02-10 11:32:01 +09:00 |
|
Sacha Greif
|
4693a5e85e
|
Merge pull request #244 from Daltic/sort-categories
categories are sorted by name
|
2014-02-10 11:31:38 +09:00 |
|
Karan Bhangui
|
834247463f
|
updated meteor to latest version
|
2014-02-09 14:36:28 -08: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 |
|
Sacha Greif
|
b20f561e70
|
Merge pull request #242 from rpullinger/fix-new-posts-checkbox
Fix new post checkbox
|
2014-02-03 16:46:24 -08: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 |
|
Sacha Greif
|
161709f4f5
|
Merge pull request #240 from rpullinger/hide-categories-if-not-needed
Only show category list on post submit/edit if there are categories
|
2014-01-30 16:35:48 -08: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
|
74613c6ed0
|
Merge pull request #235 from ankurp/master
Best practice to pass object than to check for optional parameter value
|
2014-01-26 04:37:46 -08:00 |
|
Ankur Patel
|
81ced52a99
|
Best practice to pass object than to check for optional parameter value
|
2014-01-25 14:11:26 -05: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 |
|
Sacha Greif
|
39a8908e84
|
Merge pull request #228 from arunoda/fast-render-integration
added fast-render support
|
2014-01-12 18:22:11 -08:00 |
|
Arunoda Susiripala
|
64a0f7eec2
|
uses waitOn function in the Router.configure
|
2014-01-12 23:36:03 +05:30 |
|
Arunoda Susiripala
|
0e57794f47
|
added complete fast-render support
|
2014-01-12 22:58:07 +05:30 |
|
Sacha Greif
|
e2eb3548be
|
Merge pull request #227 from yeputons/issue-220
#220: now all pages are waitOn('categories')
|
2014-01-09 16:49:44 -08:00 |
|
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 |
|
Sacha Greif
|
609a24625f
|
Merge pull request #224 from yeputons/router-access-checks
router.js: all router-level access checks now wait for required subscriptions to be ready instead of hacking around
|
2014-01-07 16:00:32 -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
|
f26544b516
|
Merge pull request #221 from yeputons/issue-213
#213: symlinks was removed from /packages/ - they should be locally created by Meteorite
|
2014-01-06 15:53:15 -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
|
742fb02a9e
|
#213: symlinks was removed from /packages/ - they should be locally created by Meteorite
|
2014-01-06 20:30:18 +02:00 |
|
Egor Suvorov
|
e19508bb09
|
#194: now updateCategoryInPosts correctly process deleted categories
|
2014-01-06 20:12:38 +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 |
|
Sacha Greif
|
3c29a365d6
|
Merge pull request #215 from yeputons/reactive-profile-update
User profile edit form: now it's prevented from submit and windows is scrolled to display error/success message
|
2014-01-05 16:41:03 -08: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 |
|
Sacha Greif
|
c53675055e
|
Merge pull request #214 from yeputons/safe-notifications-209
For for #209: createNotifications() is a server-side function now
|
2014-01-05 15:44:08 -08:00 |
|
Egor Suvorov
|
2f2b5d49f6
|
#209: createNotifications() is a server-side function now. It's called from 'inviteUser' and 'comment' methods (not from stubs)
|
2014-01-05 18:44:13 +02:00 |
|
Sacha Greif
|
1a72e0e97c
|
Merge pull request #212 from Tarangp/patch-1
Update from depreciated style events
|
2014-01-05 02:19:10 -08:00 |
|
Tarang Patel
|
008cc7af15
|
Update from depreciated style events
|
2014-01-05 12:02:53 +02:00 |
|
Sacha Greif
|
df43c2a412
|
Merge pull request #205 from donflopez/master
Spanish revised
|
2013-12-18 15:05:55 -08:00 |
|
Francisco López
|
361dde35dc
|
Spanish revised
|
2013-12-18 22:58:02 +01:00 |
|
Sacha Greif
|
1226100ec4
|
Merge pull request #199 from engagr/patch-1
missing comma on line 178
|
2013-12-10 13:37:45 -08:00 |
|