Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04-01 | api: added super simple motd, closes #7866 | elijah | |
2015-07-14 | a couple minor fixes for l10n | elijah | |
2015-06-15 | imported new locales from transifex | elijah | |
2015-04-15 | fix bug that prevented couchrest_session_store from being used.0.7.0version/0.7 | elijah | |
2015-01-28 | do not require a database when running `rake assets:precompile` | elijah | |
2014-07-31 | filter out 404 error traces | Azul | |
They add very little value and clutter the production logs when bots scan. | |||
2014-07-17 | some cleanup of the messages api and cuke feature | Azul | |
2014-07-14 | fix controller refactor and features | Azul | |
Also save debug log on failing features | |||
2014-07-14 | rename warden extension to patch the original | Azul | |
the Warden::SessionSerializer was not getting loaded at all because we had a file by the same name. We want it to get loaded and be patched instead. | |||
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-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 | FlashResponder will automagically add flash messages | Azul | |
2014-04-25 | simple form: add wrapped and loading... buttons #5542 | Azul | |
the loading... text on the buttons was not capitalized before. So in order to change this in a (more or less) single place i added new button types to simple_form: button :wrapped - normal button, with loading and an optional cancel button wrapped in the classical bootstrap action div. cancel option contains the url to go to when canceling. button :loading - simple button with loading text capitalized by using i18n (simple_form.buttons.loading) Conflicts: engines/support/app/views/tickets/new.html.haml | |||
2014-04-08 | move users: config and lib | Azul | |
2014-04-08 | fix requiring core extensions - most tests pass | Azul | |
some message tests are failing for me right now. | |||
2014-04-08 | moving all of core into toplevel, tests fail. | Azul | |
2014-01-23 | added default pricing, privacy policy and tos pages. | elijah | |
2013-12-24 | ensure permissions are preserved when copying customization files. closes #4623 | elijah | |
2013-12-22 | locale prefix support: | elijah | |
* set locale based on request header * enforce locale path prefix when current locale is not the default * note: don't use root_path anymore, instead use home_path | |||
2013-11-15 | fix problem with custom scss files and precompiling assets in production mode. | elijah | |
2013-11-14 | ensure that we only copy files when running restarting the app, not every ↵ | elijah | |
time a rake task is run (especially since some rake tasks get run as root!) | |||
2013-11-14 | added support for easier customizations via "config/customization" directory | elijah | |
2013-09-17 | use new couchrest session store - expire after 30min | Azul | |
2013-07-11 | config - add force_ssl to config, add configuration notes to README.md | elijah | |
2013-07-04 | i18n - added a few strongs to app, fixed language at english for now. | elijah | |
2013-04-08 | Merge pull request #39 from azul/feature/keep-session-secret | jessib | |
fetch secret token for signing cookies from config | |||
2013-04-03 | make sure user tests also run when run from users subdir | Azul | |
* The APP_CONFIG needs to be initialized in core so that is required from other engines * paths for load_views need to be relative to the model - not to rails root. | |||
2013-03-15 | fetch secret token for signing cookies from config | Azul | |
2013-02-09 | configure couchrest session store in initializer | Azul | |
2013-02-09 | fall back to {} if config file is empty for environment | Azul | |
2013-02-05 | use the latest couch rest session store | Azul | |
and actually use it - initializer was broken before | |||
2012-12-20 | config hash now has indifferent access | Azul | |
2012-12-20 | Loading config defaults from default.yml now | Azul | |
You can overwrite them in config/config.yml | |||
2012-11-26 | minor: client side validations fixed + .json request | Azul | |
2012-11-12 | adding client side validations to the mix | Azul | |
2012-10-29 | first steps at is_admin? | Azul | |
2012-10-08 | LeapWebDemo -> LeapWeb | Azul | |
2012-09-27 | Adding in what used to be leap webapp demo | Azul | |
we're merging repositories into one |