Sacha Greif
|
53fad7f3db
|
renamed "postsListTop" zone to "top"; removed footer template; added Telescope.debug.refresh() function; improved debugging
|
2015-07-15 12:33:06 +09:00 |
|
Sacha Greif
|
793019297e
|
more work on debug package; started restructuring templates to wrap them all in an outer HTML element and avoid text nodes
|
2015-07-14 19:39:37 +09:00 |
|
Sacha Greif
|
297d6c844b
|
updating history; small tweaks
|
2015-07-14 11:40:58 +09:00 |
|
Sacha Greif
|
afbc0fc8e3
|
remove regEx validation for now to work around SimpleSchema bug
|
2015-07-14 11:40:24 +09:00 |
|
Sacha Greif
|
52fb0f9f56
|
when body is empty, unset htmlBody in hook
|
2015-07-14 11:39:58 +09:00 |
|
Sacha Greif
|
3a5117069a
|
more checks
|
2015-07-10 11:40:11 +09:00 |
|
Sacha Greif
|
9b8bbaeed3
|
calling vote methods with id and not whole object
|
2015-07-10 11:06:40 +09:00 |
|
Sacha Greif
|
bfd36c5213
|
using audit-argument-check and adding check to all methods
|
2015-07-10 11:05:13 +09:00 |
|
Sacha Greif
|
07f5995559
|
fix stupid bug (route.path -> route.view)
|
2015-07-08 17:05:36 +09:00 |
|
Sacha Greif
|
92d44bf445
|
working on limit parameter
|
2015-07-08 16:23:12 +09:00 |
|
Sacha Greif
|
d8d28fd28e
|
remove sleep (whoops!)
|
2015-07-08 16:03:33 +09:00 |
|
Sacha Greif
|
f9842277cd
|
implement fastRender for post lists + daily views
|
2015-07-08 16:00:27 +09:00 |
|
Sacha Greif
|
249fb3fcf8
|
fix subscriptionsReady
|
2015-07-07 13:15:35 +09:00 |
|
Sacha Greif
|
9eef5fdf07
|
use Subs Manager for some template-level subscriptions to fix post page content flash issue
|
2015-07-07 12:54:23 +09:00 |
|
Sacha Greif
|
511847c944
|
remove unneeded event.preventDefault()
|
2015-07-01 15:27:46 +09:00 |
|
Sacha Greif
|
38b4296755
|
use modified post object in callbacks
|
2015-06-30 19:31:23 +09:00 |
|
Sacha Greif
|
59b56d79df
|
fix wrong slug bug (#1047)
|
2015-06-30 19:31:09 +09:00 |
|
Sacha Greif
|
7e518007f1
|
Disallow $rename
|
2015-06-30 19:11:25 +09:00 |
|
Sacha Greif
|
ffe1cf3316
|
only add trailing slash to siteUrl, not other url fields
|
2015-06-25 12:03:10 +09:00 |
|
Sacha Greif
|
18d8a962ac
|
do not use onBeforeAction for loading on post page (fix screen refresh bug)
|
2015-06-25 11:26:56 +09:00 |
|
Sacha Greif
|
c206230ee5
|
completely refactor notifications code
|
2015-06-24 15:38:14 +09:00 |
|
Sacha Greif
|
31f3384e85
|
Split out own comment and post upvote into separate callbacks to make them easier to remove
|
2015-06-21 11:58:46 +09:00 |
|
Sacha Greif
|
0c492e3012
|
added canonical link
|
2015-06-19 16:39:13 +09:00 |
|
Sacha Greif
|
f437153d63
|
handle deleted users better in email newsletter (thanks @johnthepink)
|
2015-06-19 12:09:03 +09:00 |
|
Sacha Greif
|
b098a26a19
|
using better URLs
|
2015-06-19 12:00:47 +09:00 |
|
Sacha Greif
|
b15d9095c0
|
add email testing routes for post approved, new comment, and new reply; clean up notifications; clean up posts, comments, user, utils helpers; change post URL format to /id/slug
|
2015-06-19 11:52:57 +09:00 |
|
Sacha Greif
|
d3058cf908
|
use replaceState instead of Router.go to avoid messing with history
|
2015-06-19 11:50:59 +09:00 |
|
Sacha Greif
|
0029e8b9a4
|
fix issues with absolute/relative URLs
|
2015-06-19 09:48:59 +09:00 |
|
Sacha Greif
|
05f656a407
|
working on post downvote setting
|
2015-06-18 16:46:45 +09:00 |
|
Sacha Greif
|
7e48d49366
|
working on post URL slugs
|
2015-06-18 13:04:38 +09:00 |
|
Sacha Greif
|
6cfcc2036f
|
refactor views menu code to fix #1000
|
2015-06-05 11:17:46 +09:00 |
|
Sacha Greif
|
9cfef9bcf5
|
generate list of public user properties from user schema
|
2015-06-05 10:55:52 +09:00 |
|
Sacha Greif
|
f1469a04ae
|
make sure default view controller exists
|
2015-05-19 18:29:54 +09:00 |
|
Sacha Greif
|
b296d87e44
|
make profileCompletedAsync callback work; make invites work even with Twitter or Facebook accounts
|
2015-05-19 12:34:27 +09:00 |
|
Sacha Greif
|
eef51ca688
|
fix categories
|
2015-05-18 16:42:11 +09:00 |
|
Sacha Greif
|
29babb9a38
|
postListTop -> postsListTop; Telescope.utils.colorTable -> Telescope.colorElements.colorTable; reogranize menus code
|
2015-05-18 11:39:12 +09:00 |
|
Sacha Greif
|
60024af0d1
|
Telescope.menus -> Telescope.menuItems
|
2015-05-18 11:11:14 +09:00 |
|
Sacha Greif
|
b72ef6fd45
|
renaming posts templates
|
2015-05-18 10:30:08 +09:00 |
|
Sacha Greif
|
c8754f0dd3
|
register -> add
|
2015-05-17 15:38:02 +09:00 |
|
Sacha Greif
|
affec3c1c8
|
using spacebars helpers for profileUrl, username, and displayName
|
2015-05-14 16:42:19 +09:00 |
|
Sacha Greif
|
dfad6679f8
|
Merge pull request #966 from Workpop/post-filter-category
Add ability to filter post views by category id
|
2015-05-14 14:36:08 +09:00 |
|
Seth Sandler
|
69eb51333c
|
Add ability to filter post views by category id
|
2015-05-13 22:26:42 -07:00 |
|
Sacha Greif
|
f52e9b6188
|
fix post status field
|
2015-05-14 11:38:01 +09:00 |
|
Sacha Greif
|
24e3a41d73
|
add comment submit keyboard shortcut, tweak comment styling
|
2015-05-14 11:21:44 +09:00 |
|
Sacha Greif
|
2bb4913fb2
|
cleaning up user helpers
|
2015-05-13 11:01:03 +09:00 |
|
Alex Corre
|
cc9a098c92
|
remove some trailing commas from telescope-posts
|
2015-05-12 14:30:10 -07:00 |
|
Sacha Greif
|
9232b33a44
|
postsListController -> posts_list_controller
|
2015-05-12 17:27:05 +09:00 |
|
Sacha Greif
|
138d0ff18d
|
fix #955
|
2015-05-12 11:07:22 +09:00 |
|
Sacha Greif
|
953f1658a3
|
adding template-extension package
|
2015-05-11 12:39:49 +09:00 |
|
Sacha Greif
|
89300d115c
|
cleaning up schemas
|
2015-05-11 12:15:10 +09:00 |
|