Riyanto Jayadi
0f729e9a2e
Fixing (error.error === 603)
always results false
...
`if (error.error === 603) {...}` is always resulting false even error.error is "603" and the codes inside it is never executed.
It is because error.error is string "603".
It is need double quote to be `if (error.error === "603") {...}`
2015-10-14 15:48:54 +08:00
Sacha Greif
a896a434a0
add CSS class to comment list + small tweaks
2015-10-14 10:24:10 +09:00
Sacha Greif
1b3ce272fe
give non-viewing users permission to access their own profile and account pages
2015-10-13 11:03:04 +09:00
Sacha Greif
88b0c4f89d
fix double negation bug in layout.js
2015-10-13 10:59:51 +09:00
Sacha Greif
67a59830a9
Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into devel
2015-10-13 10:44:03 +09:00
Sacha Greif
7694d10e12
updating Meteor & packages
2015-10-13 10:43:59 +09:00
Sacha Greif
9c3009f5c6
Merge pull request #1164 from durrrr91/master
...
i18n.t bg translation + adding missing ones
2015-10-13 10:39:35 +09:00
Sacha Greif
33a9f02f06
Merge pull request #1163 from shilman/fix-1161
...
Fixes #1161 - Template.layout `pageName` should be reactive as route changes
2015-10-13 10:38:38 +09:00
Sacha Greif
20492a5e35
Merge pull request #1159 from garyttierney/bugfix/fix-custom-server-templates
...
Fix e-mail template overrides by adding the "custom" prefix server-side
2015-10-13 10:34:31 +09:00
Sacha Greif
9be658ad79
Merge pull request #1155 from Scott-Hutcheson/fix-notificationsDisplayName
...
replaced getUserName with getDisplayName for comments
2015-10-13 10:33:11 +09:00
Sacha Greif
fd834bfdef
fix menu component active class bug
2015-10-13 10:28:41 +09:00
Sacha Greif
2d2c28582a
outsideLinksPointTo -> RSSLinksPointTo
2015-10-13 10:16:40 +09:00
Sacha Greif
772387c1b6
small css fix
2015-10-13 10:00:58 +09:00
Sacha Greif
9300c67c94
add callback to set postedAt when editing a post and setting its status to approved
2015-10-13 10:00:52 +09:00
Sacha Greif
5b760526a8
only run newsletter in production environment
2015-10-13 10:00:29 +09:00
Sacha Greif
1b9d35850f
fix upvote bug
2015-10-12 13:33:04 +09:00
Nikolay Stoev
821a611466
added missing i18n.t for labels in user profile templates
2015-10-11 22:32:30 +03:00
Nikolay Stoev
fd63bcb0fa
some bg translation up to 0.25.0
2015-10-11 22:30:30 +03:00
Michael Shilman
f33982b80e
Fixes #1161 - Template.layout pageName
should be reactive as route changes
2015-10-11 18:02:40 +09:00
Sacha Greif
6667e60257
menu style tweaks
2015-10-11 15:22:51 +09:00
Sacha Greif
508a0e4b7e
fix data context bug
2015-10-10 20:04:29 +09:00
Sacha Greif
62c17ab880
updating packages
2015-10-09 17:47:09 +09:00
Sacha Greif
2fd4d8d589
fix post 404, fast-render limit bug, clean up
2015-10-09 14:03:00 +09:00
Sacha Greif
cd36629016
clone module array items to fix duplicate data bug
2015-10-09 14:02:31 +09:00
Sacha Greif
3789631b25
add gif to menu readme
2015-10-08 15:53:53 +09:00
Sacha Greif
7798c49657
menu tweaks
2015-10-08 15:43:23 +09:00
Sacha Greif
2a3981253e
refactor modules code a bit; still working on menu component
2015-10-08 11:13:48 +09:00
Sacha Greif
963d4ef701
readme tweaks
2015-10-07 21:53:18 +09:00
Sacha Greif
98f7352daf
more work on menu
2015-10-07 21:50:48 +09:00
Sacha Greif
ba53b99927
cleaning up and refactoring menu
2015-10-07 15:04:22 +09:00
Sacha Greif
aed1f5a590
extracting menu component into its own package
2015-10-07 13:16:40 +09:00
Sacha Greif
1dd14b68f2
various small fixes
2015-10-06 21:31:57 +09:00
Sacha Greif
64a78d7659
Adding contentTop, contentBottom, postsListTop, postsListBottom zones
2015-10-06 16:47:50 +09:00
Sacha Greif
c4c6b09701
small layout tweaks
2015-10-06 16:35:42 +09:00
Sacha Greif
82b4278a7d
Added itemTemplate
option to menu to enable setting a custom template for all elements; Created new defaultMenuItem
template; now passing whole menu to each node instead of just menuItems
2015-10-06 16:35:00 +09:00
Sacha Greif
ca2f1fab30
Renamed category_menu_item
template to categories_menu_item
2015-10-06 16:33:16 +09:00
Sacha Greif
c0c3f02056
create postsListTop zone and move messages, category_title, and views_menu modules to it
2015-10-06 16:32:43 +09:00
Gary Tierney
13e988dfec
Add custom template prefix on client + server
...
Seperate template replacement from adding the initial "custom" prefix,
so that server-side templates (namely e-mails) can also have overrides.
2015-10-05 23:15:26 +01:00
Sacha Greif
e974768b6d
fix delete category method
2015-10-04 12:17:51 +09:00
Sacha Greif
d9864327c7
set postedAt on post approval
2015-10-03 13:03:39 +09:00
Scott-Hutcheson
d6e83c84a0
reverted Comments.getDisplayName to .getAuthorName
2015-10-01 16:56:50 +01:00
Scott-Hutcheson
5d5dd88ed5
replaced getUserName with getDisplayName for comments
...
This is to ensure that in notifications, those users who do not have a username,
are still displayed using their display name.
This is required because certain users are missing user names (caused by the usage of
the social sign-up options which does not create a username)
2015-10-01 16:48:51 +01:00
Sacha Greif
26a88ac7a2
add regenerateAllThumbnails method
2015-10-01 16:13:54 +09:00
Sacha Greif
eccd64db2c
small fixes
2015-09-29 12:20:36 +09:00
Sacha Greif
32f181f4cf
Merge pull request #1152 from delgermurun/fix-1150
...
Fix bug that $set and $unset categories same time.
2015-09-29 12:18:32 +09:00
Sacha Greif
49e042e6d0
fix google analytics
2015-09-29 11:02:25 +09:00
Delgermurun
25e1b39f4c
Fix bug that $set and $unset categories same time.
...
Fix #1150
2015-09-28 07:29:49 +08:00
Sacha Greif
4d2d328da1
add readme
2015-09-27 12:20:24 +09:00
Sacha Greif
5089ec5b1c
extract spiderable; add ecmascript package
2015-09-27 10:54:03 +09:00
Sacha Greif
45ff625510
Created and pushed by LingoHub. Project: 'Telescope' by User: 'hello@telescopeapp.org'.
2015-09-26 01:35:09 +00:00