Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Feature: Result page for a poll needs poll name. Scenario: Result page has na...Rogelio Mita2013-09-052-0/+14
| * link to .poll_result filesRogelio Mita2013-09-058-3/+56
| * Refactor: get_result method for a poll, return a PollResult object made with ...Rogelio Mita2013-09-053-12/+14
| * get_data method for PollResultFileRogelio Mita2013-09-052-0/+11
| * Add mising feature filesRogelio Mita2013-09-052-0/+33
| * Feature: Button for download results as csv, Scenario:Visit Resultados page w...Rogelio Mita2013-09-053-22/+45
| * create_poll functionRogelio Mita2013-09-051-2/+6
| * Moving poll_result_uploaded_by_encuestador to stepsRogelio Mita2013-09-052-29/+36
| * Scenario: With two poll_results uploadedRogelio Mita2013-09-055-28/+70
| * unimplemented scenario for replying a validation BUGCode Raguet2013-09-051-5/+12
| * add comments (for futher refactoring) on key parts of the core codeCode Raguet2013-09-051-0/+10
| * Clock class for webappRogelio Mita2013-09-044-1/+32
| * change get_time_string to staticmethodRogelio Mita2013-09-042-2/+3
| * Refactor: Timestamp for upload viewRogelio Mita2013-09-044-1/+22
| * Removing trailing whitespaceRogelio Mita2013-09-041-1/+1
| * green light for Scenario "Upload one valid .poll_result file" (needs refactor)Code Raguet2013-09-041-41/+21
| * add set_upload_timestamp for PollResultFileCode Raguet2013-09-042-0/+37
| * Change PollResultFile so that it can recive a file pathCode Raguet2013-09-043-64/+54
| * change add_result_files to recive the file_nameCode Raguet2013-09-043-9/+41
| * set upload handler to always create a file on diskCode Raguet2013-09-041-0/+4
| * Scenario: Upload .poll_result file authored by other pollster (to implement)Code Raguet2013-09-031-1/+7
| * remove useless validationCode Raguet2013-09-031-17/+0
| * fix step regex to be feature specificCode Raguet2013-09-031-1/+1
| * Timestamp assertionRogelio Mita2013-09-031-3/+8
| * Passing success message assertion stepRogelio Mita2013-09-032-1/+2
| * text assertions when upload a .poll_resultRogelio Mita2013-09-031-0/+13
| * Upload .poll_result file stepRogelio Mita2013-09-031-0/+8
| * Visit upload page stepRogelio Mita2013-09-031-0/+9
| * add specific step definitions file for feature "Upload .poll_result files"Code Raguet2013-09-021-0/+15
| * add step to check time stringCode Raguet2013-09-021-3/+4
| * change "and_encuestador_is_binded_to_poll" step to get or create the pollsterCode Raguet2013-09-021-1/+5
| * move "and_encuestador_is_binded_to_poll" step to generic steps.pyCode Raguet2013-09-022-10/+9
| * move step "and_poll_is_status" to generic steps.pyCode Raguet2013-09-022-7/+8
| * Refactor "given_i_am_a_researcher" step, to use create_user_and_loginCode Raguet2013-09-021-3/+1
| * move drop_sqlite to before_each_featureCode Raguet2013-09-021-2/+2
| * move drop_mongo to before_each_featureCode Raguet2013-09-021-3/+2
| * add before_each_feature funcCode Raguet2013-09-021-0/+5
| * Refactor: use create_and_login funcCode Raguet2013-09-021-3/+1
| * add create_user_and_login function for stepsCode Raguet2013-09-021-0/+6
| * add feature (to implement) "upload a valild .poll_result"Code Raguet2013-09-022-0/+23
| * flush sqlite before each featureCode Raguet2013-09-021-1/+6
| * change test names: from response to respondCode Raguet2013-09-021-3/+3
| * add get_timestamp to PollResultFile API, remove hardcode from viewCode Raguet2013-09-023-1/+20
| * change scenario step: put result files directly to media insted using web int...Code Raguet2013-09-021-11/+5
| * Refactor: use create_poll_result_file for creating poll resultsCode Raguet2013-09-021-11/+2
| * add function create_poll_result_fileCode Raguet2013-09-021-0/+15
| * Fix: add missing file-object close()Code Raguet2013-08-301-1/+2
| * Refator: make utility func to get pollster object by usernameCode Raguet2013-08-301-3/+5
| * Refactor: change variable names for clarityCode Raguet2013-08-301-3/+4
| * pep8Code Raguet2013-08-291-3/+2