Changesets: MantisBT

master 45b2de86

2014-05-27 11:25

grangeway


Details Diff
Merge pull request #197 from grangeway/phpdoc2

PHPdoc Validation Improvements
mod - core/bugnote_api.php Diff File
mod - core/category_api.php Diff File
mod - core/cfdefs/cfdef_standard.php Diff File
mod - core/classes/MantisColumn.class.php Diff File
mod - core/classes/MantisCorePlugin.class.php Diff File
mod - core/classes/MantisCoreWikiPlugin.class.php Diff File
mod - core/classes/MantisFilter.class.php Diff File
mod - core/classes/MantisFormattingPlugin.class.php Diff File
mod - core/classes/MantisPlugin.class.php Diff File
mod - core/classes/MantisWikiPlugin.class.php Diff File
mod - core/columns_api.php Diff File
mod - core/config_api.php Diff File
mod - core/file_api.php Diff File
mod - core/filter_api.php Diff File
mod - core/form_api.php Diff File
mod - core/html_api.php Diff File
mod - core/plugin_api.php Diff File
mod - core/project_api.php Diff File
mod - core/session_api.php Diff File
mod - core/string_api.php Diff File
mod - core/summary_api.php Diff File
mod - core/tag_api.php Diff File
mod - core/version_api.php Diff File

master 3bfc2d3f

2014-05-27 11:05

grangeway


Details Diff
Merge pull request #193 from grangeway/16955

Fix: 0016955: Uncaught Error: Syntax error, unrecognized expression: [:...
Affected Issues
0016955
mod - javascript/bugFilter.js Diff File

master fbcb0faf

2014-05-27 11:01

Paul Richards


Details Diff
PHPdoc Validation Improvements

Once our php doc validates successfully across the code base,
it would be good to start seeing us review and improve the content
mod - core/bugnote_api.php Diff File
mod - core/category_api.php Diff File
mod - core/cfdefs/cfdef_standard.php Diff File
mod - core/classes/MantisColumn.class.php Diff File
mod - core/classes/MantisCorePlugin.class.php Diff File
mod - core/classes/MantisCoreWikiPlugin.class.php Diff File
mod - core/classes/MantisFilter.class.php Diff File
mod - core/classes/MantisFormattingPlugin.class.php Diff File
mod - core/classes/MantisPlugin.class.php Diff File
mod - core/classes/MantisWikiPlugin.class.php Diff File
mod - core/columns_api.php Diff File
mod - core/config_api.php Diff File
mod - core/file_api.php Diff File
mod - core/filter_api.php Diff File
mod - core/form_api.php Diff File
mod - core/html_api.php Diff File
mod - core/plugin_api.php Diff File
mod - core/project_api.php Diff File
mod - core/session_api.php Diff File
mod - core/string_api.php Diff File
mod - core/summary_api.php Diff File
mod - core/tag_api.php Diff File
mod - core/version_api.php Diff File

master 13c20964

2014-05-27 00:50

Paul Richards


Details Diff
Fix: Email processing occurs in the wrong order.

The purpose of the email queue is to allow batch processing emails to speed up web page response.

Our aim should be to ensure the email table is as close to empty at all times,
(if cron jobs are not used, we try to clear the table at the end of the web page request)

Therefore:

a) There's no need to define a custom sort order for the table. In the ideal world, where the table is empty, the sort order is going to be irrelevant

b) Emails should be sent in the order they are generated. Therefore, they should always be processed in ASCending order.

After this, I plan on looking at how we handle emails that previously errored to ensure that users are notified of problems in some way, and we avoid performance issues, as email troubleshooting is one of our more popular support issues with end users
mod - core/email_queue_api.php Diff File

master e2e27cec

2014-05-27 00:08

grangeway


Details Diff
Merge pull request 0000194 from grangeway/typo

Fix duplicate ;
mod - api/soap/mc_project_api.php Diff File
mod - bugnote_view_inc.php Diff File
mod - core/file_api.php Diff File
mod - file_download.php Diff File

master 4a0eea8e

2014-05-26 23:52

Paul Richards


Details Diff
Fix duplicate ;
mod - api/soap/mc_project_api.php Diff File
mod - bugnote_view_inc.php Diff File
mod - core/file_api.php Diff File
mod - file_download.php Diff File

master 41042ba0

2014-05-26 22:33

Damien Regad


Details Diff
Remove "with MantisBT" from ERROR_PLUGIN_NOT_REGISTERED
mod - lang/strings_english.txt Diff File

master c76f2dbc

2014-05-26 16:37

Paul Richards


Details Diff
Fix: 0016955: Uncaught Error: Syntax error, unrecognized expression: [:input Affected Issues
0016955
mod - javascript/bugFilter.js Diff File

master 2b627313

2014-05-26 13:09

Paul Richards


Details Diff
Fix: 0017385: Removal of copy_fields utility

This is a follow up pull request following the mantisbt-dev mailing list discussion in april regarding removing the copy_field's utility.
rm - admin/copy_field.php Diff
mod - admin/system_utils.php Diff File

master 51869aa7

2014-05-26 12:08

Paul Richards


Details Diff
use strtolower over utf8_strtolower for choice of get|post.

We should probably consider whether to change this function to use a user defined constant.
mod - core/html_api.php Diff File

master e5876f00

2014-05-26 10:05

Paul Richards


Details Diff
Fix: 0017382: install.php: do not send the value of crypto_master_salt over http Affected Issues
0017382
mod - admin/install.php Diff File

master 5f4cea09

2014-05-26 09:44

Paul Richards


Details Diff
Fix 0017381: Provide additional random number generators Affected Issues
0017381
mod - core/crypto_api.php Diff File

master 40405f50

2014-05-26 08:10

Paul Richards


Details Diff
Fix: 0017378: Reduce unneeded global Variables: g_api_included
mod - core.php Diff File

master 0748f79a

2014-05-26 08:09

Paul Richards

Committer: dregad


Details Diff
Fix 0017376: Perf: use sprintf over utf8_str_pad

Patch from grangeway's original pull request [1].

[1] fixes https://github.com/mantisbt/mantisbt/pull/182

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0017376
mod - core/bug_api.php Diff File

master 42377ce0

2014-05-26 02:07

grangeway


Details Diff
Merge pull request #180 from dregad/html-css

Various HTML/CSS fixes and layout adjustments
mod - core/summary_api.php Diff File
mod - css/default.css Diff File
mod - lang/strings_english.txt Diff File
mod - manage_config_email_page.php Diff File
mod - plugins/MantisCoreFormatting/lang/strings_english.txt Diff File
mod - plugins/MantisCoreFormatting/pages/config.php Diff File
mod - plugins/XmlImportExport/pages/import.php Diff File
mod - proj_doc_page.php Diff File
mod - summary_page.php Diff File

mantishub-1.3.x-20150418_1638 eda73695

2014-05-24 22:13

Victor Boctor


Details Diff
Apply mantishub favicon.

Conflicts:
library/disposable
mod - images/favicon.ico Diff File

mantishub-1.3.x-20150418_1638 529951ad

2014-05-24 18:18

Victor Boctor


Details Diff
Update MantisHub logo to new logo.

- Add MantisHub Logo
- Use it as a button on bottom right.
mod - core/html_api.php Diff File
mod - images/mantishub_logo.png Diff File

master 176c9bba

2014-05-22 14:14

dregad


Details Diff
Fix 'project not found' message from roadmap/changelog

The Roadmap and Change Log can receive indication of a project either as
an id or a name. In the latter case, if the project is not found the
error message printed "0" instead of the actual value of the project
parameter.

This commit fixes the error message to allow strings instead of decimal,
and adds error_parameters() calls to send the project name to the error
handler.

Fixes 0017370
Affected Issues
0017370
mod - changelog_page.php Diff File
mod - lang/strings_english.txt Diff File
mod - roadmap_page.php Diff File

master 5ff2500b

2014-05-22 08:36

dregad

Committer: Paul Richards


Details Diff
Allow password up to 64 chars

This enables future use of cryptographic hash algorithms such as bcrypt,
Whirlpool, sha512 or RipeMD.

Signed-off-by: Paul Richards <paul@mantisforge.org>
mod - admin/schema.php Diff File
mod - core/constant_inc.php Diff File

master e6f628c3

2014-05-22 08:36

dregad

Committer: Paul Richards


Details Diff
Allow realname up to 255 chars

Signed-off-by: Paul Richards <paul@mantisforge.org>
mod - admin/schema.php Diff File
mod - core/constant_inc.php Diff File

master d103c028

2014-05-22 08:36

dregad

Committer: Paul Richards


Details Diff
Fix 0008017: allow username up to 255 chars

Signed-off-by: Paul Richards <paul@mantisforge.org>
Affected Issues
0008017
mod - admin/schema.php Diff File
mod - core/constant_inc.php Diff File

master 3262cca5

2014-05-22 06:57

Damien Regad


Details Diff
Revise plugin file regex to allow multiple '.' in filename

Allows inclusion of plugin files named like file.name.ext
mod - plugin_file.php Diff File

master f7a5cd8a

2014-05-22 05:28

Damien Regad


Details Diff
Code cleanup and whitespace

- Use Closure instead of defining a function to sort plugins
- Remove unnecessary variable assignments
mod - core/plugin_api.php Diff File
mod - manage_plugin_page.php Diff File
mod - plugin.php Diff File
mod - plugin_file.php Diff File

master fb68df7f

2014-05-22 05:19

Damien Regad


Details Diff
Remove direct access to $g_plugin_cache global variable

Introduces 2 new API functions
- plugin_is_registered()
- plugin_get()

Fixes 0017366
Affected Issues
0017366
mod - core/plugin_api.php Diff File
mod - manage_plugin_page.php Diff File
mod - plugin.php Diff File
mod - plugin_file.php Diff File

master da2cdabf

2014-05-22 05:17

Damien Regad


Details Diff
Plugin API: consistent handling of MantisCore pseudo-plugin

- return true and not 1 if we declare return type to be boolean
- plugin_is_installed() returns true for MantisCore since by definition
it is always installed
mod - core/plugin_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 279 280 281 282 283 284 285 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last