Search found 6 matches

by sabio
06 May 2005, 09:04
Forum: Customizations
Topic: 'Collapsed by default' in collapse_api + minor improvements
Replies: 6
Views: 14822

Just noticed that unlike bug_view_advanced_page.php labels widths (<!-- Labels --> section) are not specified in bug_view_page.php
You should align those too to make these pages look alike.
by sabio
06 May 2005, 09:01
Forum: Customizations
Topic: 'Collapsed by default' in collapse_api + minor improvements
Replies: 6
Views: 14822

Changes in collapse_api

Don't want to bother with mailing lists (actually I do not plan to actively participate in Mantis development) so post my changes to collapse_api here.

The idea is quite simple:
function collapse_open( $p_name, $p_collapsed_by_default = false ) {
global ... $g_collapse_section_by_default;
...
$g ...
by sabio
06 May 2005, 08:42
Forum: Customizations
Topic: 'Collapsed by default' in collapse_api + minor improvements
Replies: 6
Views: 14822

'Collapsed by default' in collapse_api + minor improvements

I have added suport for 'collapsed by default' feature to collapse_api. So now you can use something like:
collapse_open( 'filter', true );
filter_draw_selection_area2( $p_page_number, $p_for_screen, true );
collapse_closed( 'filter' );
filter_draw_selection_area2( $p_page_number, $p_for_screen ...
by sabio
04 Apr 2005, 15:54
Forum: Help
Topic: Cyrillic characters encoding problem
Replies: 2
Views: 7155

Done: http://bugs.mantisbt.org/bug_view_page.php?bug_id=5401

Note also that during bugtracker account creation I've got the following message:
PROBLEMS SENDING MAIL TO:
Mailer Error: Could not instantiate mail function.

However email was delivered successefully.
by sabio
04 Apr 2005, 11:53
Forum: Help
Topic: Cyrillic characters encoding problem
Replies: 2
Views: 7155

Cyrillic characters encoding problem

Hi, there

I'm new to Mantis and run into encoding trouble when trying to use it.
When I use russian charactes in bug description/notes they are displayed as
& #1057;& #1076;...
(I've inserted spaces after '&' to prevent forum engine replacing codes with corresponding symbols - so this sample is ...