Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Expand)AuthorAgeFilesLines
...
* implement add image into stepCode Raguet2013-09-171-0/+8
* add test image to fixturesCode Raguet2013-09-171-0/+0
* fix step grammarCode Raguet2013-09-171-1/+1
* fixup add optionCode Raguet2013-09-171-2/+3
* change feature to use an existent stepCode Raguet2013-09-171-1/+1
* implement step "add a option"Code Raguet2013-09-171-0/+12
* implement step "add a question"Code Raguet2013-09-172-1/+10
* implement steps "add a group" and "create a new poll"Code Raguet2013-09-171-0/+21
* add step to feature researcher_adds_images_to_optionCode Raguet2013-09-171-0/+1
* add names to clickables to ease test automationCode Raguet2013-09-174-6/+6
* refactor step click_on_nameCode Raguet2013-09-171-3/+3
* add function to steps.py click_on(browser, name)Code Raguet2013-09-171-0/+5
* load generic_researcher fixture at before feature "Researcher adds images to ...Code Raguet2013-09-171-0/+7
* add fixture with a generic researcherCode Raguet2013-09-171-0/+22
* rename to change sociologist to researcherCode Raguet2013-09-172-0/+0
* change Sociologist to ResearcherCode Raguet2013-09-172-4/+4
* change step given_i_am_logged_in_as_rol to check if it is actually logged inCode Raguet2013-09-171-1/+2
* change step given_i_am_logged_in_as_rol to support Sociologist rolCode Raguet2013-09-171-1/+2
* change feature to use an existent stepCode Raguet2013-09-171-1/+1
* add feature that fails because the bugCode Raguet2013-09-172-0/+14
* Refactor except: pass with a specific conditionalCode Raguet2013-09-161-4/+1
* set /tmp for IMAGE_OPTIONS_ROOT when running testsCode Raguet2013-09-161-0/+3
* test for bugfix: "images with many chunksCode Raguet2013-09-162-0/+46
* FIX: structure can not save images with more than one chunkCode Raguet2013-09-131-1/+0
* Delete empty filesRogelio Mita2013-09-132-0/+0
* Add media empty directoriesRogelio Mita2013-09-133-0/+15
* Add results_bck empty directoryRogelio Mita2013-09-131-0/+5
* 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
* apply bootstrap style to template and rewrite some messagesCode Raguet2013-09-112-8/+13
* 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
* refactor view, needs model implementationCode Raguet2013-09-111-2/+7
* 2 new steps for featureCode Raguet2013-09-112-1/+9
* change step regex in order to work with any preposition"Code Raguet2013-09-111-1/+1
* add confirmation button for removing .poll_resultsCode Raguet2013-09-115-5/+23
* add view (needs refactor), urls to view and link button to viewCode Raguet2013-09-116-2/+21
* split admin urls in admin_url for django admin and custom/urls for custom adminCode Raguet2013-09-113-13/+21
* change delete poll alert message to be triggered by button id, not a classCode Raguet2013-09-111-2/+2
* Add feature for issue 4231: remove poll resultsCode Raguet2013-09-112-0/+52
* support "Edit" page in step "When I visit..."Code Raguet2013-09-111-4/+4
* Remove debug information from and_poll_in_fixture_fixture_name stepRogelio Mita2013-09-111-9/+11
* issue 3824: Showing information about dependencies option ID'sRogelio Mita2013-09-1113-20/+390
|\
| * BugFix and refactor: visit_page_for_poll uses poll_name paramenter3824Rogelio Mita2013-09-111-2/+1
| * DependenceInputs intercalate popover placementRogelio Mita2013-09-111-2/+11
| * render of DependenceInput admits data-placementRogelio Mita2013-09-114-15/+31
| * Refactor: popover using data attributesRogelio Mita2013-09-114-24/+28