Changesets: MantisBT

master f24ca774

2003-02-20 03:11

Julian Fitzell


Details Diff
Fix issue 0002962 'Call-time pass-by-reference'

Thanks to kilroysoft for the rough recipe for fixing it. I'm not 100% happy with the solution but it's the only easy one and at least it gets rid of the errors.

* csv_export.php: pass all the values for the filter function by reference

* view_all_bug_page.php: pass all the values for the filter function by
reference

* core/filter_api.php
(filter_get_bug_rows): indicate all parameters are to be passed by reference
and therefor, sadly, cannot be optional any more

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

master cc9f048f

2003-02-20 02:30

Julian Fitzell


Details Diff
Just a quick change to make the behaviour of print_success_and_redirect() cleaner by not overloading it.

M bug_assign.php
M bug_close.php
M bug_delete.php
M bug_monitor.php
M bug_reopen.php
M bug_resolve.php
M bug_update.php
M bugnote_add.php
M bugnote_delete.php
M bugnote_set_view_state.php
M bugnote_update.php
- update to use print_successful_redirect() or
print_successful_redirect_to_bug() as appropriate

M core/print_api.php
(print_success_and_redirect): rename to print_successful_redirect() and
remove the overloaded functionality of the function
(print_successful_redirect_to_bug): new function to take on the overloaded
functionality of the above function by looking up a bug view url and
calling the function above with that URL

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1970 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bug_assign.php Diff File
mod - bugnote_update.php Diff File
mod - bugnote_delete.php Diff File
mod - bug_resolve.php Diff File
mod - bug_delete.php Diff File
mod - bugnote_add.php Diff File
mod - core/print_api.php Diff File
mod - bug_monitor.php Diff File
mod - bug_update.php Diff File
mod - bugnote_set_view_state.php Diff File
mod - bug_close.php Diff File
mod - bug_reopen.php Diff File

master 76e27379

2003-02-20 02:16

Julian Fitzell


Details Diff
* core.php: boy, bad luck with spacing in this code ;)

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

master 83759d63

2003-02-20 00:42

vboctor


Details Diff
Small formatting fix.

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

master 70209396

2003-02-19 22:32

vboctor


Details Diff
Fix 0002970: Sending a reminder sends two notifications
(this problem also applied to resolving, closing, reopening of bugs)

M bug_reminder_page.php
- Made the bugnotes visible in the bug reminder page.

M bugnote_add.php
- Moved the email notification to the action page.

M core/bugnote_api.php
- Removed the email notification.

M doc/ChangeLog
- Recorded the above fix.

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

master 1ab8a8b7

2003-02-19 21:49

vboctor


Details Diff
Fix 0002969: Bug not found error when deleting a bugnote.

Did the fix below to bug note action pages.

Fix 0002968: Add query counts to action pages. If show query counts is enabled,
the number of queries (and the queries if enabled) is shown for the duration of a
second in an operation successful page.

M bugnote_add.php
M bugnote_set_view_state.php
M bugnote_update.php
- Make use of print_success_and_redirect()

M bugnote_delete.php
- Fix for 2969
- Make use of print_success_and_redirect()

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1966 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0002968, 0002969
mod - bugnote_add.php Diff File
mod - doc/ChangeLog Diff File
mod - bugnote_delete.php Diff File
mod - bugnote_set_view_state.php Diff File
mod - bugnote_update.php Diff File

master 1941de97

2003-02-19 21:35

vboctor


Details Diff
Fix 0002968: Add query counts to action pages. If show query counts is enabled,
the number of queries (and the queries if enabled) is shown for the duration of a
second in an operation successful page.

M core/print_api.php
(print_success_and_redirect): Prints operation successful and redirects to the
supplied url or bug id.

M bug_assign.php
M bug_close.php
M bug_delete.php
M bug_monitor.php
M bug_reopen.php
M bug_resolve.php
M bug_update.php
- Make use of print_success_and_redirect()

M doc/ChangeLog
- Documented the above change.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1965 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0002968
mod - bug_reopen.php Diff File
mod - bug_close.php Diff File
mod - bug_monitor.php Diff File
mod - doc/ChangeLog Diff File
mod - bug_resolve.php Diff File
mod - bug_delete.php Diff File
mod - core/print_api.php Diff File
mod - bug_update.php Diff File
mod - bug_assign.php Diff File

master 6c51bd00

2003-02-19 19:15

vboctor


Details Diff
Fix 0002967: Make bugnotes visible while updating bugs (updating, resolving, and closing)

R bugnote_inc.php
A bugnote_add_inc.php
A bugnote_view_inc.php
- Remove bugnote_inc.php file and split it into two. One to view the bugnotes and
the other to include the add bugnote form.

M bug_close_page.php
M bug_resolve_page.php
M bug_update_advanced_page.php
M bug_update_page.php
- Changed to include bugnote_view_inc.php

M bug_view_advanced_page.php
M bug_view_page.php
- Changed to include bugnote_view_inc.php and bugnote_add_inc.php

M config_defaults_inc.php
- Removed the config for bugnote_inc.php and add two configs for the new files.

M doc/ChangeLog
- Updated as per the above changes.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1964 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0002967
mod - bug_update_advanced_page.php Diff File
mod - bug_close_page.php Diff File
mod - bug_update_page.php Diff File
mod - bug_view_advanced_page.php Diff File
mod - doc/ChangeLog Diff File
mod - config_defaults_inc.php Diff File
mod - bug_view_page.php Diff File
add - bugnote_add_inc.php Diff File
mod - bug_resolve_page.php Diff File

master b9b252fd

2003-02-19 18:44

vboctor


Details Diff
M proj_doc_add.php
M doc/ChangeLog
- Fix 0002964: proj_doc_add.php is empty if document file already exists

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

master 461dd771

2003-02-19 18:38

int2str


Details Diff
* core.php:
Fixed spacing again... ;)

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

master ffc02145

2003-02-19 18:34

int2str


Details Diff
* core.php:
Fixed merge conflict.

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

master fb405937

2003-02-19 18:19

vboctor


Details Diff
M proj_doc_add.php
M doc/ChangeLog
M lang/strings_english.txt
- Fix 0002939: Confusing file names for uploaded project documents.

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

master 0c1a78be

2003-02-19 18:00

vboctor


Details Diff
M view_all_inc.php
M doc/ChangeLog
- Fixed 0002954: Bgcolor attribute on TD in view_all_bug_page (moved to TR) [optimisation]

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

master 43880b06

2003-02-19 15:09

Julian Fitzell


Details Diff
* core.php: fix spacing

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

master dc09cf4d

2003-02-19 14:22

int2str


Details Diff
* core.php:
Improved Mantis "offline" functionality.

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

master 007ab400

2003-02-19 13:06

jlatour


Details Diff
Fix: db_insert_id() did not use mysql_insert_id(), but executed another query

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

master 26f086a7

2003-02-19 12:52

jlatour


Details Diff
Fix: META redirects were not XHTML-compliant

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

master 2f2a04af

2003-02-19 12:34

jlatour


Details Diff
Post release: Mark version as CVS, and start a new chapter in the ChangeLog

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

2003-02-19 12:19

int2str


Details Diff
* lang/strings_german.txt:
Yet more translations...

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

master f49d8b4f

2003-02-19 11:52

jlatour


Details Diff
Synchronised localisation files before release

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

master be2c516d

2003-02-19 11:26

jlatour


Details Diff
Preparing 0.18.0a2

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

2003-02-19 11:19

jlatour


Details Diff
Fix: the sort direction in 'View all bugs' was passed directly to the query

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

2003-02-19 08:14

vboctor


Details Diff
Fixed 0002949: News title and body should be mandatory

M news_add.php
M news_update.php
- Improved the layout of the operation successfull message.

M news_edit_page.php
M news_menu_page.php
- Highlighted the required fields (title / body)

M core/news_api.php
- news_create(): Verify that both title and body are not empty.
- news_update(): Verify that both title and body are not empty.

M doc/ChangeLog
- Updated.

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

master 457a8031

2003-02-19 07:36

vboctor


Details Diff
M main_page.php
M doc/ChangeLog
- Fixed 0002952: Email address of news poster always visible
Now the name is hyperlinked to the email address only if the access level of
the current user is greater than or equal to $g_show_user_email_threshold.

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

master 121d6798

2003-02-19 07:27

int2str


Details Diff
* core.php:
First pass at a 'mantis offline' mechanism.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1945 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 631 632 633 634 635 636 637 ... 700 ... 704 705 706  Next  Last