Changesets: MantisBT

master 5767020b

2008-10-09 15:44

Paul Richards


Details Diff
HTML validation

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5643 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - news_list_page.php Diff File

master e2102e3c

2008-10-09 13:54

siebrand


Details Diff
* remove trailing whitespace, double newlines
* remove unneeded indents for php code where possible
* reindent where needed, with only leading tabs, not spaces
* remove closing "?>"
* add FIXME where some localisation is needed.

No functional changes. First two folders done, work in progress.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5642 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - admin/install_helper_functions.php Diff File
mod - admin/upgrade_unattended.php Diff File
mod - api/soap/mc_api.php Diff File
mod - admin/db_stats.php Diff File
mod - admin/admin.css Diff File
mod - api/soap/mantisconnect.php Diff File
mod - admin/schema.php Diff File
mod - api/soap/mc_account_api.php Diff File
mod - api/soap/mc_enum_api.php Diff File
mod - api/soap/mc_file_api.php Diff File
mod - api/soap/mc_custom_field_api.php Diff File
mod - admin/upgrade_warning.php Diff File
mod - admin/move_db2disk.php Diff File
mod - api/soap/mc_core.php Diff File
mod - admin/check.php Diff File
mod - api/soap/mc_config_defaults_inc.php Diff File
mod - api/soap/mc_project_attachment_api.php Diff File
mod - admin/test_langs.php Diff File
mod - admin/install.php Diff File
mod - admin/index.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - admin/test_icons.php Diff File
mod - api/soap/mc_issue_attachment_api.php Diff File
mod - admin/system_utils.php Diff File
mod - api/soap/mc_config_api.php Diff File
mod - admin/copy_field.php Diff File
mod - api/soap/mc_filter_api.php Diff File
mod - api/soap/mc_project_api.php Diff File
mod - admin/install_functions.php Diff File

master 3ab5a4f4

2008-10-08 11:11

jreese


Details Diff
Greatly improved usability and readability of plugin management.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5641 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - manage_plugin_update.php Diff File
mod - manage_plugin_page.php Diff File

master a6e815d4

2008-10-08 08:38

siebrand


Details Diff
Fix 0005853: in CJK languages, 'Report Issue' pages, the width of the left column is too small.

Resolved by making the bug report table width 90% instead of 75% of the width of the brower window. There isn't a fool proof solution for this I can see at the moment, because we put stuff in a table and if strings are too long to fit, you run into trouble...

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5640 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0005853
mod - bug_report_page.php Diff File
mod - bug_report_advanced_page.php Diff File

master 55b3af5b

2008-10-08 06:54

siebrand


Details Diff
Add localisation for errors from login_page.php

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5639 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - login_page.php Diff File
mod - lang/strings_english.txt Diff File

master 919995e8

2008-10-08 06:33

siebrand


Details Diff
Add 2 FIXMEs. Messages need to become more versatile.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5638 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - lang/strings_english.txt Diff File

master 6c7a75ba

2008-10-08 06:22

siebrand


Details Diff
* Add localisation for 4 messages
* Update Dutch translations I had to make for testing anyway

Note to developers: do not use English text without adding a message ever.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5637 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_english.txt Diff File
mod - manage_user_page.php Diff File
mod - core/html_api.php Diff File

master ea8123bb

2008-10-07 18:48

siebrand


Details Diff
Fix 0009424: Update Polish localisation

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5636 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0009424
mod - lang/strings_polish.txt Diff File

master 51659edd

2008-10-07 17:27

siebrand


Details Diff
Localisation updates from Betawiki (translatewiki.net - 2008-10-07)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5635 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - lang/strings_slovak.txt Diff File
mod - lang/strings_italian.txt Diff File

master 04d4c07d

2008-10-07 10:15

jreese


Details Diff
Fix 0009677: SQL errors when deleting categories from projects with no categories.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5634 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0009677
mod - core/category_api.php Diff File

master aa928c13

2008-10-07 08:53

jreese


Details Diff
Fix 0009676: Bad default values for category bools when creating projects.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5633 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0009676
mod - manage_proj_create.php Diff File

master 6c5d6efa

2008-10-06 14:04

jreese


Details Diff
Revert "Move bug_create() validation to bug_report.php so that form security tokens work right."
With the changes to form_api, this commit has been superceded.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5632 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bug_report.php Diff File
mod - core/bug_api.php Diff File

master aaa9a2e2

2008-10-05 18:11

vboctor


Details Diff
- Changing "Bug" to "Issue".
- Removing configuration relating to freemind since it is now a plugin.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5631 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - docbook/adminguide/en/installation.sgml Diff File
mod - docbook/adminguide/en/workflow.sgml Diff File
mod - docbook/adminguide/en/project_management.sgml Diff File
mod - docbook/adminguide/en/customizing_mantis.sgml Diff File
mod - docbook/adminguide/en/user_management.sgml Diff File
mod - docbook/adminguide/en/page_descriptions.sgml Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File

master fe47c8ef

2008-10-05 03:37

vboctor


Details Diff
Fixed 0009661: It should be possible to switch off short_url usage.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5630 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - config_defaults_inc.php Diff File
mod - permalink_page.php Diff File

master-1.1.x cd3e3225

2008-10-03 13:43

jreese


Details Diff
Move all form_security_validate() calls before any processing happens.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_1_0@5629 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - news_delete.php Diff File
mod - manage_proj_custom_field_update.php Diff File
mod - bug_update.php Diff File
mod - manage_proj_ver_delete.php Diff File
mod - manage_proj_ver_update.php Diff File
mod - tag_detach.php Diff File
mod - manage_proj_user_copy.php Diff File
mod - manage_config_email_set.php Diff File
mod - manage_user_create.php Diff File
mod - tag_delete.php Diff File
mod - manage_proj_ver_copy.php Diff File
mod - manage_proj_custom_field_copy.php Diff File
mod - manage_custom_field_create.php Diff File
mod - manage_proj_update.php Diff File
mod - manage_proj_custom_field_add_existing.php Diff File
mod - manage_user_update.php Diff File
mod - manage_user_delete.php Diff File
mod - manage_proj_cat_update.php Diff File
mod - manage_proj_cat_copy.php Diff File
mod - manage_proj_user_remove.php Diff File
mod - manage_proj_subproj_delete.php Diff File
mod - bug_report.php Diff File
mod - manage_user_reset.php Diff File
mod - manage_config_revert.php Diff File
mod - manage_custom_field_update.php Diff File
mod - manage_proj_create.php Diff File
mod - manage_proj_cat_delete.php Diff File
mod - manage_proj_user_add.php Diff File
mod - manage_proj_ver_add.php Diff File
mod - manage_custom_field_delete.php Diff File
mod - manage_proj_delete.php Diff File
mod - manage_proj_subproj_add.php Diff File
mod - manage_proj_custom_field_remove.php Diff File
mod - manage_proj_cat_add.php Diff File
mod - manage_user_proj_add.php Diff File
mod - manage_custom_field_proj_add.php Diff File

master b69fe757

2008-10-03 13:37

jreese


Details Diff
Move all form_security_validate() calls before any processing happens.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5628 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - news_edit_page.php Diff File
mod - manage_proj_custom_field_copy.php Diff File
mod - manage_proj_ver_add.php Diff File
mod - manage_user_create.php Diff File
mod - manage_proj_cat_update.php Diff File
mod - manage_proj_user_copy.php Diff File
mod - manage_proj_user_remove.php Diff File
mod - manage_proj_cat_add.php Diff File
mod - manage_config_revert.php Diff File
mod - bug_report.php Diff File
mod - manage_proj_update.php Diff File
mod - manage_proj_ver_copy.php Diff File
mod - manage_custom_field_update.php Diff File
mod - manage_custom_field_delete.php Diff File
mod - manage_custom_field_create.php Diff File
mod - manage_user_update.php Diff File
mod - manage_config_email_set.php Diff File
mod - manage_user_reset.php Diff File
mod - manage_proj_subproj_delete.php Diff File
mod - manage_proj_update_children.php Diff File
mod - manage_proj_custom_field_add_existing.php Diff File
mod - tag_detach.php Diff File
mod - manage_proj_subproj_add.php Diff File
mod - manage_custom_field_proj_add.php Diff File
mod - bug_update.php Diff File
mod - manage_proj_create.php Diff File
mod - manage_proj_custom_field_update.php Diff File
mod - manage_proj_delete.php Diff File
mod - manage_user_proj_add.php Diff File
mod - tag_delete.php Diff File
mod - manage_proj_cat_copy.php Diff File
mod - manage_proj_cat_delete.php Diff File
mod - manage_proj_custom_field_remove.php Diff File
mod - manage_proj_ver_update.php Diff File
mod - manage_user_delete.php Diff File
mod - manage_proj_ver_delete.php Diff File
mod - manage_proj_user_add.php Diff File

master-1.1.x a59a1f41

2008-10-03 11:23

jreese


Details Diff
Last move to using form security purging.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_1_0@5627 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bug_actiongroup_page.php Diff File
mod - bug_actiongroup.php Diff File

master-1.1.x fbff0daa

2008-10-03 11:23

jreese


Details Diff
Second step of implementing form security purging.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_1_0@5626 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bug_report.php Diff File
mod - news_add.php Diff File
mod - signup.php Diff File
mod - account_prof_update.php Diff File
mod - bug_actiongroup_ext.php Diff File
mod - tag_update.php Diff File
mod - account_update.php Diff File
mod - bug_update.php Diff File
mod - tag_detach.php Diff File
mod - tag_attach.php Diff File
mod - news_update.php Diff File
mod - news_delete.php Diff File
mod - tag_delete.php Diff File

master-1.1.x dd05dd61

2008-10-03 11:22

jreese


Details Diff
First step to implementing new form security purge().

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_1_0@5625 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - manage_proj_cat_update.php Diff File
mod - manage_proj_custom_field_update.php Diff File
mod - manage_proj_custom_field_add_existing.php Diff File
mod - manage_proj_ver_delete.php Diff File
mod - manage_proj_user_copy.php Diff File
mod - manage_proj_cat_copy.php Diff File
mod - manage_config_revert.php Diff File
mod - manage_custom_field_update.php Diff File
mod - manage_proj_cat_delete.php Diff File
mod - manage_proj_user_add.php Diff File
mod - manage_proj_ver_copy.php Diff File
mod - manage_user_reset.php Diff File
mod - manage_proj_cat_add.php Diff File
mod - manage_proj_ver_update.php Diff File
mod - manage_user_create.php Diff File
mod - manage_proj_delete.php Diff File
mod - manage_user_update.php Diff File
mod - manage_custom_field_proj_add.php Diff File
mod - manage_custom_field_create.php Diff File
mod - manage_config_email_set.php Diff File
mod - manage_user_proj_add.php Diff File
mod - manage_user_delete.php Diff File
mod - manage_proj_user_remove.php Diff File
mod - manage_custom_field_delete.php Diff File
mod - manage_proj_custom_field_remove.php Diff File
mod - manage_proj_subproj_delete.php Diff File
mod - manage_proj_subproj_add.php Diff File
mod - manage_proj_ver_add.php Diff File
mod - manage_proj_custom_field_copy.php Diff File
mod - manage_proj_update.php Diff File
mod - manage_proj_create.php Diff File

master-1.1.x a1302239

2008-10-03 11:21

jreese


Details Diff
Fix form security validation to use separate purge() step to work around all the possible error states.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_1_0@5624 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/form_api.php Diff File

master 8d449cdb

2008-10-03 11:08

jreese


Details Diff
Last move to using form security purging.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5623 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bug_actiongroup.php Diff File
mod - bug_actiongroup_page.php Diff File

master ec3ecca7

2008-10-03 11:07

jreese


Details Diff
Second step of implementing form security purging.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5622 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - news_update.php Diff File
mod - account_prof_update.php Diff File
mod - tag_attach.php Diff File
mod - bug_report.php Diff File
mod - news_edit_page.php Diff File
mod - news_add.php Diff File
mod - tag_detach.php Diff File
mod - signup.php Diff File
mod - tag_update.php Diff File
mod - bug_update.php Diff File
mod - tag_delete.php Diff File
mod - account_update.php Diff File
mod - bug_actiongroup_ext.php Diff File

master 8c537f83

2008-10-03 11:07

jreese


Details Diff
First step to implementing new form security purge().

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5621 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - manage_user_create.php Diff File
mod - manage_proj_cat_delete.php Diff File
mod - manage_proj_cat_add.php Diff File
mod - manage_proj_update.php Diff File
mod - manage_user_delete.php Diff File
mod - manage_proj_ver_update.php Diff File
mod - manage_proj_create.php Diff File
mod - manage_proj_ver_delete.php Diff File
mod - manage_config_revert.php Diff File
mod - manage_proj_subproj_add.php Diff File
mod - manage_user_proj_add.php Diff File
mod - manage_proj_user_copy.php Diff File
mod - manage_custom_field_proj_add.php Diff File
mod - manage_proj_delete.php Diff File
mod - manage_proj_ver_copy.php Diff File
mod - manage_proj_custom_field_add_existing.php Diff File
mod - manage_custom_field_create.php Diff File
mod - manage_user_update.php Diff File
mod - manage_custom_field_update.php Diff File
mod - manage_user_reset.php Diff File
mod - manage_custom_field_delete.php Diff File
mod - manage_proj_user_remove.php Diff File
mod - manage_config_email_set.php Diff File
mod - manage_proj_custom_field_remove.php Diff File
mod - manage_proj_user_add.php Diff File
mod - manage_proj_custom_field_update.php Diff File
mod - manage_proj_custom_field_copy.php Diff File
mod - manage_proj_cat_copy.php Diff File
mod - manage_proj_ver_add.php Diff File
mod - manage_proj_subproj_delete.php Diff File
mod - manage_proj_cat_update.php Diff File
mod - manage_proj_update_children.php Diff File

master cbffce71

2008-10-03 11:06

jreese


Details Diff
Fix form security validation to use separate purge() step to work around all the possible error states.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5620 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/form_api.php Diff File

master c0e19be7

2008-10-02 18:20

siebrand


Details Diff
Remove trailing whitespace and make newlines use consistently for recently imported files

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5619 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - plugins/XmlImportExport/ImportXml/Mapper.php Diff File
mod - plugins/XmlImportExport/mantis.dtd Diff File
mod - plugins/XmlImportExport/pages/import.php Diff File
mod - plugins/XmlImportExport/XmlImportExport.php Diff File
mod - plugins/XmlImportExport/ImportXml/Issue.php Diff File
mod - plugins/XmlImportExport/ImportXml.php Diff File
mod - plugins/XmlImportExport/ImportXml/Interface.php Diff File
mod - plugins/XmlImportExport/lang/strings_english.txt Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 501 502 503 504 505 506 507 ... 560 ... 630 ... 700 ... 703 704 705  Next  Last