Search found 6 matches
- 12 May 2005, 17:55
- Forum: Customizations
- Topic: 'Collapsed by default' in collapse_api + minor improvements
- Replies: 6
- Views: 14822
- 06 May 2005, 09:04
- Forum: Customizations
- Topic: 'Collapsed by default' in collapse_api + minor improvements
- Replies: 6
- Views: 14822
- 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 ...
The idea is quite simple:
function collapse_open( $p_name, $p_collapsed_by_default = false ) {
global ... $g_collapse_section_by_default;
...
$g ...
- 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 ...
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 ...
- 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.
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.
- 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 ...
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 ...