-
Notifications
You must be signed in to change notification settings - Fork 729
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: mantisbt/mantisbt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2c916ddd6313
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mantisbt/mantisbt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8ae62f3621d8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 6 files changed
- 1 contributor
Commits on Sep 20, 2012
-
Cloning issues with attachments fails after upload folder changed
With attachments stored on disk, if the project's upload directory changes and the files are moved to the new location, it is no longer possible to clone issues. The file_copy_attachments() function was modified to use the same logic as elsewhere in MantisBT, i.e. rely on file_normalize_attachment_path() to determine the attachment's path. Fixes #14718
Configuration menu - View commit details
-
Copy full SHA for 27aa2b8 - Browse repository at this point
Copy the full SHA 27aa2b8View commit details -
Force validation of upload path if file_upload_method != DATABASE
Prior to this, the upload path would not be checked if it was empty (ie. defaulting to $g_absolute_path_default_upload_folder), which could cause issues if that directory was missing or read-only. Checking this early allows catching any errors before users perform actual operations on file attachments. Fixes #14723
Configuration menu - View commit details
-
Copy full SHA for 27f5b4f - Browse repository at this point
Copy the full SHA 27f5b4fView commit details
Commits on Sep 21, 2012
-
Hide file upload path on project create page if storage is DB
The logic implemented in 7aa07d8 for manage_proj_edit_page.php also applies to manage_proj_create_page.php. Fixes #14700
Configuration menu - View commit details
-
Copy full SHA for 714c2a1 - Browse repository at this point
Copy the full SHA 714c2a1View commit details -
Fix inconsistent behavior of upload path field hiding
config_get() would return the file upload method for the current project, instead of the one for the project being edited. Use of $g_project_override for expected behavior. Fixes #14700
Configuration menu - View commit details
-
Copy full SHA for 33dfba5 - Browse repository at this point
Copy the full SHA 33dfba5View commit details -
Make Manage Project Create and Edit pages consistent
The following changes were made: - Display the fields in the same order - Make the fields identical length - Display the "required" star next to project name - Use identical variable names Fixes #14725
Configuration menu - View commit details
-
Copy full SHA for e90ef63 - Browse repository at this point
Copy the full SHA e90ef63View commit details -
Fix config_get behavior with $g_project_override = ALL_PROJECTS
Fixes #14724, affects #14700
Configuration menu - View commit details
-
Copy full SHA for c7b1da5 - Browse repository at this point
Copy the full SHA c7b1da5View commit details -
Fix #14721: XML Parsing Error in print_all_bug_page_word.php
Revised code so that generated page complies with xhtml 1.0 strict DTD.
Configuration menu - View commit details
-
Copy full SHA for 8ae62f3 - Browse repository at this point
Copy the full SHA 8ae62f3View commit details
There are no files selected for viewing