Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp
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
* fix messageCode Raguet2013-09-251-1/+1
* 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
* Docstring for: before_each_featureCode Raguet2013-09-251-0/+1
* load "generic_researcher" fixtureCode Raguet2013-09-251-1/+2
* Add Feature: Researcher can't modify poll's structureCode Raguet2013-09-251-0/+12
* Issue 4707: Datatable added to .poll_result listRogelio Mita2013-09-2416-1/+676
* Refactor on poll result file assertionRogelio Mita2013-09-241-3/+1
* Change 'numero escuela' to 'ruee'Rogelio Mita2013-09-245-18/+20
* Add 2 different ruee numbersRogelio Mita2013-09-241-3/+3
* Changing feature: A Researcher sees the .poll_result details of a pollRogelio Mita2013-09-242-5/+5
* add clonedigger to requsCode Raguet2013-09-201-0/+1
* add pylint to requirementsCode Raguet2013-09-201-0/+1
* Cleaning deploy directoryRogelio Mita2013-09-1910-235/+0
* Cleaning tmp directory for option imagesRogelio Mita2013-09-192-14/+42
* Refactor in testRogelio Mita2013-09-191-12/+21
* unified deploy script for PROD and STAGINGCode Raguet2013-09-191-0/+38
* add deploy scripts as they are in the jenkins jobsCode Raguet2013-09-192-0/+51
* Set excecution bit and bash executionRogelio Mita2013-09-181-0/+1
* Setting BACKUP_DIRRogelio Mita2013-09-181-1/+1
* Prod var settingsRogelio Mita2013-09-181-3/+5
* Removing commentsRogelio Mita2013-09-181-6/+0
* start_apacheRogelio Mita2013-09-181-0/+1
* copy_mediaRogelio Mita2013-09-181-0/+2
* dump_sqliteRogelio Mita2013-09-181-0/+2
* dump_mongodbRogelio Mita2013-09-181-0/+5
* stop_apacheRogelio Mita2013-09-181-0/+1
* Basic flow description for backup processRogelio Mita2013-09-181-0/+35
* rename settings -> env_settingsRogelio Mita2013-09-181-0/+0
* Files for apache + uwsgi config for stating envRogelio Mita2013-09-184-3/+45
* remove hardcode on step "add_option_with_weight_and_image" to pick image from...Code Raguet2013-09-171-1/+5
* change IMAGE_OPTIONS_ROOT to be inside MEDIA_ROOT)Code Raguet2013-09-171-1/+3
* tearDown to remove option imagesCode Raguet2013-09-171-1/+5
* add funtion for remove option images dir at the testing timeCode Raguet2013-09-172-0/+12
* implement step "image_is_in_option"Code Raguet2013-09-171-1/+14