Changesets: MantisBT

master 52dc4473

2013-06-11 01:50

Damien Regad


Details Diff
Convert language files back to 1.2 format

This reverts cad0ad10f4101da0c2947acfb75a1fc69b471cac
mod - lang/strings_afrikaans.txt Diff File
mod - lang/strings_amharic.txt Diff File
mod - lang/strings_arabic.txt Diff File
mod - lang/strings_arabicegyptianspoken.txt Diff File
mod - lang/strings_breton.txt Diff File
mod - lang/strings_bulgarian.txt Diff File
mod - lang/strings_catalan.txt Diff File
mod - lang/strings_chinese_simplified.txt Diff File
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_croatian.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_english.txt Diff File
mod - lang/strings_estonian.txt Diff File
mod - lang/strings_finnish.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_galician.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_greek.txt Diff File
mod - lang/strings_hebrew.txt Diff File
mod - lang/strings_hungarian.txt Diff File
mod - lang/strings_icelandic.txt Diff File
mod - lang/strings_italian.txt Diff File
mod - lang/strings_japanese.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_latvian.txt Diff File
mod - lang/strings_lithuanian.txt Diff File
mod - lang/strings_macedonian.txt Diff File
mod - lang/strings_norwegian_bokmal.txt Diff File
mod - lang/strings_norwegian_nynorsk.txt Diff File
mod - lang/strings_occitan.txt Diff File
mod - lang/strings_polish.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_portuguese_standard.txt Diff File
mod - lang/strings_qqq.txt Diff File
mod - lang/strings_ripoarisch.txt Diff File
mod - lang/strings_romanian.txt Diff File
mod - lang/strings_russian.txt Diff File
mod - lang/strings_serbian.txt Diff File
mod - lang/strings_slovak.txt Diff File
mod - lang/strings_slovene.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_swedish.txt Diff File
mod - lang/strings_swissgerman.txt Diff File
mod - lang/strings_tagalog.txt Diff File
mod - lang/strings_turkish.txt Diff File
mod - lang/strings_ukrainian.txt Diff File
mod - lang/strings_urdu.txt Diff File
mod - lang/strings_volapuk.txt Diff File

master 8c8de5e2

2013-06-11 01:48

Damien Regad


Details Diff
sed script to convert language files back to 1.2 format

Execute with sed -r -f convert.sed -i lang/strings_*.txt
add - lang/convert.sed Diff File

master 38bc0248

2013-06-10 06:56

Damien Regad


Details Diff
Issue 0016038: improve performance

Use strpos+substr instead of preg_match.
Affected Issues
0016038
mod - core/database_api.php Diff File

master-1.2.x 118c9024

2013-06-10 00:47

siebrand


Details Diff
Localisation updates from http://translatewiki.net.
mod - lang/strings_occitan.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_portuguese_standard.txt Diff File

master c2dd477a

2013-06-09 16:31

Damien Regad


Details Diff
Fix 0016039: Login page causes error in web server log

Regression introduced by 564f92a02ff738645d68b6e7f5ace1009b5c5f9f.

Dynamic CSS 'status_config.php' page now exits without generating any
stylesheets when called from login_page.php (status colors are not
needed there anyway).
Affected Issues
0016039
mod - css/status_config.php Diff File

master dadba42f

2013-06-09 16:06

Damien Regad


Details Diff
Trigger warning when using old-style db_get_table()

Follow-up commit on fix to issue 0016038, a warning is triggered to
inform user that deprecated functionality is being used, encouraging
plugin developers to update their code.
Affected Issues
0016038
mod - core/constant_inc.php Diff File
mod - core/database_api.php Diff File
mod - lang/strings_english.txt Diff File

master 295bdc9e

2013-06-09 13:57

Damien Regad


Details Diff
Make db_get_table() backwards-compatible with 1.2

Issue 0010914 changed the way db_get_table() generates the physical
table name, as well as the function's input parameter ('TABLENAME' vs
'mantis_TABLENAME_table'). This change broke the API, forcing all
plugins to be adapted.

In order to minimize the impact on plugin maintainers, the function
now accepts both the old and the new style parameter.

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

master edaaa0a5

2013-06-08 12:49

Damien Regad


Details Diff
Admin checks (Paths): remove 'scripts' from developers dirs

This directory is not for development use, it contains server back-end
scripts, e.g. to send e-mails via cron.

Fixes 0016035
Affected Issues
0016035
mod - admin/check/check_paths_inc.php Diff File

master 45942804

2013-06-08 12:38

Damien Regad


Details Diff
Admin check (PHP): ignore disabled pcntl_* functions

As per PHP documentation, Process Control functions should be disabled
within a web server environment, and therefore should not pop up as
warnings.

Fixes 0016035
Affected Issues
0016035
mod - admin/check/check_php_inc.php Diff File

master 116dfbfb

2013-06-07 12:30

dregad


Details Diff
Use the 'Default project' when reporting a new bug

When reporting a new issue, if the current project is ALL_PROJECTS and
the user's default project is not ALL_PROJECTS, then we automatically
switch to the user's default project instead of displaying the selection
list.

Fixes 0016026
Affected Issues
0016026
mod - bug_report_page.php Diff File

master d88d0163

2013-06-07 11:58

dregad


Details Diff
Can't copy columns to/from subproject when parent is current

In the manage columns page, it is not possible to copy the columns to or
from a subproject, when the current project is the parent project,
because the selection list completely removes the whole subtree instead
of just the current project.

In addition, we now also don't print 'All Projects' anymore when the
current project is the same.

Fixes 0016029
Affected Issues
0016029
mod - core/print_api.php Diff File

master 6209c86d

2013-06-07 11:29

dregad


Details Diff
Disable selection of projects in which user can't report issues

When the current project is 'All Projects' and user clicks on 'Report
Issue', login_select_proj_page.php presents them with a list of projects,
which includes those in which the user is not allowed to report issues.
If one of these projects is selected, an 'Access Denied' error occurs.

This commit makes the functionality more user-friendly by disabling
these projects in the list, so users can't select them.

To implement this, a new optional parameter was added to functions
print_project_option_list() and print_subproject_option_list().

Fixes 0016024
Affected Issues
0016024
mod - core/print_api.php Diff File
mod - login_select_proj_page.php Diff File

master 6acca71c

2013-06-07 11:28

dregad


Details Diff
Add new helper API function check_disabled()

Prerequisite to fix issue 0016024
Affected Issues
0016024
mod - core/helper_api.php Diff File

master b3d06a3d

2013-06-07 05:58

dregad


Details Diff
Can't copy columns to/from subproject when parent is current

In the manage columns page, it is not possible to copy the columns to or
from a subproject, when the current project is the parent project,
because the selection list completely removes the whole subtree instead
of just the current project.

In addition, we now also don't print 'All Projects' anymore when the
current project is the same.

Fixes 0016029

Conflicts:
core/print_api.php
Affected Issues
0016029
mod - core/print_api.php Diff File

master ef31cc7c

2013-06-07 05:29

dregad


Details Diff
Disable selection of projects in which user can't report issues

When the current project is 'All Projects' and user clicks on 'Report
Issue', login_select_proj_page.php presents them with a list of projects,
which includes those in which the user is not allowed to report issues.
If one of these projects is selected, an 'Access Denied' error occurs.

This commit makes the functionality more user-friendly by disabling
these projects in the list, so users can't select them.

To implement this, a new optional parameter was added to functions
print_project_option_list() and print_subproject_option_list().

Fixes 0016024

Conflicts:
core/print_api.php
Affected Issues
0016024
mod - core/print_api.php Diff File
mod - login_select_proj_page.php Diff File

master cf773147

2013-06-07 05:28

dregad


Details Diff
Add new helper API function check_disabled()

Prerequisite to fix issue 0016024
Affected Issues
0016024
mod - core/helper_api.php Diff File

master e59daebf

2013-06-07 01:31

Damien Regad


Details Diff
Fix 0016025: Change DOCTYPE to HTML5

As discussed in mailing list [1]

[1] http://article.gmane.org/gmane.comp.bug-tracking.mantis.devel/4468
mod - core/html_api.php Diff File

master 32e89f4e

2013-06-07 01:31

dregad


Details Diff
Fix 0016025: Change DOCTYPE to HTML5

As discussed in mailing list [1]

[1] http://article.gmane.org/gmane.comp.bug-tracking.mantis.devel/4468
Affected Issues
0016025
mod - core/html_api.php Diff File

master 03173597

2013-06-07 01:21

Damien Regad


Details Diff
Revert "Issue 0012545: Enforce XHTML strict output for all pages served"

This reverts commit 4fc1d8b8290872e660c6d9a179c4c2209adf7e26.

Fixes 0013304, 0014759, 0015446

Conflicts:

core/http_api.php
mod - core/html_api.php Diff File
mod - core/http_api.php Diff File

master ec574f8c

2013-06-07 01:21

dregad


Details Diff
Revert "Issue 0012545: Enforce XHTML strict output for all pages served"

This reverts commit 4fc1d8b8290872e660c6d9a179c4c2209adf7e26.

Fixes 0013304, 0014759, 0015446

Conflicts:

core/http_api.php
Affected Issues
0012545, 0013304, 0014759, 0015446
mod - core/html_api.php Diff File
mod - core/http_api.php Diff File

master c4f2d6c1

2013-06-04 23:09

vboctor


Details Diff
Merge pull request #87 from Kirill/issue16010

Fixes 0016010: remove usage of undeclared variable.
Affected Issues
0016010
mod - core/bugnote_api.php Diff File

master ee1b6d64

2013-06-04 23:00

Kirill


Details Diff
Fix 0016010 change variable Affected Issues
0016010
mod - core/bugnote_api.php Diff File

master ce4eea25

2013-06-04 22:46

vboctor


Details Diff
Merge pull request #86 from Kirill/issue16009

Fixes 0016009: Bug note not showing
Affected Issues
0016009
mod - core/bugnote_api.php Diff File

master d06c0cd4

2013-06-04 22:03

Kirill


Details Diff
Fix 0016009 Affected Issues
0016009
mod - core/bugnote_api.php Diff File

master f1a60e6d

2013-06-01 01:34

dregad


Details Diff
Upgrade PHPMailer from 5.2.1 to 5.2.6

See changelog.md for details

Fixes 0014543, 0015953
Affected Issues
0014543, 0015953, 0015958
mod - library/README.libs Diff File
rm - library/phpmailer/README Diff
add - library/phpmailer/README.md Diff File
mod - library/phpmailer/class.phpmailer.php Diff File
mod - library/phpmailer/class.pop3.php Diff File
mod - library/phpmailer/class.smtp.php Diff File
mod - library/phpmailer/language/phpmailer.lang-ar.php Diff File
mod - library/phpmailer/language/phpmailer.lang-br.php Diff File
mod - library/phpmailer/language/phpmailer.lang-ca.php Diff File
mod - library/phpmailer/language/phpmailer.lang-ch.php Diff File
mod - library/phpmailer/language/phpmailer.lang-cz.php Diff File
mod - library/phpmailer/language/phpmailer.lang-de.php Diff File
mod - library/phpmailer/language/phpmailer.lang-dk.php Diff File
add - library/phpmailer/language/phpmailer.lang-eo.php Diff File
mod - library/phpmailer/language/phpmailer.lang-es.php Diff File
mod - library/phpmailer/language/phpmailer.lang-et.php Diff File
mod - library/phpmailer/language/phpmailer.lang-fi.php Diff File
mod - library/phpmailer/language/phpmailer.lang-fo.php Diff File
mod - library/phpmailer/language/phpmailer.lang-fr.php Diff File
add - library/phpmailer/language/phpmailer.lang-he.php Diff File
mod - library/phpmailer/language/phpmailer.lang-hu.php Diff File
mod - library/phpmailer/language/phpmailer.lang-it.php Diff File
mod - library/phpmailer/language/phpmailer.lang-ja.php Diff File
mod - library/phpmailer/language/phpmailer.lang-nl.php Diff File
mod - library/phpmailer/language/phpmailer.lang-no.php Diff File
mod - library/phpmailer/language/phpmailer.lang-pl.php Diff File
mod - library/phpmailer/language/phpmailer.lang-ro.php Diff File
mod - library/phpmailer/language/phpmailer.lang-ru.php Diff File
mod - library/phpmailer/language/phpmailer.lang-se.php Diff File
add - library/phpmailer/language/phpmailer.lang-sk.php Diff File
mod - library/phpmailer/language/phpmailer.lang-tr.php Diff File
mod - library/phpmailer/language/phpmailer.lang-zh.php Diff File
mod - library/phpmailer/language/phpmailer.lang-zh_cn.php Diff File
mod - library/phpmailer/readme_mantis.txt Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 336 337 338 339 340 341 342 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last