Sacha Greif
0658f172ea
Telescope.viewParameters -> Posts.views; add Posts.views.register function; file clean up; give categories and search route controller their own data function
2015-05-06 17:38:19 +09:00
Maxime Quandalle
94c6121d91
Improve jsHint consistency
...
This commit touch a lot of lines of code with the goal to be more
rigorous about JavaScript code conventions defined in the `.jshintrc`.
Some modification:
* Add a list of used global symbols in the corresponding section of
`.jshintrc`
* Use local variables instead of global in a lot of places where the
keyword `var` was mistakenly forgotten
* Add missing semi-colons after instructions
* Add new lines at the end of files
* Remove trailing whitespaces
* Use newer name of some Meteor APIs, eg `addFiles` instead of
`add_files`
* Add missing `break` statements in `switch` blocks
* Use `===` instead of `==` and `!==` instead of `!=`
* Remove unused variables
This commit should also fix a few bugs due to this lack of rigor. One
example of that was the test `typeof navElements === "array"` that was
never true because in JavaScript, `typeof [] === "object"`, we
replaced this test by the `_.isArray` method provided by underscore.
It might also fix some potential collision related to global
variables.
There is still plenty of work until Telescope code base passes jsHint
validation, but at least this commit is a step in the right direction.
2015-05-01 18:38:27 +02:00
Sacha Greif
e0b9bf36b7
namespacing user roles
2015-04-27 17:14:07 +09:00
Sacha Greif
78163f1819
namespacing viewParameters
2015-04-27 10:35:06 +09:00
Sacha Greif
0643437c67
Settings.addToSchema -> Settings.registerField
2015-04-25 13:11:28 +09:00
Sacha Greif
d0c97e7ba9
manually merging in changes from user accounts branch
2015-04-25 12:39:07 +09:00
Sacha Greif
36e2d063ce
nicer API namespacing
2015-04-24 09:48:36 +09:00
Sacha Greif
8e5446cc75
refactoring custom fields
2015-04-24 09:28:50 +09:00
Sacha Greif
ab77526a0f
namespacing and refactoring template modules
2015-04-23 17:45:37 +09:00
Sacha Greif
9c5e3a56c6
Make optional packages depend on core only
2015-04-22 16:52:42 +09:00
Sacha Greif
08c6e373fc
bringing packages back into core repo after all
2015-04-22 07:50:11 +09:00
Sacha Greif
3d383e06e1
more packageification; removed meteor hacks:npm; changed telescope-blank to custom
2015-04-21 11:42:47 +09:00
Sacha Greif
43b7256680
Packageifying…
2015-04-21 11:02:02 +09:00
Sacha Greif
6d980f9325
change package names; remove submodules
2015-04-20 14:58:48 +09:00
Sacha Greif
50fc3eb11a
Merge branch 'namespace' of https://github.com/TelescopeJS/Telescope into namespace
...
# Conflicts:
# lib/users.js
# packages/telescope-base/lib/base.js
# packages/telescope-base/package.js
# packages/telescope-lib
2015-04-20 13:57:37 +09:00
Delgermurun
666577f4cb
Template[getTemplate('XYZ')] => Template.XYZ
2015-04-13 14:52:03 +09:00
Delgermurun
057580b793
Settings package
2015-03-28 18:38:20 +09:00
Delgermurun
5cd7c53ff7
Messages package
2015-03-27 16:38:47 +08:00
Sacha Greif
db49d9746c
add http:// to image links in newsletter template
2015-03-26 18:27:14 +09:00
Sacha Greif
7c14e6b065
fix bug with same posts being sent twice
2015-03-16 14:16:32 +09:00
Sacha Greif
95cd46cbcb
sort hero modules by order
2015-03-16 10:00:11 +09:00
pjc
7aa6ef77d4
Mailchimp limits email subject to 150 characters
2015-02-24 17:09:47 +00:00
Sacha Greif
aba323695f
do not fetch remote resources with juice; upgrade packages
2015-02-22 08:52:20 +01:00
Julian Ćwirko
edb609f739
polish translation - only lang files
2015-02-03 08:38:47 +01:00
Ibrahim Cesar
014b2208e8
Translated package to Brazilian Portuguese
2015-02-02 12:49:06 -02:00
Sacha Greif
e3cd053edb
clear error messages on newsletter subscribe; update release notes
2015-01-27 12:06:16 +09:00
Sacha Greif
2aab2a49c8
show MailChimp error on client
2015-01-27 10:50:07 +09:00
Sacha Greif
c38c1c6434
fixing email notification templates
2015-01-22 09:19:52 +09:00
Anthony Mayer
f771093a06
Adding newsletter time setting
2015-01-20 00:11:30 -08:00
Sacha Greif
1fd47b23f0
fixing newsletter sync/async issue
2015-01-15 09:41:28 +09:00
Sacha Greif
338e251e97
get rid of unnecessary router subscriptions; make day to day nav work
2015-01-08 16:01:51 +09:00
Sacha Greif
18c63f9886
Merge branch 'master' into devel
...
Conflicts:
server/publications/posts_list.js
2015-01-07 16:53:36 +09:00
Anthony Mayer
f9d9891fba
Getting rid of redundant permissions functions
...
Switched everything over to use can.* functions from telescope-lib instead of using can* functions from lib/permissions.js, deleted lib/permissions.js, added some tests for permissions, and some other random cleanup like deleting unused code.
Conflicts:
client/views/comments/comment_form.js
2015-01-07 08:22:46 +01:00
Sacha Greif
f1981e4431
mrt:mailchimp -> miro:mailchimp
2015-01-06 09:56:02 +09:00
Sacha Greif
a5911bf3f7
remove enableFeeds setting; stop synced-cron message logging
2015-01-06 09:51:35 +09:00
Sacha Greif
37ab8d48b9
feeds require to be enabled
2014-12-31 11:54:38 +09:00
Sacha Greif
0d983355eb
refactor banner CSS; add dismiss button to release notes banner
2014-12-31 11:44:32 +09:00
Sacha Greif
778c08d544
clean-up
2014-12-30 18:18:00 +09:00
Sacha Greif
0cc668ce05
add setting for enabling newsletter
2014-12-30 13:46:48 +09:00
Sacha Greif
87548b4903
Merge branch 'master' of https://github.com/TelescopeJS/Telescope into devel
...
Conflicts:
.meteor/versions
2014-12-27 12:01:19 +09:00
shambles
731fc5e119
Couple of small Newsletter fixes
...
1) The route /email/campaign was broken in
ceeb7bf531
. the method
getNextCampaignSchedule() was removed.
e.g. http://meta.telesc.pe/email/campaign
2) The wrong comment count helper was used in the newsletter template
resulting in it being undefined and so you wouldn’t see a count. I’m
guessing this was broken when the post schema was changed as it comes
from a post’s document.
2014-12-26 01:23:23 +00:00
Sacha Greif
3d8e6f9237
updating autoform and simpleschema
2014-12-19 11:37:23 +09:00
Sacha Greif
b7ba4b3bc0
Merge branch 'post-by-rss' of https://github.com/delgermurun/Telescope into delgermurun-post-by-rss
...
Conflicts:
.meteor/packages
2014-12-18 10:37:49 +09:00
Sacha Greif
ceeb7bf531
clean up newsletter cron code
2014-12-17 11:00:59 +09:00
Delgermurun
f40be395a3
Fixes scheduling cron jobs twice
2014-12-14 19:46:32 +08:00
Sacha Greif
1eb72079b4
adding userCreatedCallbacks callback hook and refactoring user creation
2014-12-13 14:02:45 +09:00
Sacha Greif
987696657d
upgrade to meteor 1.0.1
2014-12-10 09:37:57 +09:00
Sacha Greif
ff8bf40694
Merge branch 'telescope-master-semantic-messages' of https://github.com/AdmitHub/Telescope into AdmitHub-telescope-master-semantic-messages
...
Conflicts:
client/helpers/handlebars.js
client/views/comments/comment_edit.js
client/views/comments/comment_form.js
client/views/comments/comment_item.js
client/views/posts/modules/post_upvote.js
client/views/posts/post_edit.js
client/views/posts/post_submit.js
client/views/users/user_edit.js
client/views/users/user_email.js
lib/router.js
packages/telescope-tags/lib/client/views/category_item.js
2014-12-06 17:34:08 +09:00
Sacha Greif
1795552287
Mark some settings field as private and don't publish them
2014-12-04 13:36:06 +09:00
Sacha Greif
82aed922a2
fix mark as read bug
2014-12-01 16:53:41 +09:00