Changesets: MantisBT
|
master f12b106d 2002-10-19 00:11 Julian Fitzell Details Diff |
* html_api.php (print_menu): when in All Projects, make the Users link on the menu include a the user page as a forward destination so that we get redirected there after selecting a project git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1565 <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 a91d5a7d 2002-10-18 23:41 Julian Fitzell Details Diff |
config options default_advanced_report, default_advanced_view, and default_advanced_update are now ON/OFF instead of BOTH/SIMPLE/ADVANCED (they never worked the other way anyway) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1564 <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 a2cb0d29 2002-10-18 19:36 Julian Fitzell Details Diff |
rename user_pref_api functions to have the user_pref prefix git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1563 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/user_api.php | Diff File | ||
| mod - core/current_user_api.php | Diff File | ||
| mod - core/user_pref_api.php | Diff File | ||
| mod - core/string_api.php | Diff File | ||
| mod - account_prefs_inc.php | Diff File | ||
| mod - account_prefs_reset.php | Diff File | ||
| mod - core/email_api.php | Diff File | ||
|
master 7fb559f0 2002-10-18 19:04 Julian Fitzell Details Diff |
move user preference related functions into a separate api (user_pref_api) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1562 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/user_api.php | Diff File | ||
| mod - core/API.php | Diff File | ||
| add - core/user_pref_api.php | Diff File | ||
|
master 8172ae29 2002-10-18 17:04 Julian Fitzell Details Diff |
* config_api.php (config_get): trigger a warning instead of a notice - notices are being used for debugging messages only now git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1561 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/config_api.php | Diff File | ||
|
master 843c5745 2002-10-16 07:16 torija Details Diff |
no message git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1560 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - lang/strings_korean.txt | Diff File | ||
|
master b5328c37 2002-10-15 19:46 Julian Fitzell Details Diff |
* database_api.php (db_query): add a second parameter (with a default value) that allows you to indicate you'd like a return value of false instead of an error if there is a problem. This should be used very infrequently but I'm adding it so that the admin upgrade script can check whether a table exists (the query fails if it doesn't) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1559 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/database_api.php | Diff File | ||
|
master 3fa42c3a 2002-10-15 16:32 Julian Fitzell Details Diff |
* core/print_api.php (print_formatted_severity_string): print in bold for everything higher than MAJOR instead of manually specifying the possibilities (print_formatted_priority_string): new function to print high priorities in bold * print_all_bug_page.php: use print_formatted_priority_string() * view_all_inc.php: use print_formatted_priority_string() Patch supplied by Matt Otto (matt_otto@i-tech.com) and tweaked by me git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1558 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - print_all_bug_page.php | Diff File | ||
| mod - view_all_inc.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
|
master 541e7374 2002-10-15 15:58 Julian Fitzell Details Diff |
* project_api.php (project_is_name_unique): prepare $p_name before using it in a query git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1557 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/project_api.php | Diff File | ||
|
master 2821e61c 2002-10-11 06:28 Details Diff |
Default custom attributes to disabled. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1556 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - config_defaults_inc.php | Diff File | ||
|
master c2768ccf 2002-10-11 06:25 Details Diff |
Fixed a problem when no e-mail was sent if $g_auto_set_status_to_assigned = OFF and the bug was assigned/unassigned through the update page. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1555 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - bug_update.php | Diff File | ||
|
master 7a312a59 2002-10-10 09:33 Details Diff |
Finalised support for setting e-mail category in phpMailer / mail(). git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1554 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/email_api.php | Diff File | ||
| mod - doc/ChangeLog | Diff File | ||
|
master 7119d17c 2002-10-10 08:42 Details Diff |
Fixed problems with padding bug ids and bug note ids with 0. Added APIs to do this job. In some cases no padding was done, and in others str_pad was called with the wrong parameters. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1553 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - bug_view_advanced_page.php | Diff File | ||
| mod - core/email_api.php | Diff File | ||
| mod - core/file_api.php | Diff File | ||
| mod - bug_view_page.php | Diff File | ||
| mod - core/bug_api.php | Diff File | ||
| mod - core/string_api.php | Diff File | ||
| mod - core/bugnote_api.php | Diff File | ||
|
master b86e334e 2002-10-09 22:02 Details Diff |
*** empty log message *** git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1552 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - constant_inc.php | Diff File | ||
| mod - core/email_api.php | Diff File | ||
| mod - doc/ChangeLog | Diff File | ||
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/gpc_api.php | Diff File | ||
|
master 25752995 2002-10-08 14:22 Julian Fitzell Details Diff |
Added mantis.spec file for building RPMs. Thanks to Jason Lunn (jlunn@coderyte.com) for poviding this git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1551 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| add - packages/mantis.spec | Diff File | ||
|
master b78169da 2002-10-04 23:54 Kenzaburo Ito Details Diff |
removed test html git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1550 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - account_page.php | Diff File | ||
|
master c9b1aa6d 2002-10-04 22:38 Kenzaburo Ito Details Diff |
more improvements to the CSS and XHTML git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1549 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - account_page.php | Diff File | ||
| mod - manage_proj_ver_edit_page.php | Diff File | ||
| mod - manage_proj_attribute_edit_page.php | Diff File | ||
| mod - print_all_bug_options_inc.php | Diff File | ||
| mod - manage_user_page.php | Diff File | ||
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - manage_proj_cat_edit_page.php | Diff File | ||
| mod - account_prefs_inc.php | Diff File | ||
|
master acd73219 2002-10-04 00:57 Kenzaburo Ito Details Diff |
More XHTML compliance for Form tags. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1548 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - account_prefs_inc.php | Diff File | ||
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - manage_proj_cat_edit_page.php | Diff File | ||
| mod - manage_user_page.php | Diff File | ||
| mod - manage_proj_attribute_edit_page.php | Diff File | ||
| mod - proj_doc_edit_page.php | Diff File | ||
| mod - css/default.css | Diff File | ||
| mod - print_all_bug_options_inc.php | Diff File | ||
| mod - account_page.php | Diff File | ||
| mod - manage_proj_ver_edit_page.php | Diff File | ||
|
master c4e934ce 2002-10-04 00:56 Kenzaburo Ito Details Diff |
updates for css git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1547 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - admin/css/index.php | Diff File | ||
| mod - admin/css/view_inc.php | Diff File | ||
| mod - admin/css/css_download.php | Diff File | ||
| mod - admin/css/css_view.php | Diff File | ||
| mod - admin/css/core.php | Diff File | ||
| mod - admin/css/css_inc.php | Diff File | ||
|
master 7c80d1a0 2002-10-01 16:28 Julian Fitzell Details Diff |
some minor cleanups while I had a few minutes free git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1546 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - account_delete.php | Diff File | ||
| mod - account_delete_page.php | Diff File | ||
| mod - account_prefs_reset.php | Diff File | ||
| mod - account_prefs_page.php | Diff File | ||
| mod - account_page.php | Diff File | ||
|
master 4d4ee055 2002-09-29 20:45 Kenzaburo Ito Details Diff |
fixing form tags for xzhtml compliance git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1545 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - proj_user_menu_page.php | Diff File | ||
| mod - manage_proj_menu_page.php | Diff File | ||
| mod - manage_user_create_page.php | Diff File | ||
| mod - bugnote_edit_page.php | Diff File | ||
| mod - bug_report_page.php | Diff File | ||
| mod - bug_report_advanced_page.php | Diff File | ||
| mod - account_prof_edit_page.php | Diff File | ||
| mod - bugnote_inc.php | Diff File | ||
| mod - print_all_bug_page.php | Diff File | ||
| mod - bug_actiongroup_page.php | Diff File | ||
| mod - view_all_inc.php | Diff File | ||
| mod - bug_file_upload_inc.php | Diff File | ||
| mod - bug_reopen_page.php | Diff File | ||
| mod - proj_doc_add_page.php | Diff File | ||
| mod - account_prof_menu_page.php | Diff File | ||
| mod - account_prefs_inc.php | Diff File | ||
| mod - manage_user_page.php | Diff File | ||
| mod - signup_page.php | Diff File | ||
| mod - bug_update_advanced_page.php | Diff File | ||
| mod - news_menu_page.php | Diff File | ||
| mod - bug_close_page.php | Diff File | ||
| mod - bug_update_page.php | Diff File | ||
| mod - login_page.php | Diff File | ||
| mod - login_select_proj_page.php | Diff File | ||
| mod - main_page.php | Diff File | ||
| mod - news_edit_page.php | Diff File | ||
| mod - bug_resolve_page.php | Diff File | ||
| mod - proj_doc_edit_page.php | Diff File | ||
|
master 3e3ad139 2002-09-29 20:00 Kenzaburo Ito Details Diff |
removed css_inc.php. replaced by static file in css/default.css git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1544 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| rm - css_inc.php | Diff | ||
|
master 4793dcab 2002-09-29 19:59 Kenzaburo Ito Details Diff |
changed mantis to use a static css file. css globals will be phased out to be replaced by the css gen script in admin/ git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1543 <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 - config_defaults_inc.php | Diff File | ||
| add - css/default.css | Diff File | ||
|
master a6399f89 2002-09-29 19:52 Kenzaburo Ito Details Diff |
inital checkin on ewn jpgraphs git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1542 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| add - graphs/graph_reported_by_me.php | Diff File | ||
| add - graphs/graph_by_severity_status.php | Diff File | ||
| add - graphs/graph_by_daily_delta.php | Diff File | ||
| add - graphs/graph_by_category.php | Diff File | ||
| add - graphs/graph_assigned_to_me.php | Diff File | ||
| add - graphs/graph_by_release_delta.php | Diff File | ||
| add - graphs/graph_by_cumulative.php | Diff File | ||
| add - graphs/graph_by_severity.php | Diff File | ||
|
master b622d963 2002-09-29 16:33 Kenzaburo Ito Details Diff |
added a call to chdir() to help with including core.php from other files that are not in the root directory git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1541 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core.php | Diff File | ||