-
Notifications
You must be signed in to change notification settings - Fork 729
Comparing changes
Open a pull request
base repository: mantisbt/mantisbt
base: bb676ff431a1
head repository: mantisbt/mantisbt
compare: 9344b94510d7
- 6 commits
- 7 files changed
- 1 contributor
Commits on Aug 31, 2012
-
Fix system notice in manage_user_page.php
Removed comments left by 93eb540
Configuration menu - View commit details
-
Copy full SHA for 6aaf95d - Browse repository at this point
Copy the full SHA 6aaf95dView commit details -
Add optional param to columns_get_standard() to return all columns
The default behavior is to exclude the fields which are not "active" due to config settings. The new parameter lets caller override that to return all standard columns (ie. excluding custom fields).
Configuration menu - View commit details
-
Copy full SHA for 9f57d94 - Browse repository at this point
Copy the full SHA 9f57d94View commit details -
Configuration menu - View commit details
-
Copy full SHA for de88784 - Browse repository at this point
Copy the full SHA de88784View commit details -
Install helper api - new function install_set_log_queries()
The new function is used by install/upgrade callback functions to ensure that only the relevant queries are logged. This avoids code duplication in each function.
Configuration menu - View commit details
-
Copy full SHA for 33f3216 - Browse repository at this point
Copy the full SHA 33f3216View commit details -
Add upgrade step to replace truncated custom field names in history
Function custom_field_get_id_from_name() contained code to check for truncated custom fields names. This dates back to when the history table's field_name column was only 32 chars long, whereas the custom field's size is 64. The history's field_name size has been increased to 64 since 1.1.0a4 (see issue #8002), so the check has been removed from the code and replaced by an upgrade step (calling new install helper function install_update_history_long_custom_fields(), which converts legacy history entries storing truncated custom field names by their expanded full name. Fixes #14650
Configuration menu - View commit details
-
Copy full SHA for ce3450a - Browse repository at this point
Copy the full SHA ce3450aView commit details -
Fix SQL error when sorting by custom field containing special char
Incorrect behavior is due to unnecessarily escaping of special chars by calling db_prepare_string() on the custom field's name before attempting to retrieve it's id with custom_field_get_id_from_name(). This causes a double-escaping which prevents a match. Even though this is not strictly necessary to fix the issue at hand, this commit also replaces db_query() call by db_query_bound() in custom_field_get_id_from_name(). Fixes #12170
Configuration menu - View commit details
-
Copy full SHA for 9344b94 - Browse repository at this point
Copy the full SHA 9344b94View 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 bb676ff431a1...9344b94510d7