Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@67 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Dec 11, 2000
1 parent b5f5785 commit ab79875
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions ChangeLog
Expand Up @@ -7,15 +7,18 @@ To Do:
* Add mailing module
* Add ip tracking/banning capability
* Add file upload module
* Add postgreSQL support and/or a Database abstraction layer
* Add postgreSQL support and/or a Database abstraction layer (PHPLib)
* Refine viewing news archives
* Make priority useful
* Force some sort of dialog when closing a bug (resolved)
* Force some sort of dialog when closing a bug
* Force some sort of dialog when reopening a bug
* Search bugs capability
* Complex bug criteria searching
* Add glyphs and icons as optional display feature
* More documentation on installtion, configuration, and customization
* Further document core_API.php
* Move as much of the config_inc.php varaibles into a database table.
Then build a nice interface into it.

12.10.2000 - 0.11.0

Expand Down Expand Up @@ -44,6 +47,7 @@ To Do:
* Renamed $g_bug_view_all_page $g_bug_view_all_page $g_bug_view_all_page
to $g_view_bug_all_page $g_view_bug_page $g_view_bug_advanced_page
* Renamed corresponding .php3 files
* Refined view next/prev bugs and news items
* Split manage user actions into separate files
* Removed the destructive DROP table in db_generate.sql
* Removed view_prefs_page.php3 and view_prefs_update.php3 and corresponding
Expand Down Expand Up @@ -77,7 +81,7 @@ To Do:
* Viewing filters
* supports php and php3 extensions (php3/php4)

12.01.2000 - 0.9.1 (Quick fixes)
12.01.2000 - 0.9.1

* Fixed a link
* Fixed reporter not showing up properly
Expand Down
2 changes: 1 addition & 1 deletion config_inc.php
Expand Up @@ -246,7 +246,7 @@

#--------------------
# news
$g_news_view_limit = 2;
$g_news_view_limit = 5;
#--------------------

#--------------------
Expand Down
2 changes: 1 addition & 1 deletion menu_inc.php
Expand Up @@ -33,7 +33,7 @@
<a href="<? echo $g_path.$g_view_bug_all_page ?>">View Bugs</a> |
<?
if ( $t_access_level!="viewer" ) {
if ( get_user_value( $g_mantis_user_pref_table, "advanced_view" )=="on" ) {
if ( get_user_value( $g_mantis_user_pref_table, "advanced_report" )=="on" ) {
?>
<a href="<? echo $g_path.$g_report_bug_advanced_page ?>">Report Bug</a> |
<? } else { ?>
Expand Down
2 changes: 1 addition & 1 deletion report_bug_advanced_page.php3
Expand Up @@ -115,7 +115,7 @@
<input type=text name=f_os size=32 maxlength=32>
</td>
</tr>
<tr bgcolor=<? echo $g_primary_color_dlight ?>>
<tr bgcolor=<? echo $g_primary_color_light ?>>
<td>
OS Build:
</td>
Expand Down

0 comments on commit ab79875

Please sign in to comment.