Details

    • Type: Improvement Improvement
    • Status: Resolved Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: Current Version
    • Fix Version/s: TAG 2020/21 Winter Sprint
    • Component/s: OIOIOI
    • Labels:
    • Sprint:
      TAG 2020/21 Winter Sprint

      Issue Links

        Activity

        Hide
        Gerrit Gerrit added a comment -
        Change oioioi~master~I3a0e734ef955cecd1580a139780a995c6e565ef6, patchset 1
        https://gerrit.sio2project.mimuw.edu.pl/3591

        (SIO-2314) Make algorithm tags translatable

        Algorithm tags can be translated into multiple languages.
        Algorithm tag hints mechanism searches for all names containing
        given string in all languages.
        Refactors some of the methods returning tag hints (DRY).

        Change-Id: I3a0e734ef955cecd1580a139780a995c6e565ef6
        Show
        Gerrit Gerrit added a comment - Change oioioi~master~I3a0e734ef955cecd1580a139780a995c6e565ef6, patchset 1 https://gerrit.sio2project.mimuw.edu.pl/3591 ( SIO-2314 ) Make algorithm tags translatable Algorithm tags can be translated into multiple languages. Algorithm tag hints mechanism searches for all names containing given string in all languages. Refactors some of the methods returning tag hints (DRY). Change-Id: I3a0e734ef955cecd1580a139780a995c6e565ef6
        Hide
        Gerrit Gerrit added a comment -
        Change oioioi~master~I3a0e734ef955cecd1580a139780a995c6e565ef6, patchset 2
        https://gerrit.sio2project.mimuw.edu.pl/3591

        (SIO-2314) Make algorithm tags translatable

        Algorithm tags can be translated into multiple languages.

        Algorithm tag hints mechanism searches for all names containing
        given string in all languages.

        Refactors some of the methods returning tag hints (DRY).

        Changed single quotes to double quotes in strings displayed
        to the user.

        Make searching for existing tags containing typed string case
        insensitive (JavaScript).

        Change-Id: I3a0e734ef955cecd1580a139780a995c6e565ef6
        Show
        Gerrit Gerrit added a comment - Change oioioi~master~I3a0e734ef955cecd1580a139780a995c6e565ef6, patchset 2 https://gerrit.sio2project.mimuw.edu.pl/3591 ( SIO-2314 ) Make algorithm tags translatable Algorithm tags can be translated into multiple languages. Algorithm tag hints mechanism searches for all names containing given string in all languages. Refactors some of the methods returning tag hints (DRY). Changed single quotes to double quotes in strings displayed to the user. Make searching for existing tags containing typed string case insensitive (JavaScript). Change-Id: I3a0e734ef955cecd1580a139780a995c6e565ef6
        Hide
        Gerrit Gerrit added a comment -
        Change oioioi~master~I3a0e734ef955cecd1580a139780a995c6e565ef6, patchset 3
        https://gerrit.sio2project.mimuw.edu.pl/3591

        (SIO-2314) Make algorithm tags translatable

        Algorithm tags can be translated into multiple languages.

        Algorithm tag hints mechanism searches for all names containing
        given string in all languages.

        Refactors some of the methods returning tag hints (DRY).

        Changed single quotes to double quotes in strings displayed
        to the user.

        Make searching for existing tags containing typed string case
        insensitive (JavaScript).

        Change-Id: I3a0e734ef955cecd1580a139780a995c6e565ef6
        Show
        Gerrit Gerrit added a comment - Change oioioi~master~I3a0e734ef955cecd1580a139780a995c6e565ef6, patchset 3 https://gerrit.sio2project.mimuw.edu.pl/3591 ( SIO-2314 ) Make algorithm tags translatable Algorithm tags can be translated into multiple languages. Algorithm tag hints mechanism searches for all names containing given string in all languages. Refactors some of the methods returning tag hints (DRY). Changed single quotes to double quotes in strings displayed to the user. Make searching for existing tags containing typed string case insensitive (JavaScript). Change-Id: I3a0e734ef955cecd1580a139780a995c6e565ef6
        Hide
        Szymon Czyżmański added a comment -
        Merged to master.
        Show
        Szymon Czyżmański added a comment - Merged to master.
        Hide
        Gerrit Gerrit added a comment -
        Change oioioi~master~Ie92419e067d8dc7d5613f8833ec6e9f182a02b1b, patchset 1
        https://gerrit.sio2project.mimuw.edu.pl/3595

        (SIO-2314) Fix TypeError

        Fix bug with TypeError occurring when trying to concatenate two QuerySets together
        using '+' operator in get_tag_proposal_hints_view function.

        Change-Id: Ie92419e067d8dc7d5613f8833ec6e9f182a02b1b
        Show
        Gerrit Gerrit added a comment - Change oioioi~master~Ie92419e067d8dc7d5613f8833ec6e9f182a02b1b, patchset 1 https://gerrit.sio2project.mimuw.edu.pl/3595 ( SIO-2314 ) Fix TypeError Fix bug with TypeError occurring when trying to concatenate two QuerySets together using '+' operator in get_tag_proposal_hints_view function. Change-Id: Ie92419e067d8dc7d5613f8833ec6e9f182a02b1b
        Hide
        Gerrit Gerrit added a comment -
        Change oioioi~master~Ie92419e067d8dc7d5613f8833ec6e9f182a02b1b, patchset 2
        https://gerrit.sio2project.mimuw.edu.pl/3595

        (SIO-2314) Fix TypeError in the change "Make algorithm tags translatable"

        Fix bug with TypeError occurring when trying to concatenate two QuerySets together
        using '+' operator in get_tag_proposal_hints_view function.

        Added a few regression tests for this function.

        Change-Id: Ie92419e067d8dc7d5613f8833ec6e9f182a02b1b
        Show
        Gerrit Gerrit added a comment - Change oioioi~master~Ie92419e067d8dc7d5613f8833ec6e9f182a02b1b, patchset 2 https://gerrit.sio2project.mimuw.edu.pl/3595 ( SIO-2314 ) Fix TypeError in the change "Make algorithm tags translatable" Fix bug with TypeError occurring when trying to concatenate two QuerySets together using '+' operator in get_tag_proposal_hints_view function. Added a few regression tests for this function. Change-Id: Ie92419e067d8dc7d5613f8833ec6e9f182a02b1b
        Hide
        Gerrit Gerrit added a comment -
        Change oioioi~master~Ie92419e067d8dc7d5613f8833ec6e9f182a02b1b, patchset 3
        https://gerrit.sio2project.mimuw.edu.pl/3595

        (SIO-2314) Fix TypeError in the change "Make algorithm tags translatable"

        Fix bug with TypeError occurring when trying to concatenate two QuerySets together
        using '+' operator in get_tag_proposal_hints_view function.

        Added a few regression tests for this function.

        Change-Id: Ie92419e067d8dc7d5613f8833ec6e9f182a02b1b
        Show
        Gerrit Gerrit added a comment - Change oioioi~master~Ie92419e067d8dc7d5613f8833ec6e9f182a02b1b, patchset 3 https://gerrit.sio2project.mimuw.edu.pl/3595 ( SIO-2314 ) Fix TypeError in the change "Make algorithm tags translatable" Fix bug with TypeError occurring when trying to concatenate two QuerySets together using '+' operator in get_tag_proposal_hints_view function. Added a few regression tests for this function. Change-Id: Ie92419e067d8dc7d5613f8833ec6e9f182a02b1b

          People

          • Assignee:
            Wojciech Dubiel
            Reporter:
            Michał Sidor
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:

              Agile