Changesets: MantisBT
master-1.2.x 761a2d64 2012-05-11 02:55 Details Diff |
Documentation update: revised Admin Guide / Installation |
Affected Issues 0014285 |
|
mod - docbook/adminguide/en/installation.sgml | Diff File | ||
master b0eebc44 2012-05-11 02:55 Details Diff |
Documentation: Admin Guide / Installation including Upgrading This is a complete overhaul of the Installation chapter, which removes redundant text and reintroduces Upgrading instructions which were left out in the conversion from the old 1.0 manual. Takes into consideration the indications provided in doc/INSTALL. Removes trailing '.' in chapter id admin.customize Fixes 0011597 |
Affected Issues 0011597 |
|
mod - docbook/Admin_Guide/en-US/Customizing.xml | Diff File | ||
mod - docbook/Admin_Guide/en-US/Installation.xml | Diff File | ||
master-1.2.x c2d4e475 2012-05-11 02:55 Details Diff |
Documentation: Admin Guide / Installation including Upgrading This is a complete overhaul of the Installation chapter, which removes redundant text and reintroduces Upgrading instructions which were left out in the conversion from the old 1.0 manual. Takes into consideration the indications provided in doc/INSTALL. Removes trailing '.' in chapter id admin.customize Fixes 0011597 |
Affected Issues 0011597 |
|
mod - docbook/adminguide/en/customizing_mantis.sgml | Diff File | ||
mod - docbook/adminguide/en/installation.sgml | Diff File | ||
master 01b5bf55 2012-05-11 02:08 Details Diff |
Fix string_insert_hrefs() to handle URLs with user/password This function inserts the hrefs in 2 steps: 1) URLs and 2) emails. When the string contains URLs specifying a username and/or password, e.g. http://user@example.com/ or http://user:password@example.com/ the 2nd call to pcre_replace() processes the part of it that matches the email address specification, resulting in broken links and text display as well as invalid HTML generation. This commit fixes the behavior by adding logic to distinguish URLs with password and actual emails addresses. Fixes 0012781 |
Affected Issues 0012781 |
|
mod - core/string_api.php | Diff File | ||
master-1.2.x 21a3469d 2012-05-11 02:08 Details Diff |
Fix string_insert_hrefs() to handle URLs with user/password This function inserts the hrefs in 2 steps: 1) URLs and 2) emails. When the string contains URLs specifying a username and/or password, e.g. http://user@example.com/ or http://user:password@example.com/ the 2nd call to pcre_replace() processes the part of it that matches the email address specification, resulting in broken links and text display as well as invalid HTML generation. This commit fixes the behavior by adding logic to distinguish URLs with password and actual emails addresses. Backport of 1.3.x commit f460bbd253e228753360e72984c5ac878b4e553e Uses create_function() for preg_replace_callback instead of an Anonymous function, as they are not supported in PHP < 5.3. Fixes 0012781 |
Affected Issues 0012781 |
|
mod - core/string_api.php | Diff File | ||
master-2.0.x 1f52e6d3 2012-05-09 15:10 Paul Richards Details Diff |
Remove obsolete variable from default config - removed by dhx as part of a previous security fix from what I can tell | ||
mod - config_defaults_inc.php | Diff File | ||
mod - core/obsolete.php | Diff File | ||
master-2.0.x 7329a448 2012-05-09 14:51 Paul Richards Details Diff |
Always show full email as limit_email_domain can now be multiple domains | ||
mod - core/print_api.php | Diff File | ||
master-2.0.x a60ebc47 2012-05-09 14:50 Paul Richards Details Diff |
Simplify setup of anonymous account by only requiring one configuration variable | ||
mod - admin/check/check_anonymous_inc.php | Diff File | ||
mod - config_defaults_inc.php | Diff File | ||
mod - core/authentication_api.php | Diff File | ||
mod - core/obsolete.php | Diff File | ||
mod - core/user_api.php | Diff File | ||
mod - issues_rss.php | Diff File | ||
mod - login_anon.php | Diff File | ||
mod - login_page.php | Diff File | ||
mod - news_rss.php | Diff File | ||
master-2.0.x 9c4985e3 2012-05-09 14:28 Paul Richards Details Diff |
Make the transition of limit_email_domain smoother for end users by obsoleting it - new variable is limit_email_domains | ||
mod - config_defaults_inc.php | Diff File | ||
mod - core/email_api.php | Diff File | ||
mod - core/obsolete.php | Diff File | ||
master-2.0.x 60145411 2012-05-09 14:24 Paul Richards Details Diff |
remove obsolete todo notice | ||
mod - config_defaults_inc.php | Diff File | ||
master-2.0.x 14ad7654 2012-05-09 14:16 Paul Richards Details Diff |
Make limit_email_domain to be an array of valid email domains Signup page should respect limit_email_domain if used Remove email_append_domain |
||
mod - account_update.php | Diff File | ||
mod - config_defaults_inc.php | Diff File | ||
mod - core/email_api.php | Diff File | ||
mod - lost_pwd.php | Diff File | ||
mod - manage/user_create.php | Diff File | ||
mod - manage/user_update.php | Diff File | ||
mod - signup.php | Diff File | ||
master-2.0.x 272d3ef4 2012-05-09 13:38 Paul Richards Details Diff |
fix db_table_exists | ||
mod - core/database_api.php | Diff File | ||
master-2.0.x 08597e36 2012-05-09 13:37 Paul Richards Details Diff |
Add function to return the full table name | ||
mod - core/classes/MantisDatabase/MantisDatabase.class.php | Diff File | ||
master-2.0.x b53502d2 2012-05-09 13:23 Paul Richards Details Diff |
Fix name of table | ||
mod - core/bug_revision_api.php | Diff File | ||
master-2.0.x 4e51a450 2012-05-09 13:21 Paul Richards Details Diff |
Add delete method to bug object | ||
mod - bug_actiongroup.php | Diff File | ||
mod - core/bug_api.php | Diff File | ||
mod - core/classes/MantisBug.class.php | Diff File | ||
master 2e84a853 2012-05-08 23:45 Details Diff |
Fix occurences of old logo filename Commit e47a2dcb4b0d90097048e9ba5fa3d1f2c50e188f omitted to change 2 occurences of the logo's old filename (mantis_logo.gif) Fixes 0014119 |
Affected Issues 0014119 |
|
mod - admin/check/index.php | Diff File | ||
mod - config_inc.php.sample | Diff File | ||
master-2.0.x 358b8487 2012-05-08 15:35 Paul Richards Details Diff |
history api can pass null to not null field via log_event_special. Additionally, we pass in '' to bug_unmonitor to unmonitor all users on a bug [used by bug_delete] | ||
mod - core/history_api.php | Diff File | ||
master-2.0.x 2fdbfcda 2012-05-08 14:51 Paul Richards Details Diff |
tidy up comments | ||
mod - core/bug_api.php | Diff File | ||
master-2.0.x 7cae7c0d 2012-05-08 14:43 Paul Richards Details Diff |
file_allow_bug_upload now takes a bug object as input | ||
mod - bug_file_add.php | Diff File | ||
mod - bug_file_upload_inc.php | Diff File | ||
mod - core/file_api.php | Diff File | ||
master-2.0.x cd2110a2 2012-05-08 14:34 Paul Richards Details Diff |
remove redundant comment - it's checked via file_is_uploading_enabled above | ||
mod - core/file_api.php | Diff File | ||
master-2.0.x 5583baa5 2012-05-08 14:06 Paul Richards Details Diff |
as we only want to trim off the trailing ='s, use ltrim as it's faster | ||
mod - core/custom_field_api.php | Diff File | ||
master-2.0.x 45a5a7bf 2012-05-08 13:49 Paul Richards Details Diff |
fix indentation | ||
mod - bug_actiongroup.php | Diff File | ||
master-2.0.x 7bb58f6c 2012-05-07 12:14 Paul Richards Details Diff |
rename field for new name | ||
mod - core/custom_field_api.php | Diff File | ||
master-2.0.x b66e655d 2012-05-07 01:21 Paul Richards Details Diff |
update jquery | ||
add - css/images/ajax-loader.gif | Diff File | ||
mod - css/images/ajax-loader.png | Diff File | ||
mod - css/images/icons-18-black.png | Diff File | ||
mod - css/images/icons-18-white.png | Diff File | ||
mod - css/images/icons-36-black.png | Diff File | ||
mod - css/images/icons-36-white.png | Diff File | ||
mod - css/images/ui-bg_glass_75_e6e6e6_1x400.png | Diff File | ||
mod - css/jquery.mobile.css | Diff File | ||
mod - static/javascript/jquery-ui.js | Diff File | ||
mod - static/javascript/jquery.js | Diff File | ||
mod - static/javascript/jquery.mobile.js | Diff File | ||
master-2.0.x 1d527b32 2012-05-07 01:00 Paul Richards Details Diff |
add export_api file that wasn't commited before | ||
add - core/export_api.php | Diff File |