Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Expand)AuthorAgeFilesLines
* validate .poll_result before further processingCode Raguet2013-10-111-1/+3
* docstring for is_valid methodCode Raguet2013-10-111-0/+1
* add is_valid method to PollResultFile classCode Raguet2013-10-112-0/+20
* bind pollster to poll in scenario "Upload .encuesta file (issue 4774)"Code Raguet2013-10-111-0/+2
* change pollster meta-data to a valid oneCode Raguet2013-10-111-2/+2
* change poll_id to a valid oneCode Raguet2013-10-111-2/+2
* New featureRogelio Mita2013-10-112-0/+3590
* Refactor UnploadPollResultFormViewRogelio Mita2013-10-041-17/+11
* Change contentRogelio Mita2013-10-042-2/+28
* New scenario: "Upload two .poll_result with the same content at the same time"Rogelio Mita2013-10-043-0/+24
* Remove selenium from load_file functionRogelio Mita2013-10-041-2/+2
* Step load_file_name admit positionRogelio Mita2013-10-041-3/+3
* load_file function admit positionRogelio Mita2013-10-041-2/+4
* New step when_i_upload_loaded_filesRogelio Mita2013-10-041-0/+7
* Refactor step upload_file_nameRogelio Mita2013-10-041-1/+7
* New step load_file_nameRogelio Mita2013-10-041-0/+6
* Refactor step upload_file_nameRogelio Mita2013-10-041-3/+8
* Refactor UnploadPollResultFormViewRogelio Mita2013-10-041-22/+17
* Refactor UnploadPollResultFormViewRogelio Mita2013-10-041-38/+29
* New method poll_is_assigned_to to PollResultFile classRogelio Mita2013-10-042-0/+36
* Merge similar loopsRogelio Mita2013-10-031-10/+8
* disable pylint warning (R0904)Code Raguet2013-10-031-1/+1
* refactor UnploadPollResultFormView to use authored_by from PollResultFileCode Raguet2013-10-032-20/+16
* disable pylint warning (C0321)Code Raguet2013-10-031-1/+1
* add method is_authored_by to PollResultFile classCode Raguet2013-10-032-0/+30
* disable pylint warn for docstrings (C0111)Code Raguet2013-10-031-0/+1
* rename step function from and_poll_has_poll_result to poll_has_resultCode Raguet2013-10-031-1/+1
* refactor step to get poll from parameter instead of worldCode Raguet2013-10-031-4/+4
* move variable poll to function topCode Raguet2013-10-031-1/+1
* use open_poll fixture on feature "Researcher can't modify poll's structure"Code Raguet2013-10-031-3/+3
* add open_poll fixtureCode Raguet2013-10-031-0/+5
* rename variable file to file_Code Raguet2013-10-031-1/+1
* disable pylint warning (W0613) for unused parameters. This class is third-partyCode Raguet2013-10-031-1/+1
* disable pylint warning for docstrings (C0111)Code Raguet2013-10-031-0/+1
* Add missing fixture for scenario: "Upload .poll_result with a poll not assign...Rogelio Mita2013-10-031-0/+1
* New scenario: "Upload .poll_result with a poll not assigned to logged in poll...Rogelio Mita2013-10-033-0/+18
* New scenario: "Upload .poll_result wich its not authored by logged in pollster"Rogelio Mita2013-10-032-0/+13
* Remove validate method from existence check in UnploadPollResultFormViewRogelio Mita2013-10-031-1/+1
* Remove validate method and move the logic to exists methodRogelio Mita2013-10-032-9/+8
* Move test_it_should_respond_False_when_content_exists_already to ExistenceTes...Rogelio Mita2013-10-031-24/+23
* Move existence test to new classRogelio Mita2013-10-031-2/+7
* Group client logicRogelio Mita2013-10-031-16/+10
* Remove unused variableRogelio Mita2013-10-031-1/+1
* Remove obsolete conditionRogelio Mita2013-10-031-4/+0
* Remove del statementRogelio Mita2013-10-031-7/+7
* CosmeticRogelio Mita2013-10-031-2/+1
* Rename file var name to file_Rogelio Mita2013-10-031-3/+3
* Rename uploaded_files var name to existingRogelio Mita2013-10-031-4/+4
* Moving file existence logic to a higher up levelRogelio Mita2013-10-031-14/+14
* Refactor: UploadPollResultFormView uses exists method for each poll result fileRogelio Mita2013-10-031-4/+1