summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
AgeCommit message (Expand)Author
2017-10-07load all collections using backbone_collection_for helper.HEADmastermo
2017-09-24remove unused collections.mo
2017-09-24remove the profiles collection.mo
2017-09-24fix broken spec.mo
2017-09-24load tutorials collection on the page.mo
2017-09-24bind auto collections to a url.mo
2017-09-24move collections to Collections namespace.mo
2017-09-24extract auto collection to setup js collections.mo
2017-09-24create helper to generate a backbone collection.mo
2017-09-24render categories as backbone collection in html page.mo
2017-09-09validate search form.mo
2017-09-09connect models to views using automodel.mo
2017-09-09extract duplicate code into form_view.mo
2017-09-09add client side validation to password reset form.mo
2017-09-08fix js bugs.mo
2017-09-08CakeSide -> csxmo
2017-09-08rename User to Registration.mo
2017-09-08add backbone view for registration-form.mo
2017-09-08change onInput to set the changed attribute only.mo
2017-09-08username -> emailmo
2017-09-08connect cards to autoview.mo
2017-09-08install autoview on ajax load but skip elements that are already setup.mo
2017-09-07use input event and promote renderErrors method.mo
2017-09-07validate email address.mo
2017-09-07connect login-form to session model validation.mo
2017-09-07fix translation keymo
2017-09-07load error messages into js for client side validation.mo
2017-09-05remove console logging.mo
2017-09-05validate the login form on the client side.mo
2017-09-04connect view to login form.mo
2017-09-04display time in local time.mo
2017-09-03remove extra constructor parameter.mo
2017-09-03change autoview to lookup by path rather than key.mo
2017-09-03add class to resolve object from path.mo
2017-09-03remove disqusmo
2017-09-03infrastructure -> initializersmo
2017-09-03attach behaviours to document immediately.mo
2017-09-02rename link title in nav bar.mo
2017-09-02replace more-button selector with data-infinite-scroll.mo
2017-09-02convert infinite scroll into a behaviour.mo
2017-09-02move bonebone code for my/* to my/* namespace.mo
2017-09-02move embedlyservice to cakeside namespace.mo
2017-09-02move namespace declaration to index.jsmo
2017-09-02promote backbone subdirectory up to root.mo
2017-09-02fix my/cakes#showmo
2017-09-02select the active tab.mo
2017-09-01remove turbolinksmo
2017-08-31update tutorals templates.mo
2017-08-31update tutorial#newmo
2017-08-31update edit profile page.mo