Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-05 | add subs_index and start show | claucece | |
2015-10-05 | changed routes and links | claucece | |
2015-10-05 | subscriptions, translation | claucece | |
2015-10-05 | subscriptions, haml and translations | claucece | |
2015-10-05 | added customers, recurring payment and payment_info | claucece | |
2015-10-05 | just played a little | claucece | |
2015-10-05 | correctly set up comments | claucece | |
2015-10-05 | added payment_info, _customer_form, sucess instances | claucece | |
2015-10-05 | add donate button, bitcoin, payment_method | claucece | |
2015-10-05 | implemented the form and the generate | claucece | |
2015-09-30 | Merge pull request #194 from Alster-Hamburgers/feature/invite_code | azul | |
Request for feedback on invite code feature | |||
2015-09-28 | Disable CSRF token verification on ticket creation. | Giovane | |
2015-09-28 | Fix the remaining failures/errors in our tests | ankonym | |
Handing freshly generated invite codes to Factory Girl to make the tests pass | |||
2015-09-28 | Fix several test failures by stubbing invite code validation | ankonym | |
2015-09-28 | Fix test based on actual invite code validation | ankonym | |
2015-08-05 | updated locale files0.7.1version/0.7.1 | elijah | |
2015-06-15 | added CommonLanguages gem | elijah | |
2015-05-22 | fix failing test | elijah | |
2015-04-30 | added support for email notifications of ticket changes | elijah | |
2014-12-15 | bugfix: allow deletion of user's identities via api when user is deleted. ↵ | elijah | |
closes #6550 | |||
2014-12-10 | silently ignore 404 errors when trying to delete all user tickets: the ↵ | elijah | |
tickets db might not yet be initialized. | |||
2014-07-17 | make sure i18n key can be found (cascade) | Azul | |
Also reformated long haml lines some. You can add a linebreak after a comma. | |||
2014-07-14 | clean up and simplify error responses and test code | Azul | |
2014-07-12 | minor: fix typo in load_views | Azul | |
It removed most of the reduce functions... really not what we wanted | |||
2014-07-09 | adopt ticket list test to new behaviour | Azul | |
We completely ingnore the user_id param for non admins now. So if someone tries to show somebody elses tickets they will see their own instead. | |||
2014-07-09 | only use user ticket(s) path for real users | Azul | |
2014-07-09 | minor: cleanup some links | Azul | |
only submit the params that differ from the defaults | |||
2014-07-09 | stay on all tickets view when sorting (#5879) | Azul | |
When an admin sorted the tickets view in a different order it would take them to their own tickets list before | |||
2014-07-09 | minor: remove dummy dependency in engine test_helpers | Azul | |
This was causing problems with zeus | |||
2014-07-05 | make link_to_navigation more generic and reuse it | Azul | |
Use link_to_navigation for all important navigation items. It creates a link in a list item for use with bootstrap. It supports an :active flag and an :icon option in the html_options now. It also translates the label. This way it can be used in a lot of places as the generic navigation link. | |||
2014-07-05 | Enable unblocking handles in identities tab | Azul | |
There's an identities tab now for admins that will allow unblocking blocked handles. It should be easy to expand for aliases and forwards and other types of actions such as editing. | |||
2014-07-05 | move braintree initilializer into core | Azul | |
it needs APP_CONFIG to be loaded and was failing due to that. Also this sets up some configuration options. They might only be needed if the billing engine is used but they should not be nested in there never the less. | |||
2014-06-03 | tickets: fix bug that allow index of other users | elijah | |
2014-05-29 | fix flash for creating anonymous tickets | Azul | |
2014-05-29 | adopt tests to new translations | Azul | |
2014-05-28 | destroy_btn helper method | Azul | |
2014-05-27 | add btn helper for link_to with .btn | Azul | |
Also translates the first arg if it's a symbol and adds more btn- classes if given as html_options[:type] | |||
2014-05-26 | navigation works with empty locale selected | Azul | |
Just in case some translation keys are not present things should still work and make sense. So translation keys should be picked in a meaningful way and scoped rather than prefixed. For example overview.account will turn into "Account" if no translation is present while "overview_account" will turn into "Overview Account". We usually want the former. | |||
2014-05-26 | tickets: structure i18n | Azul | |
2014-05-26 | flash_for with_errors option displays error messages | Azul | |
2014-05-26 | Controller#flash_for instead of FlashResponder | Azul | |
FlashResponder added a flash before responding. However at the point of responding objects have already been saved. So there is no way to test if they were changed. Now instead we can call flash_for resource before resource.save and it will add the flash messages only if the resource was actually changed. | |||
2014-05-26 | split up and refactor TicketController#update | Azul | |
close and open actions for plain opening and closing the tickets respond_with so fields are not cleared on invalid update the custom actions are not strictly restful. But adding a subresource felt like too much overhead and is conceptually hard to grasp (so we destroy the openess of the ticket to close it?). | |||
2014-05-26 | separate tests for the ticket list from main controller test | Azul | |
2014-05-26 | splitting up long functional test case | Azul | |
2014-05-26 | FlashResponder will automagically add flash messages | Azul | |
2014-05-26 | move comment related tests out of TicketControllerTest | Azul | |
This controller does too much - so the tests are also getting large and hard to keep track of | |||
2014-05-14 | Merge pull request #159 from azul/bugfix/5659-fix-ticket-form-submit | azul | |
open/close toggle and fields in different forms - fixes #5659 | |||
2014-05-13 | adjust tests to new config and method implementation | Azul | |
Ticket.is_creator_vlidated? now actually fetches the user from the db and returns false if it does not exist. | |||
2014-05-13 | open/close toggle and fields in different forms - fixes #5659 | Azul | |
2014-05-13 | prefill ticket form from the model - fixes #5657 | Azul | |
email and regarding user fields can be set to defaults based on created_by user. If these fields are emptied by the submitting user they will be set to whereas they are nil if they have not been initialized. In that case we will use meaningful defaults from the user who created the ticket. |