Changesets: MantisBT

master-1.2.x 9232d160

2012-09-23 07:11

rombert


Details Diff
Fix 0014737: Date filters do not work with match type = any condition Affected Issues
0014737
mod - core/filter_api.php Diff File

master 07c52958

2012-09-23 07:11

rombert


Details Diff
Fix 0014737: Date filters do not work with match type = any condition Affected Issues
0014737
mod - core/filter_api.php Diff File

master 921a4005

2012-09-23 07:06

rombert


Details Diff
bug_report: allow setting the resolution and status

Fixes 0014678: Allow resolving a bug when it is reported

Conflicts:
bug_report.php
bug_report_page.php
Affected Issues
0014678
mod - bug_report.php Diff File
mod - bug_report_page.php Diff File

master-1.2.x e910215a

2012-09-23 07:01

rombert


Details Diff
bug_report: allow setting the resolution and status

Fixes 0014678: Allow resolving a bug when it is reported
Affected Issues
0014678
mod - bug_report.php Diff File
mod - bug_report_page.php Diff File

master 64fccc72

2012-09-22 02:28

rombert


Details Diff
Make all developer names links

Fixes 0014677: Summary: developer names should be links
Affected Issues
0014677
mod - core/summary_api.php Diff File

master-1.2.x 3ca8a164

2012-09-22 02:28

rombert


Details Diff
Make all developer names links

Fixes 0014677: Summary: developer names should be links
Affected Issues
0014677
mod - core/summary_api.php Diff File

master-1.2.x 925af0a6

2012-09-22 02:22

rombert


Details Diff
filter_api: replace implicit join with left join

Fixes 0006809: 0005598: Using an 'Or' filter logic
Affected Issues
0006809
mod - core/filter_api.php Diff File

master 44304e5c

2012-09-22 02:22

rombert


Details Diff
filter_api: replace implicit join with left join

Fixes 0006809: 0005598: Using an 'Or' filter logic
Affected Issues
0006809
mod - core/filter_api.php Diff File

master-1.2.x 6ec3f693

2012-09-22 02:07

rombert


Details Diff
Fix 0014677: Summary: developer names should be links Affected Issues
0014677
mod - core/summary_api.php Diff File

master e054209c

2012-09-22 02:07

rombert


Details Diff
Fix 0014677: Summary: developer names should be links Affected Issues
0014677
mod - core/summary_api.php Diff File

master 6c6c3d72

2012-09-21 21:35

rombert


Details Diff
Fix 0006809: 0005598: Using an 'Or' filter logic

Conflicts:
config_filter_defaults_inc.php
core/filter_api.php
lang/strings_english.txt
view_all_set.php
Affected Issues
0006809
mod - core/constant_inc.php Diff File
mod - core/filter_api.php Diff File
mod - core/filter_constants_inc.php Diff File
mod - lang/strings_english.txt Diff File
mod - view_all_set.php Diff File

master-2.0.x aa22c2d7

2012-09-21 12:03

Paul Richards


Details Diff
remove use of db_prepare_bool
mod - core/bugnote_api.php Diff File
mod - core/custom_field_api.php Diff File
mod - core/database_api.php Diff File
mod - core/filter_api.php Diff File
mod - core/news_api.php Diff File
mod - core/project_api.php Diff File
mod - core/string_api.php Diff File
mod - core/version_api.php Diff File
mod - manage/user_update.php Diff File

master af256796

2012-09-21 09:09

atrol


Details Diff
Fixed 0014731: No display of selected filter values when using filter "Note By" Affected Issues
0014731
mod - core/filter_api.php Diff File

master-1.2.x 9de2566e

2012-09-21 09:06

atrol


Details Diff
Fixed 0014731: No display of selected filter values when using filter "Note By" Affected Issues
0014731
mod - core/filter_api.php Diff File

master 3eb0430b

2012-09-21 03:27

dregad


Details Diff
Fix 0013236: Added event 'EVENT_VIEW_BUG_ATTACHMENT'

Allows printing HTML code after each attachment.

Moved the event definition with other bug-related events.
Affected Issues
0013236
mod - core/events_inc.php Diff File
mod - core/print_api.php Diff File
mod - docbook/Developers_Guide/en-US/Events_Reference_Output.xml Diff File

master bc3701b2

2012-09-21 02:57

Kirill


Details Diff
Renamed event to 'EVENT_VIEW_BUG_ATTACHMENT'
mod - core/events_inc.php Diff File
mod - core/print_api.php Diff File
mod - docbook/Developers_Guide/en-US/Events_Reference_Output.xml Diff File

master 8ae62f36

2012-09-21 00:03

dregad


Details Diff
Fix 0014721: XML Parsing Error in print_all_bug_page_word.php

Revised code so that generated page complies with xhtml 1.0 strict DTD.
Affected Issues
0014721
mod - print_all_bug_page_word.php Diff File

master 63548c7a

2012-09-21 00:03

dregad


Details Diff
Additional XML Parsing Error in print_all_bug_page_word.php

Error is triggered when Custom Fields contain html special characters.

Fix 0014721
Affected Issues
0014721
mod - print_all_bug_page_word.php Diff File

master e90ef63b

2012-09-20 21:51

dregad


Details Diff
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 0014725
Affected Issues
0014725
mod - manage_proj_create_page.php Diff File
mod - manage_proj_edit_page.php Diff File

master-1.2.x 0b5f7bc4

2012-09-20 06:57

dregad


Details Diff
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
- replace uses of class="row-X" with helper_alternate_class() calls
- Display the "required" star next to project name
- Added comments
- Use identical variable names
- Align submit buttons the same way

Fixes 0014725
Affected Issues
0014725
mod - manage_proj_create_page.php Diff File
mod - manage_proj_edit_page.php Diff File

master-1.2.x 8daa0868

2012-09-20 06:38

dregad


Details Diff
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 0014700
Affected Issues
0014700
mod - manage_proj_create_page.php Diff File
mod - manage_proj_edit_page.php Diff File

master 33dfba54

2012-09-20 06:38

dregad


Details Diff
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 0014700
Affected Issues
0014700
mod - manage_proj_create_page.php Diff File
mod - manage_proj_edit_page.php Diff File

master-1.2.x 45e7b999

2012-09-20 06:33

dregad


Details Diff
Hide file upload path on project create page if storage is DB

The logic implemented in 7aa07d86f2fa721e67ffd17839c373c4d81a3fea for
manage_proj_edit_page.php also applies to manage_proj_create_page.php.

Fixes 0014700
Affected Issues
0014700
mod - manage_proj_create_page.php Diff File

master 714c2a17

2012-09-20 06:33

dregad


Details Diff
Hide file upload path on project create page if storage is DB

The logic implemented in 7aa07d86f2fa721e67ffd17839c373c4d81a3fea for
manage_proj_edit_page.php also applies to manage_proj_create_page.php.

Fixes 0014700
Affected Issues
0014700
mod - manage_proj_create_page.php Diff File
mod - manage_proj_edit_page.php Diff File

master-1.2.x cba1af4b

2012-09-20 06:10

dregad


Details Diff
Fix config_get behavior with $g_project_override = ALL_PROJECTS

Fixes 0014724, affects 0014700
Affected Issues
0014724
mod - core/config_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 359 360 361 362 363 364 365 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last