Sacha Greif
5620d3670a
fix i18n syntax; add i18n files to pretender package
2015-10-26 10:10:05 +09:00
Sacha Greif
18b3f44051
Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'.
2015-10-25 09:48:39 +00:00
Sacha Greif
f34b797fed
reformatting i18n files for tap:i18n compatibility
2015-10-22 16:57:02 +09:00
Sacha Greif
9ee6b731cb
Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'.
2015-10-22 07:53:15 +00:00
Sacha Greif
45ff625510
Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'.
2015-09-26 01:35:09 +00:00
Sacha Greif
0254d13a4b
i18n files clean up
2015-09-23 10:42:41 +09:00
Sacha Greif
4974f7c0a5
Merge branch 'i18n' of https://github.com/TelescopeJS/Telescope into i18n
...
# Conflicts:
# packages/telescope-embedly/i18n/it.i18n.json
# packages/telescope-getting-started/i18n/it.i18n.json
# packages/telescope-kadira/i18n/it.i18n.json
# packages/telescope-pages/i18n/it.i18n.json
# packages/telescope-post-by-feed/i18n/it.i18n.json
# packages/telescope-post-by-feed/i18n/ko.i18n.json
# packages/telescope-releases/i18n/it.i18n.json
# packages/telescope-subscribe-to-posts/i18n/ko.i18n.json
2015-09-23 10:34:35 +09:00
Sacha Greif
9b8d25d64f
Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'.
2015-09-23 01:25:53 +00:00
Sacha Greif
5197c715f2
remove wrong "se" language code (it's actually "sv")
2015-08-14 10:40:27 +09:00
Sacha Greif
83e5af6b23
fix i18n son parsing issue
2015-08-14 10:32:12 +09:00
Sacha Greif
d78b6b6fd0
Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'.
2015-08-04 13:57:15 +00:00
Sacha Greif
5fb9e8c76f
Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'.
2015-07-29 17:01:59 +09:00
Sacha Greif
41cca7e2d9
Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'.
2015-07-28 14:02:09 +09:00
Sacha Greif
79e8b6c75d
Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'.
2015-07-01 15:31:54 +09:00
Sacha Greif
11444271ab
Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'.
2015-06-19 15:35:36 +09:00
Sacha Greif
fbfc3fa4cc
Created and pushed by LingoHub. Project: 'Telescope-Test4' by User: 'hello@telescopeapp.org'.
2015-06-17 11:32:50 +09:00
Sacha Greif
f80d9d8584
Created and pushed by LingoHub. Project: 'Telescope-Test4' by User: 'hello@telescopeapp.org'.
2015-06-17 10:35:52 +09:00
Sacha Greif
a6a904e8c5
Revert "Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'."
...
This reverts commit caa7ae421d
.
2015-06-07 22:22:43 +09:00
Sacha Greif
caa7ae421d
Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'.
2015-06-07 22:17:34 +09:00
Sacha Greif
3b3d430412
make email template customisation work and add customization example
2015-05-20 15:33:20 +09:00
Sacha Greif
c8754f0dd3
register -> add
2015-05-17 15:38:02 +09:00
Sacha Greif
9ca63582a2
updating custom package template
2015-05-11 12:39:32 +09:00
Sacha Greif
48c6d49c7c
propertyName -> fieldName; propertySchema -> fieldSchema
2015-05-10 14:36:47 +09:00
Sacha Greif
1bd34a2bf1
working on documentation
2015-05-07 18:00:23 +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
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
82b186d62a
cleaning up subscriptions preloading API
2015-04-24 10:28:11 +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
3d383e06e1
more packageification; removed meteor hacks:npm; changed telescope-blank to custom
2015-04-21 11:42:47 +09:00