Changesets: MantisBT

master ceae796e

2016-06-19 16:02

badfiles

Committer: dregad


Details Diff
activate buttons
mod - core/layout_api.php Diff File

master 4d6818db

2016-06-19 15:06

badfiles

Committer: vboctor


Details Diff
pick up 'open sans' from 'google fonts'
mod - core/layout_api.php Diff File

master f696d1c0

2016-06-19 14:53

badfiles

Committer: vboctor


Details Diff
drop execute attribute off some files

master a928b9ba

2016-06-19 10:25

badfiles

Committer: dregad


Details Diff
Whitespace, typo in PHPdoc
mod - core/layout_api.php Diff File
mod - proj_doc_page.php Diff File

master 1eb31eb3

2016-06-19 09:36

badfiles

Committer: dregad


Details Diff
no 'selected' or 'disabled' attr in <a> context Affected Issues
0025894
mod - core/layout_api.php Diff File

master b7b91454

2016-06-19 08:49

badfiles

Committer: dregad


Details Diff
Remove duplicate id
mod - core/layout_api.php Diff File

master 5e9807b5

2016-06-19 08:45

badfiles

Committer: dregad


Details Diff
<form> not allowed in <span> context
mod - proj_doc_page.php Diff File

master 8d18bf63

2016-06-19 08:31

badfiles

Committer: dregad


Details Diff
no 'alt' attribute in <i> context
mod - account_sponsor_page.php Diff File
mod - bug_sponsorship_list_view_inc.php Diff File
mod - core/collapse_api.php Diff File
mod - core/icon_api.php Diff File
mod - core/print_api.php Diff File
mod - core/relationship_api.php Diff File
mod - manage_user_page.php Diff File
mod - my_view_inc.php Diff File
mod - print_all_bug_page.php Diff File

master 92fd6f64

2016-06-19 06:51

atrol


Details Diff
Remove DB2 support

Fixes 0021140
Affected Issues
0021140
mod - admin/install.php Diff File
mod - config_defaults_inc.php Diff File
mod - core.php Diff File
mod - core/database_api.php Diff File
mod - core/obsolete.php Diff File
mod - docbook/Admin_Guide/en-US/About.xml Diff File
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File
mod - docbook/Admin_Guide/en-US/config/database.xml Diff File

master 9af68ea9

2016-06-19 04:54

atrol


Details Diff
PHPDoc fixes
mod - api/soap/mc_api.php Diff File
mod - core/history_api.php Diff File
mod - core/ldap_api.php Diff File

master-1.3.x e5e6858c

2016-06-18 15:29

Damien Regad


Details Diff
Fix Mentions replacement corrupting mailto links

mention_format_text() is called after string_insert_hrefs(). Since
formatted mailto links contains text that may be interpreted as
mention tags, we need to make sure we only perform replacement of
the tags excluding existing anchors.
mod - core/mention_api.php Diff File

master-1.3.x b1c91742

2016-06-18 15:26

Damien Regad


Details Diff
New string_process_exclude_anchors() API function

Processes a string by applying a callback function to the text
between anchor tags (the anchors themselves will be left as-is).

The new function is used to process the mailto links in
string_insert_hrefs().
mod - core/string_api.php Diff File

master-1.3.x a9f2f2b2

2016-06-18 14:32

Damien Regad


Details Diff
Mention tests: invert MentionWithInvalidChars case

'vboctor%%%' should match 'vboctor', as discussed in
https://github.com/mantisbt/mantisbt/pull/786#issuecomment-225468428A
mod - tests/Mantis/MentionParsingTest.php Diff File

master-1.3.x 5484d10d

2016-06-18 14:03

dregad


Details Diff
Fix Exception message outputting variable name instead of value
mod - core/classes/Tokenizer.class.php Diff File

master-1.3.x 4dcb16cc

2016-06-18 12:48

dregad


Details Diff
Fix 4-byte UTF-8 chars issues on MySQL

This applies the new db_mysql_fix_utf8() function to the following
fields:

- bug.summary
- bug.description
- bug.steps_to_reproduce
- bug.additional_information
- bugnote.text
- custom fields

Fixes 0021101
Affected Issues
0021101
mod - core/bug_api.php Diff File
mod - core/bugnote_api.php Diff File
mod - core/cfdefs/cfdef_standard.php Diff File
mod - core/custom_field_api.php Diff File

master-1.3.x 805ef0cb

2016-06-18 12:42

dregad


Details Diff
New database API function db_mysql_fix_utf8()

This new function replaces 4-byte UTF-8 chars by Unicode U+FFFD
character for MySQL databases.

This is a temporary workaround to avoid data getting truncated on MySQL
databases using native utf8 encoding which only supports 3 bytes chars,
until we're able to support utf8mb4 charset (see issue 0020431).

Fixes 0021101
Affected Issues
0020431, 0021101
mod - core/database_api.php Diff File

master d4e8f63d

2016-06-18 00:45

dregad


Details Diff
Update .mailmap
mod - .mailmap Diff File

master 0be20bdb

2016-06-17 19:07

badfiles

Committer: vboctor


Details Diff
Fix merge errors in modern UI
mod - account_page.php Diff File
mod - adm_config_report.php Diff File
mod - billing_inc.php Diff File
mod - bugnote_stats_inc.php Diff File
mod - bugnote_view_inc.php Diff File
mod - login_page.php Diff File
mod - lost_pwd_page.php Diff File
mod - manage_custom_field_edit_page.php Diff File

master 15d2e726

2016-06-17 17:26

badfiles

Committer: dregad


Details Diff
Fix news layout

Remove div and make space between buttons.

Commits from PR https://github.com/mantisbt/mantisbt/pull/795 squashed.

Signed-off-by: Damien Regad <dregad@mantisbt.org>
mod - core/print_api.php Diff File
mod - news_update.php Diff File

master 7c0b2c05

2016-06-17 12:32

atrol


Details Diff
Remove 1.2.x documentation template
rm - docbook/template/template.sgml Diff

master 9a617d87

2016-06-17 12:16

atrol


Details Diff
Remove 1.2.x documentation files
rm - docbook/administration_guide/en/Makefile Diff
rm - docbook/administration_guide/en/user_management.sgml Diff
rm - docbook/developers/en/developers.sgml Diff
rm - docbook/developers/en/plugins-building-source.sgml Diff

master fed35e2d

2016-06-17 00:49

badfiles

Committer: dregad


Details Diff
Use lang_get() instead of hardcoded string 'required'

Signed-off-by: Damien Regad <dregad@mantisbt.org>
mod - account_page.php Diff File
mod - account_prof_menu_page.php Diff File
mod - manage_columns_inc.php Diff File
mod - manage_tags_page.php Diff File
mod - news_edit_page.php Diff File

master 5ae103fd

2016-06-17 00:27

atrol


Details Diff
Fix use of undefined constant print_small_button

Fixes 0021134
Affected Issues
0021134
mod - bug_relationship_graph.php Diff File

master 968d7782

2016-06-16 22:44

atrol


Details Diff
Remove unused jQuery 1.x

jquery-1.12.4.min.js is no longer needed.
We use jquery-2.1.4.min.js at the moment.
rm - js/jquery-1.12.4.min.js Diff

master-1.3.x 7bbf2ea4

2016-06-16 16:11

dregad


Details Diff
Avoid config values corruption when editing them

Prior to this, an nl2br() conversion was systematically performed when
displaying the config option. This caused insertion of '<br />' tags
when editing configs containing newlines, which would then be saved.

We now only perform the nl2br conversion when the config is printed for
display.

Fixes 0021136
Affected Issues
0021136
mod - adm_config_report.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 228 229 230 231 232 233 234 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last