MantisBT: master-1.3.x 4d160125

Author Committer Branch Timestamp Parent
cproensa dregad master-1.3.x 2016-08-19 17:02 master-1.3.x b3511d2f
Affected Issues  0020424: Export to CSV and Excel fails with large issue count
 0021072: Timeline only show issues from current project
Changeset

Fix querying zero projects

Fix the new api functions, to support the case when a user doesn't have
any accessible project. In this case the filter query can't be built, so
fix returning empty values.

Affected functions were introduced in relation to Issues 0020424, 0021072.

mod - core/database_api.php Diff File
mod - core/filter_api.php Diff File
mod - core/history_api.php Diff File