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
Sacha Greif
5cfc0c6b02
populate the language setting from the TAPi18n object
2014-11-21 15:13:56 +09:00
Sacha Greif
71e0376595
make moment i18n reactive; add global setLanguage function
2014-11-21 12:50:26 +09: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
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
0ceda58124
updating to Meteor 1.0
2014-11-17 09:35:29 +09:00
Steffen Strätz
6e863598d1
Merged
2014-10-16 00:32:08 +02:00
Steffen Strätz
2fd22e9d41
Renamed "postCount" to "postsCount" to follow naming pattern of other counters
2014-10-16 00:12:13 +02:00
Steffen Strätz
226645b770
Refactored "data.commentsCount" to "commentsCount"
2014-10-15 23:59:02 +02:00
Steffen Strätz
1a4d5cc7a7
- Renamed user "commentCount" to match post "commentsCount"
...
- Refactored post click counting to match naming convention with viewsCount and commentsCount and removed security issue in client code
- Fixed bug that user commentsCount would not show correctly in list
- Added migrations "commentCountToCommentsCount" and "clicksToClicksCount"
2014-10-15 22:03:12 +02:00
Steffen Strätz
2fbd2f0fb2
Fixed bug that users comment count would not show correctly in list
2014-10-15 21:39:22 +02:00
Steffen Strätz
e7e1accc79
- Added view counting for posts
...
- Refactored click counting to match view counting
- Renamed User "commentCount" to match Post "commentsCount"
- Removed security issue in client side click counting (now calling server method instead)
2014-10-15 21:23:43 +02:00
Sacha Greif
4eb53c693c
updated autoform and testing date time field
2014-10-08 18:38:01 +09:00
Sacha Greif
f121b4791e
remove fieldsToOmit
2014-10-06 11:10:50 +09:00
Sacha Greif
c5b2c36758
Using omit: true
2014-10-06 10:23:46 +09:00
Sacha Greif
ccf0ea7820
working on quick form for post submit
2014-10-05 17:20:15 +09:00
Sacha Greif
5d4805c137
Merge pull request #448 from splendido/at-integration
...
update to accounts-templates-unstyled 0.9.7
2014-09-29 15:49:17 +09:00
Sacha Greif
0a118cb5c3
Minor form tweaks
2014-09-29 15:40:09 +09:00
Luca Mussi
efeeacb46d
better language change for accounts-t9n
2014-09-29 08:26:53 +02:00
Sacha Greif
f00ffd8498
Adding instructions to settings form
2014-09-29 10:15:21 +09:00
Sacha Greif
51de4d79db
splitting settings form into field sets
2014-09-28 16:31:12 +09:00
Sacha Greif
8b6e5215fd
fix #441
2014-09-28 08:46:20 +09:00
Luca Mussi
efe9e5d38b
Merge remote-tracking branch 'telescope/master' into at-integration
2014-09-24 07:37:08 +02:00
Sacha Greif
64ba9fe0f3
security fix
2014-09-23 11:30:21 +09:00
Luca Mussi
acf9ddf33b
Merge remote-tracking branch 'telescope/master' into at-integration
...
Conflicts:
.meteor/packages
2014-09-20 16:30:11 +02:00
Luca Mussi
e31811416c
removed console.log
2014-09-20 12:25:04 +02:00
Luca Mussi
fa3479b7c4
observe changes on setting client-side only
2014-09-20 11:55:00 +02:00
Sacha Greif
8625e06045
Renaming callbacks and adding new ones
2014-09-20 10:42:42 +09:00
Sacha Greif
2a911217e9
Making notifications into their own package
2014-09-20 09:57:09 +09:00
Luca Mussi
7733e68716
observe changes on settings to set current language also to accounts-t9n
2014-09-18 21:42:44 +02:00
Steffen Strätz
d210c0b07b
Fixed regression
2014-09-17 21:13:20 +02:00
Steffen Strätz
1540e4e529
Fixed regression
2014-09-17 21:11:59 +02:00
Steffen Strätz
ebfd372899
Fixed plural / singular issue in schema naming
2014-09-17 20:20:23 +02:00
Steffen Strätz
b3806468f1
Replaced deprecated "schema" property with "attachSchema" method.
2014-09-17 20:10:43 +02:00
Steffen Strätz
a13ce3f0a9
Replaced deprecated "schema" property with "attachSchema" method.
2014-09-17 19:54:18 +02:00
Mitchell Wulfman
6fc6b9eb78
cleanup while getting familiar with the codebase
2014-09-16 15:18:27 -04:00
Sacha Greif
7dc8249910
Do not remove deleted comments from db
2014-09-16 12:12:48 +09:00
Sacha Greif
3cc5dd417c
same thing for comments
2014-09-11 14:11:41 +09:00
Sacha Greif
bbaa625652
do not insert htmlBody on the client since it's not whitelisted
2014-09-11 14:10:57 +09:00
Sacha Greif
74388464f9
fixing bug on post submit
2014-09-02 14:54:04 +09:00
Sacha Greif
c665e1818e
remove unneeded allow insert
2014-09-01 18:19:36 +09:00
Sacha Greif
e21f5c7056
adding new htmlBody field and adding hooks to sanitise it
2014-08-31 16:11:48 +09:00
Sacha Greif
fa8691eaaf
making default view configurable
2014-08-28 10:16:17 +09:00
Sacha Greif
991ca23516
small bug fixes
2014-08-27 09:25:05 +09:00
Sacha Greif
735f0645db
move votes to their own object on user object
2014-08-23 11:53:37 +09:00
Sacha Greif
df479d43c3
Stop tracking comments in User object; Refactor publications; add data property to user
2014-08-23 11:28:05 +09:00
Sacha Greif
9b8e16f177
now showing comments on user profile page
2014-08-22 17:06:22 +09:00
Sacha Greif
063242b78d
Changed comments to CommentsCount; Now tracking _ids of commenters on each Post document
2014-08-22 10:31:05 +09:00