Commit message Age Author Refs
r8736:3497cc52
i18n: updated translation for Russian Currently translated at 97.8% (1058 of 1081 strings)
МАН69К
0
r8735:fd203abd
i18n: minor reformatting An msgmerge update seems to have changed the line wrapping heuristics. Some messages are no longer needed or moved around after source changes.
Mads Kiilerich
0
r8734:abc29122
repo group: introduce editing of owner The repo group owner concept was only partially implemented. Owners were shown in the repo group listing, but couldn't be changed. Users owning repo groups couldn't be deleted, with no other solution than deleting owned repo groups. This also fixes the existing broken update_repo_group API, which tried to use unimplemented functionality.
Mads Kiilerich
0
r8733:fdc9c2fd
repo group: fix API for updating parent With other bugs out of the way, the API implementation just has to pass the new group id correctly. Note that - as in many other places - moving things to the top level doesn't work. Original patch has been modified by Mads Kiilerich.
toras9000
0
r8732:03d51a2a
repo group: always update fullpath group_name when changing parent It was usually set anyway before, as the group name usually was specified without being changed and triggered this update.
Mads Kiilerich
0
r8731:6d773118
repo group: drop pointless double handling of parent_group_id updates
Mads Kiilerich
0
r8730:5f8f52a2
tests: introduce test_api_update_repo_group covering update_repo_group api This shows that some of the API is broken. Failing test cases are disabled and will be enabled when the problems are fixed.
Mads Kiilerich
0
r8729:f2dc57c1
repo: introduce enable_downloads and enable_statistics when creating repos These booleans were not shown in the normal repo creation form, so the form validation applied the "default" values of False. These values were however not used by the model when creating repos - it just unconditionally used the real global defaults. The API already exposed some of this, but it wasn't implemented. The web form for creating repos lacked these fields, but it was present in the repo edit form. Just make these fields mandatory. There will thus not be any defaults to apply in the model for creating repos.
Mads Kiilerich
0
r8728:d00371a7
templates: align forms for repo creation and repo settings 99% whitespace changes and reordering.
Mads Kiilerich
0
r8727:1d1fe8c2
tests: update test_api_create_repo with better coverage of create_repo api Based on test_api_update_repo. This shows that some of the API is broken. Failing test cases are disabled and will be enabled when the problems are fixed.
Mads Kiilerich
0
< 1 .. 3 4 5 6 7 .. 878 >