summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-18Fix a typo user_id -> owner_idBharat Mediratta
2008-11-18Gracefully handle the no-comments caseBharat Mediratta
2008-11-18First iteration of REST controller refactoring. RESTful controllers that refe...Jozef Selesi
2008-11-18Move User_Controller to Users_Controller per jozefs request.Bharat Mediratta
2008-11-18Synchronize the model rules with the database definitions and vice-versa.Tim Almdal
2008-11-17Remove stray <ul> from comment listBharat Mediratta
2008-11-17Add output formats to our REST controllers. Add support for JSON andBharat Mediratta
2008-11-16Add _method=put to the edit formBharat Mediratta
2008-11-16Put _method into the edit form's url; Implement Comment::_put() properlyBharat Mediratta
2008-11-16Handle _method in either GET or POSTBharat Mediratta
2008-11-16Drop the call to render() and just use the View's __toString method toBharat Mediratta
2008-11-16Remove a @todoBharat Mediratta
2008-11-16Create Forge::add_rules_from() which pulls validation rules from the model andBharat Mediratta
2008-11-16Stop using the target param; replace the form by hand so that we can run ajax...Bharat Mediratta
2008-11-16Second half of renaming the tags module. Change all occurrences ofBharat Mediratta
2008-11-16Rename 'tags' module to 'tag' for consistency of pluralizationBharat Mediratta
2008-11-16Several large changes:Bharat Mediratta
2008-11-16Rename gLogin -> gLoginFormBharat Mediratta
2008-11-16Create MY_Forge to specify the defaul htmlTim Almdal
2008-11-16prevent direct access. take 2Felix Rabinovich
2008-11-16prevent direct accessFelix Rabinovich
2008-11-16create a regular user and make scaffolding assign owner to logged in userFelix Rabinovich
2008-11-15use text::alternate where appropriateBharat Mediratta
2008-11-15Destroy the session on logout, don't just delete the user.Bharat Mediratta
2008-11-15Do comment add in a single request, some code cleanup.Jozef Selesi
2008-11-15Remove unnecessary pasted code.Jozef Selesi
2008-11-15Set svn:eol-style to LF.Jozef Selesi
2008-11-15Initial add comment implementation.Jozef Selesi
2008-11-15Show per-field error messages inline againBharat Mediratta
2008-11-15Add gInline to the form's unordered list to clean it up.Bharat Mediratta
2008-11-15Don't show gLoginMenu if there's no user moduleBharat Mediratta
2008-11-15Delete the user from the session when uninstalling the user moduleBharat Mediratta
2008-11-15Add Theme::module() and module::get()Bharat Mediratta
2008-11-15Only remove the user from the session when logging out.Bharat Mediratta
2008-11-15Set svn:eol-style to LF.Jozef Selesi
2008-11-15Item / Owner changes.Bharat Mediratta
2008-11-15Clean user / item relationship. Upload files gets the ownership of current us...Felix Rabinovich
2008-11-15Now, only logged in users can edit stuff in-place.Bharat Mediratta
2008-11-15Add support for modifying user data. It still needs work.Bharat Mediratta
2008-11-15Revise the user login code.Bharat Mediratta
2008-11-15jquery.form.js r5945Bharat Mediratta
2008-11-14The state of of the user registration functionalityTim Almdal
2008-11-14Add the name attr to the input fields and use the form.serialize() method to ...Tim Almdal
2008-11-14Rename login.js to user.jsTim Almdal
2008-11-14Remove class="gInline" and set the css as suggested by thumb in -develTim Almdal
2008-11-14Allow the HTTP get method to be called without an id to create any empty temp...Tim Almdal
2008-11-14Internationalize all stringsBharat Mediratta
2008-11-14change the display name to a varcharTim Almdal
2008-11-14Use the shortform to load the resource.Tim Almdal
2008-11-14Remove the logout action from the login controllerTim Almdal