Changesets: MantisBT
|
master 676b4cfd 2002-09-16 06:12 Julian Fitzell Details Diff |
* constant_inc.php (ERROR_FILE_NOT_ALLOWED): new error constant (ERROR_FILE_DUPLICATE): new error constant (ERROR_USER_PROFILE_NOT_FOUND): new error constant * lang/strings_english.txt (ERROR_FILE_NOT_ALLOWED): new error string (ERROR_FILE_DUPLICATE): new error string (ERROR_USER_PROFILE_NOT_FOUND): new error string git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1499 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - constant_inc.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
|
master 50b16741 2002-09-16 06:09 Julian Fitzell Details Diff |
* print_api.php (get_bug_view_page): typo git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1498 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/print_api.php | Diff File | ||
|
master bb638f25 2002-09-16 06:08 Julian Fitzell Details Diff |
* php_api.php: add conversion from $HTTP_POST_FILES to $_FILES git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1497 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/php_api.php | Diff File | ||
|
master f775bbb6 2002-09-16 06:07 Julian Fitzell Details Diff |
* user_api.php (user_get_profile_row): new function to get one of a user's profiles git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1496 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/user_api.php | Diff File | ||
|
master ed3d542c 2002-09-16 06:05 Julian Fitzell Details Diff |
* file_api.php (file_add): new function to add a file to a bug git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1495 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/file_api.php | Diff File | ||
|
master 9a59e6ea 2002-09-16 06:05 Julian Fitzell Details Diff |
* bug_api.php (bug_create): new function to create a new bug git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1494 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/bug_api.php | Diff File | ||
|
master 9b59a40b 2002-09-16 06:03 Julian Fitzell Details Diff |
*gpc_api.php (gpc_get_file): new function to get a file variables from $_FILES (gpc_strip_slashes): use foreach instead of for so it works with associative arrays (no numeric indexes) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1493 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/gpc_api.php | Diff File | ||
|
master f01edd69 2002-09-16 04:30 Julian Fitzell Details Diff |
* INSTALL: change '.php3' to '.php'. Thanks to liquidmetal on IRC for noticing git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1492 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - doc/INSTALL | Diff File | ||
|
master 3641ab36 2002-09-16 02:53 Julian Fitzell Details Diff |
* project_api.php (project_create): return the id of the new project git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1491 <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 a1227116 2002-09-16 02:15 Julian Fitzell Details Diff |
* bug_actiongroup_page.php: - change a <? to <?php - use true/false instead of 1/0 for $t_finished - swap two lines around for consistency git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1490 <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 75a5e0ca 2002-09-16 02:10 Julian Fitzell Details Diff |
* core/bug_api.php (bug_set_field): new function (bug_assign): take a bugnote string as parameter and fix incorrect variable name ($t_handler_id) (bug_close): use bug_set_field() (bug_resolve): new function * bug_actiongroup.php: cleanup to use new api functions git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1489 <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_actiongroup.php | Diff File | ||
|
master 760c8496 2002-09-16 02:05 Julian Fitzell Details Diff |
* history_api.php (history_log_event_direct): fix bug that prevented the current user from being used if no user was passed in git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1488 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/history_api.php | Diff File | ||
|
master a4ea10ea 2002-09-16 00:16 Julian Fitzell Details Diff |
bug_api cleanup git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1487 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/file_api.php | Diff File | ||
| mod - bug_file_add.php | Diff File | ||
| mod - bug_monitor.php | Diff File | ||
| mod - bug_assign.php | Diff File | ||
| mod - core/bugnote_api.php | Diff File | ||
| mod - bugnote_edit_page.php | Diff File | ||
| mod - bugnote_inc.php | Diff File | ||
| mod - core/bug_api.php | Diff File | ||
| mod - print_all_bug_page.php | Diff File | ||
| mod - bug_actiongroup.php | Diff File | ||
| mod - bug_reopen.php | Diff File | ||
| mod - bug_update.php | Diff File | ||
| mod - view_all_inc.php | Diff File | ||
| mod - bug_resolve.php | Diff File | ||
| mod - print_all_bug_page_word.php | Diff File | ||
| mod - core/email_api.php | Diff File | ||
| mod - print_all_bug_page_excel.php | Diff File | ||
| mod - bugnote_set_view_state.php | Diff File | ||
| mod - core/history_api.php | Diff File | ||
| mod - core/access_api.php | Diff File | ||
|
master fb8a52ca 2002-09-15 22:36 Julian Fitzell Details Diff |
put values before variables in comparisons git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1486 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/project_api.php | Diff File | ||
| mod - core/user_api.php | Diff File | ||
|
master c6b19703 2002-09-15 22:26 Julian Fitzell Details Diff |
remove unnecessary passing of bug_text_id git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1485 <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 - bug_actiongroup.php | Diff File | ||
| mod - bug_actiongroup_page.php | Diff File | ||
|
master bcb4d6ab 2002-09-15 22:15 Julian Fitzell Details Diff |
complete what seemed to be a partial move of code from view_all_bug_update.php to bug_actiongroup.php git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1484 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - bug_actiongroup.php | Diff File | ||
| rm - view_all_bug_update.php | Diff | ||
| mod - bug_actiongroup_page.php | Diff File | ||
|
master aa5f56b3 2002-09-15 22:10 Julian Fitzell Details Diff |
make bug_delete() only take the bug id as parameter git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1483 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - bug_delete.php | Diff File | ||
| mod - view_bug_page.php | Diff File | ||
| mod - core/bug_api.php | Diff File | ||
| mod - view_all_bug_update.php | Diff File | ||
| mod - bug_delete_page.php | Diff File | ||
| mod - view_bug_advanced_page.php | Diff File | ||
| mod - bug_actiongroup.php | Diff File | ||
|
master 5893d8d2 2002-09-15 20:57 Julian Fitzell Details Diff |
initialize the error params global git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1482 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/error_api.php | Diff File | ||
|
master 273acbd5 2002-09-15 20:54 Julian Fitzell Details Diff |
use new api function git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1481 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - account_update.php | Diff File | ||
|
master 513207a8 2002-09-15 20:52 Julian Fitzell Details Diff |
remove global variable references git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1480 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - account_page.php | Diff File | ||
|
master 502df92b 2002-09-15 20:50 Julian Fitzell Details Diff |
partial cleanup of account_prof_*.php git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1479 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - account_prof_update.php | Diff File | ||
| mod - account_prof_menu_page.php | Diff File | ||
| mod - account_prof_make_default.php | Diff File | ||
| mod - account_prof_delete.php | Diff File | ||
| mod - core/current_user_api.php | Diff File | ||
| mod - core/user_api.php | Diff File | ||
| mod - account_prof_edit_page.php | Diff File | ||
| mod - account_prof_add.php | Diff File | ||
|
master 1a50a219 2002-09-15 20:39 Julian Fitzell Details Diff |
use new api functions git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1478 <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 - account_delete.php | Diff File | ||
| mod - account_prefs_reset.php | Diff File | ||
| mod - account_prefs_update.php | Diff File | ||
| mod - account_page.php | Diff File | ||
| mod - account_delete_page.php | Diff File | ||
|
master 1ceb0491 2002-09-15 20:05 Julian Fitzell Details Diff |
cleanup account_prefs_*.php cleanup account_delete_*.php git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1477 <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 - core/user_api.php | Diff File | ||
| mod - account_delete_page.php | Diff File | ||
| mod - account_prefs_reset.php | Diff File | ||
| mod - account_delete.php | Diff File | ||
| mod - account_prefs_update.php | Diff File | ||
|
master 7e8ec46f 2002-09-15 17:59 Julian Fitzell Details Diff |
partial cleanup and resolution to bug #2393: uesrs changing their usernames no longer allow users to change their own usernames (admins still can but they must be unique) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1476 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - account_update.php | Diff File | ||
| mod - manage_user_update.php | Diff File | ||
| mod - account_page.php | Diff File | ||
|
master b0328af8 2002-09-15 17:31 Julian Fitzell Details Diff |
cleanup git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1475 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - account_delete.php | Diff File | ||