Changesets: MantisBT

master c7103c2a

2004-10-13 08:20

vboctor


Details Diff
0004701: [localization] Add Ukrainian language (vboctor) - thanks to Yuri Kirghisov

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

master a9c36bd3

2004-10-12 16:53

masc


Details Diff
Synched Italian strings

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

master b2128bb4

2004-10-12 16:34

masc


Details Diff
Drop reference to obsolete $g_port config variable

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

master 47550453

2004-10-08 15:57

thraxisp


Details Diff
fix for 0004675: If you upload a file (using 'edit' on a exisiting document)
the filename will not be obfuscated
fixed all proj_doc* pages to use config upload_project_file_threshold instead of
hardcoded constant
replaced file will re-use obfuscated name from database (although content may change)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3043 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0004675
mod - proj_doc_page.php Diff File
mod - proj_doc_add_page.php Diff File
mod - proj_doc_delete.php Diff File
mod - proj_doc_update.php Diff File
mod - proj_doc_add.php Diff File

master 4f5ff642

2004-10-08 14:57

thraxisp


Details Diff
fix for 0004648: Assign To independent of $g_update_bug_threshold
more accurate access level checking in bug_assugn and bug_change_status

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

master 143eff6c

2004-10-08 13:23

thraxisp


Details Diff
fix for 0004662: required fields on bug report/update
added bug_note text to information passed to (external) validate routine

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

master 0a97eed0

2004-10-05 19:10

vboctor


Details Diff
- 0004667: [localization] croatian and latvian languages missing from config_defaults_inc.php (vboctor)
- 0004573: [localization] Missing 'finnish' language choice in config_defaults_inc.php (vboctor)
- Also revised the sorting of the languages.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3038 <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

master 3df7d2c5

2004-10-05 17:12

Paul Richards


Details Diff
Commit of Masc's Patches:
Fix 0004506: When cloning a bug you should be able to set the relationship
Fix 0004484: Show which project a related issue belongs to
Fix 0004184: Related issues resolved email should be more informative
Fix 0004224: Can't resolve issue as duplicate of other with existing "related to" relationship

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3037 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0004184, 0004224, 0004484, 0004506
mod - core/relationship_api.php Diff File
mod - core/email_api.php Diff File
mod - bug_relationship_delete.php Diff File
mod - lang/strings_italian.txt Diff File
mod - bug_report_page.php Diff File
mod - core/bug_api.php Diff File
mod - bug_relationship_add.php Diff File
mod - core/constant_inc.php Diff File
mod - bug_report.php Diff File
mod - bug_report_advanced_page.php Diff File
mod - core/history_api.php Diff File
mod - lang/strings_english.txt Diff File

master 5bbfe7df

2004-10-05 16:32

bigbadger


Details Diff
Updated Finnish and Slovak translations

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

master b2b7c75c

2004-10-05 13:20

thraxisp


Details Diff
fir for 0004387: reminders are localized
1) eliminate the language specific stuff in the text.
2) add two fields to mantis_bugnote_table
a) note_type (INT) - kind of note, 0= bugnote, 1= reminder
b) note_attribute (VARCHAR) - additional information to go with the note.
In the case of the reminder, the list of uids the reminder was sent to.
3) fix the reminder display to use the new fields
4) add some text on the reminder send page to describe what is going to happen
with the reminder (e.g., will be added as a note to the bug, users will be set
to monitor progress on the bug).
LOCALIZATION NOTE: 3 strings added

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3035 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bugnote_view_inc.php Diff File
mod - admin/upgrade.php Diff File
mod - admin/upgrade_advanced.php Diff File
add - admin/upgrades/0_19_inc.php Diff File
mod - core/bugnote_api.php Diff File
mod - bug_reminder.php Diff File
mod - bug_reminder_page.php Diff File
mod - core/constant_inc.php Diff File
mod - lang/strings_english.txt Diff File

master eb657ca1

2004-10-05 10:59

thraxisp


Details Diff
fix for 0004659: FTP unload don't work fine
changed proj_doc_[add|delete].php to use file_api routines

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3034 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bug_update.php Diff File
mod - file_download.php Diff File
mod - core/file_api.php Diff File
mod - proj_doc_delete.php Diff File
mod - bug_file_add.php Diff File
mod - bug_file_delete.php Diff File
mod - proj_doc_add.php Diff File

master 9ae0547c

2004-10-04 18:15

bigbadger


Details Diff
Enhanced Norwegian lang-file

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

master bf73cad5

2004-10-04 12:53

thraxisp


Details Diff
fix for 0004652: Fixed in Version not applyed to Bug at CLOSE
Solution is more generic. All changed state information is updated for
any update using bug_api:bug_update, but added a flag to supress email
messaging in certain changes

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

master 8f98d3a7

2004-10-04 11:12

thraxisp


Details Diff
fix for 0004341: Users removed from projects are still listed as 'monitoring' bugs
added strikethrough text decoration for disabled users in both bug monitor and
bugnote view sections

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

master f62a011d

2004-10-03 08:41

vboctor


Details Diff
- 0004400: [feature] Changelog should view release notes (vboctor)
- 0004658: [feature] Changelog should support project_id parameter (vboctor)

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

master 118700c8

2004-10-02 20:36

bigbadger


Details Diff
Fixed stupid misprint in added strings in russian translations

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

master 685dc23c

2004-10-02 10:53

thraxisp


Details Diff
fix for 0004648: Assign To independent of $g_update_bug_threshold
added config $g_update_bug_assign_threshold - access level needed to show the Assign To: button bug_view*_page or
the Assigned list in bug_update*_page. (defaults to $g_update_bug_threshold)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3028 <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
mod - doc/ChangeLog Diff File
mod - core/html_api.php Diff File
mod - config_defaults_inc.php Diff File

master 56cbc78b

2004-10-01 19:03

bigbadger


Details Diff
All languages sync'ed with English

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3027 <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_finnish.txt Diff File
mod - lang/strings_croatian.txt Diff File
mod - lang/strings_romanian.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_italian.txt Diff File
mod - lang/strings_norwegian.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - lang/strings_japanese_utf8.txt Diff File
mod - lang/strings_swedish.txt Diff File
mod - lang/strings_russian_koi8.txt Diff File
mod - lang/strings_estonian.txt Diff File
mod - lang/strings_japanese_sjis.txt Diff File
mod - lang/strings_slovene.txt Diff File
mod - lang/strings_hungarian.txt Diff File
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_latvian.txt Diff File
mod - lang/strings_slovak.txt Diff File
mod - lang/strings_serbian.txt Diff File
mod - lang/strings_turkish.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_polish.txt Diff File
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - lang/strings_chinese_simplified.txt Diff File
mod - lang/strings_russian.txt Diff File
mod - lang/strings_japanese_euc.txt Diff File
mod - lang/strings_portuguese_standard.txt Diff File
mod - lang/strings_lithuanian.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_german.txt Diff File

master 3bed962e

2004-10-01 14:08

thraxisp


Details Diff
removed some redundant code as a result of investigating 0004603
- assign to reporter was checking that user could handle
the bug, not the new handler (already done in bug_api:bug_assign)
- added clarification to config for $g_update_bug_threshold

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3026 <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 - bug_assign_reporter.php Diff File
mod - core/print_api.php Diff File

master a6986dff

2004-10-01 12:57

thraxisp


Details Diff
fix for 0004649: Why available statuses are sorted on "bug view" page in "change status to" dropdown?
removed sorting, and default selection in Change Status To button

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

master 546ac72c

2004-09-30 22:41

narcissus


Details Diff
0004505: [filters] Searching in bugnotes

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

master e2aa7652

2004-09-30 16:35

thraxisp


Details Diff
fix for 0003774: Only administrator can manage custom fields, because link is missing
fixed permission filtering for menus

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

master a9efe9ee

2004-09-30 14:31

thraxisp


Details Diff
updated workflow utility to show a from/to transition table

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

master a2b56d6d

2004-09-30 14:26

thraxisp


Details Diff
fix for 0004521: Extra text emitted from checkin.php
added a global variable to suppress html header

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

master 67d2aef6

2004-09-30 09:48

vboctor


Details Diff
0004646: [bugtracker] Notes always added as private, if default_bugnote_view_status = VS_PRIVATE (vboctor)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3020 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/ChangeLog Diff File
mod - bugnote_add.php Diff File
 First  Prev  1 2 3 ... 80 ... 160 ... 240 ... 320 ... 400 ... 480 ... 560 ... 640 641 642 643 644 645 646 647 ... 720 ... 751 752 753  Next  Last