Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix backward compatibility for .poll_results without "upload_timestamp"4234Code Raguet2013-09-063-2/+8
* remove feature to known issues wiki: http://sugardextrose.org/projects/polls/...Code Raguet2013-09-061-14/+0
* remove unused setupCode Raguet2013-09-061-7/+0
* copy setup to testCode Raguet2013-09-061-1/+4
* remove test that is cover by anotherCode Raguet2013-09-061-15/+0
* change get_numero_escuela so that it can return all "numero_escuela" from a ....Code Raguet2013-09-063-2/+31
* get_numero_escuela now returns a python setCode Raguet2013-09-062-3/+3
* LFs for grouping codeCode Raguet2013-09-061-2/+2
* move get_numero_escuela tests to their own classCode Raguet2013-09-061-15/+25
* remove extra whitespaceCode Raguet2013-09-061-1/+0
* remove unused method self.json_construcCode Raguet2013-09-061-4/+0
* use json_construc from module, self.json_construc deprecatedCode Raguet2013-09-061-2/+2
* move json_construc method to module level functionCode Raguet2013-09-061-0/+4
* Change scenario to test .poll_result with 2 schoolsCode Raguet2013-09-062-1/+36
* fixup bad false positive scenario assertCode Raguet2013-09-061-2/+2
* re indent scenario assert tableCode Raguet2013-09-061-3/+3
* Change feature descriptionCode Raguet2013-09-061-4/+5
* quiet drop_sqlite stdout to clean the screenCode Raguet2013-09-061-1/+1
* quiet drop_mongo stdout command for clear the screenCode Raguet2013-09-061-1/+4
* Refactor: Poll method for check if has resultRogelio Mita2013-09-064-2/+30
* New Feature: Button for show results is active when a poll has resultsRogelio Mita2013-09-062-0/+22
* moving "when_i_visit_the_page_name" to stepsRogelio Mita2013-09-062-9/+11
* BugFix: Bad way to recognize one image uploadedRogelio Mita2013-09-062-2/+32
* explicitly close file line is removed, open file context manager do this in i...Rogelio Mita2013-09-061-1/+0
* remove unused stepCode Raguet2013-09-051-6/+0
* move scenario "download .poll_result files" to his own feature fileCode Raguet2013-09-052-8/+12
* Passing Feature: Result page for a poll needs poll nameRogelio Mita2013-09-052-0/+2
* 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