Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-07 | More tests of retrieving index of tickets, for admins and non-admin ↵ | jessib | |
authenticated users. | |||
2012-12-07 | Merge branch 'master' into help_develop | jessib | |
Conflicts: app/views/layouts/application.html.haml help/app/controllers/tickets_controller.rb help/test/functional/tickets_controller_test.rb users/test/support/stub_record_helper.rb | |||
2012-12-07 | Merge branch 'feature/email-forwards-for-users' | Azul | |
2012-12-07 | fixed test to work with edit view that includes email and email forward. | Azul | |
2012-12-07 | fixed signup and removed flash that was not getting displayed | Azul | |
I also tried flash.keep(:notice) but that did not help - not sure how to keep the flash until the root url has rendered. | |||
2012-12-07 | adding a bunch of translation | Azul | |
2012-12-07 | first stub at displaying success messages | Azul | |
2012-12-07 | refactor: use seperate form for signup | Azul | |
creating and editing users differ so much now it's not worth reusing the complex user_form_with for the signup. | |||
2012-12-07 | using normal requests for user updates except password | Azul | |
password requires ajax for secure remote password to work | |||
2012-12-07 | refactored views to ease adding of email form | Azul | |
2012-12-07 | bumping version to 0.1.10.1.1 | Azul | |
This version has basic user and help tickets management | |||
2012-12-07 | Merge branch 'develop' | Azul | |
2012-12-07 | Merge branch 'feature/improve-editing-user-settings' into develop | Azul | |
2012-12-06 | forgot to add new partial | Azul | |
2012-12-06 | seperated login and password changes in settings | Azul | |
2012-12-06 | Merge branch 'feature/user-cancel-account' into develop | Azul | |
2012-12-05 | trying to work around a gem issue with the ruby racer 0.11.n | Azul | |
2012-12-04 | A test of ordering of tickets. | jessib | |
2012-12-04 | Testing of functionality to retrieve tickets. | jessib | |
2012-12-04 | Requiring libv8 gem so therubyracer gem will work. | jessib | |
2012-12-03 | Ticket sorting functionality. Needs to be refactored, but works. | jessib | |
2012-12-03 | refactored tests with new find_record helper | Azul | |
find_record User will return a stubbed user record and make sure User.find_by_id(user.id) returns the same so it can be used in controllers. | |||
2012-12-03 | enable users to cancel their account | Azul | |
2012-12-03 | enable admin to edit users | Azul | |
2012-12-03 | make tests pass on an empty db | Azul | |
2012-12-01 | using login :is_admin => true instead of real records | Azul | |
Travis CI does not seem to have the admin user records. Let's not depend on them and just stub the admin user. | |||
2012-12-01 | Merge branch 'develop' into help_develop | Azul | |
2012-11-29 | Not yet done, but more sophisticated and refactored ticket filtering. Still ↵ | jessib | |
have to do more, including allowing user to pick sort order. | |||
2012-11-28 | admins can destroy users | Azul | |
I changed the permissions a little to be more consistent. Now: * admins can edit users * users can destroy themselves. There's no ui for either of them but theoretically they could. Not sure this is what we want though. | |||
2012-11-27 | test changes that will fail, but should fail until we fix model. | jessib | |
2012-11-27 | fixed some small issues and the tests except one | Azul | |
The one remaining is failing because we still build an Array for the admin tickets. Needs to be implemented so I am leaving that test as is. | |||
2012-11-27 | testing Ticket#by_commented_by | Azul | |
2012-11-27 | first attempts to map comments | Azul | |
2012-11-27 | moved ticket fetching logic from controller to model | Azul | |
2012-11-27 | fixed typo | Azul | |
2012-11-27 | check for logged_in? in before filter - one less case to cover | Azul | |
2012-11-27 | bunch of refactoring for the ticket index | Azul | |
* using different partials for different parts of the view * using render @tickets.all to iterate over the tickets. #all is necessary because of CouchRest Model * using helpers for easier querying for the open_status and admin_status params * using helper for avoiding duplication when linking to status | |||
2012-11-26 | Put tickets in table. This display is still very rough. | jessib | |
2012-11-26 | adding space to comment line. | jessib | |
2012-11-26 | removing merge leftovers | Azul | |
2012-11-26 | don't collabse the nav | Azul | |
2012-11-26 | Merge branch 'develop' into help_develop | Azul | |
2012-11-26 | forgot the user partial | Azul | |
2012-11-26 | Merge branch 'develop' into help_develop | jessib | |
2012-11-26 | Merge branch 'feature/admin-users-list' into develop | Azul | |
2012-11-26 | Merge branch 'develop' into help_develop | jessib | |
Conflicts: users/app/views/sessions/_nav.html.haml | |||
2012-11-26 | basic typeahead and user querying working | Azul | |
2012-11-26 | hide buttons in table-hover unless hovered over tr | Azul | |
2012-11-26 | basic users index with typeahead search | Azul | |
2012-11-26 | added admin menu and user index action | Azul | |