Search Changesets

MantisBT: master 82ae99f3

2003-08-20 10:00

vboctor


Details Diff
Fixed 0003266: Possible patches against CVS (Not all changes were applied, see bug for details)
Fixed 0003292: Exporting csv results in "cannot modify header" error.

M csv_export.php
- Some echos were executed before the header()'s.

M proj_doc_add_page.php
- Marking the document field as required.
- Removed the max size hidden field (not used)

M core/error_api.php
- Add a check before calling ob_end_clean() in order to avoid a notice.
- Some fixes/enhancements to dumping of the stack trace.

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

MantisBT: master b5da32e5

2003-08-17 22:20

vboctor


Details Diff
Cleanup of ChangeLog in preparation for releasing.

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

MantisBT: master f3536184

2003-08-17 19:08

vboctor


Details Diff
Fix 0003295: $g_limit_reporters doesn't work.

This option is now effective if the access level of the logged in user is smaller than or equal to $g_report_bug_threshold.

M core/filter_api.php
- Added the check for the limit reporters in the filtering code.

M core/print_api.php
- Added the check for the limit reporters in the print function that lists the set of reporters to be displayed in the reporter filter combo.

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

MantisBT: master 35252642

2003-08-17 18:29

vboctor


Details Diff
M config_defaults_inc.php
- Added a link to the manual.

M config_inc.php.sample
- Some minor changes to default values to be consistent with config_defaults_inc.php
- Added a link to the manual.

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

MantisBT: master 26fe8f57

2003-08-17 10:41

vboctor


Details Diff
Fix 0002981: Resolution in overview (show resolution in View Bugs page).

M view_all_inc.php
- Added a title (bubble) to the status to indicate the current resolution. Resolution examples, include open, fixed, not-a-bug, won't-fix, ...etc.

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

MantisBT: master 3ba50584

2003-08-17 10:28

vboctor


Details Diff
Fixed 0002517: Security Warnings [on login page if admin folder is accessible, administrator/root account enabled, or PLAIN passwords used].

M login_page.php
- Warning if admin/ folder exists and is-readable.
- Warning if administrator/root account is active.
- Warning if PLAIN passwords are used.

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

MantisBT: master f856900b

2003-08-07 19:50

beerfrick


Details Diff
Issue 0003272: Bugnote links in view_all_inc now show in a 'not visited' color
when there are new bugnotes.

Modified Files:
view_all_inc.php
doc/ChangeLog

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

Tools: master bd1e2668

2003-08-06 07:26

prescience


Details Diff
added descriptions of what each script does


git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2212 f5dc347c-c33d-0410-90a0-b07cc1902cb9
mod - check_apostrophe.php Diff File
mod - check_lang.php Diff File
mod - check_lineterm.php Diff File
mod - merge_lang.php Diff File

MantisBT: master 9faade25

2003-08-05 12:41

beerfrick


Details Diff
Fix for issue 0003219. Unnecesary DISTINCT function call made the query
fail with older MySQL releases.

Modified Files:
core/filter_api.php
doc/ChangeLog

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

MantisBT: master 2e2cb35d

2003-08-05 09:12

vboctor


Details Diff
Changes related to enhancement 0002377: index user names in manage user page by letters.
(some config_defaults_inc.php cleanup included as well)

M config_defaults_inc.php
- Added $g_default_manage_user_prefix with default value 'ALL'
- Some cleanup
- Use domain example.com rather than nowhere / yourhostnamehere.

M manage_user_page.php
- Default the user prefix to $g_default_manage_user_prefix.
- Use language string show_all_users rather than hard-coded value 'ALL'.

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

MantisBT: master 6d623ae2

2003-08-05 06:41

vboctor


Details Diff
Updated French localisation (thanks to Quentin)

M lang/strings_french.txt
- Updated French localisation.

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

MantisBT: master 17c829ef

2003-08-04 14:47

beerfrick


Details Diff
fixed missing apostroph
issue 0003253

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

MantisBT: master a4e3c593

2003-08-04 10:26

vboctor


Details Diff
Fix 0003252: Category not selected on update if "&" is used in category name.

M core/print_api.php
- Use string_attribute() on strings before outputting them to html and calling check_selected(). [the fix is not yet tested]

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

MantisBT: master e7a38faa

2003-08-02 00:28

vboctor


Details Diff
Some more German translations. Thanks to The_HMB (bug 0003230)

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

MantisBT: master 6003875c

2003-07-31 11:53

Kenzaburo Ito


Details Diff
fixed apostophe errors

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

MantisBT: master 7359f1f7

2003-07-31 10:41

Kenzaburo Ito


Details Diff
string updates

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

Tools: master 6ed0831b

2003-07-31 04:53

prescience


Details Diff
new script to check for 'naked' apostrohpes insdei language strings


git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2204 f5dc347c-c33d-0410-90a0-b07cc1902cb9
add - check_apostrophe.php Diff File

MantisBT: master b899382a

2003-07-29 22:59

beerfrick


Details Diff
Fix for issue 0003232
Signup and password reset emails were not being sent if email notifications
were turned OFF. Also added some comments on config_defaults explaining this.

Modified Files:
config_defaults_inc.php
core/email_api.php
doc/ChangeLog

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

MantisBT: master 909778cc

2003-07-29 22:18

beerfrick


Details Diff
Fix missing parenthesis I must have left out.

Modified Files:
core/string_api.php

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

MantisBT: master 653eff96

2003-07-28 12:28

beerfrick


Details Diff
*** empty log message ***

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

MantisBT: master 5c3ec52b

2003-07-28 12:26

beerfrick


Details Diff
Added bug status to the autogenerated bug view link's tooltip.

Modified Files:
core/string_api.php

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

MantisBT: master 481d1a82

2003-07-27 10:33

vboctor


Details Diff
Enhancement 0002377: Index user names in manage user page by letters. (cont'd)

M manage_user_page.php
- Added support for indexing by digits.

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

MantisBT: master 589ee26a

2003-07-27 10:15

vboctor


Details Diff
Enhancement 0002377: Index user names in manage user page by letters.

M manage_user_page.php
- Add links ALL, A..Z, and make the page filters based on the clicked link. If no letter is specified, the A letter is taken as the default.

M lang/strings_english.txt
- Added string for 'ALL'.

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

MantisBT: master a37ec571

2003-07-27 05:26

vboctor


Details Diff
Added FAQ to Mantis doc folder.

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

MantisBT: master 41af43a6

2003-07-26 23:17

vboctor


Details Diff
Fix 0003079: Error when using phpMailer.

M config_defaults_inc.php
- Added $g_phpMailer_path configuration option for specifying the phpMailer directory. If left empty, it is assumed that phpMailer is in the include path.

M core/email_api.php
- (email_send): Use the new config option to include phpMailer files. Also use it to set the plugin directory for phpMailer.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2195 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0003079
mod - config_defaults_inc.php Diff File
mod - core/email_api.php Diff File
mod - doc/ChangeLog Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 655 656 657 658 659 660 661 ... 700 ... 743 744 745  Next  Last