Opened 5 years ago
Last modified 3 years ago
#13215 new defect
Adding a repository does NOT trim trailing blanks
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 1.7.1 |
Component: | version control | Version: | 1.2.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Fixed surrounding whitespace not removed when adding a repository from the repository admin page. |
||
API Changes: | |||
Internal Changes: |
Description
Adding a new git repository fails to remove trailing blanks from the repository path. It took some time for me to figure out.
This happened with trac 1.2.2, I didn't test newer versions
Attachments (0)
Change History (15)
comment:2 by , 5 years ago
Component: | plugin/git → version control |
---|---|
Type: | defect → enhancement |
comment:3 by , 5 years ago
Milestone: | → undecided |
---|
comment:5 by , 5 years ago
Milestone: | 1.2.6 → 1.4.2 |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:6 by , 4 years ago
Release Notes: | modified (diff) |
---|
comment:7 by , 4 years ago
Proposed changes in log:rjollos.git:t13215_repository_admin_strip_trailing.
#12925 will improve error raising and handling, and test coverage of RepositoryAdminPanel
and DbRepositoryProvider
.
comment:8 by , 4 years ago
Need to do the same when adding an alias, and make sure the informational message about resyncing has the spaces removed from the repository name.
comment:9 by , 4 years ago
Type: | enhancement → defect |
---|
comment:10 by , 4 years ago
Milestone: | 1.4.2 → 1.4.3 |
---|
comment:11 by , 4 years ago
Milestone: | 1.4.3 → 1.5.3 |
---|
comment:12 by , 4 years ago
Milestone: | 1.5.3 → 1.7 |
---|
comment:14 by , 3 years ago
Milestone: | 1.7.1 |
---|---|
Owner: | removed |
Status: | assigned → new |
comment:15 by , 3 years ago
Milestone: | → 1.7.1 |
---|
Source of the bug: