summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-26Fix pep8 errorTiago Ferraz
2015-03-26Fixing small error on def functionTiago Ferraz
2015-03-26Fix pep* errorsTiago Ferraz
Lambda function is now a def
2015-03-26Trying to fix functional testTiago Ferraz
2015-03-26Trying to fix problem with functional test while opening email.Tiago Ferraz
2015-03-26Fixed pep8 errors.Tiago Ferraz
2015-03-26New test that use checkboxes. Removal of hamcrest lib, code refactoring.Tiago Ferraz
A new test was created to use Pixelated checkboxes and the buttons at the top. Also the lib hamcrest was removed and code refactored to be more pythonic. A new method after_step will log information in case of step failures.
2015-03-25changes Typo in README.Lisa Junger
2015-03-25Resets highlighting on search_trigger.Lisa Junger
-Issue #291.
2015-03-25small refactoring to unnecessary self maintaining reference to this.Lisa Junger
Issue #192
2015-03-25Revert "#192 - uses 'self' everywhere instead of 'this'"Lisa Junger
This reverts commit bc6bdc8dd3c03eb875215ecfe0253a4bb3e0275a. not necessary since self and this are holding the same context here.
2015-03-25Merge branch '192' of https://github.com/alabeduarte/pixelated-user-agent ↵Lisa Junger
into alabeduarte-192
2015-03-24Fix pep8 errors of lambda functionsTiago Ferraz
Altered lambda function to def in order to fix pep8 E371 errors
2015-03-24Fixing broken build by jshintTiago Ferraz
Added semi colon to line 99.
2015-03-24Smaller refactoring of send button code.Folker Bernitt
- Issue #189
2015-03-24Send button not auto re-enabled because of synchronous script execution.Folker Bernitt
- Issue #189
2015-03-23Insteads of raising out, it installs the plugin if it is not installed as ↵Alabê Duarte
the first thing
2015-03-23Adds vbguest plugin configuration in order to avoid automatic updates.Alabê Duarte
2015-03-23-e will not run on all the steps anymoreBruno Wagner
2015-03-23#333 Implemented downlload ca.crt when pixelated-user-agent doesn't find a ↵Jefferson Stachelski
cert file to connect on LEAP provider
2015-03-23The whole go script runs with -e now, this will make it break when it breaksBruno Wagner
2015-03-22checks if a mailbox is fresh (uid is 0).Victor Shyba
If so, we are able to put welcome mail on INBOX after checking it -- Issue #334
2015-03-22extracts get_lastuid and adds tests for create_mail uid consistency.Victor Shyba
-- Issue #334
2015-03-20empty queries test makes more sense as a unit testVictor Shyba
2015-03-20integration helper: reindex only when new tags are added (performance)Victor Shyba
2015-03-20fix: send button no longer stuck on sending for invalid email addresses.Lisa Junger
-Issue #189
2015-03-20Gracefully handle None from and subject values during tests.Folker Bernitt
- Issue #248
2015-03-20Added missing file for previous commit.Folker Bernitt
- Issue #248
2015-03-20Added support for encoded To, Cc and Bcc headers.Folker Bernitt
- Issue #248
2015-03-19#248 Wrote missing testsJefferson Stachelski
2015-03-18#248 Fixed the UTF-8 decode for special characteresJefferson Stachelski
2015-03-18testing #330, this fixes search performance testVictor Shyba
2015-03-18making map and filter explicitVictor Shyba
2015-03-18cleaning unused imports and variablesVictor Shyba
2015-03-18import * and missing re, re came from *Victor Shyba
2015-03-18cleaning import * from integration and unit testsVictor Shyba
2015-03-18no more self.client, since those methods are available from test case baseVictor Shyba
2015-03-18TestCase logic moved to AppTestClient, enabling reuse outside of integration ↵Victor Shyba
(performance tests)
2015-03-18Removed if that was not being usedBruno Wagner
2015-03-18Fixed identation on ext_key_manager fileBruno Wagner
2015-03-18Changed map to list comprehensionBruno Wagner
2015-03-18Non exception was being caught by soledadBruno Wagner
2015-03-18MailService is now an objectBruno Wagner
2015-03-18we have a valid cert for try.pixelated-project.org nowChristoph Kluenter
2015-03-17adding snap badgeVictor Shyba
we got public builds :D
2015-03-17Fixing padding for mails inside mail list and margin for list actions checkboxGabriel Albo
2015-03-17Aligning list actions checkbox with all emails checkboxes belowGabriel Albo
2015-03-17Fixing the default tags label alignment by changing one character after 2 ↵Gabriel Albo
hours of work. <3 CSS <3
2015-03-17Revert "try was redeployed"Christoph Kluenter
We don't need to change the cert when redeploying because we preserve the certs simply for this reason This reverts commit 02ee338870ad75b5ae8a0963855e9e6de9f07ada.
2015-03-17try was redeployedChristoph Kluenter