summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-14set NODE_PATH in shellChristoph Kluenter
See #751
2016-07-13fix installation of node_modulesChristoph Kluenter
at least phantomjs-prebuilt has issues if the node_modules dir is a symbolic link. Which is the case inside vagrant. See #751
2016-07-11Fix encrypted labelThais Siqueira
The encryption status was being wrongly displayed as "encrypted encryption-valid" with a green padlock See: #619
2016-07-07Issue #742: Change Open Padlock iconFelix Hammerl
2016-07-07Merge pull request #748 from belimawr/issue/741Felix Hammerl
Compose now is a HTML Button
2016-07-07Merge pull request #745 from belimawr/issue/715Felix Hammerl
Changing icon size and margin
2016-07-07Really make whole mail item clickableChristian Treppo
So far the mail item had some padding applied to it on all sides, inside this padding area the item was not clickable, even though the cursor changed to a pointer. By moving the padding into the <a> tag, the whole element becomes clickable and opens the email. fixes #743
2016-07-07Merge pull request #746 from treppo/whole-mail-item-clickableFelix Hammerl
Make whole mail item without tags clickable
2016-07-07Merge pull request #744 from krol3/masterChristoph
Great! Thanks a lot.
2016-07-06Compose now is a HTML ButtonTiago Queiroz
2016-07-06Make whole mail item without tags clickableChristian Treppo
fixes #743 For mail items without tags the link to open the mail is not expanded, therefore it has to be done via CSS
2016-07-06Chancing icon size and marginTiago Queiroz
2016-07-05#718Carol Guillen
2016-07-05change github url in setup.py to new oneZara Gebru
2016-07-04Remove transifex wrong translationsTulio Casagrande
2016-07-04Issue #738: Bypass cookie validation for sandboxFelix Hammerl
2016-06-30Implement nodejs provisioning based on package mnagingCaio Carrara
This change is based on official node instructions.
2016-06-30Merge pull request #736 from repat/masterFelix Hammerl
exchanged paper-plane icon for sent icon, fixes #717
2016-06-30 Issue #733: cache feedback contentNavaL
2016-06-30typo in READMErepat
2016-06-29Increase timeout report on karmaTulio Casagrande
We have some tests running around 600 ms. We changed the report value for slower tests to 1 sec. This eliminates the last warnings on js tests.
2016-06-29Fix sandbox.html request warning on js testsTulio Casagrande
We added a proxy to serve the sandbox.html. This removes warnings from js tests
2016-06-29Fix mispelling on modernizr importTulio Casagrande
2016-06-29Add jasmine-ajax to mock ajax calls on testsTulio Casagrande
We had some tests trying to hit the backend. Considering these are unit tests, we decided to mock all ajax calls. This removes the warnings we had when running js tests.
2016-06-29Update information about translation contributionTulio Casagrande
See: #727
2016-06-29exchanged paper-plane icon for sent icon, fixes #717repat
2016-06-29Sync transifexTulio Casagrande
2016-06-29Revert "Don't use rsync on windows/vagrant by default"varac
This reverts commit dd1c1ee473364e2b298ee4fbdf11abc2894932d8.
2016-06-29Synchronize translation files with transifexTulio Casagrande
2016-06-29Remove old i18n keysTulio Casagrande
2016-06-28Normalize i18n keysTulio Casagrande
2016-06-28Added remaining translations stringsTulio Casagrande
2016-06-28ship our local copy of phantomjsvarac
2016-06-27Sync traslation files with transifexCaio Carrara
2016-06-27Updates pt_BR translationsCaio Carrara
2016-06-27Fix typo making tests brokeCaio Carrara
2016-06-27Update use of interpolation on translationsCaio Carrara
See: #727
2016-06-27Initialize specific i18next for testsCaio Carrara
This change is necessary due translation file loading and paths.
2016-06-27Explicitly use POST to test csrfCaio Carrara
2016-06-27Csrf not being enforced on GETCaio Carrara
2016-06-27Updates the i18next to latest versionCaio Carrara
See: #727
2016-06-27Uses browser set on karma conf fileCaio Carrara
2016-06-27Fix xsrf-token verification in async callsCaio Carrara
The previous behaviour only checked xsrf-token in headers, but it can be informed in a token as well.
2016-06-27Changes fallback language code to en_USCaio Carrara
The previous used code was only 'en'. However, as we updated the codes with Transifex changes, it's also necessary update this fallback. See: #727
2016-06-27Creates Spanish translation fileCaio Carrara
It was added without any translation See: #727
2016-06-27Creates Germany translation fileCaio Carrara
It was added without any translation. See: #727
2016-06-27Update Swedish language code from sv to sv_SECaio Carrara
See: #727
2016-06-27Changes source language from en to en_USCaio Carrara
See: #727
2016-06-27Updates README with info about translation files managementCaio Carrara
See: #727
2016-06-27Adds contribution guide for translatorsCaio Carrara
See: #727