kestes%walrus.com
|
e5d5e97334
|
get the all_vc.html page working like bonsai version.
|
2004-06-08 11:48:00 +00:00 |
kestes%walrus.com
|
c508d5d618
|
clean up the datastructures $authors which is used during rendering of html. Now its more regular and hopefully less complex.
|
2004-06-08 04:27:14 +00:00 |
kestes%walrus.com
|
21b784464e
|
allow for an empty list of arguments. My advanced checking for '--' made this illegal.
|
2004-06-08 03:43:42 +00:00 |
kestes%walrus.com
|
30a87cf0b9
|
use the new rendering algorthms, (render empty blocks) major change in the structure brings perforce up to what is being done in bonsai and pvcs.
But now I understand this a bit more, simplify some data passing as we did in pcvs I need to fold this back into bonsai, perhaps tomorrow.
|
2004-06-08 03:42:50 +00:00 |
kestes%walrus.com
|
8e199cdae9
|
better comments to explain the way perforce accepts input
|
2004-06-08 03:41:05 +00:00 |
kestes%walrus.com
|
4861d301ea
|
change the name of the TinderConfig variable which corresponds to P4PORT so thatit matches the env name.
|
2004-06-08 00:12:16 +00:00 |
kestes%walrus.com
|
f442d721c5
|
better document the perforce variables.
|
2004-06-08 00:09:09 +00:00 |
kestes%walrus.com
|
b6c7e3e3a6
|
had a bug in time2p4db() small differences in time were ignored. This would
effect the change lists for any time interval less then an hour.
|
2004-06-08 00:00:12 +00:00 |
kestes%walrus.com
|
1549e4caf7
|
the perforce 'p4 changes' command was formatteded wrong. I needto have the filesspec first with the time interval concatenated to this string not in a separate argument.
|
2004-06-07 22:54:34 +00:00 |
kestes%walrus.com
|
c263b6734e
|
improve the documentation and error checking for command line options to the configure script. It was not clear that the options must begin with a '-' and that the options do not have '_' but '-' in them.
|
2004-06-07 22:53:01 +00:00 |
jocuri%softhome.net
|
df82065053
|
Patch for bug 240252: rewrite "users who are a" on editproducts.cgi; r=kiko; a=myk.
|
2004-06-01 21:30:29 +00:00 |
bugreport%peshkin.net
|
856d856760
|
Bug 244927: Add search on time owner has left the bug idle
r=jouni
a=myk
|
2004-06-01 20:29:05 +00:00 |
jocuri%softhome.net
|
45d0dfa661
|
Patch for bug 242161: make process_bug.cgi contain patchviewer ("diff") link like show_bug.cgi; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd; a=justdave.
|
2004-06-01 12:53:27 +00:00 |
jocuri%softhome.net
|
2475cd5d6b
|
Patch for bug 240079: fix strange phrase in the documentation: "everywhere applicable" should be "where applicable" in README.docs; patch by Niels Reedijk <n.reedijk@planet.nl>; r=timeless; a=justdave.
|
2004-05-30 21:46:07 +00:00 |
jouni%heikniemi.net
|
e1e3f5f83f
|
Bug 223541: Make flags show up correctly in "View all attachments" mode.
r=joel
a=justdave
|
2004-05-30 15:52:13 +00:00 |
justdave%bugzilla.org
|
adc094bb1f
|
Bug 179671: Boolean charts didn't work on the reporting pages.
r=jouni, a=justdave
|
2004-05-30 10:40:17 +00:00 |
justdave%bugzilla.org
|
15e9fbc8ec
|
Bug 183753: Fix error "can't fork duplicates.cgi: Bad file descriptor" in collectstats.pl on Win32
Patch by Byron Jones <bugzilla@glob.com.au>
r=jouni, myk; a=myk
|
2004-05-27 09:21:24 +00:00 |
bugreport%peshkin.net
|
a1ed7b53d5
|
Bug 243351: Fix mysql version sensitivity in case-sensitive search
r=jouni
a=justdave
|
2004-05-27 02:40:18 +00:00 |
justdave%bugzilla.org
|
fb0cdf4278
|
Bug 227172: Deal with race condition between a user being removed from the CC on a bug and changing their email address before the bugmail is sent.
r=jouni, a=justdave
|
2004-05-26 07:21:43 +00:00 |
bugreport%peshkin.net
|
83821e05a0
|
Bug 244650: Fix query on commentor in combination with other email-based criteria
r=justdave
a=justdave
|
2004-05-26 06:51:52 +00:00 |
jouni%heikniemi.net
|
4879ac8ab1
|
Remove stray resid from BugMail.pm. r,a=justdave
|
2004-05-25 05:53:53 +00:00 |
jouni%heikniemi.net
|
20ee092ca8
|
Bug 224021: taint issues in editusers.cgi
Patch by byron jones <bugzilla@glob.com.au>
r=jouni, a=justdave
|
2004-05-23 07:32:00 +00:00 |
jouni%heikniemi.net
|
90aa16f36e
|
Bug 141006: Run edit*.cgis in taint mode.
Patch by byron jones <bugzilla@glob.com.au>
r=jouni, a=justdave
|
2004-05-23 07:22:32 +00:00 |
jouni%heikniemi.net
|
21bb410186
|
Bug 208847: Fix taint issues in editgroups.cgi
Patch by byron jones <bugzilla@glob.com.au>,
r=jouni, a=justdave
|
2004-05-23 07:07:50 +00:00 |
jocuri%softhome.net
|
6abd407bb2
|
Patch for bug 244040: checksetup with answers script should be silent on Windows; patch by Byron Jones <bugzilla@glob.com.au>; r=bugreport; a=justdave.
|
2004-05-19 20:49:29 +00:00 |
jocuri%softhome.net
|
0044c131a5
|
Patch for bug 217627: fix Bugzilla internal error message that appears if bug alias starts with zero; patch by Alexey Gladkov <legion@altlinux.org>; r=justdave; a=justdave.
|
2004-05-19 19:48:11 +00:00 |
jocuri%softhome.net
|
49cef23778
|
Patch for bug 244045: add --no-silent option to checksetup; patch by Byron Jones <bugzilla@glob.com.au>; r=vladd; a=justdave.
|
2004-05-19 19:37:45 +00:00 |
john%johnkeiser.com
|
1c6f631b6f
|
Add license
|
2004-05-19 15:49:34 +00:00 |
timeless%mozdev.org
|
bce35ceadb
|
Bug 244053 grammar bug in checksetup
r=justdave a=justdave
|
2004-05-19 15:19:13 +00:00 |
timeless%mozdev.org
|
7e177763ae
|
Bug 243171 position of the checkin summary in CVS graph should be fixed and not absolute
r=glazou
|
2004-05-18 08:56:41 +00:00 |
bugreport%peshkin.net
|
53de874dcb
|
Bug 239263: Avoid hazard in User->groups by switching to main DB for rederive
r=jouni
a=justdave
|
2004-05-14 13:55:45 +00:00 |
jocuri%softhome.net
|
46a4a3c896
|
Patch for bug 238675: fix the wording for the reassign_to_empty error message; patch by Christopher Nehren <apeiron@comcast.net>; r=justdave; a=justdave.
|
2004-05-14 10:05:41 +00:00 |
bugreport%peshkin.net
|
24b410579d
|
Bug 236779: Add UI for changing "linkinfooter" flag for saved searches
r=gerv,preed
a=justdave
|
2004-05-13 16:04:27 +00:00 |
jouni%heikniemi.net
|
3a4ce7a544
|
Bug 226411: Fixed the indentation issue mentioned in bug comments but forgotten on previous checkin.
|
2004-05-13 07:17:43 +00:00 |
bugreport%peshkin.net
|
af35165521
|
Bug 226411: make DiffStrings handle fields with duplicate values
patch by jouni
r=joel,myk
a=justdave
|
2004-05-12 23:57:31 +00:00 |
bugreport%peshkin.net
|
3f43297620
|
Bug 226477: Fix undefined method call in Bugzilla::User->in_group
r=timeless,a=justdave
|
2004-05-12 05:11:27 +00:00 |
bugreport%peshkin.net
|
682b3cc970
|
Bug 232861: Prevent references to bugs or comments from being expanded in attachment links
r=timeless,a=justdave
|
2004-05-12 05:08:28 +00:00 |
bugreport%peshkin.net
|
50d28a7e7a
|
Bug 227785: Add navigation/summary/last-modified after modifying a bug
r=justdave, a=justdave
|
2004-05-12 05:03:27 +00:00 |
bugreport%peshkin.net
|
12333c739a
|
Bug 240036: Unlock tables after address error before attempting to process footer
r=timeless, a=justdave
|
2004-05-12 04:20:10 +00:00 |
justdave%bugzilla.org
|
b5a234dcb7
|
Bug 241270: fix regression caused by <label> wrapping other form widgets. Related widgets are now excluded from the <label> blocks.
r=myk, a=justdave
|
2004-05-11 23:27:23 +00:00 |
bugreport%peshkin.net
|
a7d74d2bc3
|
Bug 231975: Avoid naming new product groups the same as existing groups and do not rename product groups on product rename.
r=jouni, a=justdave
|
2004-05-11 23:17:05 +00:00 |
myk%mozilla.org
|
8ba4bd04ae
|
Fix for bug 240486: makes the banner template CSS friendly
Patch by Vitaly Harisov
r=myk
a=myk
|
2004-05-11 20:49:50 +00:00 |
justdave%bugzilla.org
|
8e29999d22
|
Bug 204042: taint issues in perl 5.6.0 that were causing an Internal Error to ocurr after adding an attachment.
r= joel, a= justdave
|
2004-05-10 16:57:11 +00:00 |
timeless%mozdev.org
|
c60ba0b88a
|
Bug 241737 Despot should have some spam protection
r=leaf
|
2004-05-07 19:10:57 +00:00 |
myk%mozilla.org
|
4d678c076a
|
let's try not to clobber things with aliases, shall we?
|
2004-05-07 04:08:28 +00:00 |
myk%mozilla.org
|
17d6c79bbf
|
Fixing capturing so that it works on Perl 5.6.1
|
2004-05-07 03:50:56 +00:00 |
myk%mozilla.org
|
6cbcc87a90
|
Add a .htaccess file (with commented out options to prevent server errors) and update the README with better information
|
2004-05-07 03:02:04 +00:00 |
myk%mozilla.org
|
ed3a45f656
|
fix slurping of command output and errors; correct incorrect references to file.version and config variables; extract the version from CVS/Entries now that we aren't checking out to standard output and therefore don't get version info on standard error; localize $/ so we won't mess things up globally; add info about required Perl modules to README; and fix formatting in Doctor.pm
|
2004-05-07 02:30:25 +00:00 |
myk%mozilla.org
|
b6068bdc40
|
backporting to Perl 5.6.1
|
2004-05-07 00:51:31 +00:00 |
justdave%syndicomm.com
|
c96f64006d
|
Bug 242740: URL to Bug Writing Help document changed
Patch by Niels Reedijk <n.reedijk@planet.nl>
r=justdave,a=justdave
|
2004-05-06 07:29:33 +00:00 |