Anthony Mayer
d07a286f89
Fixes #538
2014-11-22 15:11:31 -08:00
Sacha Greif
b22892cad5
making css more flexible
2014-11-21 15:30:10 +09:00
Sacha Greif
92b5ee7ceb
working on adding a global i18nReady session var
2014-11-21 13:19:15 +09:00
Sacha Greif
71e0376595
make moment i18n reactive; add global setLanguage function
2014-11-21 12:50:26 +09:00
Sacha Greif
7b89c604a5
working on package i18n
2014-11-20 14:56:29 +09:00
Sacha Greif
9becac5e36
css tweaks
2014-11-20 14:55:58 +09:00
Sacha Greif
e572274249
i18ning missing strings
2014-11-20 14:55:34 +09:00
Sacha Greif
f3ddf53cf7
updating package versions
2014-11-20 10:44:08 +09:00
Sacha Greif
8cb60619f8
Merge branch 'integrate-tap-i18n' of github.com:theosp/Telescope into theosp-integrate-tap-i18n
2014-11-20 10:31:20 +09:00
Sacha Greif
eb082473ed
refactor server-side email template routes
2014-11-19 15:14:54 +09:00
Daniel Chcouri
177dc75f09
telescope-i18n package: use tap:i18n
2014-11-19 01:46:34 +08:00
Daniel Chcouri
2605dcb27c
Convert translation keys format to tap:i18n standard
...
all_lower_cased_underscored_sperated names
2014-11-19 00:00:09 +08:00
Sacha Greif
c3eaf39678
refactoring notifications profileUrl and author
2014-11-18 11:05:15 +09:00
Sacha Greif
c335d654c9
fixing missing username in notifications; cleaning up console.logs
2014-11-18 11:00:38 +09:00
Delgermurun
e61f5bcd47
RSS feed url bug fix
2014-11-18 09:45:33 +08:00
Sacha Greif
3141c204c2
tweak commentCount migration; fix kadira version; fix path check
2014-11-18 09:56:09 +09:00
Sacha Greif
9110fa8e31
Fix digest link
2014-11-18 09:22:59 +09:00
Delgermurun
d89687b25e
RSS feed for top, best views & feed url bug fix
2014-11-17 21:14:56 +08:00
Sacha Greif
4838a04f44
updating packages for IR 1.0
2014-11-17 14:53:42 +09:00
Sacha Greif
cddb3633fc
Merge branch 'steffenstraetz-views-clicks-refactor' into meteor1.0
...
Conflicts:
lib/router.js
packages/telescope-notifications/versions.json
2014-11-17 11:31:58 +09:00
Sacha Greif
73cb59a088
Working on IR 1.0 update
2014-11-17 11:01:37 +09:00
Sacha Greif
0ceda58124
updating to Meteor 1.0
2014-11-17 09:35:29 +09:00
Steffen Strätz
e98f4f4da9
Fixed initial value for user commentCount
2014-10-15 22:38:05 +02:00
Sacha Greif
4eb53c693c
updated autoform and testing date time field
2014-10-08 18:38:01 +09:00
Sacha Greif
0143b8f7de
Merge branch 'master' into quickform
2014-10-08 16:13:52 +09:00
Sacha Greif
171e212905
kadira version
2014-10-08 16:13:50 +09:00
Sacha Greif
d277adfc6d
wrap newsletter banner helpers in startup block
2014-10-08 11:49:34 +09:00
Sacha Greif
7b430bff72
re-enable emailNotifications setting
2014-10-07 13:45:48 +09:00
Sacha Greif
521afdc50d
Merge branch 'herald-integration' of github.com:Kestanous/Telescope into Kestanous-herald-integration
...
Conflicts:
.meteor/versions
packages/telescope-kadira/versions.json
packages/telescope-notifications/lib/notifications.js
2014-10-07 10:34:23 +09:00
Sacha Greif
6c10c0e4a8
Merge pull request #469 from massimilianomarini/kadira-package-update
...
Kadira package update to latest release 2.11.2
2014-10-06 11:39:52 +09:00
Sacha Greif
8a72a9b77c
Using omit: true
2014-10-06 10:40:45 +09:00
Sacha Greif
33b102c5cf
Fixing #457
2014-10-06 10:27:28 +09:00
Sacha Greif
c5b2c36758
Using omit: true
2014-10-06 10:23:46 +09:00
Massimiliano Marini
528a3b328d
Update Kadira package to latest release 2.11.2
2014-10-05 12:31:50 +02:00
Sacha Greif
cd1496897d
updating packages
2014-10-05 17:23:05 +09:00
Sacha Greif
ccf0ea7820
working on quick form for post submit
2014-10-05 17:20:15 +09:00
Sacha Greif
f5c4908d12
Upgrading to 0.9.3.1
2014-10-04 12:51:44 +09:00
Sacha Greif
53442243b9
Merge pull request #462 from AdmitHub/telescope-master-search-querystring
...
Add querystring updates to search
2014-10-04 09:28:50 +09:00
Charlie DeTar
ed09d0ea7c
Fully abstract isAdmin
...
We're using a fork with a different definition of "isAdmin" (using
``meteor-roles`` rather than the boolean user.isAdmin). ``lib/user.js``
provides abstracted methods for reading admin state, which makes it very
easy to change our definition -- except that the abstractions weren't
used universally.
This commit finishes the job of using the abstractions, and adds a few
new parts to also allow abstracting setting and updating admin-ness:
- setAdmin: sets admin status directly on a user object.
- updateAdmin: executes a mongo update to set admin status.
- adminMongoQuery: the query parameter for admin-ness, for composing
user queries with other fields.
- notAdminMongoQuery: the query parameter for not-admin-ness.
2014-10-03 16:21:06 -06:00
Charlie DeTar
582ee672ab
Add querystring updates to search
...
Update and parse a "?q=" query string for search to improve cross-site
linkability.
2014-10-03 15:48:42 -06:00
Kestanous
9be1bd7169
herald integration
2014-10-02 16:42:31 -04:00
Sacha Greif
f994b0de5e
Merge branch 'master' of github.com:TelescopeJS/Telescope
2014-09-30 15:53:44 +09:00
Sacha Greif
9c1e00ac95
Make no_rights and not_found templates customizable
2014-09-30 15:53:36 +09:00
Delgermurun
4fd7c444e5
use getPostsParameters on posts rss
2014-09-29 16:31:41 +08:00
Delgermurun
0ff3fc7dba
rename getParameters to getPostParameters
2014-09-29 15:42:35 +08:00
Sacha Greif
0a118cb5c3
Minor form tweaks
2014-09-29 15:40:09 +09:00
Sacha Greif
7625687860
Merge branch 'better-settings'
...
Conflicts:
packages/telescope-daily/lib/client/routes.js
2014-09-29 11:08:07 +09:00
Sacha Greif
90bd327e22
call getTemplate inside anonymous function so that it's only evaluated on route run
2014-09-29 10:35:03 +09:00
Sacha Greif
f00ffd8498
Adding instructions to settings form
2014-09-29 10:15:21 +09:00
Sacha Greif
8262b97f50
wrap postsDaily helper in Meteor.startup()
2014-09-29 09:20:40 +09:00