Changesets: MantisBT
|
master 8bcf7961 2002-10-23 00:54 Julian Fitzell Details Diff |
Cleanup of files This takes me alphabetically up to bug_reopen_page.php (bug_report.php next) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1590 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - bug_file_upload_inc.php | Diff File | ||
| mod - bug_reopen_page.php | Diff File | ||
| mod - bug_file_delete.php | Diff File | ||
| mod - bug_view_advanced_page.php | Diff File | ||
| mod - bug_reopen.php | Diff File | ||
| mod - bug_report.php | Diff File | ||
| mod - bug_monitor.php | Diff File | ||
| mod - bug_file_add.php | Diff File | ||
| mod - bug_view_page.php | Diff File | ||
|
master 1fe1aa08 2002-10-23 00:54 Julian Fitzell Details Diff |
* bug_api (bug_reopen): new function (bug_monitor): new function (bug_unmonitor): new function * file_api (file_delete): new function to delete a file (file_add): update the bug's date when adding a file git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1589 <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 - core/bug_api.php | Diff File | ||
|
master 65832959 2002-10-22 22:53 Julian Fitzell Details Diff |
search-and-replace-o git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1588 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - account_delete.php | Diff File | ||
|
master ca328e62 2002-10-22 22:49 Julian Fitzell Details Diff |
remove files that only perform a simple confirmation and use helper_ensure_confirmed() on the actual action pages git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1587 <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 - manage_proj_cat_edit_page.php | Diff File | ||
| rm - news_delete_page.php | Diff | ||
| rm - proj_doc_delete_page.php | Diff | ||
| rm - manage_proj_ver_del_page.php | Diff | ||
| mod - account_page.php | Diff File | ||
| mod - manage_proj_delete.php | Diff File | ||
| mod - bug_view_page.php | Diff File | ||
| rm - account_delete_page.php | Diff | ||
| rm - bug_delete_page.php | Diff | ||
| mod - news_delete.php | Diff File | ||
| mod - manage_user_page.php | Diff File | ||
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - manage_user_delete.php | Diff File | ||
| mod - proj_doc_delete.php | Diff File | ||
| mod - bugnote_inc.php | Diff File | ||
| mod - proj_doc_edit_page.php | Diff File | ||
| rm - manage_user_delete_page.php | Diff | ||
| mod - manage_proj_ver_edit_page.php | Diff File | ||
| mod - manage_proj_ver_delete.php | Diff File | ||
| mod - manage_proj_cat_delete.php | Diff File | ||
| rm - bugnote_delete_page.php | Diff | ||
| rm - manage_proj_cat_del_page.php | Diff | ||
| mod - account_delete.php | Diff File | ||
| mod - bug_delete.php | Diff File | ||
| mod - bugnote_delete.php | Diff File | ||
| mod - news_edit_page.php | Diff File | ||
| rm - manage_proj_delete_page.php | Diff | ||
|
master bf3269b2 2002-10-22 22:18 Julian Fitzell Details Diff |
* helper_api.php (helper_ensure_confirmed): new function to prompt user for confirmation before proceeding * html_api.php (print_page_bot1): make the parameter option... it seems like in most cases you can just take the filename from $PHP_SELF. The file has to be in the same dir as the source display page but that was already the case the way it was written. We might be able to phase out the __FILE__ parameters throughout but anyway, I needed this for the function I added above (since it's in a different file) * print_api.php (print_hidden_inputs): new function to print a hidden input for each item in an associative array git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1586 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/helper_api.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
| mod - core/html_api.php | Diff File | ||
|
master 5699efb9 2002-10-22 21:17 Julian Fitzell Details Diff |
* gpc_api.php (gpc_strip_slashes): return outside of the foreach... I imagine this never worked... isn't it used anywhere yet?? git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1585 <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 559a1fad 2002-10-22 20:57 Julian Fitzell Details Diff |
* gpc_api.php (gpc_strip_slashes): make it handle nested arrays recursively git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1584 <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 f4ac8105 2002-10-22 20:50 Julian Fitzell Details Diff |
cleanup work git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1583 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - bug_close_page.php | Diff File | ||
| mod - bug_actiongroup.php | Diff File | ||
| mod - bug_actiongroup_page.php | Diff File | ||
| mod - bug_close.php | Diff File | ||
| mod - bug_delete_page.php | Diff File | ||
| mod - bug_assign.php | Diff File | ||
| mod - bug_delete.php | Diff File | ||
|
master bbdc1525 2002-10-22 00:28 Julian Fitzell Details Diff |
Resolve issue 0002637: tweak sort order in print_*_list functions (mantisbt.sourceforge.net/mantis/view_bug_advanced_page.php?f_id=0002637) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1582 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0002637 |
|
| mod - core/print_api.php | Diff File | ||
|
master cdf96862 2002-10-20 19:59 Julian Fitzell Details Diff |
remove every instance of f_id, p_id, and c_id and replace them with more meaningful names This will break old URLs, of course, but I think the tradeoff is worth it since we're changing so much in this release anyway. It makes reading the code *so* much easier. If anyone has huge complaints we can revert it - but speak up quickly! :) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1581 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - bug_view_page.php | Diff File | ||
| mod - proj_doc_page.php | Diff File | ||
| mod - manage_user_page.php | Diff File | ||
| mod - bug_close.php | Diff File | ||
| mod - core/html_api.php | Diff File | ||
| mod - news_delete_page.php | Diff File | ||
| mod - core/relationship_api.php | Diff File | ||
| mod - bug_resolve_page.php | Diff File | ||
| mod - bug_file_upload_inc.php | Diff File | ||
| mod - proj_doc_delete.php | Diff File | ||
| mod - proj_doc_delete_page.php | Diff File | ||
| mod - bug_monitor.php | Diff File | ||
| mod - bug_delete_page.php | Diff File | ||
| mod - bug_resolve.php | Diff File | ||
| mod - news_delete.php | Diff File | ||
| mod - bug_close_page.php | Diff File | ||
| mod - bug_vote_add.php | Diff File | ||
| mod - bug_assign.php | Diff File | ||
| mod - sql/db_add_indexes_2002-06-07.sql | Diff File | ||
| mod - manage_user_proj_add.php | Diff File | ||
| mod - admin/css/view_inc.php | Diff File | ||
| mod - news_list_page.php | Diff File | ||
| mod - manage_user_update.php | Diff File | ||
| mod - proj_doc_edit_page.php | Diff File | ||
| mod - core/string_api.php | Diff File | ||
| mod - bug_update.php | Diff File | ||
| mod - bugnote_inc.php | Diff File | ||
| mod - file_download.php | Diff File | ||
| mod - manage_user_delete.php | Diff File | ||
| mod - manage_user_delete_page.php | Diff File | ||
| mod - bug_file_add.php | Diff File | ||
| mod - bug_view_inc.php | Diff File | ||
| mod - proj_user_add2.php | Diff File | ||
| mod - bug_reopen_page.php | Diff File | ||
| mod - history_inc.php | Diff File | ||
| mod - manage_user_reset.php | Diff File | ||
| mod - bug_update_page.php | Diff File | ||
| mod - bug_update_advanced_page.php | Diff File | ||
| mod - bug_delete.php | Diff File | ||
| mod - news_update.php | Diff File | ||
| mod - bug_file_delete.php | Diff File | ||
| mod - news_view_page.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
| mod - print_bug_page.php | Diff File | ||
| mod - bug_view_advanced_page.php | Diff File | ||
| mod - proj_doc_update.php | Diff File | ||
| mod - news_edit_page.php | Diff File | ||
| mod - print_bugnote_inc.php | Diff File | ||
| mod - manage_page.php | Diff File | ||
| mod - print_all_bug_options_inc.php | Diff File | ||
| mod - bugnote_add.php | Diff File | ||
| mod - manage_user_proj_delete.php | Diff File | ||
| mod - news_menu_page.php | Diff File | ||
| mod - bug_reopen.php | Diff File | ||
| mod - jump_to_bug.php | Diff File | ||
| mod - core/file_api.php | Diff File | ||
|
master cc87f781 2002-10-20 19:51 Julian Fitzell Details Diff |
* user_api.php (user_is_monitoring_bug): use db_result(), not db_num_rows(), with a SELECT COUNT(*) query git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1580 <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 73716677 2002-10-20 18:52 Julian Fitzell Details Diff |
cleanup to use ensure_user_unprotected() instead of checking manually in every page. Also, remove checks from data modifying pages. Data modifying APIs do the check themselves. Data dispplaying pages should perform the check if the data should not be displayed for protected accounts. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1579 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - account_prefs_update.php | Diff File | ||
| mod - core/user_pref_api.php | Diff File | ||
| mod - account_prof_add.php | Diff File | ||
| mod - account_prof_update.php | Diff File | ||
| mod - account_prefs_reset.php | Diff File | ||
| mod - core/profile_api.php | Diff File | ||
| mod - print_all_bug_options_inc.php | Diff File | ||
| mod - account_prof_delete.php | Diff File | ||
| mod - account_prof_edit_page.php | Diff File | ||
| mod - account_prof_menu_page.php | Diff File | ||
| mod - print_all_bug_options_reset.php | Diff File | ||
| mod - account_prof_make_default.php | Diff File | ||
|
master bb3e28f0 2002-10-20 18:51 Details Diff |
Fixed a few issues in the preference code with PHP versions earlier than 4.2.1 git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1578 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/user_pref_api.php | Diff File | ||
|
master 462aaf61 2002-10-20 18:19 Julian Fitzell Details Diff |
* user_api.php: (user_exists): take advantage of user_cache_row()'s caching git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1577 <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 6d24844b 2002-10-20 18:15 Julian Fitzell Details Diff |
* user_pref_api.php (user_pref_get): fix a logic problem that caused problems when a user had no prefs defined for project 0 git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1576 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/user_pref_api.php | Diff File | ||
|
master 28f21628 2002-10-20 18:14 Julian Fitzell Details Diff |
* user_api.php (user_get_field): add a WARNING so we make sure to track down why a user_id of 0 is being used (user_get_name): put it back to use user_cache_row() so we can prevent an error from occurring when the row doesn't exist git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1575 <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 e48d511a 2002-10-20 18:13 Julian Fitzell Details Diff |
move some functions from print_api to string_api git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1574 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/string_api.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
|
master 63b911c4 2002-10-20 18:12 Julian Fitzell Details Diff |
* email_api.php: fix some cases of asking for prefs for users that no longer exist git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1573 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/email_api.php | Diff File | ||
|
master 7c26869f 2002-10-20 16:42 Julian Fitzell Details Diff |
add ID headers to these files git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1572 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - account_prof_edit_page.php | Diff File | ||
| mod - account_update.php | Diff File | ||
| mod - account_prof_make_default.php | Diff File | ||
| mod - account_prof_add.php | Diff File | ||
| mod - account_prof_delete.php | Diff File | ||
| mod - account_prof_menu_page.php | Diff File | ||
| mod - account_prof_update.php | Diff File | ||
| mod - account_prefs_update.php | Diff File | ||
|
master ec2e2b75 2002-10-20 16:38 Julian Fitzell Details Diff |
* account_update.php: cleanup to use api functions, better feedback, etc * lang/strings_english.txt: new strings to support account_update.php cleanup git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1571 <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 - account_update.php | Diff File | ||
|
master 6c17a87e 2002-10-20 16:37 Julian Fitzell Details Diff |
* user_api: add user_set_password() and user_set_email() and added user_ensure_unprotected() checks throughout git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1570 <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 b96f57a0 2002-10-20 04:37 Details Diff |
A typo in an API name was generating an error when a duplicate bug is viewed. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1569 <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 1436f24e 2002-10-20 01:53 Julian Fitzell Details Diff |
Cleanup the user profile pages and add profile_api git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1568 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - account_prof_menu_page.php | Diff File | ||
| mod - account_prof_edit_page.php | Diff File | ||
| mod - account_prof_delete.php | Diff File | ||
| mod - account_prof_add.php | Diff File | ||
| add - core/profile_api.php | Diff File | ||
| mod - account_prof_update.php | Diff File | ||
| mod - core/API.php | Diff File | ||
| mod - account_prof_make_default.php | Diff File | ||
|
master f3cb4253 2002-10-19 00:43 Julian Fitzell Details Diff |
* core/print_api.php (print_project_option_list): - use null as the default value instead of '' - add a second parameter which, if true, prints the option for All Projects as well * tweak every caller of print_project_option_list() to pass the appropriate new parameters git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1567 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - news_edit_page.php | Diff File | ||
| mod - bug_actiongroup_page.php | Diff File | ||
| mod - news_menu_page.php | Diff File | ||
| mod - account_prefs_inc.php | Diff File | ||
| mod - core/html_api.php | Diff File | ||
| mod - login_select_proj_page.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
|
master 6333c611 2002-10-19 00:26 Julian Fitzell Details Diff |
cleanup of user preference stuff to support per-project prefs (no UI for it, just API support) and to use a UserPreferences class as a c-struct equivalent to hold all the individual preferences. Not all existing pages have been moved over to use the UserPreferences object yet And, yes, Ken thought the object was the best solution!! Amazing, isn't it? He must have been having an off day <grin, duck and run> git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1566 <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/email_api.php | Diff File | ||
| mod - core/current_user_api.php | Diff File | ||
| mod - account_prefs_update.php | Diff File | ||
| mod - core/user_pref_api.php | Diff File | ||
| mod - core/string_api.php | Diff File | ||
| mod - account_prefs_reset.php | Diff File | ||
| mod - account_prefs_inc.php | Diff File | ||