Changesets: MantisBT
|
master a3ea740c 2002-08-28 23:00 Julian Fitzell Details Diff |
added the new api file git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1385 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| add - core/current_user_api.php | Diff File | ||
|
master ddf31359 2002-08-28 22:56 Julian Fitzell Details Diff |
holy... how did this end up being so big...??? Well, this makes user_api pretty much complete except for security stuff I still need to check through all the page files because I'm sure there are still pages that aren't calling user_api functions. In fact there are user_api functions that haven't been written yet that I'm pretty sure will need to be... But there ya go... it's better than it was before :) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1384 <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 - view_all_bug_update.php | Diff File | ||
| mod - core/bugnote_api.php | Diff File | ||
| mod - core/bug_api.php | Diff File | ||
| mod - core/history_api.php | Diff File | ||
| mod - core/API.php | Diff File | ||
| mod - manage_user_reset.php | Diff File | ||
| mod - core/project_api.php | Diff File | ||
| mod - account_prof_make_default.php | Diff File | ||
| mod - core/helper_api.php | Diff File | ||
| mod - core/authentication_api.php | Diff File | ||
| mod - account_prof_update.php | Diff File | ||
| mod - core/database_api.php | Diff File | ||
| mod - account_delete.php | Diff File | ||
| mod - main_page.php | Diff File | ||
| mod - core/access_api.php | Diff File | ||
| mod - bug_actiongroup.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
| mod - bug_actiongroup_page.php | Diff File | ||
| mod - view_bug_page.php | Diff File | ||
| mod - manage_user_update.php | Diff File | ||
| add - manage_user_create.php | Diff File | ||
| mod - account_prefs_reset.php | Diff File | ||
| mod - bugnote_set_view_state.php | Diff File | ||
| mod - constant_inc.php | Diff File | ||
| mod - print_all_bug_options_inc.php | Diff File | ||
| mod - print_all_bug_page_word.php | Diff File | ||
| mod - account_page.php | Diff File | ||
| mod - account_prefs_inc.php | Diff File | ||
| mod - bug_update.php | Diff File | ||
| mod - core/email_api.php | Diff File | ||
| mod - bug_resolve.php | Diff File | ||
| mod - print_all_bug_options_reset.php | Diff File | ||
| mod - account_prof_menu_page.php | Diff File | ||
| mod - print_all_bug_page.php | Diff File | ||
| mod - core/user_api.php | Diff File | ||
| mod - bug_monitor.php | Diff File | ||
| mod - bugnote_inc.php | Diff File | ||
| mod - account_prof_delete.php | Diff File | ||
| mod - account_update.php | Diff File | ||
| mod - account_prof_add.php | Diff File | ||
| mod - print_all_bug_page_excel.php | Diff File | ||
| mod - print_bugnote_inc.php | Diff File | ||
| mod - core/html_api.php | Diff File | ||
| mod - bugnote_edit_page.php | Diff File | ||
| mod - view_bug_advanced_page.php | Diff File | ||
| mod - view_all_bug_page.php | Diff File | ||
| mod - set_project.php | Diff File | ||
| mod - account_delete_page.php | Diff File | ||
| mod - core/string_api.php | Diff File | ||
| mod - bug_add_advanced_page.php | Diff File | ||
| mod - account_prof_edit_page.php | Diff File | ||
| mod - bug_add.php | Diff File | ||
| rm - manage_create_new_user.php | Diff | ||
|
master dde1ea33 2002-08-28 22:31 Julian Fitzell Details Diff |
made gpc_get_bool() return false if the parameter was not passed... since forms don't include variables for checkboxes that are unchecked this seemed the logical thing to do git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1383 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - news_add.php | Diff File | ||
| mod - core/gpc_api.php | Diff File | ||
| mod - manage_page.php | Diff File | ||
| mod - news_update.php | Diff File | ||
|
master 1896e09e 2002-08-28 18:18 Julian Fitzell Details Diff |
renamed report_*.php to bug_add_*.php git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1382 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - doc/ChangeLog | Diff File | ||
| mod - core/helper_api.php | Diff File | ||
|
master b54454a1 2002-08-28 10:10 Details Diff |
- Added a missing space in a query in news_api.php - Some cleanup in bug_close.php / bug_api.php. - Changed bug_close() to fail if the bug was already closed. - Changed bug_close() to update the timestamp associated with the bug (if no bugnote was supplied). (same problem needs to be solved in bug resolve). git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1381 <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_close.php | Diff File | ||
| mod - core/news_api.php | Diff File | ||
|
master 7ba84416 2002-08-28 06:25 Julian Fitzell Details Diff |
- fixed a mistaken use of a $g_ variable - moved some db_prepare_*() calls around - fixed spacing - replaced call to non-existant function with ldap_email() - made another call to ldap_email() pass in the username instead of the id git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1380 <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 7b712d17 2002-08-28 06:07 Julian Fitzell Details Diff |
remove references to $g_normal_date_format git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1379 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - print_all_bug_page_word.php | Diff File | ||
| mod - bug_update_page.php | Diff File | ||
| mod - print_all_bug_page_excel.php | Diff File | ||
| mod - bugnote_update.php | Diff File | ||
| mod - bugnote_inc.php | Diff File | ||
| mod - print_bugnote_inc.php | Diff File | ||
| mod - main_page.php | Diff File | ||
| mod - bug_update_advanced_page.php | Diff File | ||
| mod - view_bug_inc.php | Diff File | ||
| mod - print_bug_page.php | Diff File | ||
| mod - view_bug_page.php | Diff File | ||
| mod - manage_page.php | Diff File | ||
| mod - view_bug_advanced_page.php | Diff File | ||
|
master 33f2ac97 2002-08-28 05:58 Julian Fitzell Details Diff |
news cleanup git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1378 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - manage_user_page.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
| mod - core/user_api.php | Diff File | ||
| mod - news_list_page.php | Diff File | ||
| mod - news_view_page.php | Diff File | ||
| mod - news_menu_page.php | Diff File | ||
| mod - core/news_api.php | Diff File | ||
| mod - main_page.php | Diff File | ||
| mod - core/helper_api.php | Diff File | ||
|
master 61fa05ad 2002-08-28 05:30 Julian Fitzell Details Diff |
bug fix... global definition removed but uses of the global weren't git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1377 <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 1bf1c4c0 2002-08-27 18:33 Details Diff |
Fixed a typo in db_generate.sql git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1376 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - sql/db_generate.sql | Diff File | ||
|
master 8976ff70 2002-08-27 17:57 Details Diff |
Forgot to change one reference. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1375 <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 3ad00c32 2002-08-27 17:51 Details Diff |
Did more cleaning up in user_api.php git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1374 <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 10c01441 2002-08-27 17:27 Details Diff |
Cleaned up version_api.php git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1373 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/version_api.php | Diff File | ||
| mod - manage_proj_ver_add.php | Diff File | ||
| mod - manage_proj_ver_update.php | Diff File | ||
|
master c6433a16 2002-08-27 15:59 Julian Fitzell Details Diff |
clean up news api and do a little tidying of the news_* pages git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1372 <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 | ||
| mod - news_update.php | Diff File | ||
| mod - news_delete_page.php | Diff File | ||
| mod - news_edit_page.php | Diff File | ||
| mod - main_page.php | Diff File | ||
| mod - news_delete.php | Diff File | ||
| mod - news_add.php | Diff File | ||
| mod - core/news_api.php | Diff File | ||
|
master d9a07701 2002-08-27 14:54 Julian Fitzell Details Diff |
bug fix... g_icon_path is only used in URLs so should *always* be / terminated git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1371 <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 c5165d64 2002-08-27 09:55 Details Diff |
- Added core/obsolete.php to call config_obsolete for all obsolete variables. - Include ldap_api.php only if needed (i.e. depending on config settings). git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1370 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/API.php | Diff File | ||
| add - core/obsolete.php | Diff File | ||
|
master cfd6797e 2002-08-27 08:44 Details Diff |
- Replaced the use of / by DIRECTORY_SEPARATOR in a couple of places. - Check for obsolete variables is now only done in the login_page.php as well as admin pages. - Add config_obsolete() to config_api.php - Added core/obsolete.php to call config_obsolete for all obsolete variables. - Localised "cached" git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1369 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - core/API.php | Diff File | ||
| mod - core/file_api.php | Diff File | ||
| mod - admin/admin_inc.php | Diff File | ||
| mod - core/config_api.php | Diff File | ||
| mod - config_defaults_inc.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - doc/ChangeLog | Diff File | ||
| mod - admin/admin_check.php | Diff File | ||
| mod - login_page.php | Diff File | ||
|
master 549fbb16 2002-08-27 06:21 smhanson Details Diff |
Fix indent git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1368 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - proj_doc_page.php | Diff File | ||
|
master 2c0e385f 2002-08-27 06:18 smhanson Details Diff |
0002397 - proj_doc_page.php gives the file size of each entry twice. Changed the second instance to the upload date/time git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1367 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - proj_doc_page.php | Diff File | ||
|
master bc68bf24 2002-08-27 06:17 Julian Fitzell Details Diff |
a couple of bugs I stumbled across while testing other stuff git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1366 <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 - proj_doc_add_page.php | Diff File | ||
|
master 5d5d5f8b 2002-08-27 06:08 Julian Fitzell Details Diff |
cleanup and renaming, etc user_api is largely completed but still needs some work If anyone else wants to jump in and finish it up, please do. I'm not likely to have much time tomorrow to work on it. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1365 <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 - history_inc.php | Diff File | ||
| mod - core/summary_api.php | Diff File | ||
| mod - core/user_api.php | Diff File | ||
| mod - core/ldap_api.php | Diff File | ||
| mod - core/email_api.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - constant_inc.php | Diff File | ||
| mod - account_page.php | Diff File | ||
| mod - news_view_page.php | Diff File | ||
| mod - news_list_page.php | Diff File | ||
| mod - manage_user_delete.php | Diff File | ||
| mod - view_bug_page.php | Diff File | ||
| mod - manage_user_page.php | Diff File | ||
| mod - view_bug_advanced_page.php | Diff File | ||
| mod - manage_prune.php | Diff File | ||
| mod - view_all_bug_page.php | Diff File | ||
| mod - main_page.php | Diff File | ||
| mod - core/authentication_api.php | Diff File | ||
| mod - core/config_api.php | Diff File | ||
| mod - core/project_api.php | Diff File | ||
| mod - login.php | Diff File | ||
| mod - signup.php | Diff File | ||
| mod - view_all_inc.php | Diff File | ||
|
master 6912cb42 2002-08-27 04:32 Julian Fitzell Details Diff |
fix bug where the default value was being interpreted as a string instead of just being returned git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1364 <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 4f6d3b31 2002-08-27 02:47 Julian Fitzell Details Diff |
clear the cache on an update too... git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1363 <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 40606998 2002-08-27 02:13 Julian Fitzell Details Diff |
- remove a project's row from the cache when it is deleted - cache the project row while checking if it exists (thanks vb for the original suggestion) git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1362 <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 fd8486d8 2002-08-27 01:51 Julian Fitzell Details Diff |
don't use the same error number twice git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1361 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
||
| mod - constant_inc.php | Diff File | ||