Changesets: MantisBT

master 34c26f1a

2002-06-08 12:26

Kenzaburo Ito


Details Diff
testing mailing list

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

master fd79ab5c

2002-06-08 12:11

Kenzaburo Ito


Details Diff
Added view_state to news. News can now be made private. Added announcement flag to news. Announcements are always kept at the top of the news page.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1110 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - news_menu_page.php Diff File
mod - core_print_API.php Diff File
mod - doc/ChangeLog Diff File
mod - core_news_API.php Diff File
mod - css_inc.php Diff File
mod - news_update.php Diff File
mod - lang/strings_english.txt Diff File
mod - main_page.php Diff File
mod - news_add.php Diff File
mod - news_list_page.php Diff File
mod - news_edit_page.php Diff File
mod - manage_proj_add.php Diff File

master 6aa99dbb

2002-06-08 11:12

Kenzaburo Ito


Details Diff
converted view_state to use a drop down listbox instead of radio items for consistency

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

master 728c8994

2002-06-08 11:09

Kenzaburo Ito


Details Diff
changed project_view_state to view_state.

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

master bbef68a4

2002-06-08 00:11

Kenzaburo Ito


Details Diff
Improved History. Added bug monitor/end monitor history events. Added bugnote id to bugnote history events. Added bugnote state cahnge to history.

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

master c5ea3c7f

2002-06-07 23:40

Kenzaburo Ito


Details Diff
some formatting changes. No line wrapping

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

master 6788cf6b

2002-06-07 22:58

Kenzaburo Ito


Details Diff
Removed references to disklinks and DOCUMENT_ROOT.

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

master 28df982e

2002-06-07 22:58

Kenzaburo Ito


Details Diff
Moved admin_* scripts into admin/ folder.

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

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
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 705 706 707 708 709 710 711 ... 744 745 746  Next  Last