Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |