Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-20 | Slight tweaks to tickets controller. | jessib | |
Only non-comment change is that we will keep an unauthenticated user looking at the same ticket if they have closed it (rather than redirecting to index which they will not be able to access.) | |||
2012-12-20 | Define ascending method in CouchRest::Model::Designs::View so we can call ↵ | jessib | |
the order either way. | |||
2012-12-19 | Some cleanup of code | jessib | |
2012-12-18 | Merge branch 'master' into feature/tickets-refactor | jessib | |
2012-12-18 | Minor CSS improvement using bootstrap. | jessib | |
2012-12-18 | Refactoring of code to filter/order tickets. | jessib | |
2012-12-18 | Merge branch 'develop' | Azul | |
2012-12-17 | Some refactoring of ticket creation/editing. | jessib | |
2012-12-17 | Removing references to pjax. | jessib | |
2012-12-17 | Change comments to reflect changes to functional tests for tickets. | jessib | |
2012-12-17 | split up and fixed ticket functional tests | Azul | |
2012-12-17 | small fix to the tickets functional test | Azul | |
2012-12-12 | Refactoring of ticket displaying/editing. | jessib | |
2012-12-11 | Start to using x-editable to have title editable. | jessib | |
2012-12-11 | Playing around with using x-editable, which isn't yet working. | jessib | |
2012-12-07 | Added reduce functions, so pagination should now work correctly. This also ↵ | jessib | |
removes the need for .all call in some tests. | |||
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-04 | A test of ordering of tickets. | jessib | |
2012-12-04 | Testing of functionality to retrieve tickets. | jessib | |
2012-12-03 | Ticket sorting functionality. Needs to be refactored, but works. | jessib | |
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-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-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-21 | Playing around with pagination, and ways to filter/order ticket results. | jessib | |
2012-11-20 | minor: stacking the pills and making their titles have similar length | Azul | |
2012-11-16 | Rough start to modeling tickets view after the issues view in github (so ↵ | jessib | |
something like https://github.com/spree/spree/issues ), using bootstrap for display. Still want to use pjax, and have more functionality to add: searching, sorting, pagination, etc.. | |||
2012-11-15 | Some more ticket tests. | jessib | |
2012-11-14 | Improvements to functional ticket tests. | jessib | |
2012-11-12 | Some test improvements. | jessib | |
2012-11-12 | Merge branch 'develop' into help_develop | jessib | |
Conflicts: help/test/functional/tickets_controller_test.rb users/test/functional/application_controller_test.rb users/test/support/auth_test_helper.rb | |||
2012-11-12 | some notes to test that aren't working now. | jessib | |
2012-11-09 | Various very small tweaks: comments about main div display in firefox, give ↵ | jessib | |
info for when creating unauthenticated tickets, redirecting to index when closing a ticket, fix default select for ticket filtering. | |||
2012-11-08 | First attempt at functionality for admins viewing their own tickets. | jessib | |
2012-11-08 | added generic flash block | Azul | |
2012-11-08 | Do not overwrite initializer in tickets_controller, as that meant we weren't ↵ | jessib | |
using the default layout. | |||
2012-11-07 | Move destroy button out of ticket form. | jessib | |
2012-11-07 | Improvements to flow for closing/re-opening tickets. | jessib | |
2012-11-06 | Admin deletion of tickets, although need to figure out jquery interaction. ↵ | jessib | |
And some minor tweaks. | |||
2012-11-05 | Working on functionality for replying to and closing tickets. | jessib | |