- Oct 04, 2012
-
-
Rene Saarsoo authored
Show warning in comment title when posting to inherited member. Clean up lots of styles. Eliminate few unused ID-s and classes.
-
- Oct 03, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The POST /comments API call now returns the newly added comment as a result in addition to just returning an ID.
-
Rene Saarsoo authored
The commentForm is now an actual component.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Also show the read status.
-
Rene Saarsoo authored
-
- Oct 02, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Take care of the toggling of comments help inside the form.
-
Rene Saarsoo authored
Nothing more for start.
-
Rene Saarsoo authored
-
- Oct 01, 2012
-
-
Rene Saarsoo authored
Only turn properties into configs when dealing with autodetected members.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
- Sep 28, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The validation relied on user_id field being available in comment data, but this field was in fact missing, resulting in the comment author to never equal current user.
-
Rene Saarsoo authored
Handle the whole voting logic inside comments.List view.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Sep 27, 2012
-
-
Rene Saarsoo authored
Not yet working, but fires event when clicked and displays the correct info.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Move the old Comments controller aside and write a new simpler one that for now only manages the comments index page.
-
Rene Saarsoo authored
Had gone missing with some previous refactoring.
-
Rene Saarsoo authored
Comments get rendered through the comments.List view.
-
Rene Saarsoo authored
Change Docs.Application to initialize comments before anything else. This way the rest of the app can rely on comment counts to be already loaded and avoid setting up listeners all over the place. Additionally the CommentCounts is now accessed through Docs.Comments and never directly as it's no more a singleton.
-
- Sep 26, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-