Sacha Greif
0254d13a4b
i18n files clean up
2015-09-23 10:42:41 +09:00
Sacha Greif
ce24946d28
bumping packages to 0.25.0
2015-09-22 16:58:34 +09:00
Sacha Greif
7dc169ee3a
add removeUser method to also remove a user's post
2015-09-21 09:59:17 +09:00
Sacha Greif
50c48745a3
migrating to Flow Router (WIP)
2015-09-17 14:51:14 +09:00
Sacha Greif
4d8f6f7e79
New post approval/rejection workflow; Removed status
radio button from post edit form; Added rejected
view to show all rejected posts
2015-09-06 11:37:48 +09:00
Sacha Greif
f40d14482a
version bump (0.24.0)
2015-09-03 09:33:23 +09:00
Sacha Greif
5aa1c320b2
renamed posts_views_nav to views_menu
2015-08-26 10:43:56 +09:00
Sacha Greif
d47f5a9f04
get rid of unused posts_list_top file
2015-08-26 10:30:26 +09:00
Sacha Greif
13bf1e3ccf
fix versioning (0.23.0)
2015-08-15 12:36:07 +09:00
Sacha Greif
93f55191d4
version bump (0.23)
2015-08-15 12:30:08 +09:00
Sacha Greif
5197c715f2
remove wrong "se" language code (it's actually "sv")
2015-08-14 10:40:27 +09:00
Sacha Greif
72e9a8a1d2
refactor language import code in package.js files
2015-08-14 10:34:21 +09:00
Sacha Greif
285aa810d1
use collection helpers in templates instead of postLink
and target
template helpers
2015-08-01 12:49:44 +09:00
Sacha Greif
523de6688e
bump telescope:posts to 0.22.3
2015-07-29 19:13:53 +09:00
Sacha Greif
e78bf951b1
version bump (0.22.2)
2015-07-28 11:16:14 +09:00
Sacha Greif
1353f0a74d
version bump (0.22.1)
2015-07-22 15:23:51 +09:00
Sacha Greif
f9842277cd
implement fastRender for post lists + daily views
2015-07-08 16:00:27 +09:00
Sacha Greif
9837824860
version bump (0.21.1)
2015-07-01 15:51:27 +09:00
Sacha Greif
b913de25d9
Merge branch 'i18n' into devel
2015-06-18 16:47:02 +09:00
Sacha Greif
05f656a407
working on post downvote setting
2015-06-18 16:46:45 +09:00
Sacha Greif
9b7edf4687
version bump
2015-06-17 17:58:07 +09:00
Sacha Greif
2c3ba5e5c7
se -> sv
2015-06-17 13:22:47 +09:00
Sacha Greif
70b1611f97
vn -> vi
2015-06-17 08:37:54 +09:00
Sacha Greif
69dce6f0e0
importing files and fixing errors
2015-06-16 16:32:53 +09:00
Sacha Greif
1575aeb43b
working on i18n
2015-06-15 19:05:42 +09:00
Sacha Greif
fb7b02de87
version bump (0.20.5)
2015-06-05 11:39:36 +09:00
Sacha Greif
172f3a140d
version bump (0.20.4)
2015-05-20 10:18:14 +09:00
Sacha Greif
d1055bd8ce
version bump (0.20.2)
2015-05-20 09:34:03 +09:00
Sacha Greif
31fd821029
version bump (0.20.1)
2015-05-19 15:42:24 +09:00
Sacha Greif
d43a4c6395
Changing package versions to match Telescope version
2015-05-18 12:10:07 +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
b72ef6fd45
renaming posts templates
2015-05-18 10:30:08 +09:00
Sacha Greif
b2d6e94265
updating package versions
2015-05-16 12:05:53 +09:00
Sacha Greif
f52e9b6188
fix post status field
2015-05-14 11:38:01 +09:00
Sacha Greif
bf8040457f
cleaning up
2015-05-08 11:53:38 +09:00
Sacha Greif
88be07cbe5
using posts list controller with posts_list_compact template for profile posts
2015-05-07 18:54:46 +09:00
Sacha Greif
0658f172ea
Telescope.viewParameters -> Posts.views; add Posts.views.register function; file clean up; give categories and search route controller their own data function
2015-05-06 17:38:19 +09:00
Sacha Greif
1af39159e8
make posts list controller autorun depend on both router and template terms
2015-05-02 13:44:41 +09:00
Sacha Greif
4c7610f102
use _ for consistency
2015-05-02 11:46:36 +09:00
Sacha Greif
7b46b5ffb7
Merge branch 'namespace2' of https://github.com/TelescopeJS/Telescope into namespace2
...
# Conflicts:
# packages/telescope-posts/lib/routes.js
2015-05-02 09:53:40 +09:00
Sacha Greif
40fe20aac1
working on posts lists templates and subscriptions
2015-05-02 09:52:39 +09:00
Maxime Quandalle
94c6121d91
Improve jsHint consistency
...
This commit touch a lot of lines of code with the goal to be more
rigorous about JavaScript code conventions defined in the `.jshintrc`.
Some modification:
* Add a list of used global symbols in the corresponding section of
`.jshintrc`
* Use local variables instead of global in a lot of places where the
keyword `var` was mistakenly forgotten
* Add missing semi-colons after instructions
* Add new lines at the end of files
* Remove trailing whitespaces
* Use newer name of some Meteor APIs, eg `addFiles` instead of
`add_files`
* Add missing `break` statements in `switch` blocks
* Use `===` instead of `==` and `!==` instead of `!=`
* Remove unused variables
This commit should also fix a few bugs due to this lack of rigor. One
example of that was the test `typeof navElements === "array"` that was
never true because in JavaScript, `typeof [] === "object"`, we
replaced this test by the `_.isArray` method provided by underscore.
It might also fix some potential collision related to global
variables.
There is still plenty of work until Telescope code base passes jsHint
validation, but at least this commit is a step in the right direction.
2015-05-01 18:38:27 +02:00
Sacha Greif
44d3768d62
working on template level controllers
2015-04-29 14:38:14 +09:00
Sacha Greif
6a5eee0dcb
working on user schema; i18n'ing schemas
2015-04-25 13:03:04 +09:00
Sacha Greif
ab77526a0f
namespacing and refactoring template modules
2015-04-23 17:45:37 +09:00
Sacha Greif
bd290058d7
completely refactoring callback hooks system
2015-04-23 15:42:05 +09:00
Sacha Greif
799ea244aa
getting core packages to work with api.imply
2015-04-22 16:26:01 +09:00
Sacha Greif
5a9b8dd7d2
getting core packages to work
2015-04-22 15:49:46 +09:00
Sacha Greif
443ab712cf
move users templates and menu and postList components
2015-04-22 12:20:21 +09:00
Sacha Greif
03f450e9d2
move posts and comments templates to their respective packages
2015-04-22 12:09:57 +09:00