Sacha Greif
bea733f711
working on template extensions
2015-04-11 17:03:07 +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
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
c056003eca
fix header mobile menu button color
2015-04-03 09:54:32 +09:00
Delgermurun
057580b793
Settings package
2015-03-28 18:38:20 +09:00
Sacha Greif
273fa4089a
changing color names
2015-03-25 11:44:57 +09:00
Sacha Greif
8fc95a316c
fix mobile nav
2015-03-24 17:03:37 +09:00
Sacha Greif
3c8fc80841
refactoring color customization system
2015-03-24 14:30:04 +09:00
Sacha Greif
8a8cf53fee
using font awesome for icons
2015-03-24 13:13:04 +09:00
Sacha Greif
51b52da004
working on admin menu
2015-03-23 10:32:56 +09:00
Sacha Greif
e06e5289f8
adding new postListTop zone
2015-03-22 11:19:27 +09:00
Sacha Greif
0d0d1f8bf5
adding postsViews setting
2015-03-22 10:55:30 +09:00
Sacha Greif
631092d78f
working on dropdown open/close
2015-03-21 18:43:35 +09:00
Sacha Greif
70147b5bc3
simplify dropdown and add admin-only items
2015-03-21 17:52:15 +09:00
Sacha Greif
a29987d7b2
refactoring dropdown menus into components
2015-03-20 18:31:49 +09:00
Sacha Greif
eb0a792dc7
vote power tweaks
2015-03-11 17:49:42 +09:00
Sacha Greif
74f1ec9a0c
Merge branch 'devel' of https://github.com/Baxter900/Telescope into Baxter900-devel
2015-03-11 17:42:21 +09: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
b7ad74e6e6
Use new set of arguments for methods and hooks
2015-03-10 14:24:05 +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
0d65cb9f1c
added postApprovedCallbacks
2015-01-21 16:47:02 +09:00
Sacha Greif
201af43cf9
adding upvote and down vote callbacks
2015-01-21 10:38:59 +09:00
Sacha Greif
0b3cfeabed
add thread modules zone
2015-01-20 11:42:03 +09: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
35ae630ebd
working on grid layout; added callback for injecting CSS classes for post items
2015-01-19 11:40:27 +09:00
Sacha Greif
9c5bd4ce4d
extract postRank into its own post module
2015-01-16 16:11: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
f5354bf69d
renaming viewNav to viewsMenu and adminNav to adminMenu
2015-01-05 10:06:30 +09:00
Sacha Greif
a49161dc17
get rid of toolbox
2014-12-31 11:55:09 +09:00
Sacha Greif
a7ad1572c3
make primary and secondary nav sortable ( fix #642 )
2014-12-30 17:44:33 +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
6fc3bb7092
use type=method for submit and edit forms
2014-12-22 09:49:28 +09:00
Sacha Greif
3d8e6f9237
updating autoform and simpleschema
2014-12-19 11:37:23 +09:00
Sacha Greif
4b4997a784
even more styling
2014-12-16 14:18:32 +09:00
Sacha Greif
6723a532da
alternate layout for post items
2014-12-16 13:34:01 +09:00
Sacha Greif
f8cb992069
Adding descriptions in post list pages and showing them in menus.
2014-12-15 09:46:51 +09:00
Sacha Greif
f5eb356ac1
adding commenters avatars
2014-12-14 15:15:34 +09:00
Sacha Greif
fb91613cfe
refactor all the things!
...
- changed the layout CSS for post modules
- changed order of modules
- changed markup of modules
2014-12-14 12:38:48 +09:00
Sacha Greif
fb0cd210b3
refactoring post module markup and CSS
2014-12-13 17:43:52 +09:00
Sacha Greif
1eb72079b4
adding userCreatedCallbacks callback hook and refactoring user creation
2014-12-13 14:02:45 +09:00
Sacha Greif
4fc5091a97
fix digest parameters bug ( fix #609 )
2014-12-10 09:48:24 +09:00
Sacha Greif
987696657d
upgrade to meteor 1.0.1
2014-12-10 09:37:57 +09:00
Sacha Greif
07bc61e938
started extracting invites into their own package
2014-12-09 10:17:16 +09:00
Sacha Greif
755451b394
modularising the user edit page
2014-12-08 20:36:46 +09:00
Sacha Greif
1444039065
decorate upvoted and down votes posts with vote timestamp
2014-12-08 19:51:39 +09:00