Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-26 | Bug 1342795 - When urlbase is https, force the secure flag to be set on cookies. | Dylan William Hardison | 2 | -1/+5 | |
2017-02-26 | Bug 1174341 - only treat emphasis markdown based on spaces | Gervase Markham | 1 | -8/+8 | |
2017-02-26 | Bug 1301951 - Fix Bugzilla::Bug memory leaks | Dylan William Hardison | 3 | -5/+34 | |
2017-02-20 | Bug 1301383 - Memoize does not work under threaded perl in windows: ↵ | Dylan William Hardison | 1 | -7/+6 | |
"Anonymous function called in forbidden scalar context" | |||||
2016-12-23 | Bug 1325425 - checksetup.pl on windows should ensure $/ is "\r\n" | Dylan William Hardison | 1 | -0/+4 | |
r=dkl,a=dylan | |||||
2016-11-30 | Merge branch 'patch-1' of https://github.com/tvau/bugzilla into tvau-patch-1 | David Lawrence | 1 | -3/+3 | |
* 'patch-1' of https://github.com/tvau/bugzilla: Bug 1317777 - REST API 1.0 - datetime inputs cause server error | |||||
2016-11-15 | Bug 1317777 - REST API 1.0 - datetime inputs cause server error | tvau | 1 | -3/+3 | |
Use datetime_format_inbound from Bugzilla::API::1_0::Util package. | |||||
2016-11-08 | Timetrack fields, "Orig Est."+"Hours Left", accept numbers with commas or point | Danny Dierickx | 1 | -2/+2 | |
For non-US locales the bug entry/update page shows values with commas as decimal seperator in the timetracking fields "Orig Est." and "Hours Left". However when saving/updating bugzilla refuses these values. (see bug 1122419) These 2 changed lines let bugzilla accept/process these "comma-values" as "point-values". This patch *should* not influence systems with US locale. | |||||
2016-10-30 | Bug 331007 - alias_in_use doesn't acknowledge that you could remove the ↵ | Simon Green | 1 | -1/+1 | |
alias from the other bug | |||||
2016-10-19 | Revert "Bug 1306534 - Crash when pasting UTF8 text as an attachment" | Dylan William Hardison | 1 | -1/+0 | |
This reverts commit f1b9ed5d96a4738471559c9a275eabc4333d74f4. | |||||
2016-10-18 | Bug 1309884 - constants.CONCATENATE_ASSETS gets constant folded when true | Dylan William Hardison | 1 | -5/+7 | |
2016-10-14 | Merge pull request #30 from kyoshino/bug-1309737-user-agent | dklawren | 1 | -1/+1 | |
Bug 1309737 - Add User-Agent to the Access-Control-Allow-Headers header | |||||
2016-10-14 | nit: doc fail | Dylan William Hardison | 1 | -0/+4 | |
2016-10-13 | Bug 1301887 - File::Slurp triggers warnings on perl 5.24 and it is ↵ | Dylan William Hardison | 5 | -20/+39 | |
recommended to not use it (#21) r=mtyson | |||||
2016-10-13 | Bug 1309737 - Add User-Agent to the Access-Control-Allow-Headers header | Kohei Yoshino | 1 | -1/+1 | |
2016-10-12 | Bug 1307003 - Add whoami endpoint | David Lawrence | 2 | -0/+138 | |
r=dylan | |||||
2016-10-12 | Bug 1306534 - Crash when pasting UTF8 text as an attachment | Matt Tyson | 1 | -0/+1 | |
r=dylan | |||||
2016-10-11 | Bug 1309278 - Cache::Memcached::Fast returns tainted data if the key is tainted | Dylan William Hardison | 1 | -0/+2 | |
r=dkl | |||||
2016-10-08 | nit: wrong method call in Bugzilla::Migrate | Dylan William Hardison | 1 | -1/+1 | |
2016-10-08 | Bug 1300437 - DateTime::TimeZone::offset_as_string called incorrectly (#19) | Dylan William Hardison | 2 | -2/+2 | |
2016-10-06 | Bug 1290588 - Group Administration via interface should error if regular ↵ | Simon Green | 2 | -0/+56 | |
expression size is greater than column length | |||||
2016-10-03 | Bug 1305468 - Don't concatenate assets when PLACK_ENV ne development | Ekta Parmar | 1 | -1/+1 | |
r=dylan | |||||
2016-10-03 | Bug 1254516 - Emails do not indicate to Exchange that they are ↵ | Marko Kohtala | 1 | -0/+2 | |
auto-generated, and so get auto-responses r=dylan | |||||
2016-09-21 | Bug 1263244 - Throw*Error inside templates should always use die(), as if ↵ | Dylan William Hardison | 2 | -2/+20 | |
error_mode is ERROR_MODE_DIE r=dkl,a=dylan | |||||
2016-09-20 | Bug 1303896 - Can't locate object method "host" via package "URI::_generic" ↵ | Sina Mashek | 1 | -1/+1 | |
at Bugzilla/CGI.pm line 454. r=dylan | |||||
2016-09-19 | Bug 1302755 - Optimize request_cache() more | Dylan William Hardison | 1 | -2/+1 | |
r=jfearn | |||||
2016-09-19 | Bug 1303702 - bug history table 'when' column shows 00:00 only using sqlite | Andrea Orsini | 1 | -0/+1 | |
r/a=dylan | |||||
2016-09-15 | Bug 399066 - Remove the 'cookiedomain' parameter | Simon Green | 2 | -8/+1 | |
2016-09-15 | Bug 65388 - Make it possible to query for open bugs with an inactive target ↵ | Simon Green | 1 | -2/+92 | |
milestone | |||||
2016-09-11 | Bug 1263379 - Remove support for Windows 2000 | Frédéric Buclin | 1 | -59/+2 | |
2016-09-11 | Bug 1260020 - Use Win32::GetConsoleOutputCP() instead of ↵ | Frédéric Buclin | 1 | -11/+8 | |
Win32::Console::OutputCP() | |||||
2016-09-10 | Bug 1284263 - Add optional support for $DATABASE_URL instead of localconfig ↵ | Dylan William Hardison | 1 | -1/+28 | |
for db_* connection params. | |||||
2016-09-10 | Bug 988971 - Replace Classic with "Sandstone" skin as Standard skin | Ryan Wilson | 1 | -1/+1 | |
r=dylan,a=dylan | |||||
2016-09-08 | Bug 1294587 - The CSP feature is broken | Dylan William Hardison | 1 | -3/+2 | |
r=dkl | |||||
2016-08-24 | Bug 1296831 - allow answers file to override new install defaults | Frank Becker | 1 | -5/+9 | |
2016-08-23 | Revert "Bug 1296831 - answer use_email_as_login not used" | Dylan William Hardison | 1 | -1/+1 | |
This reverts commit a8824f3f870ba31fe0b4382a1eed93ea01e9f53b. | |||||
2016-08-22 | Bug 1296831 - answer use_email_as_login not used | Frank Becker | 1 | -1/+1 | |
2016-08-22 | Bug 1296570 - can not create admin user when use_email_as_login = 1 | Frank Becker | 1 | -1/+1 | |
2016-08-12 | Bug 1294571 - 015remote_ip.t throws a "uninitialized value" warning | David Lawrence | 1 | -1/+1 | |
2016-07-29 | Bug 1183647 - Optional Perl modules related to REST should now be mandatory | David Lawrence | 1 | -2/+0 | |
- Fix t/001compile.t error | |||||
2016-07-28 | markdown is required for compilg markdown tests | Dylan William Hardison | 1 | -1/+1 | |
2016-07-28 | nit: doc method | Dylan William Hardison | 1 | -1/+1 | |
2016-07-28 | Bug 1286287 - Add utility method to Bugzilla::CGI for configuring CSP headers | Dylan Hardison | 3 | -0/+409 | |
r=dkl,a=dylan | |||||
2016-07-13 | Bug 1284021 - checksetup.pl spins in an infinite loop when denied terminal ↵ | Tina Hardison | 1 | -28/+18 | |
input and no admin login is provided r=dkl | |||||
2016-07-08 | Bug 542507 - [PostgreSQL] The db_user sometimes cannot connect to the ↵ | Dylan William Hardison | 2 | -7/+1 | |
"template1" database | |||||
2016-07-08 | Bug 1284277 - allow inbound_proxy to be set to '*' | Dylan William Hardison | 2 | -21/+27 | |
r=dkl | |||||
2016-06-30 | Bug 1283612 - Add Bugzilla::Extension module loader last | Dylan William Hardison | 1 | -1/+1 | |
Currently, anything that is loaded after the bugzilla extensions are loaded has to search through each callback inserted into @INC by Bugzilla::Extension. If you have a lot of extensions this is slow. It is harmless to search for Bugzilla::Extension::* modules last, so we replace the unshift with a push. | |||||
2016-06-01 | Bug 1274764 - Increasing memcached performance is possible because ↵ | Dylan Hardison | 1 | -49/+2 | |
Cache::Memcached::Fast does not need detainting r=dkl,a=dylan | |||||
2016-05-23 | Bug 1272883 - [Oracle] Exclude APEX tables from $dbh->bz_table_list_real() | Frédéric Buclin | 1 | -1/+2 | |
r=dkl | |||||
2016-05-20 | Bug 1205415 - Markdown incorrectly parses BlockQuote inside a CodeBlock | Albert Ting | 1 | -1/+9 | |
r=dylan |