Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-11-05 | Use the same URL for viewing tickets when authenticated or not---the couchdb ↵ | jessib | |
ID will be the random string for the secret URL. Tickets created when user was unauthenticated will be viewable by anybody who knows the URL. | |||
2012-11-04 | using new login helper and cleaning up test a bit | Azul | |
2012-11-02 | Some rough functionality for tickets, like showing ticket list for admins, ↵ | jessib | |
and initial way to close tickets. | |||
2012-10-31 | Very basic filtering of tickets based on status. Will want this ajax-y. | jessib | |
2012-10-29 | Just some comments | jessib | |
2012-10-18 | Uses the working authentication code. | jessib | |
2012-10-16 | Some functional tests and other tweaks. | jessib | |
2012-10-12 | more work on ticket creation/updating functionality | jessib | |
2012-10-11 | Merge branch 'develop' into help_develop | jessib | |
Conflicts: .gitignore | |||
2012-10-11 | moved core dependency into */Gemfile with :path | Azul | |
In order to get the rails generators and the like to work properly in engines we need to require all the dependencies in the engine.rb file. Since I want to keep that list of engines in a centralized place we still need core and we need to require it from the other engines. We don't want to require the core gem to be installed so I added it with :path option to the Gemfile. | |||
2012-10-11 | first steps at reducing core | Azul | |
2012-10-10 | Some tweaks to get server-side validation working when adding the embedded ↵ | jessib | |
ticket comment to a new ticket. | |||
2012-10-10 | Forgot to commit controller | jessib | |
2012-10-10 | Pushing some tweaks as I try to get server-side validation working. | jessib | |
2012-10-08 | Merge branch 'release-0.1.0' into help_develop | jessib | |
Conflicts: .gitignore | |||
2012-10-08 | use couchrest session store in core, updated dummy path | Azul | |
2012-10-08 | cleaned up the gemspecs a bit - now all build | Azul | |
2012-10-08 | enabling rake gem in engines, using LeapWeb::Version all over the place | Azul | |
2012-10-05 | Rough code to add & comment on tickets. | jessib | |
2012-10-03 | Some model/unit test tweaks | jessib | |
2012-10-02 | Some more tweaks to help ticket models. Still want to tweak current_user ↵ | jessib | |
access from users engine. | |||
2012-10-01 | Moving start to help engine to live within leap_web repo rather than ↵ | jessib | |
independent engine repo. |