Changesets: MantisBT

master dffc40f3

2013-10-28 13:48

atrol


Details Diff
Correct CSS property
mod - core/filter_api.php Diff File

master 513c5e83

2013-10-28 02:01

dregad


Details Diff
Remove unnecessary assignment by reference

From dhx's list, most items are in fact not pass-by-references at all.
The list returned by the following command excludes obvious false
positives, and the remaining occurences are not pass-by-references
either.

$ git grep '&\$' |grep -vE "function|Binary|@param"

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

master de607de3

2013-10-27 15:59

dregad


Details Diff
XML import/export plugin fixes

This resolves a number of warnings and notices with the plugin when
strict error reporting.

As far as I can tell, the fixes mentioned in issue 0012013 after dhx
committed the changes (84017535f8718685d755d58af7a39d80f52ffca8), i.e.
bugnotes are not needed:
- 0012013:0028391 by schoppi71: don't think this is a bug
- 0012013:0028855 by ninguno: already included in dhx's commit
Affected Issues
0012013
mod - core/file_api.php Diff File
mod - plugins/XmlImportExport/ImportXml.php Diff File
mod - plugins/XmlImportExport/ImportXml/Issue.php Diff File
mod - plugins/XmlImportExport/lang/strings_english.txt Diff File
mod - plugins/XmlImportExport/pages/import.php Diff File
mod - plugins/XmlImportExport/pages/import_action.php Diff File

master bdb6e9ae

2013-10-27 15:32

dregad


Details Diff
Fix 'Sticky' property reset to 'No' when applying filter

Fixes 0016540
Affected Issues
0016540
mod - core/filter_api.php Diff File

master b02a50e3

2013-10-27 15:31

dregad


Details Diff
Whitespace
mod - view_all_set.php Diff File

master 380b5de1

2013-10-27 15:24

dregad


Details Diff
Fix data type mismatch when filtering by date

Follow-up on commit 1a417b123b1dbea702c3b55ff4e83bc8b8fb5545 which did
not cover all possible cases for the error.

We now consistently store the 'filter by date' property as a boolean,
and rely on gpc_string_to_bool() to ensure any string we get (e.g. 1,
'on', 'true') is properly converted to boolean before comparing. We
therefore no longer need the ternary operator in view_all_set.php. We
use 'on'/'off' when encoding the filter only.

Fixes 0016516
Affected Issues
0016516
mod - core/filter_api.php Diff File
mod - view_all_set.php Diff File

mantishub-1.3.x-20150418_1638 3410c459

2013-10-27 15:03

Victor Boctor


Details Diff
Added mantishub config defaults and used it to override default window title.
mod - core.php Diff File
add - mantishub_config_defaults_inc.php Diff File

master-1.2.x 6e390233

2013-10-27 11:30

siebrand


Details Diff
Localisation updates from http://translatewiki.net.
mod - lang/strings_bulgarian.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - plugins/MantisGraph/lang/strings_finnish.txt Diff File
mod - plugins/XmlImportExport/lang/strings_bulgarian.txt Diff File

master e8cd4bea

2013-10-27 11:02

atrol


Details Diff
Additional fix 0016039: Accout update page causes error in web server log Affected Issues
0016039
mod - css/status_config.php Diff File

master ac597b2a

2013-10-27 09:36

dregad


Details Diff
Reset adodb submodule to correct commit for master branch

Commit fa979d8ae95398aa22cf1dae4d1ccb052cf5e1be changed the submodule
pointer to the 1.2 branch reference. This is likely due to an incorrect
cherry-pick operation

Fixes 0016539
Affected Issues
0016539
mod - library/adodb Diff File

master f0373df2

2013-10-27 09:18

dregad


Details Diff
Oracle: fix errors in database API function names

Commit 321e03569fe163e101e737b585c31f22e7576510 renamed some functions
from original patch, to comply with MantisBT coding guidelines. This
fixes the following errors:
- one occurrence of order_binds_sequentially() was not renamed
properly, and another was left with its original name
- db_oracle_adapt_query_syntax() was left with a trailing '_ora'

Fixes 0016537
Affected Issues
0016537
mod - core/database_api.php Diff File

master aca7cdf1

2013-10-26 08:17

dregad


Details Diff
XML import: fix import page layout
mod - plugins/XmlImportExport/pages/import_action.php Diff File

master-1.2.x 5249cbe3

2013-10-25 20:10

vboctor


Details Diff
Add progress messages to unattended upgrade script.
mod - admin/upgrade_unattended.php Diff File

master 6071c941

2013-10-25 20:10

vboctor


Details Diff
Add progress messages to unattended upgrade script.
mod - admin/upgrade_unattended.php Diff File

master 52c5bc51

2013-10-25 15:06

dregad


Details Diff
XML import: fix PHP notices
mod - plugins/XmlImportExport/ImportXml/Issue.php Diff File

master 3847a65b

2013-10-25 15:02

dregad


Details Diff
XML import: fix system notices
mod - plugins/XmlImportExport/ImportXml.php Diff File
mod - plugins/XmlImportExport/ImportXml/Issue.php Diff File

master 8daa53f9

2013-10-25 13:58

dregad


Details Diff
XML import: fix page layout
mod - plugins/XmlImportExport/pages/import.php Diff File

master a16fbf42

2013-10-25 13:57

dregad


Details Diff
XML import: fix 'Creating default object from empty value'
mod - plugins/XmlImportExport/ImportXml/Issue.php Diff File

master 681fe3c6

2013-10-25 13:55

dregad


Details Diff
XML import: fix language string

Use a variable in the language string to display the project name, to
allow flexible positioning of the project name in other locales.
mod - plugins/XmlImportExport/lang/strings_english.txt Diff File
mod - plugins/XmlImportExport/pages/import.php Diff File

master 69d5f177

2013-10-24 13:54

dregad


Details Diff
XML import: use require_api() instead of require_once()
mod - plugins/XmlImportExport/ImportXml/Issue.php Diff File

master 89a8b1c0

2013-10-24 13:53

dregad


Details Diff
XML export: fix system notice

Use of incorrect variable caused invalid XML file generation due to PHP
system notice being added to output
mod - core/file_api.php Diff File

master 638a04b4

2013-10-23 23:01

atrol


Details Diff
Additional fix 0016039: Lost password page causes error in web server log Affected Issues
0016039
mod - css/status_config.php Diff File

master cfd1d1a7

2013-10-23 22:54

atrol


Details Diff
Additional fix 0016039: Signup page causes error in web server log Affected Issues
0016039
mod - css/status_config.php Diff File

master 89474395

2013-10-23 12:30

dregad


Details Diff
Fix system notice undefined variable days_old

Commit fbd654083f061fcfcc8dc7229953cc44737889fa added t_ prefix to some
variables, but did not replace all occurences of the old variable name,
causing SQL syntax error depending on filter

Fixes 0016527
Affected Issues
0016527
mod - manage_user_page.php Diff File

master 9b007bb2

2013-10-22 14:34

atrol


Details Diff
Remove wrong phpdoc tags
mod - core/news_api.php Diff File
mod - core/project_api.php Diff File
mod - core/summary_api.php Diff File
mod - core/user_api.php Diff File
 First  Prev  1 2 3 ... 80 ... 160 ... 240 ... 320 321 322 323 324 325 326 ... 400 ... 480 ... 560 ... 640 ... 720 ... 753 754 755  Next  Last