Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/polls
Commit message (Expand)AuthorAgeFilesLines
* Disable "Modificar estructura" button when a poll is read_onlyRogelio Mita2013-09-263-2/+15
* Refactor testsRogelio Mita2013-09-262-9/+8
* Moving test_it_should_be_read_only_when_poll_has_results to separate class fo...Rogelio Mita2013-09-261-0/+8
* remove dead codeCode Raguet2013-09-251-2/+1
* PEP8: polls/models.py importsCode Raguet2013-09-251-4/+1
* Docstring: save method from Structure classCode Raguet2013-09-251-0/+1
* check if structure is not read only before saveCode Raguet2013-09-252-0/+10
* ReadOnly exception classCode Raguet2013-09-251-0/+5
* remove empty lines (compacting block)Code Raguet2013-09-251-3/+0
* remove duplicate test_saveCode Raguet2013-09-251-11/+0
* copy test_save to his own test classCode Raguet2013-09-251-0/+35
* do not show "guardar" button when structure is ready onlyCode Raguet2013-09-251-1/+3
* show message in structure page when it's read_onlyCode Raguet2013-09-251-1/+5
* add is_read_only method to structure classCode Raguet2013-09-252-0/+15
* Docstring for Structure classCode Raguet2013-09-251-1/+3
* remove non conventional space pep-257Code Raguet2013-09-251-1/+0
* Add Structure's READ_ONLY_MSGCode Raguet2013-09-252-0/+5
* Refactor on poll result file assertionRogelio Mita2013-09-241-3/+1
* Change 'numero escuela' to 'ruee'Rogelio Mita2013-09-243-14/+16
* Cleaning tmp directory for option imagesRogelio Mita2013-09-192-14/+42
* Refactor in testRogelio Mita2013-09-191-12/+21
* tearDown to remove option imagesCode Raguet2013-09-171-1/+5
* add names to clickables to ease test automationCode Raguet2013-09-173-4/+4
* Refactor except: pass with a specific conditionalCode Raguet2013-09-161-4/+1
* test for bugfix: "images with many chunksCode Raguet2013-09-161-0/+45
* FIX: structure can not save images with more than one chunkCode Raguet2013-09-131-1/+0
* PollResult inherits from objectRogelio Mita2013-09-121-1/+1
* Deleting dead code: save, valid and is_valid methodsRogelio Mita2013-09-122-74/+0
* Deleting dead code: static method getRogelio Mita2013-09-122-19/+0
* Removing InMemoryUploadedFileRogelio Mita2013-09-121-11/+11
* Better checking for image optionsRogelio Mita2013-09-125-20/+61
* add delete to PollResultFile and add remove_results to PollCode Raguet2013-09-113-1/+54
* move make_temp_file to module levelCode Raguet2013-09-111-19/+20
* add confirmation button for removing .poll_resultsCode Raguet2013-09-111-1/+1
* add view (needs refactor), urls to view and link button to viewCode Raguet2013-09-111-0/+1
* change delete poll alert message to be triggered by button id, not a classCode Raguet2013-09-111-2/+2
* Applying DependencyInput into dynamic structure of pollRogelio Mita2013-09-101-0/+1
* issue 4234: Show the date and the user who uploaded the resultsCode Raguet2013-09-064-77/+463
|\
| * Fix backward compatibility for .poll_results without "upload_timestamp"4234Code Raguet2013-09-062-1/+7
| * 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-062-1/+30
| * 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