-
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: dc0c718
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: 7c34919
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 6 files changed
- 1 contributor
Commits on Aug 31, 2011
-
Correct naming of attachments column
Commit 97b67e4 introduced some changes to the BugData class: the 'attachment' column was renamed to 'attachment_count'. This change was not cascaded everywhere, which resulted in the column not being displayed by default (as the now-invalid column named 'attachment' was automatically removed) This then hid the fact that $g_show_attachment_indicator was actually not working as advertised, i.e. the attachments column is always displayed; when ON the field contains the paperclip bitmap, and when OFF the actual number of attachments for the corresponding issue. Affects issue #13276 This commit also removes some trailing whitespace
Configuration menu - View commit details
-
Copy full SHA for d86ba72 - Browse repository at this point
Copy the full SHA d86ba72View commit details -
Update list of standard columns in config_defaults_inc.php
The list now matches what is actually available in the manage columns pages
Configuration menu - View commit details
-
Copy full SHA for ad006ff - Browse repository at this point
Copy the full SHA ad006ffView commit details -
file_can_view_bug_attachments does check for allow_view_own_attachments
Configuration menu - View commit details
-
Copy full SHA for a1b29d2 - Browse repository at this point
Copy the full SHA a1b29d2View commit details
Commits on Oct 20, 2011
-
Obsolete $g_show_attachment_indicator option
Following discussion with dhx on IRC today, this setting is not necessary. There is no point or advantage in displaying a paperclip bitmap as opposed to the actual number of attachments; furthermore, the option was inconsistently used, in one instance it was actually hiding the attachments column completely Affects issue #13276 Commit also removes trailing whitespace in columns_api.php
Configuration menu - View commit details
-
Copy full SHA for 3323204 - Browse repository at this point
Copy the full SHA 3323204View commit details -
Merge branch 'remove-show_attachment_indicator'
Conflicts: config_defaults_inc.php
Configuration menu - View commit details
-
Copy full SHA for 7c34919 - Browse repository at this point
Copy the full SHA 7c34919View commit details
There are no files selected for viewing