Bandersnatch
a8ba82eeaf
Moved the method callbacks to operate before the vote is applied.
2015-03-10 21:05:29 -06:00
Bandersnatch
81b7c4e3fb
Change votePowerEq to getVotePower. getVotePower can now be a function, or a number.
2015-03-10 20:31:31 -06:00
Sacha Greif
b6ccc63182
Merge pull request #797 from Baxter900/devel
...
Improved vote accessability for packages
2015-03-10 10:59:49 +09:00
Sacha Greif
c7fbb490f3
Merge branch 'jshimko-users-list' into devel
...
Conflicts:
.meteor/versions
2015-03-10 10:47:39 +09:00
Sacha Greif
b1bb4b5e96
Merge branch 'users-list' of https://github.com/jshimko/Telescope into jshimko-users-list
2015-03-10 09:32:13 +09:00
Bandersnatch
8e5af099d5
Added the ability to modify vote power from packages. Set votePowerEq to a function in a package and that function will be how vote power is determined. Makes sure to re-export votePowerEq from you function!
2015-03-07 23:30:20 -07:00
Bandersnatch
69f10079ce
Added Synchronous Method callbacks for each vote callback.
2015-03-07 22:19:00 -07:00
Bandersnatch
8e42994483
Added hooks for canceling up voting and down voting.
2015-03-07 21:54:32 -07:00
Sacha Greif
fcc3811ffd
version bump
2015-02-23 09:09:02 +01:00
Sacha Greif
625511aeb2
non-admins should not be able to access rejected posts
2015-02-22 09:05:47 +01:00
Jeremy Shimko
5997aafe87
switch to ReactiveTable.publish for all-users table
2015-02-16 17:54:33 -05:00
Sacha Greif
a7970cd076
fix posts default issue
2015-02-12 18:57:37 +09:00
Sacha Greif
194944c341
version bump
2015-02-11 19:31:07 +09:00
Sacha Greif
e7d22a4718
remove console.log
2015-02-11 19:24:05 +09:00
Sacha Greif
4e3f4ce174
Refactor default view route controller code and use tagline in title on homepage
2015-02-11 19:15:29 +09:00
Sacha Greif
f9cff37ccf
make sure post is defined
2015-02-11 18:03:08 +09:00
Sacha Greif
6c07c9cbab
Don't let non-admins access pending posts.
2015-02-05 09:32:43 +09:00
Sacha Greif
9a23f144d3
do not put comment reply page behind log-in
2015-02-03 15:43:57 +09:00
Sacha Greif
e5a497b1a9
fix #480
2015-02-03 12:16:01 +09:00
Sacha Greif
6d490d88c4
fix #699
2015-02-03 11:17:34 +09:00
Sacha Greif
9f7d25f2be
Revert "fix #743 "
...
This reverts commit 345e55e9b9
.
2015-02-03 10:51:16 +09:00
Sacha Greif
345e55e9b9
fix #743
2015-02-03 10:31:54 +09:00
Sacha Greif
f2e8ea068a
fix #742
2015-02-02 18:53:42 +09:00
Sean Robinson
2d6d7066d0
Fixed Google Analytics
...
I couldn’t get Google Analytics to work using the Tracking ID in the
admin section until I changed the code to this.
2015-02-01 00:14:57 -06:00
Sacha Greif
058d9878e2
Merge branch 'master' of https://github.com/TelescopeJS/Telescope
2015-01-27 11:12:23 +09:00
Sacha Greif
08a4b1f785
make getCurrentTemplate always return string
2015-01-27 11:11:14 +09:00
Kiko Beats
d53a41cf2f
change sign in for register
2015-01-25 17:38:54 +01:00
Sacha Greif
bedefbb653
do not overwrite this._terms in PostsListController's data function
2015-01-24 10:53:11 +09:00
Sacha Greif
b76621d0d2
version bump
2015-01-21 16:52:29 +09:00
Sacha Greif
6868a69f3e
Fix “post awaiting moderation” message
2015-01-21 11:09:18 +09:00
Sacha Greif
201af43cf9
adding upvote and down vote callbacks
2015-01-21 10:38:59 +09:00
Sacha Greif
3b51d0ef1c
bunch of small fixes
2015-01-20 16:18:27 +09:00
Sacha Greif
c6befe9b19
publish post author on single comment pages
2015-01-20 16:08:10 +09:00
Sacha Greif
cf01d01dbd
adding subscribe-to-posts package
2015-01-20 11:59:12 +09:00
Anthony Mayer
2bafca52e3
Fixing style issues.
...
Also, switching Router.routes[].path to Router.path
2015-01-19 00:48:17 -08:00
Anthony Mayer
f197b930e6
Cleaning up vote click handling functions and adding tests.
...
Also combining can.upvote and can.downvote and deleting unused permissions function and random cleanup.
2015-01-19 00:04:41 -08:00
Sacha Greif
645f6dd9f9
reverse trim/lowercase change for now
2015-01-18 11:15:02 +09:00
Sacha Greif
bbf30fea0d
Merge branch 'master' of https://github.com/TelescopeJS/Telescope
2015-01-18 11:12:12 +09:00
Sacha Greif
2c83ec1eb3
version bump
2015-01-14 09:55:42 +09:00
Kiko Beats
750fb17371
Update at_config.js
2015-01-12 14:37:25 +01:00
Kiko Beats
a62c29fee7
enabled trim and lowercase option for username field
2015-01-12 14:35:46 +01:00
Sacha Greif
c2118954b2
prevent logo from getting crushed on mobile + various other small fixes
2015-01-12 12:02:48 +09:00
Sacha Greif
e7e64be5f6
added missing this.next()
2015-01-10 12:46:44 +09:00
Sacha Greif
b9df5c9100
refactor post list markup
2015-01-10 11:38:19 +09:00
Sacha Greif
18b8576091
use onBeforeAction instead of onRun
2015-01-09 15:23:30 +09:00
Sacha Greif
56b53e9026
make load more template work again for regular post list
2015-01-08 17:07:17 +09:00
Sacha Greif
535acb9da8
refactoring singleDay package and postsList module
2015-01-08 15:38:07 +09:00
Sacha Greif
18c63f9886
Merge branch 'master' into devel
...
Conflicts:
server/publications/posts_list.js
2015-01-07 16:53:36 +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
cfa5c0f0ab
Merge branch 'master' into devel
2015-01-07 12:08:06 +09:00