Sacha Greif
89300d115c
cleaning up schemas
2015-05-11 12:15:10 +09:00
Sacha Greif
48c6d49c7c
propertyName -> fieldName; propertySchema -> fieldSchema
2015-05-10 14:36:47 +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
10166402ef
use fields method to restrict fields after all
2015-04-28 11:32:53 +09:00
Sacha Greif
06106ed124
use schema transforms and editableBy property to control AutoForm omitted fields
2015-04-27 17:15:16 +09:00
Sacha Greif
e0b9bf36b7
namespacing user roles
2015-04-27 17:14:07 +09:00
Sacha Greif
47b7482420
namespace schemas; migrate user profiles
2015-04-27 09:55:29 +09:00
Sacha Greif
d0c97e7ba9
manually merging in changes from user accounts branch
2015-04-25 12:39:07 +09:00
Sacha Greif
964f91aa88
refactoring menus API
2015-04-24 10:49:24 +09:00
Sacha Greif
8e5446cc75
refactoring custom fields
2015-04-24 09:28:50 +09:00
Sacha Greif
d675b21e27
more namespacing
2015-04-23 10:39:58 +09:00
Sacha Greif
9c5e3a56c6
Make optional packages depend on core only
2015-04-22 16:52:42 +09:00
Sacha Greif
99988b6405
add telescope:core
2015-04-22 08:47:23 +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
7a29c64509
telescope:i18n
2015-04-20 15:20:10 +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
16d9eaf0f9
Delete all getTemplate related codes
2015-04-13 16:29:33 +09:00
Delgermurun
666577f4cb
Template[getTemplate('XYZ')] => Template.XYZ
2015-04-13 14:52:03 +09:00
Sacha Greif
2b05abf527
adding pages package
2015-04-08 18:23:29 +09:00
Sacha Greif
8f94eaa765
Fix #892 (feeds not getting imported)
2015-04-08 09:00:37 +09:00
Delgermurun
94da16d045
post-by-feed: Normalize encoding to utf-8
...
closes #729
Uses buffer rather than already decoded string.
See: https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding
2015-04-02 13:26:39 +09:00
Sacha Greif
861a2cda39
cleaning up admin area
2015-03-31 10:04:55 +09:00
Delgermurun
5cd7c53ff7
Messages package
2015-03-27 16:38:47 +08:00
Sacha Greif
f864e29851
updating Meteor
2015-03-26 12:00:15 +09:00
Sacha Greif
51b52da004
working on admin menu
2015-03-23 10:32:56 +09:00
Sacha Greif
7be7276980
commenting and tweaking the post by feed package
2015-03-18 09:45:44 +09:00
Sacha Greif
0d27313b03
Merge branch 'post-by-feed-fix' of https://github.com/delgermurun/Telescope into delgermurun-post-by-feed-fix
2015-03-18 09:14:08 +09:00
Sacha Greif
793c6450e7
small fix
2015-03-18 09:10:11 +09:00
Delgermurun
a05fa134e4
Assign feed item's categories to post.
...
Changed htmlparser2 to node-feedparser
2015-03-17 10:40:45 +08:00
Sacha Greif
6c13989cc3
small tweaks
2015-03-13 15:27:45 +09:00
Sacha Greif
759719547b
remove console.log
2015-02-11 18:25:38 +09:00
Accentax
c039ca8596
fixed feed id
2015-02-09 19:05:53 +00:00
Accentax
557d4e54fb
added category assignment
2015-02-09 18:39:50 +00:00
Julian Ćwirko
edb609f739
polish translation - only lang files
2015-02-03 08:38:47 +01:00
Ibrahim Cesar
c3e0cd06d2
Translated package to Brazilian Portuguese
2015-02-02 12:52:30 -02:00
Sacha Greif
84d35e5451
fix post-by-feed bug when feed items don't have ids
2015-02-01 18:26:53 +09:00
Sacha Greif
f01f084525
feeds can now be assigned to a user
2015-01-14 12:31:09 +09:00
Sacha Greif
65f30864c6
decode feed item title, too
2015-01-06 11:55:12 +09:00
Sacha Greif
a5911bf3f7
remove enableFeeds setting; stop synced-cron message logging
2015-01-06 09:51:35 +09:00
Sacha Greif
f5354bf69d
renaming viewNav to viewsMenu and adminNav to adminMenu
2015-01-05 10:06:30 +09:00
Sacha Greif
a3fc68ad52
follow 302 redirects too
2015-01-05 10:01:57 +09:00
Sacha Greif
09ff63b3d0
follow http 301 redirects in feed package
2015-01-05 09:56:02 +09:00
Sacha Greif
8725121ce3
use feed item date for postedAt
2015-01-04 12:51:30 +09:00
Sacha Greif
37ab8d48b9
feeds require to be enabled
2014-12-31 11:54:38 +09:00
Sacha Greif
b70cee68b8
updated autoform
2014-12-29 18:24:26 +09:00
Sacha Greif
51fd6fe975
temporarily remove feed item quickform
2014-12-27 17:56:10 +09:00
Sacha Greif
d83fa19ed8
add insert allow for feeds
2014-12-19 14:39:43 +09:00