Changesets: MantisBT

master af233939

2014-03-09 19:52

vboctor


Details Diff
Fixes 0017075: Import plugins should be able to set last_updated field to a date in the past Affected Issues
0017075
mod - core/bug_api.php Diff File

master-1.2.x d5e55323

2014-03-09 19:52

vboctor


Details Diff
Fixes 0017075: Import plugins should be able to set last_updated field to a date in the past. Affected Issues
0017075
mod - core/bug_api.php Diff File

mantishub-1.3.x-20150418_1638 6ee1b3ca

2014-03-07 21:43

Victor Boctor


Details Diff
Support customization of logo via web interface.

Conflicts:
core/html_api.php
library/disposable
mod - core/html_api.php Diff File
add - logo_page.php Diff File
add - logo_set.php Diff File

master-1.2.x 2588e1de

2014-03-03 00:25

dregad


Details Diff
Changed version to 1.2.18dev [skip ci]
mod - core/constant_inc.php Diff File

release-1.2.17 687aa3af

2014-03-03 00:22

dregad


Details Diff
Bump version, update credits and release notes for 1.2.17
mod - core/constant_inc.php Diff File
mod - doc/CREDITS Diff File
mod - doc/RELEASE Diff File

master-1.2.x 1590d1bb

2014-03-02 23:26

siebrand


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - lang/strings_hebrew.txt Diff File
mod - lang/strings_interlingua.txt Diff File
mod - lang/strings_italian.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_occitan.txt Diff File
mod - lang/strings_polish.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_vietnamese.txt Diff File
mod - plugins/MantisGraph/lang/strings_macedonian.txt Diff File

master e8bdd248

2014-02-28 07:23

dregad


Details Diff
Fix SQL injection vulnerability in adm_config_report.php

Jakub Galczyk (HauntIT blog http://hauntit.blogspot.com/) reported this
issue, introduced by f8a81a33880752364ea47bdd9a987bff986c81de in
MantisBT 1.2.13.

Root cause is the use of unsanitized inlined query parameters.

Fixes 0017055
Affected Issues
0017055
mod - adm_config_report.php Diff File

master-1.2.x a608f2d0

2014-02-28 07:23

dregad


Details Diff
Fix SQL injection vulnerability in adm_config_report.php

Jakub Galczyk (HauntIT blog http://hauntit.blogspot.com/) reported this
issue, introduced by f8a81a33880752364ea47bdd9a987bff986c81de in
MantisBT 1.2.13.

Root cause is the use of unsanitized inlined query parameters.

Fixes 0017055
Affected Issues
0017055
mod - adm_config_report.php Diff File

master 732126b6

2014-02-26 06:44

dregad


Details Diff
Change URL to user documentation

$g_manual_url now points to local copy of admin guide.
mod - config_defaults_inc.php Diff File

master 622afd2d

2014-02-26 04:07

dregad


Details Diff
Increase size of bug jump form text field

Size of 4 was too small to fit the default 7-char bug id
mod - core/html_api.php Diff File

master 27cd232d

2014-02-26 03:57

dregad


Details Diff
CSS: fix padding for main menu items

Old CSS caused the menu item's link to extend from the right of the text
until the vertical bar, while the padding to the left was not
hyperlinked.

The item's text is now centered within the CSS box instead of
left-justified, fixing that behavior.
mod - css/default.css Diff File

master 863073ff

2014-02-26 03:54

dregad


Details Diff
Install: fix HTML and layout

- added missing tr and td tags
- moved incorrectly placed closing form tag
- move config_inc.php table within cell of parent
- make final status and link a table instead of paragraph
mod - admin/install.php Diff File

master daccd7e0

2014-02-26 03:52

dregad


Details Diff
Install: remove redundant db version info line
mod - admin/install.php Diff File

master aa962973

2014-02-26 02:28

dregad


Details Diff
Install: escape strings in generated config_inc.php

Fixes 0017012
Affected Issues
0017012
mod - admin/install.php Diff File

master fec05324

2014-02-26 02:14

dregad


Details Diff
Install: Use PHP_EOL instead of '\n'
mod - admin/install.php Diff File

master 37e57327

2014-02-25 14:56

dregad


Details Diff
Coding guidelines

- $v_ prefix for extracted variables
- $t_ prefix for other local variables
mod - admin/install.php Diff File

master e3ed007f

2014-02-24 11:06

dregad


Details Diff
Merge pull request #140 from dregad/hardcoded-strings

Fix hardcoded strings
mod - bug_file_upload_inc.php Diff File
mod - bug_report_page.php Diff File
mod - core/columns_api.php Diff File
mod - core/print_api.php Diff File
mod - lang/strings_english.txt Diff File
mod - lang/strings_qqq.txt Diff File
mod - proj_doc_add_page.php Diff File
mod - proj_doc_edit_page.php Diff File

master e5ab6ea7

2014-02-24 06:50

dregad


Details Diff
Travis: stop ignoring build failures for PostgreSQL
mod - .travis.yml Diff File

master 2b5a7005

2014-02-24 06:42

dregad


Details Diff
Update ADOdb to latest 5.19dev
mod - library/adodb Diff File

master-1.2.x 4009cc03

2014-02-21 10:37

atrol


Details Diff
Fix 0017007: duplicate "<a " tag Affected Issues
0017007
mod - core/html_api.php Diff File

master 21d0f531

2014-02-21 09:36

dregad


Details Diff
Travis before script: use variable for port number

This facilitates local debugging using the PHP built-in web server when
there is another one running on default port 80.
mod - scripts/travis_before_script.sh Diff File

master 8bdc9697

2014-02-20 12:48

dregad


Details Diff
Move parameter count management to a class

The MantisDbParam class handles the logic for:
- assignment of parameters, db_param() calls
- push onto stack, db_param_push() calls
- pop stack
mod - core/database_api.php Diff File

master 8f175254

2014-02-20 06:31

jeckyhl

Committer: dregad


Details Diff
Fix graph display in advanced summary with MSSQL

Graph « Cumulative by date » is not displayed in Summary > Advanced
Summary, SQL Server complains that it cannot convert varchar to int.

Fixes 0017011, https://github.com/mantisbt/mantisbt/pull/142

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0017011
mod - plugins/MantisGraph/core/graph_api.php Diff File

master-1.2.x 7e003e91

2014-02-20 06:31

jeckyhl

Committer: dregad


Details Diff
Fix graph display in advanced summary with MSSQL

Graph « Cumulative by date » is not displayed in Summary > Advanced
Summary, SQL Server complains that it cannot convert varchar to int.

Fixes 0017011, https://github.com/mantisbt/mantisbt/pull/142

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0017011
mod - plugins/MantisGraph/core/graph_api.php Diff File

master 592cbb9c

2014-02-18 13:33

dregad


Details Diff
Fix travis build errors for PostgreSQL

The errors were caused by executing queries with params in wrong order.

To fix the problem, this commit adds Database API functions to push the
current parameter number onto a stack and pop the value after query
execution, allowing build of multiple queries concurrently.

The caller can call db_param_push() when needed prior to starting the
build of a new query while another one is still pending execution.
db_query_bound() will call db_param_pop() after running the query.

Fixes 0014398
Affected Issues
0014398
mod - core/custom_field_api.php Diff File
mod - core/database_api.php Diff File
mod - core/user_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 287 288 289 290 291 292 293 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last