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

6100 Коммитов

Автор SHA1 Сообщение Дата
travis%sedsystems.ca 5851a4ceff Bug 280973 : BugMail includes the headers in the email body
Patch by Albert Ting <altlst@sonic.net>  r=glob  a=justdave
2005-02-08 16:14:07 +00:00
travis%sedsystems.ca 7a66d557b5 Bug 250440 : when voting for bug, jump down to bug
Patch by GavinS <bugzilla@chimpychompy.org>  r=LpSolit  a=justdave
2005-02-08 15:49:57 +00:00
travis%sedsystems.ca c8366e0887 Bug 280807 : 004template.t miscalculates its number of checks
Patch by Marc Schumann <wurblzap@gmail.com>  r=vladd a=justdave
2005-02-07 21:47:31 +00:00
myk%mozilla.org 86cee463db Followup fix for bug 280770: improves reflection of constants into the templates' 'constants' namespace; r=wurblzap, a=myk 2005-02-07 16:43:09 +00:00
cmp%mozilla.org 6e03744834 In showbuilds.cgi, capture some changes I've made on mecha that I want to
keep in CVS:

  * Clean up rules, sheriff, and status messages so they don't
    automatically stick a break at the end of the text.  Tinderbox page
    admins should manage that directly.  Also trim the text up to avoid
    extra whitespace triggering inclusion of the text.

  * In the who/guilty column, only pass the "above-build-time" in to
    who_menu() when we're not in the first row.  If we are in the first
    row, then pass in undefined.  Previously, we passed this value in
    regardless and the top row of committers would end up with a non-
    sensical commit range.  This fixes that problem.

  * Add build start, end, and elapsed time where possible.  This is wrapped
    in an always-true conditional in case we ever need to turn it off or
    decide we want to trigger this behaviour through a config parameter.

  * In who_menu, properly handle when an undefined value is passed in
    for $maxdate.  Assume that one won't be given and then append it to the
    href string if it is given.

  * Add the supporting JavaScript code for the start, end, and elapsed time
    work.

      * This code gracefully handles the case that no time_info or elapsed
        time info is given by just not including that information in the
        pop-up window.

      * Some functions are included here for archive's sake.  My earlier,
        non-committed implementation did more work in the JS itself but I
        later moved most of it into the Perl code to simplify things.

      * I used this opportunity to do general clean-up on the blurb text
        so that the two separate codepaths (based on the availability of
        layers) are more unified.
2005-02-06 07:06:45 +00:00
cmp%mozilla.org d696d9d141 Adding 5 subroutines to be used in showbuilds.cgi:
* is_today() checks if a time_t value occurs on the same day as now.

  * both_are_today() checks that two time_t values occur on the same day as
    now (by calling is_today() for both).

  * get_local_hms() parses a time_t value and returns either a string in
    the format of "HH:MM" or "mm/DD HH:MM".

  * get_time_difference() takes two time_t values and returns a human-
    readable string describing the amount of time by which they differ.

  * format_time_difference() does the string work necessary for
    get_time_difference() and is called by that subroutine.
2005-02-06 06:47:13 +00:00
erik%vanderpoel.org 3d05902789 now using short tags like <b> and CSS instead of <font color=...>;
this chops the output size in half
2005-02-05 16:30:04 +00:00
travis%sedsystems.ca ac18b8d6d5 Bug 258494 : checksetup fails with out-of-sync DBD::mysql modues - document fix and workaround
Patch by Shane H. W. Travis <travis@sedsystems.ca>  r=justdave
2005-02-05 04:31:46 +00:00
erik%vanderpoel.org bfe261fc80 oops, must not look for / in unquoted attribute value 2005-02-04 23:12:59 +00:00
erik%vanderpoel.org 7c986b0a21 divide output into request and response sections with headings 2005-02-04 20:11:34 +00:00
myk%mozilla.org b7cf0124a5 Fix for bug 280770: makes constants from Bugzilla/Constants.pm available to templates via the Template Toolkit's 'constants' namespace (which is like its 'variables' namespace, but for constants); r=wurblzap, a=myk 2005-02-04 17:04:53 +00:00
travis%sedsystems.ca 17be61b44c Bug 280410 : Use more <label> elements in attachment/create.html.tmpl
Patch by Anne van Kesteren <bug@annevankesteren.nl>   r=GavinS  a=justdave
2005-02-04 16:19:02 +00:00
travis%sedsystems.ca 0f52d879d7 Bug 279544: Bug.pm: Eliminate deprecated Bugzilla::DB routines
Patch by Max Kanat-Alexander <mkanat@kerio.com>  r=wurblzap  a=justdave
2005-02-04 16:04:57 +00:00
travis%sedsystems.ca ae0fbda87d Bug 280747 : Syntax for terms in variables.none.tmpl not fully correct (= signs instead of => signs)
Patch by Marc Schumann <wurblzap@gmail.com>  r=vladd  a=justdave
2005-02-03 20:23:23 +00:00
erik%vanderpoel.org e7299f0232 updated the todo list 2005-02-03 19:32:10 +00:00
travis%sedsystems.ca eb5ee58f9b Bug 279896 : Update Bugzilla's header and colour scheme to match bugzilla.org
Patch by byron jones (glob) <bugzilla@glob.com.au>    r=myk  a=myk
2005-02-03 19:23:17 +00:00
travis%sedsystems.ca 6d5130790d Bug 279896 : Update Bugzilla's header and colour scheme to match bugzilla.org
Patch by byron jones (glob) <bugzilla@glob.com.au>    r=myk  a=myk
2005-02-03 17:43:38 +00:00
travis%sedsystems.ca 2c93d27b79 Bug 277623 : Move PerformSubsts() out of globals.pl
Patch by Max Kanat-Alexander <mkanat@kerio.com>  r=vladd  a=justdave
2005-02-03 17:37:08 +00:00
travis%sedsystems.ca 604eaad2ee Bug 280775 : Bug 277437 reversed the meaning of param(sendmailnow)
Patch by byron jones (glob) <bugzilla@glob.com.au>   r=vladd  a=justdave
2005-02-03 17:05:56 +00:00
erik%vanderpoel.org 7e58ade683 added support for XHTML's empty elements <foo />;
added support for declarations like <!DOCTYPE ...>;
added support for processing instructions like <?xml ...>
2005-02-03 01:06:24 +00:00
travis%sedsystems.ca bdb9d4cf95 Bug 278018 : Eliminate deprecated Bugzilla::DB routines from buglist.cgi
Patch by Max Kanat-Alexander <mkanat@kerio.com>  r=wurblzap  a=justdave
2005-02-02 23:06:05 +00:00
travis%sedsystems.ca 471ab336fb Bug 279950 : tab border on search and prefs pages isn't black in Internet Explorer
Patch by Rob Siklos <robzilla@siklos.ca>  r=wulblzap  a=justdave
2005-02-02 23:00:24 +00:00
travis%sedsystems.ca 8435da2ec4 Bug 147151 : Expand the list of words 006spellcheck.t looks for; fix the places where they are wrong.
Patch by Marc Schumann <wurblzap@gmail.com>  r=vladd   a=justdave
2005-02-02 16:06:51 +00:00
travis%sedsystems.ca d035fa6cbb Bug 272456 : Default text color not set
Patch by Myk Melez <myk@mozilla.org>   r=LpSolit, justdave  a=justdave
2005-02-02 16:02:15 +00:00
travis%sedsystems.ca 33c93a7bc3 Bug 279690 : Remove BugInGroup from globals.pl
Patch by Max Kanat-Alexander <mkanat@kerio.com>  r=vladd   a=justdave
2005-02-02 15:52:01 +00:00
myk%mozilla.org 363a9bfaff Fix for bug 157692: adds "for" attribute to label tags so they work in IE 5.5.
Patch by Anne van Kesteren.  Thanks Anne!
r=myk, a=myk
2005-02-01 20:03:34 +00:00
travis%sedsystems.ca 81edd73e07 Bug 277437 : Use Mail::Mailer (Perl module) for mail delivery
Patch by Andrei Benea <abenea@gmail.com>  r=vladd  a=justdave
2005-02-01 20:00:17 +00:00
travis%sedsystems.ca ccf7d5ed44 Bug 280573 : checksetup fails in Bugzilla::Auth BEGIN block
Patch by Max Kanat-Alexander <mkanat@kerio.com>  r,a=justdave
(Regression behaviour from Bug 278792)
2005-02-01 19:16:24 +00:00
travis%sedsystems.ca ecfd09fdf2 Bug 279740 : Move CountOpenDependencies out of globals.pl
Patch by Max Kanat-Alexander <mkanat@kerio.com>  r=wurblzap  a=justdave
2005-02-01 17:43:26 +00:00
travis%sedsystems.ca 77f0633fdd Missed the 'fix on checkin' bit for Bug 279748 2005-02-01 16:30:10 +00:00
travis%sedsystems.ca dcc684f3c2 Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)
Patch by Max Kanat-Alexander <mkanat@kerio.com>  r=vladd  a=justdave
2005-02-01 16:26:26 +00:00
travis%sedsystems.ca 6ea76ae1bc Fixing burning tinderbox created by checkin of Bug 280124 2005-01-31 23:33:37 +00:00
travis%sedsystems.ca 66e79d6eb0 Bug 280124 : Move InsertNewUser to Bugzilla::User
Patch by Max Kanat-Alexander <mkanat@kerio.com>   r=vladd  a=justdave
2005-01-31 21:04:12 +00:00
justdave%bugzilla.org b4788b526a Fixing tinderbox bustage from previous checkin.
a= justdave
2005-01-31 20:13:55 +00:00
travis%sedsystems.ca 66a9c063fa Bug 278792 : Move Crypt() to Bugzilla::Auth
Patch by Max Kanat-Alexander <mkanat@kerio.com>   r=vladd  a=justdave
2005-01-31 19:26:01 +00:00
travis%sedsystems.ca 46ae87bfdd Bug 81642 : "Split bug / Clone bug": Enter new bug with prefilled fields
Patch by Shane H. W. Travis <travis@sedsystems.ca>  r=jouni  a=justdave
2005-01-31 19:15:55 +00:00
travis%sedsystems.ca 9537e65b73 Bug 280266 : "Find a Specific Bug" doesn't use terms
Patch by Rob Siklos <robzilla@siklos.ca>   r=vladd  a=justdave
2005-01-31 18:53:01 +00:00
travis%sedsystems.ca a03e087eed Bug 279700 : Move GetComments from globals.pl into Bugzilla::Bug
Patch by Max Kanat-Alexander <mkanat@kerio.com>   r=vladd  a=justdave
2005-01-31 16:32:57 +00:00
travis%sedsystems.ca 877773517a Bug 277864 : Change 'of' to from in deleted component message
Patch by timeless@myrealbox.com    r=justdave   a=justdave
2005-01-31 16:19:44 +00:00
travis%sedsystems.ca 7f11b52554 Bug 265394 : bodyattrs should be dropped from header.html.tmpl
Patch by Marc Schumann <wurblzap@gmail.com>  r=LpSolit, vladd  a=justdave
2005-01-31 16:12:19 +00:00
justdave%bugzilla.org ec84103720 Backing out the checking from bug 257315 until it gets corrected. It prevents new bugs from being filed.
a=justdave
2005-01-30 04:22:28 +00:00
travis%sedsystems.ca a72f237b40 Bug 227990 : UI Footer does not respect HTML 4 specifications
Patch by Marc Schumann <wurblzap@gmail.com>   r=LpSolit  a=justdave
2005-01-28 19:05:03 +00:00
travis%sedsystems.ca c975cba917 Bug 257315 : type of delta_ts in bugs table should not be timestamp
Patch by Tomas Kopal <Tomas.Kopal@altap.cz>   r=vladd, LpSolit  a=justdave
2005-01-28 19:01:28 +00:00
travis%sedsystems.ca 4923d51c5a Fix up a 'fix on checkin' nit that I forgot to fix on checkin for Bug 278791 2005-01-28 18:56:26 +00:00
travis%sedsystems.ca fe1579f225 Bug 278791 : Move ModTime() to Bugzilla::Util
Patch by Max K-A <mkanat@kerio.com>   r=vladd   a=justdave
2005-01-27 20:08:34 +00:00
travis%sedsystems.ca a6fdec7a71 Bug 278711 : An empty entry is sometimes not useful and should be removed
Patch by John Beranek <john@redux.org.uk>   r=vladd, a=justdave
2005-01-27 20:04:39 +00:00
travis%sedsystems.ca 66c5b56a32 Bug 278010 : checksetup.pl should fix empty group names
Patch by Nick.Barnes@pobox.com   r=wurblzap  a=myk
2005-01-27 19:56:34 +00:00
travis%sedsystems.ca 99caa596b2 Bug 278650 : editversions.cgi still uses "auth_cant_edit_versions"
Patch by Frederic Buclin <LpSolit@gmail.com>  r=vladd  a=justdave
2005-01-27 19:50:25 +00:00
travis%sedsystems.ca 3d361d0199 Bug 278829 : make cmdline query tool work with 2.18
Patch by Andreas Franke <afranke@mathweb.org>   a=justdave
2005-01-27 19:42:34 +00:00
travis%sedsystems.ca 6fc4056a5b Bug 218771 : The error message should be more accurate on who can change fields
Patch by Frederic Buclin <LpSolit@gmail.com>   r=myk  a=myk
2005-01-27 19:17:10 +00:00