SachaG
|
395200d299
|
Remove react-list-container dependency; add index on Posts.categories; bypass C2 in events code; other small tweaks
|
2017-02-11 13:12:17 +09:00 |
|
xavcz
|
e533dd47e7
|
fix some lint issues, remove some dead code, remove double imports from the same package & import from core instead of lib except for packages depending explicitly on lib (users, emails, ..)
|
2017-02-02 16:18:33 +01:00 |
|
xavcz
|
ee34328c34
|
track voting operations, move posts increase clicks to nova:events (related to #1540)
|
2017-02-02 09:52:47 +01:00 |
|
xavcz
|
817a81b7fc
|
re-enable server-side method Posts.increaseClicks
|
2017-01-05 07:52:34 +01:00 |
|
xavcz
|
b04fabb449
|
more clean-up
|
2016-12-23 20:58:10 +01:00 |
|
Sacha Greif
|
70ddd87039
|
update to apollo-client 0.5.22; small fixes and clean-up; Posts.parameters.get -> Posts.getParameters; add sorting to withList (even though it doesn't work yet); add getParameters to all collections;
|
2016-12-18 19:04:11 +09:00 |
|
Sacha Greif
|
4e1a82c130
|
Callbacks.add -> addCallback; and other callback functions
|
2016-12-13 11:40:24 +09:00 |
|
Sacha Greif
|
1bf4933ebb
|
clean up Telescope imports
|
2016-12-13 11:32:23 +09:00 |
|
Sacha Greif
|
5e1e124a8f
|
Telescope.callbacks -> Callbacks; Telescope.createCollection -> createCollection
|
2016-12-12 10:24:34 +09:00 |
|
Comus Leong
|
464e20a96c
|
eslint & clean up code, also fixed some bugs (#1515)
* [eslint] update eslint rules & add .eslintignore to ignore non-ready nova packages
* [clean-up] nova-voting
* [clean-up] [bug] nova-users: missing user parameter
* [clean-up] nova-users
* [clean-up] nova-subscribe
* [clean-up] nova-settings
* [clean-up] nova-rss
* [clean-up] [bug] nova-posts: correct UsersRemoveDeletePosts
* [clean-up] nova-posts
* [clean-up] nova-notifications
* [clean-up] [bug] nova-newsletter: no error.message on throw error
* [clean-up] nova-newsletter
* [clean-up] nova-lib
* [clean-up] nova-kadira
* [clean-up] nova-inject-data
* [clean-up] nova-getting-started
* [clean-up] nova-forms
* [clean-up] nova-events
* [clean-up] [bug] nova-embedly: no FlowRouter
* [clean-up] nova-embedly
* [clean-up] nova-email-templates
* [clean-up] nova-email
* [clean-up] nova-debug
* [clean-up] nova-core
* [clean-up] [bug] nova-comments: correct UsersRemoveDeleteComments
* [clean-up] nova-comments
* [clean-up] [bug] nova-cloudinary: use Telescope.settings.collection instand
* [clean-up] nova-cloudinary
* [clean-up] nova-categories
* [clean-up] nova-base-components
* [clean-up] nova-api
* [eslint] extends react recommended
* [clean-up] for jsx files
* [eslint] extends meteor recommended
* i forgot this one little change
|
2016-11-25 13:46:55 -05:00 |
|
xavcz
|
5463ff7b86
|
prefer Users namespace to Meteor.users in active packages
|
2016-10-05 08:37:48 +02:00 |
|
Sacha Greif
|
3ec90a04b5
|
remove Telescope global
|
2016-08-08 11:18:21 +09:00 |
|
Sacha Greif
|
5b0fad6f7f
|
use escapeStringRegexp
|
2016-07-22 10:25:17 +09:00 |
|
Sacha Greif
|
c748bdc5bd
|
permissions clean up & refactoring
|
2016-07-20 10:25:05 +09:00 |
|
xavizalote
|
b7bb9fd5f9
|
scheduled posts: don't run update when not needed
|
2016-07-14 10:12:27 +02:00 |
|
Sacha Greif
|
336a1624eb
|
remove Scheduled status; add new isFuture flag instead; set flag after insert and edit; extend base parameters in view instead of in Posts.parameters.get
|
2016-07-14 15:54:59 +09:00 |
|
Sacha Greif
|
0af967324f
|
add post sharing helpers
|
2016-07-12 17:36:58 +09:00 |
|
xavizalote
|
ade25cc639
|
post status scheduled + 10-minute cron to update scheduled posts to approved status
|
2016-07-07 15:13:19 +02:00 |
|
Sacha Greif
|
0870b56c69
|
fix getDomain; make head tags extensible; make redirection logic more flexible
|
2016-07-06 10:21:58 +09:00 |
|
Sacha Greif
|
93537d2900
|
make getPostsListUsers non-reactive; stop calling settings.getJSON; make default RSS view overwritable
|
2016-07-05 16:55:11 +09:00 |
|
Sacha Greif
|
41f349d18c
|
removing Users global
|
2016-06-23 15:00:58 +09:00 |
|
Sacha Greif
|
0e28be3c92
|
removing Comments global
|
2016-06-23 12:17:39 +09:00 |
|
Sacha Greif
|
d9e69110a6
|
removing Posts global
|
2016-06-23 11:40:35 +09:00 |
|
Sacha Greif
|
555cb0c04f
|
fix publication bug; update flow-router-ssr
|
2016-06-08 11:01:13 +09:00 |
|
Sacha Greif
|
7a3a467fbc
|
small bug fixes
|
2016-06-06 16:11:51 +09:00 |
|
Sacha Greif
|
0d28817ac0
|
small tweaks
|
2016-06-06 15:03:02 +09:00 |
|
Sacha Greif
|
43f47a98ee
|
turn off counts for now
|
2016-06-06 12:19:07 +09:00 |
|
Sacha Greif
|
241ba651e8
|
change import syntax; add listId to all ListContainers
|
2016-06-06 10:06:53 +09:00 |
|
Sacha Greif
|
e872c19fd0
|
small bugfixes
|
2016-05-12 11:49:15 +09:00 |
|
Sacha Greif
|
104cad9b15
|
adding @summary for jsdocs compatibility
|
2016-04-09 09:41:20 +09:00 |
|
Sacha Greif
|
4cf74cfc27
|
clean up publishedFields
|
2016-04-05 16:27:48 +09:00 |
|
Sacha Greif
|
b23b7eea73
|
include forms package in repo; add cache for FR-SSR; fix modal window callback issue; fix posts.single publication and subscription bug
|
2016-03-30 19:08:06 +09:00 |
|
Sacha Greif
|
40d3a737bf
|
readme
|
2016-03-30 10:55:11 +09:00 |
|
Sacha Greif
|
393106497d
|
working on user profile
|
2016-03-28 12:36:29 +09:00 |
|
Sacha Greif
|
184ff290ac
|
working on daily view
|
2016-03-28 11:43:42 +09:00 |
|
Sacha Greif
|
05080fa97e
|
working on forms; use React Composer for AppContainer
|
2016-03-27 13:04:21 +09:00 |
|
Sacha Greif
|
a93cbc60de
|
work on nav and avatars
|
2016-03-25 11:22:35 +09:00 |
|
Sacha Greif
|
b70e43a370
|
working on markup and CSS
|
2016-03-24 16:03:30 +09:00 |
|
Sacha Greif
|
cb3918f933
|
adding daily view at /daily
|
2016-03-22 10:22:46 +09:00 |
|
Sacha Greif
|
3f8c5a81af
|
clean up
|
2016-02-27 17:46:11 +09:00 |
|
Sacha Greif
|
ecea1e6a74
|
refactor code to use smart-publications package
|
2016-02-27 16:41:50 +09:00 |
|
Sacha Greif
|
4e02085bba
|
more refactoring
|
2016-02-27 10:58:57 +09:00 |
|
Sacha Greif
|
c630704d34
|
add simple profile page; move email templates to component package
|
2016-02-23 21:35:54 +09:00 |
|
Sacha Greif
|
aa54340e05
|
adding i18n package stub; working on new post page; adding user accounts widget
|
2016-02-18 11:55:00 +09:00 |
|
Sacha Greif
|
635a5e6776
|
more work on notifications
|
2016-02-17 21:57:20 +09:00 |
|
Sacha Greif
|
a119d2b2c0
|
breaking up notifications package into separate feature-related pieces
|
2016-02-17 21:57:07 +09:00 |
|
Sacha Greif
|
e3d7454b82
|
find -> selector; removed some logic from listContainer
|
2016-02-17 19:39:43 +09:00 |
|
Sacha Greif
|
6b360d51eb
|
remove this.unblock() for now
|
2016-02-17 17:46:34 +09:00 |
|
Sacha Greif
|
7daabf9e42
|
renaming
|
2016-02-17 14:27:27 +09:00 |
|