Sacha Greif
35ae630ebd
working on grid layout; added callback for injecting CSS classes for post items
2015-01-19 11:40:27 +09:00
Sacha Greif
ff1d92f977
clean up post and settings schema, and i18n labels
2015-01-18 10:56:01 +09:00
Sacha Greif
c2118954b2
prevent logo from getting crushed on mobile + various other small fixes
2015-01-12 12:02:48 +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
f5354bf69d
renaming viewNav to viewsMenu and adminNav to adminMenu
2015-01-05 10:06:30 +09:00
Sacha Greif
6540d9aa46
add MAIL_URL as a setting
2015-01-02 16:05:28 +09:00
Sacha Greif
9bbf0347d3
log first run event and hide release notes until then
2014-12-31 19:05:00 +09:00
Sacha Greif
6a8a6ee8bb
working on getting started package
2014-12-31 17:44:21 +09:00
Sacha Greif
ecad51bbbd
make release notes into a package
2014-12-31 11:05:25 +09:00
Sacha Greif
ed03fa38a1
working on release notes
2014-12-30 19:14:44 +09:00
Sacha Greif
778c08d544
clean-up
2014-12-30 18:18:00 +09:00
Sacha Greif
0ee7eeb3cb
run collection hook on client too
2014-12-30 13:47:14 +09:00
Sacha Greif
b70cee68b8
updated autoform
2014-12-29 18:24:26 +09:00
Sacha Greif
03922286e1
refactoring comment form code and fixing upvote issue
2014-12-28 12:13:13 +09:00
Sacha Greif
7d7a3939fc
working on comment form latency compensation
2014-12-28 11:45:35 +09:00
Sacha Greif
b786a7121a
fixes
2014-12-24 14:22:45 +09:00
Sacha Greif
f2760f9168
refactoring comment submit method
2014-12-24 10:13:48 +09:00
Sacha Greif
a39569e883
make embedly call async
2014-12-24 09:42:10 +09:00
Sacha Greif
a85e09f9ad
make post-submit callbacks run on server only
2014-12-22 11:49:35 +09:00
Sacha Greif
4312a39f2a
"updateObject" -> "modifier"
2014-12-22 09:50:45 +09:00
Sacha Greif
6fc3bb7092
use type=method for submit and edit forms
2014-12-22 09:49:28 +09:00
Sacha Greif
24a0f9b830
refactor voting code to accept function calls from server
2014-12-20 17:34:15 +09:00
Sacha Greif
0b751d086c
working on post-by-feed package
2014-12-18 16:01:18 +09:00
Sacha Greif
a6267c69de
splitting submitPost into client/server and server functions
2014-12-18 15:09:30 +09:00
Sacha Greif
1f825fe15b
add description setting and use it as description for root path
2014-12-17 09:49:56 +09:00
Sacha Greif
1eb72079b4
adding userCreatedCallbacks callback hook and refactoring user creation
2014-12-13 14:02:45 +09:00
Sacha Greif
1b3bc168e1
override Meteor.absoluteUrl() with URL provided in settings
2014-12-13 12:01:41 +09:00
Sacha Greif
d1679bd7c0
Admin posts are now automatically accepted
2014-12-10 10:52:40 +09:00
Sacha Greif
07bc61e938
started extracting invites into their own package
2014-12-09 10:17:16 +09:00
Sacha Greif
6339657503
force sticky property to default to false when not set
2014-12-08 19:51:06 +09:00
Sacha Greif
7879172c5d
refactoring parameters to simplify showing/hiding future posts, and adding "scheduled" view
2014-12-08 16:39:10 +09:00
Sacha Greif
305322bf25
bring back posts delete link
2014-12-08 16:10:32 +09:00
Sacha Greif
b6c54c106d
renaming errors to messages
2014-12-06 17:41:15 +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
52ef153a2d
make embedly work for non-admins too
2014-12-06 11:56:57 +09:00
Sacha Greif
f2736c05c7
limit autoValue to inserts
2014-12-05 09:44:50 +09:00
Sacha Greif
053183f5b5
fix approve/unapprove links
2014-12-05 09:33:07 +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
716f329908
Merge branch 'master' of https://github.com/TelescopeJS/Telescope
2014-12-04 13:10:27 +09:00
Sacha Greif
3e415dce78
Merge branch 'telescope-master-profile-hooks' of github.com:AdmitHub/Telescope into AdmitHub-telescope-master-profile-hooks
...
Conflicts:
client/views/posts/modules/post_info.html
Note:
adapted PR to only keep some of the added features
2014-12-04 12:38:20 +09:00
Anthony Mayer
23b72b9cb8
Switching from manually generating urls to using IronRouter functions.
...
Using {{pathFor}}, path(), and url() where possible. Passing in path
to Meteor.absoluteUrl() where the IronRouter functions didn't make sense.
Also deleting some random unused code.
2014-12-03 00:06:00 -08:00
Sacha Greif
0cca37a253
refactoring embedly module and triggering API call on URL field change
2014-11-29 15:24:01 +09:00
Sacha Greif
d36bbf69ab
refactoring submitPost and editPost
2014-11-29 11:14:44 +09:00
Sacha Greif
618371636d
working on post edit form
2014-11-29 10:25:11 +09:00
Sacha Greif
0031d07468
finishing post submit form refactoring
2014-11-28 15:18:55 +09:00
Sacha Greif
672be96c9b
working on post submit form
2014-11-28 11:19:55 +09:00
Sacha Greif
96176398e3
create datetimepicker custom field type package
2014-11-27 17:43:27 +09:00
Sacha Greif
b8dc56ea40
Merge branch 'master' into quickform
...
Conflicts:
.meteor/versions
client/views/settings/quickFormSettings.html
collections/posts.js
lib/router.js
packages/telescope-api/versions.json
packages/telescope-base/versions.json
packages/telescope-module-embedly/versions.json
packages/telescope-module-share/versions.json
packages/telescope-notifications/versions.json
packages/telescope-rss/versions.json
packages/telescope-theme-base/versions.json
packages/telescope-theme-hubble/versions.json
2014-11-26 11:22:54 +09:00
Sacha Greif
d3283e9b9c
Merge branch 'master' of https://github.com/TelescopeJS/Telescope
2014-11-25 15:47:49 +09:00
Anthony Mayer
3c912420bf
Adding back title setting
2014-11-22 13:48:13 -08:00