- Oct 03, 2012
-
-
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
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The Docs.Auth is now observable and fires an "initialized" event after it's been set up.
-
Rene Saarsoo authored
Created Docs.Auth which performs the actual login/logout stuff. Docs.view.auth.Form represents the form at the header of the app, firering "login" and "logout" events. The Auth controller just binds these two things together - listening to the events from AuthForm, performing the login with Docs.Auth and calling back to AuthForm to change how it looks after login.
-
- Sep 25, 2012
-
-
Rene Saarsoo authored
Didn't really succeed fully as other stuff in Comments controller also depends on calling the openComments and closeComments methods. Crap.
-
Rene Saarsoo authored
Forgot to rename selector in controller.
-
Rene Saarsoo authored
This will take care of rendering the comments expander together with a large heading "Comments". Use in the main comments section of class and in guides and videos.
-