Changesets: MantisBT

master-2.0.x 4e51a450

2012-05-09 13:21

Paul Richards


Details Diff
Add delete method to bug object
mod - bug_actiongroup.php Diff File
mod - core/bug_api.php Diff File
mod - core/classes/MantisBug.class.php Diff File

master 2e84a853

2012-05-08 23:45

dregad


Details Diff
Fix occurences of old logo filename

Commit e47a2dcb4b0d90097048e9ba5fa3d1f2c50e188f omitted to change 2
occurences of the logo's old filename (mantis_logo.gif)

Fixes 0014119
Affected Issues
0014119
mod - admin/check/index.php Diff File
mod - config_inc.php.sample Diff File

master-2.0.x 358b8487

2012-05-08 15:35

Paul Richards


Details Diff
history api can pass null to not null field via log_event_special. Additionally, we pass in '' to bug_unmonitor to unmonitor all users on a bug [used by bug_delete]
mod - core/history_api.php Diff File

master-2.0.x 2fdbfcda

2012-05-08 14:51

Paul Richards


Details Diff
tidy up comments
mod - core/bug_api.php Diff File

master-2.0.x 7cae7c0d

2012-05-08 14:43

Paul Richards


Details Diff
file_allow_bug_upload now takes a bug object as input
mod - bug_file_add.php Diff File
mod - bug_file_upload_inc.php Diff File
mod - core/file_api.php Diff File

master-2.0.x cd2110a2

2012-05-08 14:34

Paul Richards


Details Diff
remove redundant comment - it's checked via file_is_uploading_enabled above
mod - core/file_api.php Diff File

master-2.0.x 5583baa5

2012-05-08 14:06

Paul Richards


Details Diff
as we only want to trim off the trailing ='s, use ltrim as it's faster
mod - core/custom_field_api.php Diff File

master-2.0.x 45a5a7bf

2012-05-08 13:49

Paul Richards


Details Diff
fix indentation
mod - bug_actiongroup.php Diff File

master-2.0.x 7bb58f6c

2012-05-07 12:14

Paul Richards


Details Diff
rename field for new name
mod - core/custom_field_api.php Diff File

master-2.0.x b66e655d

2012-05-07 01:21

Paul Richards


Details Diff
update jquery
add - css/images/ajax-loader.gif Diff File
mod - css/images/ajax-loader.png Diff File
mod - css/images/icons-18-black.png Diff File
mod - css/images/icons-18-white.png Diff File
mod - css/images/icons-36-black.png Diff File
mod - css/images/icons-36-white.png Diff File
mod - css/images/ui-bg_glass_75_e6e6e6_1x400.png Diff File
mod - css/jquery.mobile.css Diff File
mod - static/javascript/jquery-ui.js Diff File
mod - static/javascript/jquery.js Diff File
mod - static/javascript/jquery.mobile.js Diff File

master-2.0.x 1d527b32

2012-05-07 01:00

Paul Richards


Details Diff
add export_api file that wasn't commited before
add - core/export_api.php Diff File

master-2.0.x a6bb0103

2012-05-07 00:59

Paul Richards


Details Diff
phpdoc update
mod - core/cfdefs/cfdef_standard.php Diff File
mod - core/config_api.php Diff File
mod - core/current_user_api.php Diff File
mod - core/custom_function_api.php Diff File
mod - core/file_api.php Diff File
mod - core/news_api.php Diff File
mod - core/plugin_api.php Diff File
mod - core/print_api.php Diff File
mod - core/project_api.php Diff File
mod - core/relationship_graph_api.php Diff File
mod - core/string_api.php Diff File
mod - core/summary_api.php Diff File
mod - core/tag_api.php Diff File
mod - core/tokens_api.php Diff File

master-2.0.x 81a94fa9

2012-05-06 16:39

Paul Richards


Details Diff
performance - no need to call utf8_strtolower on an exact match
mod - browser_search_plugin.php Diff File
mod - file_download.php Diff File

master-2.0.x c6bd8c99

2012-05-06 16:05

Paul Richards


Details Diff
remove unused api's
rm - core/json_api.php Diff
rm - core/url_api.php Diff

master-2.0.x 09f03b0c

2012-05-06 15:20

Paul Richards


Details Diff
Remove unused function
mod - core/database_api.php Diff File

master-2.0.x 3817e8f6

2012-05-06 15:17

Paul Richards


Details Diff
Remove db_get_table
mod - core/config_api.php Diff File
mod - core/custom_field_api.php Diff File
mod - core/database_api.php Diff File
mod - core/file_api.php Diff File
mod - core/plugin_api.php Diff File

master-2.0.x 435a7975

2012-05-06 13:00

Paul Richards


Details Diff
use new sql format
mod - admin/move_db2disk.php Diff File

master-2.0.x 9e4694b2

2012-05-06 12:25

Paul Richards


Details Diff
fix missing changed pathname
mod - account_manage_columns_page.php Diff File

master-2.0.x 9b47c6db

2012-05-06 12:17

Paul Richards


Details Diff
Remove old Packaging files that are no longer updated
rm - packages/.htaccess Diff
rm - packages/mantis-httpd.conf Diff
rm - packages/mantis.spec Diff

master b23242ee

2012-05-06 10:08

vboctor


Details Diff
Center tables with class width50, width60, width75, and width90

Group actions was not centered. The fix was applied globally since these classes make sense to be centered for all features.
mod - css/default.css Diff File

master a7668f70

2012-05-06 09:52

vboctor


Details Diff
Fixes 0014217: PHP error when attempting to save a filter

1. Fixed the error that used to occur when rendering the save filter form.
2. Add an id to the form div.
3. Centered the save filter form using CSS.
Affected Issues
0014217
mod - core/filter_api.php Diff File
mod - css/default.css Diff File
mod - query_store_page.php Diff File

master 7a45762d

2012-05-06 08:55

vboctor


Details Diff
Upgrade jQuery and jQuery UI to latest versions.

- jQuery UI from v1.8.14 to v1.8.20
- jQuery from v1.6.2 to v1.7.2
- Use filenames that reflect the version, makes versioning more explicit and avoids caching of such files across versions.
- Added the non-minified version of jQuery for reference.
add - css/jquery-ui-1.8.20.custom.css Diff File
add - javascript/jquery-1.7.2.js Diff File
add - javascript/jquery-1.7.2.min.js Diff File
add - javascript/jquery-ui-1.8.20.custom.min.js Diff File
rm - css/jquery-ui.css Diff
rm - javascript/jquery-ui.js Diff
rm - javascript/jquery.js Diff
mod - core/html_api.php Diff File

master 15c23b1a

2012-05-06 08:15

vboctor


Details Diff
Fixes 0014086: Default administrator timezone to server timezone.

The timezone is now defaulted to date_default_timezone_get() rather than empty string which defaults to date_default_timezone_get() in some code paths. This fixes the issue where user preferences picked up the first in the list rather than the default timezone.
Affected Issues
0014086
mod - config_defaults_inc.php Diff File

master 208cb761

2012-05-06 07:49

vboctor


Details Diff
Center logo on login, lost password, and signup pages using CSS.
mod - core/html_api.php Diff File
mod - css/default.css Diff File

master e47a2dcb

2012-05-06 07:30

vboctor


Details Diff
New logo, button and favicon.

1. Logo - for now login page and normal pages use the same logo size. In future versions, we may include a slightly larger one for the login page. Didn't want to include this in a minor update, since this is a configurable image name, and hence adding a new logo, may end up with having a mix of two logos.

2. The button is now a scaled version of the logo. For this reason, it is removed from the footer of the login page, but kept on the others.

3. Added the new favicon.
Affected Issues
0014119, 0021133
add - images/mantis_logo_232x80.png Diff File
rm - images/mantis_logo.gif Diff
rm - images/mantis_logo_button.gif Diff
mod - config_defaults_inc.php Diff File
mod - core/html_api.php Diff File
mod - images/favicon.ico Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 374 375 376 377 378 379 380 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last