Changesets: MantisBT

master 2941f258

2016-03-06 23:59

dregad


Details Diff
Bugnotes action buttons improvements

Pull request https://github.com/mantisbt/mantisbt/pull/656
mod - bugnote_view_inc.php Diff File

master bb848769

2016-03-06 23:45

dregad


Details Diff
Simplify ternary operator usage
mod - core/form_api.php Diff File

master d7953e10

2016-03-06 22:55

dregad


Details Diff
Add multiple monitors to an issue

Pull request https://github.com/mantisbt/mantisbt/pull/727
mod - bug_monitor_add.php Diff File

master b9387b28

2016-03-06 22:50

dregad


Details Diff
Move bug existence check before user list validation

Issue 0011316
Affected Issues
0011316
mod - bug_monitor_add.php Diff File

master a6251506

2016-03-06 22:50

dregad


Details Diff
Move anonymous user verification to Check loop

Issue 0011316
Affected Issues
0011316
mod - bug_monitor_add.php Diff File

master 9e532d6b

2016-03-06 12:45

cproensa

Committer: dregad


Details Diff
Dont use serialization for Session variables

There is no need to serialize data inserted in $_SESSION, as php does it
at the end of script

This is a performance hit when a session key is used multiple times (eg:
'form_security_tokens')

Additionally, we use a new identifier for the session key (by adding a
version number to it). Since we changed the format of the stored data,
this will ignore older session data to avoid errors for users having
active sessions during the transition.

Fixes 0020142, 0018016

Signed-off-by: Damien Regad <dregad@mantisbt.org>

Squashed original commits and reworded commit message
Affected Issues
0018016, 0020142
mod - core/session_api.php Diff File

master 56d4c718

2016-03-05 12:53

vboctor


Details Diff
Add csv_start() api to handle headers and bom Affected Issues
0020660
mod - billing_export_to_csv.php Diff File
mod - core/csv_api.php Diff File
mod - csv_export.php Diff File

master 08e4f846

2016-03-05 12:42

vboctor


Details Diff
Use api for csv separator and newline Affected Issues
0020660
mod - billing_export_to_csv.php Diff File

master dd91ca48

2016-03-05 12:36

vboctor


Details Diff
Remove 'csv_add_bom' config option Affected Issues
0020660
mod - billing_export_to_csv.php Diff File
mod - config_defaults_inc.php Diff File
mod - core/obsolete.php Diff File
mod - csv_export.php Diff File
mod - docbook/Admin_Guide/en-US/config/misc.xml Diff File

master 851786e1

2016-03-05 12:31

vboctor


Details Diff
Fix duplicate BOM and use constant for BOM Affected Issues
0020660
mod - billing_export_to_csv.php Diff File
mod - core/constant_inc.php Diff File
mod - core/csv_api.php Diff File
mod - csv_export.php Diff File

master f8fd3f7f

2016-03-04 12:51

cproensa

Committer: dregad


Details Diff
CSS clean up: remove redundant selectors

Signed-off-by: Damien Regad <dregad@mantisbt.org>
mod - css/default.css Diff File

master 120d4510

2016-03-03 17:33

vboctor


Details Diff
Fix unicode encoding for csv exports

Fixes 0020659
Fixes 0020660
Affected Issues
0020659, 0020660
mod - billing_export_to_csv.php Diff File
mod - core/csv_api.php Diff File
mod - csv_export.php Diff File

master b722cc3e

2016-03-03 07:04

vboctor


Details Diff
Use filter_init() instead of global variable

Fixes 0020655
Affected Issues
0020655
mod - billing_inc.php Diff File
mod - bugnote_stats_inc.php Diff File

master 9379741b

2016-03-02 21:01

vboctor


Details Diff
Fix defaulting of issue page time tracking range

The start date should be defaulted to issue submission date.
The end date should be defaulted to today.

They were defaulted to Jan 1st of current year.

Fixes 0020655
Affected Issues
0020655
mod - bugnote_stats_inc.php Diff File

master 997eb7a1

2016-03-02 08:31

dregad


Details Diff
SOAP: prevent deletion of default category

mc_project_delete_category() now checks whether the category can be
removed and returns a SoapFault if not.

Issue 0020761
Affected Issues
0020761
mod - api/soap/mc_project_api.php Diff File

master a9f7cb96

2016-03-02 08:24

dregad


Details Diff
Category deletion now uses the new API functions

Issue 0020761
Affected Issues
0020761
mod - core/category_api.php Diff File
mod - manage_proj_cat_delete.php Diff File

master c5edb0ca

2016-03-02 08:21

dregad


Details Diff
New API functions to check that a category can be deleted

- category_can_remove()
- category_ensure_can_remove()

Fixes 0020761
Affected Issues
0020761
mod - core/category_api.php Diff File

master e36a46ce

2016-03-02 08:15

dregad


Details Diff
Tests: fix property name to match usage in methods
mod - tests/soap/CategoryTest.php Diff File

master b694c143

2016-03-02 00:27

Tamás Gulácsi

Committer: dregad


Details Diff
Allow adding ',' or '|' separated monitor list

This helps adding the same herd of monitors to similar bugs: just copy
the list, comma- or pipe-separated into the "username" field.

Fixes 0011316

Signed-off-by: Damien Regad <dregad@mantisbt.org>

Minor changes in original commit message (issue reference)
Affected Issues
0011316
mod - bug_monitor_add.php Diff File

master-1.2.x 8e0a711a

2016-02-29 22:53

atrol


Details Diff
Correct default value for $g_view_summary_threshold
mod - docbook/administration_guide/en/configuration.sgml Diff File

master b78d3ec7

2016-02-29 22:49

atrol


Details Diff
Update summary.xml

Correct default value for $g_view_summary_threshold
mod - docbook/Admin_Guide/en-US/config/summary.xml Diff File

master 87622828

2016-02-29 14:00

dregad


Details Diff
New API function config_is_defined()

Check if a configuration option is defined in the database with the
given value, returns true if it is.
mod - core/config_api.php Diff File

master a795030b

2016-02-29 09:22

atrol


Details Diff
Don't return value in void function
mod - core/print_api.php Diff File

master be467736

2016-02-28 00:44

atrol


Details Diff
PHPDoc corrections
mod - core/classes/Avatar.class.php Diff File
mod - plugins/Gravatar/Gravatar.php Diff File

master 1ef60566

2016-02-27 19:37

vboctor


Details Diff
Support avatar plugins

Add the necessary events to enable development of avatar providers
for scenarios like retrieving avatars from local file system, LDAP,
social identities, etc.

As a proof of the events, sample, and feature parity with previous
implementation, this change also refactors Gravatar integration into a
core plugin.

Fixes 0013788
Affected Issues
0013788
mod - .gitignore Diff File
mod - admin/schema.php Diff File
mod - config_defaults_inc.php Diff File
add - core/classes/Avatar.class.php Diff File
mod - core/classes/TimelineEvent.class.php Diff File
mod - core/events_inc.php Diff File
mod - core/http_api.php Diff File
mod - core/install_helper_functions_api.php Diff File
mod - core/print_api.php Diff File
mod - core/user_api.php Diff File
mod - docbook/Developers_Guide/en-US/Events_Reference_Account.xml Diff File
add - images/avatar.png Diff File
add - plugins/Gravatar/Gravatar.php Diff File
add - plugins/Gravatar/README.md Diff File
add - plugins/Gravatar/lang/strings_english.txt Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 223 224 225 226 227 228 229 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last