Sacha Greif
bca4d19562
use function for defaultView as well
2015-04-10 14:46:22 +09:00
Sacha Greif
26a5e3ad5a
small fixes
2015-04-10 14:16:37 +09:00
Sacha Greif
8871734cfc
show all post views in settings
2015-04-10 14:16:26 +09:00
Sacha Greif
07f6dc4d73
Publish pages for all users
2015-04-09 11:34:19 +09:00
Sacha Greif
7a219a738d
add pages to mobile nav; various CSS fixes
2015-04-09 10:02:50 +09:00
Sacha Greif
b7d38982ff
don't display pages menu if there are no pages
2015-04-08 19:36:41 +09:00
Sacha Greif
2b05abf527
adding pages package
2015-04-08 18:23:29 +09:00
Sacha Greif
cb7b4164ab
collapse user menu by default
2015-04-08 11:57:53 +09:00
Sacha Greif
621c51eb63
update meteor and version bump
2015-04-08 09:41:05 +09:00
Sacha Greif
be9d017304
avatars css fix
2015-04-08 09:20:58 +09:00
Sacha Greif
ffdbaed70d
Merge branch 'settings-package' of https://github.com/delgermurun/Telescope into delgermurun-settings-package
...
Conflicts:
.meteor/packages
.meteor/versions
client/components/postList/posts_list.js
client/main.js
lib/router/filters.js
lib/router/posts.js
lib/router/users.js
packages/telescope-base/package.js
packages/telescope-daily/lib/routes.js
packages/telescope-module-share/package.js
packages/telescope-seo/lib/routes.js
packages/telescope-seo/lib/seo.js
packages/telescope-seo/package.js
packages/telescope-singleday/lib/routes.js
2015-04-08 09:20:50 +09:00
Sacha Greif
8f94eaa765
Fix #892 (feeds not getting imported)
2015-04-08 09:00:37 +09:00
Sacha Greif
7b92cfd653
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
2015-04-08 08:56:45 +09:00
Nolan Darilek
8560a64121
aria-hidden needs a value.
2015-04-07 08:53:49 -05:00
Sacha Greif
c937b1a8b5
adding new helper functions
2015-04-06 18:34:48 +09:00
Sacha Greif
a8dd402e27
update avatar package
2015-04-06 10:08:03 +09:00
Sacha Greif
c1d0d6f6f7
clean up
2015-04-03 18:52:23 +09:00
Sacha Greif
c056003eca
fix header mobile menu button color
2015-04-03 09:54:32 +09:00
Sacha Greif
48bfb14b11
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
...
Conflicts:
.meteor/versions
2015-04-03 09:49:04 +09:00
Sacha Greif
57fa01c6bb
various mobile css fixes; fix mobile nav
2015-04-03 09:48:30 +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
dd6130637c
version bump
2015-04-01 11:08:40 +09:00
Sacha Greif
07125f900d
Bring SEO features back into core and refactor SEO package into sitemap package
2015-04-01 11:00:31 +09:00
Sacha Greif
67e4ebec49
Fix #822
2015-03-31 11:00:35 +09:00
Sacha Greif
861a2cda39
cleaning up admin area
2015-03-31 10:04:55 +09:00
Sacha Greif
99173d5791
move css to menu component directory
2015-03-29 15:08:52 +09:00
Delgermurun
057580b793
Settings package
2015-03-28 18:38:20 +09:00
Sacha Greif
0498efd6b1
Merge branch 'messages-package' of https://github.com/delgermurun/Telescope into delgermurun-messages-package
2015-03-28 11:08:20 +09:00
Sacha Greif
35efbeb3ee
refactoring menu component
2015-03-28 10:54:41 +09:00
Sacha Greif
f29b612c4e
update fourseven:sass ( fix #859 )
2015-03-28 10:21:23 +09:00
Delgermurun
5cd7c53ff7
Messages package
2015-03-27 16:38:47 +08:00
Sacha Greif
831741c1c4
make comment textarea taller
2015-03-27 14:48:44 +09:00
Sacha Greif
3f323cd9cb
fix dropdown padding
2015-03-27 14:40:11 +09:00
Sacha Greif
f4e3764da5
Merge pull request #855 from AdmitHub/telescope-invites-userid
...
Use this.userId, not Meteor.user in publications
2015-03-27 09:59:16 +09:00
Charlie DeTar
6a155301e9
Fix usage of `can.edit
` for users
...
Fix the ``changeEmail`` method's invocation signature of ``can.edit``,
and fix the definition of ``can.edit`` to allow it to work with users as
the "item".
Note that this relies on "_id" to be unique across collections. Mongo
won't generate the same ID in two collections, but it is possible to
manually add an object to another collection with a duplicate ID.
2015-03-26 15:00:32 -06:00
Charlie DeTar
20be9b9e0f
Use this.userId, not Meteor.user in publications
...
Replace Meteor.user() call in telescope-invites.
Fixes #853 .
2015-03-26 14:42:15 -06:00
Sacha Greif
db49d9746c
add http:// to image links in newsletter template
2015-03-26 18:27:14 +09:00
Delgermurun
a4e5908d2d
Validate post's categories on server.
2015-03-26 14:07:19 +08:00
Sacha Greif
f864e29851
updating Meteor
2015-03-26 12:00:15 +09:00
Sacha Greif
d7a1143b02
clean up tags package
2015-03-26 11:36:29 +09:00
Sacha Greif
26aa980826
Merge branch 'dtsepelev-master' into devel
2015-03-26 11:28:10 +09:00
Sacha Greif
3339af6cc9
Merge branch 'AdmitHub-search-title-description' into devel
...
Conflicts:
packages/telescope-search/lib/client/routes.js
2015-03-26 11:18:37 +09:00
Sacha Greif
418b12b113
Merge branch 'AdmitHub-search-event-specificity' into devel
2015-03-26 11:17:16 +09:00
Sacha Greif
1cd36e0bea
Merge branch 'devel' into AdmitHub-telescope-master-seo2
...
Conflicts:
.meteor/versions
2015-03-26 11:12:17 +09:00
Sacha Greif
56caa499b7
make views nav use dropdown component, and hide it when there's only a single view
2015-03-25 18:19:22 +09:00
Sacha Greif
2c9aac2580
add category titles; do not show posts views nav on category pages
2015-03-25 12:30:55 +09:00
Sacha Greif
f43d0dd569
small tweaks
2015-03-25 12:02:29 +09:00
Sacha Greif
273fa4089a
changing color names
2015-03-25 11:44:57 +09:00
Sacha Greif
ed0e7ef270
fix user dashboard css
2015-03-25 10:11:44 +09:00
Charlie DeTar
c2d0e306c1
Remove console.log
2015-03-24 16:31:22 -06:00