Changesets: MantisBT

master 38eb7cf1

2002-06-07 21:18

vboctor


Details Diff
1. Fixed a problem where users below the threshold to view private bugnotes
were not able to view any bugnotes.
2. Fixed a problem where the number of bug notes in the view bugs page
were reflecting all bug notes rather than only the ones that the logged in user
can view.
3. Removed calls to check_bug_exist() from the code in view_bug_page
and view_bug_advanced_page and added the check in the code since the
same query was being executed twice, once to check and once to retrieve
the data.
4. Added DISTINCT when retrieving the language in core_API. We should
do that in all queries that are expecting one row. Hence, mySQL will not have
to search the whole table, but will search till it finds the first one.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1103 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core_API.php Diff File
mod - core_helper_API.php Diff File
mod - view_bug_advanced_page.php Diff File
mod - bugnote_inc.php Diff File
mod - view_bug_page.php Diff File

master 3f1db91a

2002-06-07 12:52

jhuggins


Details Diff
I added this file as a temporary set of ALTER TABLE SQL commands to add
several indexes I found missing after examining every SELECT I could find
in the code.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1102 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
add - sql/db_add_indexes_2002-06-07.sql Diff File

master 1a8a3aeb

2002-06-07 10:21

jhuggins


Details Diff
Added CVS keywords.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1101 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - sql/db_upgrade.sql Diff File

master 98f9c7f6

2002-06-07 10:17

jhuggins


Details Diff
Added unix_timestamp index to mantis_bugnote_table.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1100 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - sql/db_generate.sql Diff File

master 5e98a3ee

2002-06-07 09:16

Kenzaburo Ito


Details Diff
removed . It already exists in default/config_inc1.php.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1099 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core_timer_API.php Diff File

master 3a7eec6a

2002-06-07 01:37

vboctor


Details Diff
1. Added core_compress_API.php which provides optional support for compression.
This option improves performance but it is OFF by default since it requires PHP 4.0.4.
2. Make use of the compression APIs in View Bug Advanced, View Bug Simple,
and View Bugs. More pages will be integrated later.
3. Disabled the debug timer (left the normal time). We should avoid leaving debugging
code committed, since some people make use of the latest CVS and hence it
would be good to avoid needing them to change in the code.
4. In the view bugs, a select statement was executed for each bug to retrieve
the latest modification time for the bugnotes. Disabled the execution of this
query in case the number of bugs is 0.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1098 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core_API.php Diff File
mod - doc/ChangeLog Diff File
mod - view_bug_page.php Diff File
mod - view_bug_advanced_page.php Diff File
mod - view_all_bug_page.php Diff File
mod - core_timer_API.php Diff File
mod - view_all_inc.php Diff File
add - core_compress_API.php Diff File

master a4e2a815

2002-06-06 23:58

Kenzaburo Ito


Details Diff
modified add bugnote layout

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1097 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - lang/strings_danish.txt Diff File
mod - lang/strings_italian.txt Diff File
mod - bugnote_inc.php Diff File
mod - lang/strings_russian.txt Diff File
mod - lang/strings_japanese_sjis.txt Diff File
mod - lang/strings_english.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - lang/strings_russian_koi8.txt Diff File
mod - lang/strings_polish.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_turkish.txt Diff File
mod - lang/strings_hungarian.txt Diff File
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_chinese_simplified.txt Diff File
mod - lang/strings_romanian.txt Diff File
mod - lang/strings_norwegian.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_japanese_euc.txt Diff File
mod - lang/strings_portuguese_standard.txt Diff File
mod - lang/strings_swedish.txt Diff File
mod - lang/strings_chinese_traditional.txt Diff File

master f03eb3b3

2002-06-06 23:50

Kenzaburo Ito


Details Diff
added percentage readouts to timer class

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1096 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core_timer_API.php Diff File

master cf85bfd0

2002-06-06 23:28

Kenzaburo Ito


Details Diff
modified layout for bugnotes. trimmed html use

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1095 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - css_inc.php Diff File
mod - bugnote_inc.php Diff File

master 3fd9b3a0

2002-06-06 23:10

Kenzaburo Ito


Details Diff
modified layout for bugnotes.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1094 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bugnote_inc.php Diff File

master 68bfc2ef

2002-06-06 22:43

Kenzaburo Ito


Details Diff
renamed bugnote_set_private.php to bugnote_set_view_state.php

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1093 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bugnote_inc.php Diff File

master e7259662

2002-06-06 13:12

jhuggins


Details Diff
Added CVS keywords and fixed up the \n issues in the files with the
single quotes.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1092 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - lang/strings_swedish.txt Diff File
mod - lang/strings_portuguese_standard.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_romanian.txt Diff File
mod - lang/strings_hungarian.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - lang/strings_italian.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_polish.txt Diff File
mod - lang/strings_english.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_turkish.txt Diff File
mod - lang/strings_japanese_euc.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_russian.txt Diff File
mod - lang/strings_norwegian.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - lang/strings_chinese_simplified.txt Diff File
mod - lang/strings_japanese_sjis.txt Diff File
mod - lang/strings_russian_koi8.txt Diff File

master 59e5eeb8

2002-06-06 11:45

jhuggins


Details Diff
Newline codes like \n won't be expanded within single quotes so I changed
the few I saw to "\n" or "\n\n" to regain linefeeds in the notice emails.
I also added CVS keywords to the top of the file.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1091 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - lang/strings_english.txt Diff File

master f6d7493a

2002-06-06 11:02

vboctor


Details Diff
1. In the View Bugs for All Products, moved the product name above the category
and made the font smaller.
2. In the summary view for all products, changed "project : category" to
"[project] category" for consistency. + fixed some indentation.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1090 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core_summary_API.php Diff File
mod - doc/ChangeLog Diff File
mod - view_all_inc.php Diff File

master b178db02

2002-06-06 09:38

vboctor


Details Diff
1. Fixed a warning where $f_private was used without being defined when
adding a public bug note.
2. Improved the admin_upgrade.php + enhanced the upgrade class to
support generation of SQL files, fancy printing, and facy printing + execution.
From now on, when we change the db format (till v0.18.0), we should change
the file admin_upgrade_0_18_0 and add the new SQL. Before releasing we
can update the db_upgrade.sql if we want using the SQL generation feature.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1089 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
add - admin_upgrade_0_18_0.php Diff File
add - admin_upgrade_inc.php Diff File
mod - admin_upgrade.php Diff File
mod - bugnote_add.php Diff File

master e55e52cd

2002-06-06 05:50

vboctor


Details Diff
For Categories and Versions, change [ edit ] -> [ Edit ], [ remove ] -> [ Delete ].
For Users [ remove ] -> [ Remove]

This is to be consistent with the bug notes. I kept the Remove in case of the
users, because the user is not deleted, it is only that he/she is removed from
the project (i.e. deletion of access rights).

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1088 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - manage_proj_edit_page.php Diff File
mod - lang/strings_english.txt Diff File

master c7ec1765

2002-06-06 04:42

jlatour


Details Diff
Added [ Set Private ] / [ Set Public ] links on bugnotes.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1087 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - lang/strings_italian.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_swedish.txt Diff File
add - bugnote_set_private.php Diff File
mod - lang/strings_romanian.txt Diff File
mod - bugnote_inc.php Diff File
mod - lang/strings_chinese_simplified.txt Diff File
mod - lang/strings_english.txt Diff File
mod - lang/strings_norwegian.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_japanese_euc.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_hungarian.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_russian.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_portuguese_standard.txt Diff File
mod - lang/strings_russian_koi8.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_japanese_sjis.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_polish.txt Diff File
mod - lang/strings_turkish.txt Diff File

master 7daf193a

2002-06-06 03:35

jlatour


Details Diff
'private' checkbox now visibility for everyone >= threshold, instead of >= DEVELOPER. Made sure noone < threshold can post private bugnotes by sending manufactured queries.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1086 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bugnote_inc.php Diff File
mod - bugnote_add.php Diff File

master 48157be8

2002-06-06 03:23

jlatour


Details Diff
Added support for private bugnotes.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1085 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/ChangeLog Diff File
mod - bugnote_inc.php Diff File
mod - bugnote_add.php Diff File

master ebb55f7d

2002-06-06 02:43

jlatour


Details Diff
Removed duplicate string.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1083 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - lang/strings_english.txt Diff File

master 5922c68c

2002-06-05 23:02

Kenzaburo Ito


Details Diff
updated css and appearance to handle private bugnotes

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1082 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bugnote_inc.php Diff File
mod - css_inc.php Diff File

master c4069bd4

2002-06-05 22:07

Kenzaburo Ito


Details Diff
added pivate bugnote hiding support

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1081 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bugnote_inc.php Diff File
mod - lang/strings_english.txt Diff File

master b894ef62

2002-06-05 21:57

Kenzaburo Ito


Details Diff
updated Japanese and added Chinese Simplified

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1080 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
add - lang/strings_chinese_simplified.txt Diff File
mod - lang/strings_japanese_euc.txt Diff File
mod - doc/CREDITS Diff File
mod - lang/strings_japanese_sjis.txt Diff File

master 89786716

2002-06-05 21:55

Kenzaburo Ito


Details Diff
Added chinese_simplified. Converted double quotes to single quotes

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1079 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/ChangeLog Diff File

master e15b8bfb

2002-06-05 13:29

jhuggins


Details Diff
Added CVS comments.
Also added $g_path variable to email_build_bug_message globals and to
$t_message (about line 368) so the emails have the full link back to
the mantis web site.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1078 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core_email_API.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 694 695 696 697 698 699 700 ... 733 734 735  Next  Last