Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-02 | upgrade: use bootstrap3 row and col-md-* | Azul | |
2016-05-02 | upgrade: no more underspecified match routes | Azul | |
2016-05-02 | upgrade: remove references to RestClient | Azul | |
CouchRest > 1.2 does not use RestClient anymore. So we should not try to catch its errors. | |||
2016-01-16 | fix ticket display bug | elijah | |
2015-10-05 | add test to payments and subscriptions | claucece | |
2015-10-05 | questions added | claucece | |
2015-10-05 | readme | claucece | |
2015-10-05 | updated readme | claucece | |
2015-10-05 | update to haml, created translations, deleted files | claucece | |
2015-10-05 | add subscriptions | claucece | |
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 | |