summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mixins
AgeCommit message (Collapse)Author
2015-07-29#384 Refactored the pull request codeJefferson Stachelski
2015-07-05Moved floatlabel function to a mixinLeonardo Schäffer
2015-04-21Fixes typo in warnSendButtonOfRecipients.Lisa Junger
- Issue #353
2015-04-08Removes argument fixing of the i18n library #66Bruno Tavares
To introduce variables on the internationalization functions we should be able to pass extra arguments to the `i18n.t`. The way it was we could only pass the key and no more options to interpolate values.
2015-03-20fix: send button no longer stuck on sending for invalid email addresses.Lisa Junger
-Issue #189
2015-01-12Improve jshint configurationAlexandre Pretto Nunes
2015-01-09Fixed call order dependency for tag creation.Folker Bernitt
- Successful rendering of tag list in left pane depended on specific call order of async events
2015-01-06Separate auto-refresh for mails and tags, and start moving away from having ↵Alexandre Pretto Nunes
the left_pane_dispatcher as a middleman
2014-12-09issue #172 fixed jshint.Lisa Junger
2014-12-09issue #172 added timeout monitoring to ajax calls.Lisa Junger
2014-10-16Making sure only the tags are shown in the mail when you update the mailDuda Dornelles
tags. Also, disabling the tags feature toggles
2014-10-09Fixed jshint warnings.Folker Bernitt
2014-10-09Fixing bug where the send button would get disabled at times even if there ↵Duda Dornelles
were valid receipients
2014-10-09Skip default tags for tag suggestions.Folker Bernitt
- Fixup for issue #52
2014-10-09Only suggest tags that are not already part of the mail.Folker Bernitt
- Fixup for issue #52
2014-10-08oopsie forgot debugger statementDuda Dornelles
2014-10-08#97 - making sure that the send button gets enabled when sending drafts even ↵Duda Dornelles
if recipients are undefined for one recipient type but not the others
2014-10-07Fixed jshint errorsBruno Wagner
2014-10-01#80 - escaping tags in the autocomplete boxDuda Dornelles
2014-09-22showing draft even if json has no recipientsDuda Dornelles
2014-09-03reactivating reply/reply all/forward; deactivating reply draftDuda Dornelles
2014-08-25Add copyright and license to javascript filesAlexandre Pretto Nunes
2014-08-12Move tagging functionality to withMailTagging mixin to clear mailView someAlexandre Pretto Nunes
2014-08-12Clean up feature flag mixinAlexandre Pretto Nunes
2014-08-08replaces Smail by Pixelated in all js filesPatrick Maia
2014-08-08adds ability to define behavior when a feature is toggled offThiago Colucci and Patrick Maia
2014-08-08disables save draft, add tag, reply-section featuresPatrick Maia
2014-08-08adds with_feature_toggle mixinPatrick Maia
2014-07-31Add web-ui based on previous codeOla Bini