MantisBT: master 1e7c6b92

Author Committer Branch Timestamp Parent
Julian Fitzell master 2002-08-25 20:40 master 6fc9f892
Changeset

Sorry for the muddled commit. I realize now that I ended up doing more than one thing at once but they were kind of intertwined.

  • Make db_result() and db_fetch_array() return unescaped data. This should be fine in most cases except where there is db data that actually has slashes in it. I think there is going to be a period in CVS where this kind of stuff is slightly broken... too big an issue to solve all at once.
  • rename get_project_field() to project_get_field() and move it
  • fix html_api where it's asking for project fields for project '0000000'
  • implement project row caching
  • begin an implementation of parameterized error messages to see if it can work

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1349 <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 - core/html_api.php Diff File
mod - proj_user_menu_page.php Diff File
mod - print_all_bug_page_word.php Diff File
mod - core/helper_api.php Diff File
mod - core/database_api.php Diff File
mod - doc/ChangeLog Diff File
mod - core/bugnote_api.php Diff File
mod - print_all_bug_page_excel.php Diff File
mod - core/print_api.php Diff File
mod - print_all_bug_page.php Diff File
mod - core/error_api.php Diff File
mod - core/user_api.php Diff File
mod - core/project_api.php Diff File
mod - history_inc.php Diff File
mod - core/email_api.php Diff File
mod - view_all_inc.php Diff File