Changesets: MantisBT

master 4bb1dcac

2014-04-30 08:49

dregad


Details Diff
Upgrade PHPMailer to 5.2.7

This introduces a revised validateAddress() method with selection of
email validation pattern.

See changelog.md for full details
mod - library/README.libs Diff File
mod - library/phpmailer Diff File

master b7ebffd6

2014-04-30 08:28

dregad


Details Diff
Update ADOdb to 5.19
mod - core/constant_inc.php Diff File
mod - library/README.libs Diff File
mod - library/adodb Diff File

adodb a1a9a1b6

2014-04-30 08:28

dregad


Details Diff
Update ADOdb to 5.19
mod - library/README.libs Diff File
mod - library/adodb Diff File

master 085986c7

2014-04-29 18:04

mantishub


Details Diff
Fixes 0017246: Date custom fields can't store dates pre-1970. Affected Issues
0017246
mod - core/custom_field_api.php Diff File

master 9323b094

2014-04-29 04:34

dregad


Details Diff
Fix publican.cfg for automated builds

Due to running an old version of publican (0.99) on mantisbt.org, some
parameters are required by the tool even though we don't actually need
them.

This causes build warnings on more recent versions of publican.

[skip ci]
mod - docbook/Admin_Guide/publican.cfg Diff File
mod - docbook/Developers_Guide/publican.cfg Diff File

master f2657a95

2014-04-29 03:24

dregad


Details Diff
Preparing Developer's Guide for 1.3 release

[skip ci]
mod - docbook/Developers_Guide/en-US/Appendix.xml Diff File
mod - docbook/Developers_Guide/en-US/Author_Group.xml Diff File
mod - docbook/Developers_Guide/en-US/Book_Info.xml Diff File
rm - docbook/Developers_Guide/en-US/Chapter.xml Diff
mod - docbook/Developers_Guide/en-US/Contributors.xml Diff File
mod - docbook/Developers_Guide/en-US/Developers_Guide.ent Diff File
mod - docbook/Developers_Guide/en-US/Developers_Guide.xml Diff File
mod - docbook/Developers_Guide/en-US/Integrating.xml Diff File
mod - docbook/Developers_Guide/en-US/Revision_History.xml Diff File
add - docbook/Developers_Guide/en-US/images/mantis_logo.png Diff File
mod - docbook/Developers_Guide/publican.cfg Diff File

master 6185fd37

2014-04-29 03:23

dregad


Details Diff
Preparing Admin Guide for 1.3 release

[skip ci]
mod - docbook/Admin_Guide/en-US/About.xml Diff File
mod - docbook/Admin_Guide/en-US/Admin_Guide.ent Diff File
mod - docbook/Admin_Guide/en-US/Admin_Guide.xml Diff File
mod - docbook/Admin_Guide/en-US/Author_Group.xml Diff File
mod - docbook/Admin_Guide/en-US/Book_Info.xml Diff File
mod - docbook/Admin_Guide/en-US/Configuration.xml Diff File
mod - docbook/Admin_Guide/en-US/Contributing.xml Diff File
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File
mod - docbook/Admin_Guide/en-US/Page_Descriptions.xml Diff File
mod - docbook/Admin_Guide/en-US/Project_Management.xml Diff File
mod - docbook/Admin_Guide/en-US/Revision_History.xml Diff File
mod - docbook/Admin_Guide/en-US/User_Management.xml Diff File
mod - docbook/Admin_Guide/en-US/Workflow.xml Diff File
add - docbook/Admin_Guide/en-US/images/mantis_logo.png Diff File
mod - docbook/Admin_Guide/publican.cfg Diff File

master 89d14f9a

2014-04-29 02:57

dregad


Details Diff
Update revision date
mod - docbook/Admin_Guide/en-US/Revision_History.xml Diff File

master 9c6b01c1

2014-04-29 02:55

dregad


Details Diff
Browser support
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

master 46058b94

2014-04-29 02:54

dregad


Details Diff
Revise DB support references
mod - docbook/Admin_Guide/en-US/Configuration.xml Diff File
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

master 0cba3ddf

2014-04-29 02:19

dregad


Details Diff
Updated revision history
mod - docbook/Developers_Guide/en-US/Revision_History.xml Diff File

master 89ddd457

2014-04-29 02:16

dregad


Details Diff
Remove leading '$' for shell commands
mod - docbook/Developers_Guide/en-US/Contributors.xml Diff File

master 527f44cd

2014-04-29 02:15

dregad


Details Diff
Use warning tag
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

master dbbfc436

2014-04-29 02:14

dregad


Details Diff
Remove reference to 'Hash' extension

No longer needed since it's bundled with PHP 5.1 and we require >= 5.3.2
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

master 4158f046

2014-04-29 02:14

dregad


Details Diff
Change subtitle
mod - docbook/Admin_Guide/en-US/Book_Info.xml Diff File

master e2bb196b

2014-04-29 01:53

dregad


Details Diff
Review Appendix

- Fix/remove broken links
- Added link to git-scm.com / pro git book
- reorganize bullet lists
mod - docbook/Developers_Guide/en-US/Appendix.xml Diff File

master 1d2e535b

2014-04-29 01:52

dregad


Details Diff
Review Integrating section
mod - docbook/Developers_Guide/en-US/Integrating.xml Diff File

master 720e823e

2014-04-28 09:45

dregad


Details Diff
Revert crypto_init() to use config_get_global()

Following fix for issue 0017263, it is no longer necessary to rely on use
of global variable.
Affected Issues
0017263
mod - core/crypto_api.php Diff File

master 82adbae0

2014-04-28 03:20

dregad


Details Diff
Use 'info' row in env_obsolete()

To be consistent with how config_obsolete() displays the message.
mod - core/config_api.php Diff File

master e68dc7ec

2014-04-28 03:18

dregad


Details Diff
Added phpdoc for env_obsolete()
mod - core/config_api.php Diff File

master 53a8e999

2014-04-28 03:14

dregad


Details Diff
Move env_obsolete() function to config_api.php

Makes more sense to have it here, next to sibling config_obsolete()
function, and keep obsolete.php clean with only the list of configs to
check.
mod - core/config_api.php Diff File
mod - core/obsolete.php Diff File

master f4989d49

2014-04-28 02:59

dregad


Details Diff
core.php: move config_inc.php include earlier in the file

This fixes a regression introduced by the new config folder commit
4b173463c2715c7dfa12dc37b6663df19930e594: global variables overriden in
config_inc.php are set to their default value in the config cache,
causing config_get_global() to return an incorrect value.

Moving the code to include the config_inc.php file back to its previous
location (immediately after config_defaults_inc.php and before
initializing the various APIs) fixes the problem.

Fixes 0017263
Affected Issues
0017263
mod - core.php Diff File

master f4d7a1d5

2014-04-24 20:28

mantishub


Details Diff
Applied further review comments for config folder change.
mod - config_defaults_inc.php Diff File
mod - core.php Diff File
mod - scripts/travis_before_script.sh Diff File

master 4b173463

2014-04-22 19:24

mantishub


Details Diff
Fixes 0016850: Add config folder for customization files
Fixes 0016446: Merge MantisConnect configs into MantisBT standard configs.

This change adds a config folder that includes all custom_*_inc.php files and config_inc.php file.

The SOAP API configs are now also merged into the standard configs. The fact that the separate configs was from the days where MantisConnect web service was separate from MantisBT. Now it is just confusing.

This change includes the addition of a configurable config path that can be set via an environment variable (MANTIS_CONFIG_FOLDER) or defaulted to MantisBT config subfolder. The change also includes all the necessary validation in admin/check/ and admin/install.php.

Conflicts:
api/soap/mc_config_defaults_inc.php
Affected Issues
0016446, 0016850
mod - .gitignore Diff File
mod - admin/check/check_config_inc.php Diff File
mod - admin/check/check_integrity_inc.php Diff File
mod - admin/check/check_paths_inc.php Diff File
mod - admin/check/check_webservice_inc.php Diff File
mod - admin/install.php Diff File
mod - admin/test_email.php Diff File
mod - api/soap/mantisconnect.php Diff File
mod - api/soap/mc_api.php Diff File
rm - api/soap/mc_config_defaults_inc.php Diff
mod - api/soap/mc_core.php Diff File
mod - api/soap/mc_enum_api.php Diff File
mod - api/soap/mc_issue_api.php Diff File
add - config/.htaccess Diff File
mod - config_defaults_inc.php Diff File
mod - core.php Diff File
mod - core/crypto_api.php Diff File
mod - core/lang_api.php Diff File
mod - core/obsolete.php Diff File
mod - core/relationship_api.php Diff File
mod - docbook/Admin_Guide/en-US/Configuration.xml Diff File
mod - docbook/Admin_Guide/en-US/Customizing.xml Diff File
mod - readme.md Diff File
mod - scripts/travis_before_script.sh Diff File
mod - tests/TestConfig.php Diff File

master b1877a6a

2014-04-21 19:14

mantishub


Details Diff
Fixes 0017184: Anonymous authentication to soap api.

Anonymous authentication now works by passing in an empty user name
or the anonymous user name. In both cases, the password field should
be left blank. The authentication logic has been pushed into the
script login validation core API.
Affected Issues
0017184
mod - api/soap/mc_api.php Diff File
mod - core/authentication_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 283 284 285 286 287 288 289 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last