-
Notifications
You must be signed in to change notification settings - Fork 729
Comparing changes
Open a pull request
base repository: mantisbt/mantisbt
base: 1d3b06499b88
head repository: mantisbt/mantisbt
compare: 243112f89f75
- 12 commits
- 12 files changed
- 1 contributor
Commits on Oct 12, 2012
-
Configuration menu - View commit details
-
Copy full SHA for a8f5420 - Browse repository at this point
Copy the full SHA a8f5420View commit details -
Restrict $g_allow_reporter_* to users with reporter access
Prior to this, if a user reported an issue and then their access level was downgraded to "viewer", they would no longer be able to add bugnotes to the issue. However, config option $g_allow_reporter_reopen would still let them reopen it, and likewise for $g_allow_reporter_upload to attach files and $g_allow_reporter_close. Fixes #11782
Configuration menu - View commit details
-
Copy full SHA for a7f9feb - Browse repository at this point
Copy the full SHA a7f9febView commit details
Commits on Oct 13, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 9089f5e - Browse repository at this point
Copy the full SHA 9089f5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7512b03 - Browse repository at this point
Copy the full SHA 7512b03View commit details -
Manage config workflow page does not reflect actual config
The code did not properly reflect the configuration state when building the Access Levels form, if the minimum access level was defined using update_bug_status_threshold and set_status_threshold wass empty, showing 'viewer' for each status except 'new'. Consequently, saving the page without changes would cause the config to be saved with all access levels as 'viewer'. Fixes #14496
Configuration menu - View commit details
-
Copy full SHA for d893ca3 - Browse repository at this point
Copy the full SHA d893ca3View commit details
Commits on Oct 28, 2012
-
Simplify and improve code in manage_config_workflow_page.php
- Avoid code duplication with a function set_color_override to determine override of cells bgcolors attribute - Use a single loop over the status enum in access_row() - Removed unnecessary assignments and useless code
Configuration menu - View commit details
-
Copy full SHA for 8488106 - Browse repository at this point
Copy the full SHA 8488106View commit details -
Workflow config: delete override if identical to parent
The code in manage_config_workflow_set.php now deletes the config override for the current project if the new settings are identical to the parent's (ALL_PROJECTS level if project, or file-level if all projects). Follow-up fix for issue #14496
Configuration menu - View commit details
-
Copy full SHA for d982fc9 - Browse repository at this point
Copy the full SHA d982fc9View commit details -
Define default $g_set_status_threshold for NEW to REPORTER
This prevents incorrect highlighting of NEW status as an override in the Access Levels section of manage_config_workflow_page.php, when $g_bug_submit_status is different from default. Fixes #14496 (see atrol's bugnote ~33192 and my follow up in ~33325)
Configuration menu - View commit details
-
Copy full SHA for 361089d - Browse repository at this point
Copy the full SHA 361089dView commit details
Commits on Nov 10, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 3d71373 - Browse repository at this point
Copy the full SHA 3d71373View commit details -
This allows to coalesce commits by the same person in the git shortlog, where their name and/or email address was spelled differently. The git shortlog can then be used to populate the CREDITS file's "Contributors" section
Configuration menu - View commit details
-
Copy full SHA for 3a69063 - Browse repository at this point
Copy the full SHA 3a69063View commit details -
With the addition of .mailmap file, the "Contributors" section can now be easily updated with the output of the following command: git shortlog -s -n |cut -f2 This can be achieved automatically by running the 'update-credits.sh' script (in the mantisbt-tools repository).
Configuration menu - View commit details
-
Copy full SHA for 753d64a - Browse repository at this point
Copy the full SHA 753d64aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 243112f - Browse repository at this point
Copy the full SHA 243112fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1d3b06499b88...243112f89f75