Граф коммитов

9946 Коммитов

Автор SHA1 Сообщение Дата
mkanat%bugzilla.org e332b90b8f Additional corrections to release notes, part of bug 391233.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org>
2007-08-22 04:39:51 +00:00
wurblzap%gmail.com ae3b77103c Bug 365378 ��� The 'languages' parameter is not necessary.
Patch by Marc Schumann <wurblzap@gmail.com>;
r=LpSolit; a=LpSolit
2007-08-21 20:47:56 +00:00
ccooper%deadsquid.com c415aa9a76 b=392947
- always update the persistence vars on form submission
2007-08-20 21:36:05 +00:00
ccooper%deadsquid.com 9ed997c990 b=392894
- fix category call
2007-08-20 21:34:51 +00:00
lpsolit%gmail.com 312d8d1842 Bug 335354: editparams.cgi crashes when editing the 'languages' and 'defaultlanguage' parameters - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=wurblzap, mkanat a=LpSolit 2007-08-20 21:05:45 +00:00
lpsolit%gmail.com 6fd1d12c04 Bug 392186: Remove version headers from all templates - Patch by GavinS <bugzilla@chimpychompy.org> r/a=LpSolit 2007-08-20 18:25:09 +00:00
lpsolit%gmail.com d0dd6e5a13 Bug 257351: collectstats.pl dies if an invalid series is defined - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r/a=mkanat 2007-08-20 18:04:19 +00:00
ccooper%deadsquid.com b7fdb91df1 b=392894
- don't drop locale data on result submission when we're not en-US
2007-08-20 17:48:11 +00:00
mkanat%bugzilla.org 9c6008c5cc Bug 390756: Hook.pm couldn't find Bugzilla::Template::sortAcceptLanguage, because it didn't exist anymore.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=Wurblzap, a=LpSolit
2007-08-18 00:16:08 +00:00
wurblzap%gmail.com c5d47a50ea Bug 392573 ��� Most CSS files are missing from Dusk/, flooding web server error logs.
Patch by Marc Schumann <wurblzap@gmail.com>;
r=LpSolit; a=LpSolit
2007-08-17 21:11:49 +00:00
ccooper%deadsquid.com d12ad49871 b=384494
- fix testday comparison to remove bogus overlap warning
2007-08-17 18:46:00 +00:00
lpsolit%gmail.com b99722169f Bug 391710: checksetup.pl fails when fixing broken series due to BUG_STATE_OPEN pointing to the not yet created bug_status.is_open column - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit 2007-08-17 00:29:16 +00:00
ccooper%deadsquid.com 2f2232bc3f b=382707
- Remove old users and old-world user auth functions

b=382797
- Remove vestiges of TestRunner support
2007-08-16 20:56:47 +00:00
lpsolit%gmail.com ff92f988fe Better fix for bug 391073: $^1 = 1 in all cases with mod_perl enabled, because everything is already evaluated, so we have to use caller() instead - Patch by me, r=justdave 2007-08-16 20:36:27 +00:00
lpsolit%gmail.com 032cb95f5f Bug 385453: email_in.pl resets group restrictions - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r/a=mkanat 2007-08-16 17:32:16 +00:00
vladimir%pobox.com 4aaaeb580b b=392057, fix dumb bug while finding dataset index for given time 2007-08-16 02:25:53 +00:00
vladimir%pobox.com 176efe743b b=392057, graph server fixes (missed file) 2007-08-16 02:25:28 +00:00
ccooper%deadsquid.com f5cd25e97c b=387465
r=zach
- treat all params passed through as arrays
2007-08-15 22:29:01 +00:00
zach%zachlipton.com 63c96e0418 Fix broken XML result submission, allow users to submit non-automated
results through the xml interface without an auth key but with a password
2007-08-15 20:14:47 +00:00
zach%zachlipton.com f437a17d6e Add json hooks for user testing statistics, b=392340 2007-08-15 18:09:55 +00:00
vladimir%pobox.com aa1c2157e0 b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Draw vertical gridlines in the right place (not y-inverted) 2007-08-15 16:49:37 +00:00
vladimir%pobox.com d115ad8fb4 b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Add floater to graph with detailed data display for each dataset in the graph 2007-08-15 16:46:40 +00:00
vladimir%pobox.com dc8d75d55e b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Refactor out dataset nearest-point finding 2007-08-15 16:46:36 +00:00
vladimir%pobox.com f12b29d8da b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Change cursor snapping to be a new cursor type; clean up cursor moved handling code 2007-08-15 16:46:32 +00:00
vladimir%pobox.com dc0efeeaf8 b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Make point snapping be a new cursor type 2007-08-15 16:46:28 +00:00
vladimir%pobox.com afa4c9f1d4 b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Avoid drawing points if they're not useful (too many in too small of a space) 2007-08-15 16:46:24 +00:00
vladimir%pobox.com f819dae7fe b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Misc HTML cleanup 2007-08-15 16:46:17 +00:00
vladimir%pobox.com d5edd45938 b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Add y-axis autoscale checkbox 2007-08-15 16:46:13 +00:00
vladimir%pobox.com 6760bd6618 b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Don't fail if there's only one data point 2007-08-15 16:46:09 +00:00
vladimir%pobox.com 877a0443cc b=392057, incorporate graph server fixes from vlad's tree, r=alice -- fix distance calculation 2007-08-15 16:46:05 +00:00
vladimir%pobox.com 818071ef42 b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Add link to Bonsai (harcoded PhoenixTinderbox tree) for currently visible range 2007-08-15 16:46:02 +00:00
vladimir%pobox.com f6acf05f76 b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Now with less logging spam 2007-08-15 16:45:59 +00:00
vladimir%pobox.com 574a427649 b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Make GraphCanvas handle graphs with offsetTime better; snap vertical lines in bar graphs, and some code cleanup 2007-08-15 16:45:56 +00:00
vladimir%pobox.com ede068d073 b=392057, incorporate graph server fixes from vlad's tree, r=alice -- More fake getdata fixes 2007-08-15 16:45:52 +00:00
vladimir%pobox.com 2838d070a4 b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Fix bug in cursor snapping 2007-08-15 16:45:48 +00:00
vladimir%pobox.com ba494436b1 b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Fix bug in graph.js? 2007-08-15 16:45:45 +00:00
vladimir%pobox.com a464f23d38 b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Make getdata-fake generate fake discrete data, too 2007-08-15 16:45:42 +00:00
vladimir%pobox.com 5d27385810 b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Draw points on big graph; clean up line width issues when averages are drawn 2007-08-15 16:45:38 +00:00
vladimir%pobox.com 71edb5d2d5 b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Make cursor in big graph snap to nearest point when moving the mouse 2007-08-15 16:45:34 +00:00
vladimir%pobox.com 1114e91ece b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Don't loop over datasets unnecessarily in redraw 2007-08-15 16:45:30 +00:00
vladimir%pobox.com ea3ebae56b b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Use DOM Storage to remember graph dimensions 2007-08-15 16:45:26 +00:00
vladimir%pobox.com f548e257d9 b=392057, incorporate graph server fixes from vlad's tree, r=alice -- Fix up dgraph and edgraph 2007-08-15 16:45:17 +00:00
oremj%mozilla.com bfff83edf3 Fixing dgraph which was totally borked 2007-08-15 15:36:08 +00:00
rhelmer%mozilla.com a25640b89d strip newlines, quote undefs b=382406 r=rhelmer 2007-08-15 04:36:24 +00:00
ccooper%deadsquid.com 2a195990c1 - moved this to localconfig 2007-08-14 23:48:02 +00:00
zach%zachlipton.com b97b15963a Make testcase data links open in new windows/tabs. We sneak a target=""
attribute into testdata fields. b=390841.
2007-08-14 22:09:02 +00:00
wurblzap%gmail.com 458d3f3f42 Bug 259723 ��� Alternative Bugzilla CSS.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=glob,LpSolit; a=LpSolit
2007-08-14 21:54:37 +00:00
ccooper%deadsquid.com 559c1d9b2d b=360996
- script for reporting daily failures
2007-08-14 21:52:11 +00:00
ccooper%deadsquid.com fa42fc48f4 - revert errant checkin 2007-08-14 17:47:10 +00:00
ccooper%deadsquid.com 07658fa91d b=384365
- enable new testcases by default

b=384366
- change link text to "view/search tests"

b=387475
- add query to footer to show ungrouped testcases

b=389013
- prefill product and branch on new testcases

b=344703
- remember filter state after submitting testcase changes in manage_*.cgi

b=363001
- add query option to advanced_search to search for results with/without bugs specified

b=363293
- add testcase preview to results page
2007-08-14 17:41:23 +00:00