Changesets: MantisBT
|
master dc457b4e 2005-10-29 05:52 Paul Richards Details Diff |
Batch 2 of possible 'performance' commits - mainly based on simplifying xdebug output Reduce number of calls to config_get etc. NOTE: the auth_*/helper_project_* changes to do with cookies need a double check that nothing screwy can happen. My view page: OLD: config_get: 3573 calls, 1,271ms total self, 6,214ms total cum. config_get_global: 7,774 calls, 749 total self, 1,580 total cum. auth_is_user_authenticated: 1,473 calls, 274ms total self, 2406ms total cum. lang_get_current: 103 calls, 11ms self, 12ms cum. helper_get_current_project: 665calls, total self 335ms, total cum. 1,137 NEW: config_get: 952 calls, self: 551ms, total cum: 1,199ms config_get_global: 2532 calls, self: 235ms, total cum: 511ms auth_is_user_authenticated: 1473 calls, self: 6.3ms, total cum: 14ms lang_get_current: 103 calls, 5.6ms self, 5.8ms cum helper_get_current_project: 665 calls, 7.5 self, cum. 14ms viewall page: total cumulative from 12,xxx ms -> 5xxx ms. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3878 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/lang_api.php | Diff File | ||
| mod - core/project_api.php | Diff File | ||
| mod - core/authentication_api.php | Diff File | ||
| mod - core/helper_api.php | Diff File | ||
| mod - core/user_api.php | Diff File | ||
| mod - core/bug_api.php | Diff File | ||
|
master 4b97a269 2005-10-29 05:05 Paul Richards Details Diff |
Batch of possible 'performance' commits - mainly based on simplifying xdebug output PHP5 triggers an 'strict' error when using adodb. e.g. use of var should be private/public. As we require php4 support, ignore these messages in our current error handler, and return from the error_handler quicker. OLD: Xdebug cumulative time for view_all_bug_page for 1 run: 12,264ms Number of DB queries: 88 error_handler calls: 153 calls. Total Self: 51ms, Total Cum: 121ms NEW: Xdebug cumulative time for view_all_bug_page for 1 run: 12,264ms Number of DB queries: 88 error_handler calls: 153 calls. Total Self: 8ms, Total Cum: 8.3ms git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3876 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/error_api.php | Diff File | ||
|
master 24edef8a 2005-10-29 04:59 Paul Richards Details Diff |
First of a batch of possible 'performance' commits - mainly based on simplifying xdebug output This is a fairly minor patch - removes a couple of extra sizeof calls OLD: Xdebug cumulative time for view_all_bug_page for 1 run: 12,957ms Number of DB queries: 88 sizeof: 140 calls for 0.3s NEW: Xdebug cumulative time for view_all_bug_page for 1 run: 12,264ms sizeof: 90 calls for 0.2s Number of DB queries: 88 git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3875 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - view_all_inc.php | Diff File | ||
|
master c7c741a1 2005-10-21 19:42 bigbadger Details Diff |
Updated Dutch from 0006358 git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3866 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lang/strings_dutch.txt | Diff File | ||
|
master 98cfc902 2005-10-02 17:27 Details Diff |
further refinement to last fix to eliminate superfluous joins with custom date fields git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3859 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/filter_api.php | Diff File | ||
|
master 531a6415 2005-10-02 14:47 Details Diff |
fix for 0006297: sorting on custom field, bring MySQL to deadlock loop - thanks to MTW fix for 0006296: Filter sql includes unnecessary links to custom_field_string_table for date custom fields fix for 0006295: Old filters and view_state problems. fix for 0006288: Patch against CVS HEAD for Saved filter problem with view_state git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3858 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/filter_api.php | Diff File | ||
|
master 6ada2931 2005-09-22 07:51 Details Diff |
Fixed 0006292: [localization] Add Catalan language (thanks to Bernat Pegueroles) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3851 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - config_defaults_inc.php | Diff File | ||
| mod - doc/CREDITS | Diff File | ||
| add - lang/strings_catalan.txt | Diff File | ||
|
master 4be78f9e 2005-09-22 07:15 Details Diff |
Fixed 0006275: SQL injection git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3850 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lost_pwd.php | Diff File | ||
|
master 9bd6eb7c 2005-09-22 06:54 Details Diff |
Fixed 0006273: File Inclusion Vulnerability git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3847 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - bug_sponsorship_list_view_inc.php | Diff File | ||
|
master 8dc48c8f 2005-09-18 23:17 ryandesign Details Diff |
Fixing 0005408: add tooltip to priority icon git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3842 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/icon_api.php | Diff File | ||
|
master c8d7371a 2005-09-18 16:56 ryandesign Details Diff |
Fixing 0006248: prevent pipe-delimited or bracket-enclosed links (main menu, management navigation, etc.) from being broken between words. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3837 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/print_api.php | Diff File | ||
| mod - css/default.css | Diff File | ||
|
master cae1dbb0 2005-09-17 21:55 ryandesign Details Diff |
Fixing 0004746: Adding korean_utf8 to $g_language_choices_arr in config_defaults_inc.php git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3836 <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 504bba44 2005-09-17 21:51 ryandesign Details Diff |
Fixing 0006268: Removing UTF-8 byte-order marker from strings_chinese_simplified_utf8.txt git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3835 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lang/strings_chinese_simplified_utf8.txt | Diff File | ||
|
master 63250e9c 2005-09-17 21:44 ryandesign Details Diff |
Fixing 0006254: Removing UTF-8 byte-order marker from strings_korean_utf8.txt git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3834 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lang/strings_korean_utf8.txt | Diff File | ||
|
master 548a7de5 2005-09-17 03:23 Details Diff |
Updated Polish localisation (thanks to Marcin Ulanecki) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3833 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lang/strings_polish.txt | Diff File | ||
| mod - doc/CREDITS | Diff File | ||
|
master 9dcf7adc 2005-09-11 15:38 Details Diff |
fix for 0006234: Filter sometimes returns no results - initialize value to META_FILTER_ANY git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3830 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/filter_api.php | Diff File | ||
|
master e16d025d 2005-09-11 07:24 Details Diff |
Preparing for Mantis 1.0.0rc2 git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3826 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - config_defaults_inc.php | Diff File | ||
| mod - doc/ChangeLog | Diff File | ||
|
master 8fc4b292 2005-09-11 07:03 Details Diff |
Fixed syntax error in French Canadian localisation. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3825 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lang/strings_french_canadian.txt | Diff File | ||
|
master 21144a27 2005-09-03 07:30 Details Diff |
Non-ascii characters caused problems with SVN function and were replaced with a ? by SourceForge.net in your original log message, which follows: fix for 0006213: Saving Status to set auto-assigned issues to don'?t wor git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3824 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - manage_config_work_threshold_set.php | Diff File | ||
|
master c9196b00 2005-08-31 18:49 Details Diff |
fix for 0006201: Workflow transitions settings page shows incorrect data? git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3823 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - manage_config_workflow_page.php | Diff File | ||
|
master 19d6c5e4 2005-08-26 21:15 Details Diff |
Fix for 0005559: Wrong dateformat displayed in issue history git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3820 <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 c32346f2 2005-08-26 13:05 Details Diff |
fix for 0006189: List of users (in filter) visible for unauthorized users. - obeys view_handler_threshold setting git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3819 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/filter_api.php | Diff File | ||
|
master 6eda331e 2005-08-25 16:10 Details Diff |
updated French Canadian language file courtesy of Francis Labrie <francis.labrie@smoguli.com> git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3818 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lang/strings_french_canadian.txt | Diff File | ||
|
master e4534c81 2005-08-25 15:20 Details Diff |
updated Icelandic language file thanks to Gretar Einarsson<skref@simnet.is> git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3817 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lang/strings_icelandic.txt | Diff File | ||
|
master 477ff7cb 2005-08-24 23:20 Details Diff |
fix for 006176: Cannot deselect everything on manage_config_email_page.php - from patch by Johannes Martin git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3816 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - manage_config_email_set.php | Diff File | ||