- 02 Feb, 2021 4 commits
-
-
MariaV authored
Fixed user_landing.html (project.short_name_with_namespace) to (project.name_with_namespace) See merge request tpo/tpa/anon_ticket!73
-
ViolanteCodes authored
fixed changed tag on user_landing.html where tag was refering to "project.short_name_with namespace" (deleted attribute). changed to project.name_with_namespace
-
MariaV authored
added password_reset button to bottom of moderator form See merge request tpo/tpa/anon_ticket!72
-
ViolanteCodes authored
-
- 29 Jan, 2021 29 commits
-
-
MariaV authored
Fixed several issues with templates and template styling See merge request tpo/tpa/anon_ticket!71
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
adjusted margin on the top of the pill badges for labels - back to project badge link and see on gitlab badge link are now both working
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
added an extra return statement to the check_if_open_issues and check_if_closed_issues methods on the ProjectDetail context, will return and end loop as soon as 1 matching issue (open or closed) is found
-
ViolanteCodes authored
added new {% if %} blocks to project_detail.html template that leverage the new open_issues_flag and closed_issues_flag in the ProjectDetailView context
-
ViolanteCodes authored
added two functions in the get_context_data that set two flags, open_issues_flag and closed_issues_flag. This is now used by the project_detail.html template to determine if the "there are no open issues" / "there are no closed issues" blocks should be populated.
-
ViolanteCodes authored
decorator
-
MariaV authored
Delete GL Groups and change project namespacing Closes #5 and #7 See merge request tpo/tpa/anon_ticket!70
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
updated project list template to include a "no description provided" entry if there is no description
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
make migrations and applied migrations to delete references to short_name_with_namespace and gl_group fields in Project Model
-
ViolanteCodes authored
-
ViolanteCodes authored
-
- 28 Jan, 2021 7 commits
-
-
MariaV authored
Expanded Project Detail View (tpo/tpa/anon_ticket#7) See merge request tpo/tpa/anon_ticket!69
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-