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

4588 Коммитов

Автор SHA1 Сообщение Дата
jake%bugzilla.org 5217c4429e Per bug 200472 - Changing the version information for Date::Parse (any) to instead specify Date::Format (2.21). 2003-04-21 01:13:13 +00:00
kestes%walrus.com 2b180a5d89 the vcdisplay::none.pm should reference the new all_cvs.html file. 2003-04-20 20:34:02 +00:00
kestes%walrus.com 5434d50dad create an html file to display bonsai data without bonsai running.
Fixes to allow for the on click popup libraries.
create a $DEBUG variable to turn off some of the comments and
make the HTML file smaller.
Begin an effort to move the bug numbers into the DATABASE data structure to
make it easier to find all bugnumbers for a given time.
2003-04-20 20:33:16 +00:00
kestes%walrus.com 882e870329 we do not need the alt_linktst line here. 2003-04-20 20:28:11 +00:00
kestes%walrus.com 3528094d76 capitolize the </a> so it matches the openening character. 2003-04-20 20:25:37 +00:00
kestes%walrus.com 69d18614c1 document the arguments to link. 2003-04-20 20:23:12 +00:00
kestes%walrus.com 98b076cd1f remove the 'use TinderHeader;' why would this cause me errors? There is a use of the headers
in this file. I do not understand this.  I also changed some of the code for the Summary
display of error numbers, mostly make it easier to read.
2003-04-20 20:21:52 +00:00
kestes%walrus.com ffa0c0cef8 simulate num errors found in log file. This is needed to test the new Summary code. 2003-04-20 20:19:29 +00:00
kestes%walrus.com 2432bd76af remove the alt_linktst, I addeded because I missunderstood that VCDisplay::None is not related
to HTMLPopup::None. I do not need this alt feature at all.
2003-04-20 20:18:11 +00:00
kestes%walrus.com f0c6a0a474 add more tests 2003-04-20 20:16:49 +00:00
kestes%walrus.com a0173fb3d6 create sub to round times from the code taken from src/lib/TinderDB.pm 2003-04-20 19:35:28 +00:00
kestes%walrus.com b3592dd9b3 move the time rounding code into its own function in Utils. 2003-04-20 19:34:28 +00:00
kestes%walrus.com 2763e5c9bd minor stylistic cleanup, covert string 'errs' to 'errors' for readability. Also look at output summary files and make some changes to be more visible. 2003-04-20 19:33:33 +00:00
kestes%walrus.com 219f9bb342 A nice patch by adam@onshored.com (Adam Di Carlo) to DISPLAY_BUILD_ERRORS in various Summary formats. This checkin closes Bugzilla Bug 195789 2003-04-20 00:52:46 +00:00
kestes%walrus.com 610826a9bb add some missing 'use' statements fixes Bugzilla Bug 195795 patch provided by adam@onshored.com (Adam Di Carlo) 2003-04-20 00:32:05 +00:00
justdave%syndicomm.com 92c01c2c18 Fix typo in previous checking for bug 200472. Date::Format should be version *2*.21. 2003-04-19 05:18:43 +00:00
justdave%syndicomm.com f3b89d65d4 Bug 200472: Require specific version of Date::Format to ensure we don't run into a bug in an older version that we're triggering.
r= jake, a= justdave
2003-04-19 03:22:41 +00:00
bugreport%peshkin.net 8509f40e91 bug 202534 - Login with unrestricted IP address fails - tries to access missing get_netaddr
r=bbaetz
a=myk
2003-04-18 23:53:51 +00:00
kestes%walrus.com deddccba63 fixes to quiet warnings. 2003-04-13 22:01:17 +00:00
kestes%walrus.com 145f0583f1 make the windows appear on click only, and move the popup text to its own datastructure
so that the generated html is easy to read.
2003-04-13 20:47:26 +00:00
kestes%walrus.com cf92df8c02 put links inside the popup windows, in preparation for making the windows
appear on click.
2003-04-13 20:45:45 +00:00
kestes%walrus.com e9708fdd66 move the overlib library to its own file so that it loads faster. 2003-04-13 20:44:35 +00:00
kestes%walrus.com fce1e4396c minor fixes to quiet warnings, mostly assigning my strings the empty string when they
are created.
2003-04-13 14:21:42 +00:00
kestes%walrus.com e05503940f fix off by one error which caused some warnings in the log file. 2003-04-13 14:18:09 +00:00
kestes%walrus.com 632871f47d fix incorrect operator, wanted string comparison (eq) not numeric equality (==) 2003-04-13 14:15:01 +00:00
kestes%walrus.com 6d968b5156 minor changes to the taint system, mosty to untaint the error messages written to the
log files
2003-04-13 14:13:40 +00:00
leaf%mozilla.org ef6cd680b0 rest of bug 201520, r=cyeh. using $regexp exposed an unterminated regexp match
for [^/] when % is used, which matches any string that has any non-/ characters
in it, rather than *no* / characters before the end of the string.
2003-04-11 00:16:05 +00:00
leaf%mozilla.org 62738efed6 bug 201520, r=dmose, cyeh. Use the modified regexp string instead of the
flat pattern string when comparing file entries in pre-existing partitions.
2003-04-10 22:26:49 +00:00
burnus%gmx.de 7a29882ad1 Bug 71790 - Duplicate resolution field should include bug number of original
r=bbaetz,a=justdave
2003-04-09 09:29:19 +00:00
justdave%syndicomm.com 2df4ad4a6f Fixing tinderbox bustage from previous checkin (bug 199012) 2003-04-09 06:29:37 +00:00
gerv%gerv.net 346a44d770 Bug 199012 - Default (and b.m.o.) bug email should have "change prefs" line. Patch by gerv; r,a=myk 2003-04-08 23:29:35 +00:00
myk%mozilla.org 7304298c13 Fix for bug 200961: unhorks display of bug ID in RDF version of bug list.
r=justdave
a=justdave
2003-04-07 20:13:30 +00:00
bbaetz%acm.org f1bde96d7b Bug 200072 - Creating new users from LDAP at authentication time is broken
r,a=justdave
2003-04-05 02:21:54 +00:00
burnus%gmx.de 930f17595f Bug 190589 - sidebar.cgi should link to report.cgi instead of reports.cgi for consistency
r,a=justdave
2003-04-03 12:39:06 +00:00
bbaetz%acm.org 709c9b24de Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.
r=gerv
a=justdave
2003-04-02 12:35:07 +00:00
tara%tequilarista.org 1ddb4ddc5b Checking in a fix for bug #187239--preventing fully qualified paths from being displayed. 2003-04-02 05:42:22 +00:00
jake%bugzilla.org 308a3869df Bug 195424 - Add a note about new MySQL permissions needed for Bugzilla in MySQL 4. 2003-04-02 03:53:52 +00:00
jake%bugzilla.org dc2478f8ef Bug 194541 - Dot is a binary executable, not a perl script so we don't need to prefix the system call with the perl binary. There are no more system calls of perl scripts in Bugzilla, so this section can go away. 2003-04-02 01:12:31 +00:00
jake%bugzilla.org 24dea62d48 Misc. updates to the FAQ. 2003-04-02 01:10:38 +00:00
jake%bugzilla.org 32cdb1cf47 Bug 171674 - Adding a section to the Troubleshooting section describing how to fix the File::Temp problems in perl 5.6.0. 2003-04-02 00:40:56 +00:00
gerv%gerv.net e8116dc558 Bug 195530 - Make javascript version of buglists available. r=bbaetz, jesse, a=justdave. 2003-04-01 07:13:19 +00:00
gerv%gerv.net b20a40ccd7 Bug 80157 - Add "regenerate" option to collectstats.pl. Patch by rwalters@qualcomm.com, with tweaks by jean_seb@hybride.com, dberlin@dberlin.org and gerv@mozilla.org; r=gerv, a=justdave. 2003-03-31 22:33:06 +00:00
gerv%gerv.net 3c2a295910 Bug 192121 - Javascript error in guided bug entry. Patch by gerv; r=kiko, a=justdave. 2003-03-31 21:42:18 +00:00
timeless%mozdev.org adcfe8cbef Bug 197689 Missing Query - The query named $name seems to no longer exist.
r=bbaetz a=justdave
2003-03-30 03:27:11 +00:00
timeless%mozdev.org bfd1422d0e Bug 65319 editmilestones & editversions don't have extra add.
r=justdave a=justdave
2003-03-30 02:46:21 +00:00
ian%hixie.ch f00de2c4ce Forgot a dependency 2003-03-27 20:28:40 +00:00
ian%hixie.ch ac06521cfd A simple HTTP redirection template (301) 2003-03-27 20:00:26 +00:00
ian%hixie.ch 070ffc9042 More bullet proofing for the module loading; Better handling of inherited AUTOLOADs; minor fixups. 2003-03-27 19:59:32 +00:00
ian%hixie.ch 1484af1516 Even neater error messages and warnings 2003-03-27 19:58:17 +00:00
ian%hixie.ch 8324c78266 Slap some duct tape around the output module to keep it together for now. Eventually this will have to be vastly simplified. 2003-03-27 19:54:12 +00:00