Changesets: MantisBT
master bd7cad4f 2007-09-15 17:48 Details Diff |
Fix 7809: Filter "none" on custom fields doesn't work git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4574 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0007809 |
|
mod - core/filter_api.php | Diff File | ||
master 3da5a4b4 2007-09-11 08:17 Details Diff |
Fixed 0008327: show_extended_project_browser can only be set to OFF or ON. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4573 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - config_defaults_inc.php | Diff File | ||
master 17519760 2007-09-09 20:29 Details Diff |
Fixed 0008340: Changing password should create a new cookie_string. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4572 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/user_api.php | Diff File | ||
master bb8ce6ca 2007-09-09 20:02 Details Diff |
Fixed 0008343: Admin created users bypass realname validity check. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4571 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - manage_user_create.php | Diff File | ||
master 8d5838d8 2007-09-08 19:21 Paul Richards Details Diff |
The minimal php version for mantis 1.1 is PHP 4.3.0 (as per mailing list discussion). nexen.net provides a survey of 0000009:0000011 million webservers showing php versions. <5% of webservers run a version of php < 4.3 according to that site. This commit removes the legacy support for $_GET/POST support for php versions where these are not globally defined. On my data set, this reduces 2700 calls to php_version_at_least to 1 call. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4570 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/php_api.php | Diff File | ||
mod - core/helper_api.php | Diff File | ||
mod - core/gpc_api.php | Diff File | ||
mod - core/html_api.php | Diff File | ||
mod - core/authentication_api.php | Diff File | ||
mod - core/database_api.php | Diff File | ||
mod - core/string_api.php | Diff File | ||
mod - core/error_api.php | Diff File | ||
mod - core/access_api.php | Diff File | ||
master 31517748 2007-09-07 08:00 Details Diff |
Fixed 0008341: Xwiki integration. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4569 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
add - core/wiki_xwiki_api.php | Diff File | ||
mod - config_defaults_inc.php | Diff File | ||
master b481b312 2007-09-06 14:13 Details Diff |
Fixed 0008337: Various syntax and logic bugs and improvements. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4568 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/filter_api.php | Diff File | ||
mod - core/tag_api.php | Diff File | ||
master 7161cf37 2007-09-05 07:53 zakman Details Diff |
Fixed Bug 0007996: Confusion in string values of enumerated custom field due to non strict comparison of strings git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4567 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0007996 |
|
mod - core/custom_field_api.php | Diff File | ||
master ab391ab4 2007-09-05 07:51 zakman Details Diff |
Fixed Bug # 0007995: Confusion in product_version values due to string comparisons with == operator git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4566 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0007995 |
|
mod - core/helper_api.php | Diff File | ||
master 53871287 2007-09-03 07:11 jbrugger Details Diff |
copy/paste typo fix git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4565 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - lang/strings_italian.txt | Diff File | ||
master fc79ffde 2007-08-30 04:18 Details Diff |
Fix 8324: Rendering of "Manage Users" menu link ignores $g_manage_user_threshold git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4564 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0008324 |
|
mod - core/html_api.php | Diff File | ||
master ce698631 2007-08-28 08:43 jbrugger Details Diff |
0008280 Resolved git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4563 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - lang/strings_italian.txt | Diff File | ||
master 65f3d0fa 2007-08-27 16:42 Details Diff |
Completed 0008312: Added password security to install script git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4562 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/constant_inc.php | Diff File | ||
mod - admin/install.php | Diff File | ||
master 7d929ac4 2007-08-26 17:17 Details Diff |
Fixed 0007846: APPLICATION ERROR #1802: Relationship not found. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4561 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/history_api.php | Diff File | ||
master b8536db5 2007-08-26 12:35 Details Diff |
Fix 0008311: Undefined index 'tag_select' git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4560 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0008311 |
|
mod - core/filter_api.php | Diff File | ||
master 7150208f 2007-08-24 19:05 Details Diff |
Move last release marker to proper place git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4559 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - admin/schema.php | Diff File | ||
master 49c6d706 2007-08-24 19:01 Details Diff |
Fixed incompatibilities with PHP4 by removing default parameter passed by reference. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4558 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/tag_api.php | Diff File | ||
master 9bb8b957 2007-08-24 15:04 Details Diff |
Completed 0008274: Implement Keyword Tagging Features git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4557 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - view_filters_page.php | Diff File | ||
add - tag_update.php | Diff File | ||
mod - core/history_api.php | Diff File | ||
add - tag_detach.php | Diff File | ||
mod - bug_view_advanced_page.php | Diff File | ||
mod - css/default.css | Diff File | ||
add - tag_attach.php | Diff File | ||
add - tag_delete.php | Diff File | ||
mod - core/filter_api.php | Diff File | ||
mod - lang/strings_english.txt | Diff File | ||
add - bug_actiongroup_attach_tags_inc.php | Diff File | ||
mod - javascript/common.js | Diff File | ||
add - images/delete.png | Diff File | ||
mod - core/print_api.php | Diff File | ||
add - tag_view_page.php | Diff File | ||
add - core/tag_api.php | Diff File | ||
mod - view_all_set.php | Diff File | ||
mod - core/constant_inc.php | Diff File | ||
add - tag_update_page.php | Diff File | ||
mod - bug_view_page.php | Diff File | ||
mod - core/xmlhttprequest_api.php | Diff File | ||
mod - config_defaults_inc.php | Diff File | ||
mod - admin/schema.php | Diff File | ||
mod - core/bug_api.php | Diff File | ||
mod - core/html_api.php | Diff File | ||
master c04e2159 2007-08-24 10:44 Details Diff |
0008269: Add Target Version fields to bug report page. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4556 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - bug_actiongroup.php | Diff File | ||
mod - config_defaults_inc.php | Diff File | ||
mod - bug_report.php | Diff File | ||
mod - core/print_api.php | Diff File | ||
mod - bug_update_advanced_page.php | Diff File | ||
mod - bug_report_advanced_page.php | Diff File | ||
mod - core/bug_api.php | Diff File | ||
master 0d0c2a26 2007-08-22 01:44 Details Diff |
Fixed 0008237: Error in dependency graphs. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4555 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - bug_relationship_graph.php | Diff File | ||
master bf4a4838 2007-08-22 00:19 Details Diff |
Fixed 0008292: my_view_inc: syntax error. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4554 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - core/my_view_inc.php | Diff File | ||
master f46fe189 2007-08-22 00:12 Details Diff |
Fixed 0008291: check.php: Use of undefined constant db_is_connected - assumed 'db_is_connected'. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4553 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - admin/check.php | Diff File | ||
master c34f6d59 2007-08-22 00:10 Details Diff |
Fixed 0008283: $g_show_notices and $g_show_warnings should be marked as obsolete. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4552 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
mod - api/soap/mc_api.php | Diff File | ||
mod - config_defaults_inc.php | Diff File | ||
mod - core/obsolete.php | Diff File | ||
master-1.0.x 91a6b8ca 2007-08-21 17:56 Details Diff |
Fix 8256: Install process fails creating db tables. regression: 1.0.7 works. Reverted the modification that allows using system ADODB, since the 1.0.x branch contains a modified ADODB tree and the upgrade.php script expects to work with that. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_0_0@4551 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0008256 |
|
mod - core/database_api.php | Diff File | ||
master a4e2dca4 2007-08-21 03:28 Details Diff |
Fixed 0008286: Add .htaccess to block access to core/, doc/, lang/, packages/. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4550 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0008286 |
|
add - core/.htaccess | Diff File | ||
add - doc/.htaccess | Diff File | ||
add - lang/.htaccess | Diff File | ||
add - packages/.htaccess | Diff File |