ian%hixie.ch
b3deb9a596
Update the CosesEditor to use the new name for the customised string data source. (used to be dataSource.strings, now dataSource.strings.customised)
2002-04-06 21:30:05 +00:00
ian%hixie.ch
47ddf2043b
Correcting inherited method call to call the right method -- serviceInstanceInit(), not init()
2002-04-06 21:27:45 +00:00
ian%hixie.ch
477767b46c
Fix the removeObjects() function to ensure it actually removes the objects instead of leaving null pointers about for us to dereference later. Added some extra precautions to make sure that doesn't happen again. This all makes it possible to log out again.
2002-04-06 20:37:31 +00:00
ian%hixie.ch
6a666ab3a6
Fixing warning: 'Use of uninitialized value in concatenation (.) or string at ../PLIF/PLIF/Service/TemplateToolkit.pm line 70.'
2002-04-06 20:19:12 +00:00
ian%hixie.ch
fe909d53d5
Use Template::Stash::Context rather than Template::Stash because we need things like .ref
2002-04-06 20:13:44 +00:00
ian%hixie.ch
a512fa4e2c
Updating built in COSES strings to match the new semantics (no 'data.' prefix required on variables)
2002-04-06 19:29:13 +00:00
ian%hixie.ch
7eecaf72d2
Added support for password-less installations. Also added some comments and made font-lock happier.
2002-04-06 19:23:24 +00:00
ian%hixie.ch
6f3e800392
change the name adminHostname to the more accurate localHostname
2002-04-06 19:16:09 +00:00
gerv%gerv.net
75b0fad0b3
Bug 135815 - Regression on CGI.pl for link to showvotes.cgi. Patch by ddk, 2xr=gerv. This one line has caused me so much grief...
2002-04-05 22:42:26 +00:00
ian%hixie.ch
85b0bdb913
Adding Template Toolkit support. See http://www.template-toolkit.org/ for documentation on the template toolkit format.
2002-04-05 22:39:59 +00:00
gerv%gerv.net
bf4958af4d
Bug 135473 - Using back button after failure on attachment.cgi does not disable radio buttons when patch checkbox is checked. Patch by ddk <ddkilzer@theracingworld.com>, 2xr=gerv.
2002-04-05 22:38:19 +00:00
ian%hixie.ch
11f3b4574e
Add getArgumentsBranch() virtual method declaration (for completeness).
2002-04-05 22:13:52 +00:00
gerv%gerv.net
dd23323861
Bug 135469 - missing version string (tree's afire). Patch by ddk, 2xr=zach.
2002-04-05 20:53:46 +00:00
ian%hixie.ch
0529f17d7d
Update: Yet more things that need doing.
2002-04-05 20:25:11 +00:00
ian%hixie.ch
10e0afc2a5
Make the File string data source capable of looking for file-based templates in two locations, one specific to the app and one relative to the library. This allows PLIF to ship with default templates for various screens and thus makes it easier to bootstrap a simple app.
2002-04-05 20:17:34 +00:00
ian%hixie.ch
20ca856e2e
Default error reporting page.
2002-04-05 20:15:27 +00:00
ian%hixie.ch
8cb49c664e
Default templates for headers and footers that can be used by other templates.
2002-04-05 20:13:51 +00:00
gerv%gerv.net
0ef07f9187
Bug 126456 - fix our error handling. Change the name of the functions to something more sane; a few enhancements. Patch by gerv, 2xr=myk.
2002-04-05 20:03:09 +00:00
ian%hixie.ch
072fec1dac
Update the parameter list so that the 'type' parameter is explicitly named (although it still isn't used since this expander only supports one type). Also change the semantics of the data hash: no longer replace the data into a one member hash. This is a minor optimisation that eases interaction between expanders but will require changes to all existing templates.
2002-04-05 19:16:14 +00:00
ian%hixie.ch
dc771237be
Add a 'type' argument to the string expander interface so that string expanders can support multiple types. Also split getExpandedString so that callers can expand strings separately from getting strings, in case that is ever necessary.
2002-04-05 19:13:14 +00:00
ian%hixie.ch
7b650c7e1e
Minor typo correction: change 'import New::SMTP' to 'import Net::SMTP'
2002-04-05 19:11:21 +00:00
bbaetz%student.usyd.edu.au
0b41bffae7
bug 134562 - taint error in buglist.cgi
...
r=justdave, gerv
2002-04-05 07:48:27 +00:00
gerv%gerv.net
6941d5a343
Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. CVS removal of old CGIs.
2002-04-05 07:15:18 +00:00
gerv%gerv.net
498c4c6e03
Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch by gerv, r=myk, bbaetz.
2002-04-05 07:13:55 +00:00
gerv%gerv.net
fa7a99a2a2
Bug 124920 - Templatise post_bug.cgi. Patch by gerv, r=myk, bbaetz.
2002-04-05 07:09:28 +00:00
gerv%gerv.net
63d4986193
Bug 126793 - templatise showdependencygraph.cgi. Patch by gerv, r=bbaetz, myk.
2002-04-04 07:39:19 +00:00
zach%zachlipton.com
52787f65be
Fix for bug 135291: add version string to new templates and fix the string for non
...
xml templates.
r=bbaetz, r2=ddk
2002-04-04 07:01:17 +00:00
bbaetz%student.usyd.edu.au
12ff598f07
Bug 130373 - sorting by target milestone genreated bogus error
...
patch by ddkilzer@theracingworld.com , r=bbaetz, justdave
2002-04-04 04:28:27 +00:00
bbaetz%student.usyd.edu.au
9a384306fa
Bug 127200 - query for cc takes long time
...
r=mattyt, justdave
2002-04-04 04:21:56 +00:00
bbaetz%student.usyd.edu.au
8d723ebf49
Bug 126883 - bugzilla.dtd isn't quite correct
...
r=gerv, justdave
2002-04-04 04:19:58 +00:00
myk%mozilla.org
242958ad56
Partial fix for bug 104600: Adds "template/custom" to .cvsignore.
...
Patch by Myk Melez <myk@mozilla.org>
r=justdave x2
2002-04-04 02:04:08 +00:00
gerv%gerv.net
801b8bc000
Bug 126456 - improve our error handling. Patch by gerv, r=myk, bbaetz.
2002-04-03 23:00:29 +00:00
gerv%gerv.net
3cd80f0ddd
New version of bug writing guidelines - bug 131345. Written by Eli (eli@prometheus-music.com), r=gerv.
2002-04-03 22:37:03 +00:00
zach%zachlipton.com
995b6f5d6f
Fix for bug 98658: Let administrator know which customised templates have been updated by Bugzilla team.
...
Patch adds a version string to every template and a check in
t/004template.t to check for version strings in templates.
Note that two templates that were not included in the initial patch
now have version strings added.
r=justdave, r2=myk
2002-04-03 20:01:42 +00:00
myk%mozilla.org
25589f3164
Fix for bug 126801: Suppress display of secure products to users who are not authorized to access those products. Only matters for installations using the "product groups"
...
feature.
Patch by Myk Melez <myk@mozilla.org>.
r=justdave,gerv.
2002-04-03 19:48:05 +00:00
gerv%gerv.net
c9a2312973
Bug 124937 - templatise show_activity.cgi. Patch by me, r=myk, bbaetz.
2002-04-03 18:54:18 +00:00
bbaetz%student.usyd.edu.au
0c83004c57
Bug 109528 - Can't query for attachment status != value if patch has no
...
statuses
r=myk, justdave
2002-04-03 11:47:10 +00:00
justdave%syndicomm.com
6b26450cf3
Fix for bug 82143 and bug 95594: Attempting to reverse dependencies falsely reported a circular dependency loop, and setting
...
both the blocks and depends at the same time allowed a real dependency loop to be created.
Patch by Stephen Lee <slee@wilcoxassoc.com>
r= myk, justdave
2002-04-03 00:55:56 +00:00
gerv%gerv.net
1e819373bd
Bug 120537 (b) - fix previous patch to not complain if there's no .htaccess file. Patch by ddkilzer@theracingworld.com; r=justdave, bbaetz.
2002-04-02 18:23:23 +00:00
bbaetz%student.usyd.edu.au
d516d5af9b
Bug 132939 - "zarro bugs found"�is no more
...
r=justdave x2
2002-04-02 07:26:39 +00:00
justdave%syndicomm.com
747fddce5a
Remaining pieces of Bug 23067 from yesterday... no idea why the first commit didn't pick these up.
2002-04-01 22:52:40 +00:00
myk%mozilla.org
aeddf6f765
Fix for bug 107513: Makes it possible to change parameters on an installation where access to the scripts is not limited to the web server user.
...
Patch by Myk Melez <myk@mozilla.org>.
r=justdave,bbaetz
2002-04-01 21:38:58 +00:00
dkl%redhat.com
2be3babba1
Fix for bug 133833. Error in templatized version of userprefs.cgi. Error
...
with ExcludeSelf form variable being all lowercase. Patch by David Lawrence
<dkl@rehat.com> 2xr=gerv@mozilla.org
2002-04-01 18:06:20 +00:00
ian%hixie.ch
667cab3ce5
Bumping version number to 2.5.
2002-04-01 07:46:34 +00:00
ian%hixie.ch
b543d6d14c
Infobot is a little eager. 'aaa is bbb' was being handled as 'is bbb' because 'aaa' matched the 'ah' regexp. Oops. r=justdave.
2002-04-01 06:19:26 +00:00
ian%hixie.ch
2f11b93392
Bumping version number to 2.4.
2002-04-01 05:17:41 +00:00
ian%hixie.ch
5d9ec60ea6
Kooking Module for those times when someone is annoying you. Original code by Keunwoo Lee, ported by Pike. b=128010, r=zach.
2002-04-01 05:10:01 +00:00
ian%hixie.ch
695bba35bd
XML Logging Module. b=16226, r=kerz.
2002-04-01 05:08:37 +00:00
ian%hixie.ch
af9f14a5d1
Generic Conversion module. b=72933, r=zach.
2002-04-01 05:07:36 +00:00
ian%hixie.ch
3a9632841d
Change the // forms to m// forms. Comment some of the regexps. Allow multiple bugs to be caught on one line. b=76910, r=kerz.
2002-04-01 05:03:03 +00:00
ian%hixie.ch
7325ff43cc
Changes Tinderbox to use either say or notify, configurable via the 'useNotice' variable. b=72960, r=timeless
2002-04-01 04:46:24 +00:00
ian%hixie.ch
1e5a5f252d
Implements a magic eight-ball module.
2002-04-01 04:39:21 +00:00
ian%hixie.ch
2adebbfa76
Use the new getHelpLine and getModules APIs instead of accessing \@modulenames and $helpline directly. This also makes the CTCP VERSION reply be sorted. b=130532, r=imajes
2002-04-01 04:32:42 +00:00
justdave%syndicomm.com
0c15f124e8
Fix for bug 23067: Allow the user to change their email address through the preferences. Sends out tokens in email to both
...
addresses which have to be confirmed by the new address, and can be cancelled by the old one. Entering your password on the
preferences page is required to initiate the process.
Patch by John Vandenberg <zeroJ@null.net>
r= myk, justdave
2002-04-01 03:49:06 +00:00
ian%hixie.ch
9f5c032a8a
Makes mozbot only mark joins as joined on a successful attempt. b=112049, r=kerz.
...
Implements getHelpLine and getModules API functions and updates documentation to match. b=130532, r=imajes.
Adds a notice() method to the mozbot API. Updates the documentation to reflect this. (Also updates the version and corrects a typo in the docs.) b=72960, r=timeless.
Fixes the problem whereby if a module doesn't load, it's not removed from the @modulenames list, which causes problems for modules that walk the @modulenames list to get each module in turn. b=133148, r=kerz.
The Log event for the Told event doesn't have the prefix text that made the event a Told event in the first place. This adds a field 'fulldata' to the event hash which will let loggers log the whole thing. Also updates documentation. b=133509, r=kerz.
Log events were not generated for events generated by the bot. This removes redundant checks to prevent that from happening (redundant since the server never sent us the messages in the first place) and then adds code to synthesise the relevant Log events. Updates the documentation to match. b=16226, r=kerz.
The Initialise handler was needlessly within the scope of an undef'd $/. This scopes the cause of this problem. b=131483, p=Robin Berjon, r=kerz, a=hixie.
Makes ctcpSend() send messages to the target, not the originator. This makes it work like say(). b=133140, r=caillion.
Adds a way to make the auth command not give confirmation feedback (quiet auth). b=134342, r=caillon.
2002-04-01 03:46:06 +00:00
bbaetz%student.usyd.edu.au
24a50f231f
Bug 134465 - Don't die() if the admin email address doesn't match the
...
regexp.
r=justdave x2
2002-04-01 03:00:12 +00:00
bbaetz%student.usyd.edu.au
9117d315e3
Better fix for bug 132929, buglist.cgi "long format" button doesn't work.
...
r=myk x2
2002-04-01 02:47:52 +00:00
ian%hixie.ch
12695e498b
Entries for empty lists were ignored when rewriting the configuration file. b=133179, r=timeless
2002-04-01 01:59:24 +00:00
justdave%syndicomm.com
f17bd182de
Fix for bug 133425: adding missing FILTERs in the template
...
Patch by Andreas Franke
r = Gerv x2
2002-04-01 00:04:14 +00:00
ian%hixie.ch
d938dcb7d8
The 'seen' command should accept punctuation at the end, not consider it part of the nick to look for. b=133046, r=caillon. Some more friendliness. b=131323, r=caillon.
2002-03-31 23:53:11 +00:00
ian%hixie.ch
7be271e2e1
Adds various different friendly prefixes to Infobot responses. b=131320, r=caillon. Makes mozbot ignore prefixes like peterv: at the start of auto-learnt factoids. b=132264, r=caillon.
2002-03-31 23:19:36 +00:00
justdave%syndicomm.com
e1a86fb704
Fix for bug 92263: Don't output SQL commands before the footer when syncshadowdb fails (only affects Bugzillas that are running shadow databases)
...
r= bbaetz, gerv
2002-03-31 22:56:41 +00:00
bbaetz%student.usyd.edu.au
3c3aca8af6
Bug 120537 - Allow the use of a local 'dot' binary to generate dependancy
...
graphs
patch by zeroJ@null.net (John Vandenberg), r=gerv, bbaetz
2002-03-31 04:19:07 +00:00
bbaetz%student.usyd.edu.au
f95a721f8f
Bug 133210 - typo in checksetup; uses $::params instead of $::param
...
Patch by zeroJ@null.net (John Vandenberg), r=bbaetz, zach
2002-03-31 02:39:11 +00:00
bbaetz%student.usyd.edu.au
061ca71392
Bug 133862 - bugzilla index page doesn't focus text field
...
r=gerv x2
2002-03-30 23:46:29 +00:00
myk%mozilla.org
f04460af39
first check-in of Doctor, a webtool for editing documents in a CVS repository
2002-03-29 01:13:55 +00:00
gerv%gerv.net
8bef49ebbf
Bug 104589 - prevent user closing window from terminating Bugzilla scripts. Patch by Gerv <gerv@mozilla.org>, r=justdave, myk
2002-03-28 07:57:05 +00:00
jake%acutex.net
12bf361d91
Bug 122663 - Eliminate some undefined value warnings in cvsview2.cgi and cvsqueryform.cgi
...
Patch by Jody McIntyre <jodym@oeone.com>
r=jake
2002-03-27 14:52:04 +00:00
jake%acutex.net
3a45ffaafa
Bug 99384 - The username wasn't being run through url_quote() resulting in invalid URLs being generated.
...
r=caillon
2002-03-27 14:40:45 +00:00
gerv%gerv.net
67e79f73b5
Bug 133425 - FILTERs and other fixes in show_bug.html.tmpl. Patch by gerv, r=justdave, bbaetz.
2002-03-27 08:13:35 +00:00
bbaetz%student.usyd.edu.au
c4fa26f93a
Bug 133200 - mass change removes dependancies. r=afranke, justdave
...
Bug 133206 - mass change uses 'severity' rather than 'bug_severity'. Patch
by zeroJ@null.net (John Vandenberg), r=bbaetz x2
Bug 133207 - mass confirming bugs fails. r=afranke x2
2002-03-26 13:15:16 +00:00
justdave%syndicomm.com
e50ebe21a3
Fix for bug 133389: changing anything on a bug from the show_bug.cgi page would reset its component to the first in the product.
...
Patch by John Vandenberg <zeroJ@null.net>
r= myk x2
2002-03-26 02:53:39 +00:00
gerv%gerv.net
de5b9d570f
Bug 133372 - FILTER uri on milestone URL. Patch by ddk; 2xr=gerv.
2002-03-25 23:22:28 +00:00
gerv%gerv.net
1e6cd4614b
Fixes to small issues with show_bug.cgi templatisation.
...
Bug 133276 - groups test is wrong. Patch by ddk, 2xr=gerv.
Bug 133333 - create new attachment link broken. Patch by ddk, 2xr=gerv.
Bug 109029 - show_bug should generate valid HTML. Patch by gerv, r=afranke, bbaetz.
2002-03-25 23:03:55 +00:00
bbaetz%student.usyd.edu.au
af5c35ee65
Bug 133201 - js syntax error in show_bug
...
patch by zeroJ@null.net (John Vandenberg), r=bbaetz x 2
2002-03-25 06:17:36 +00:00
ian%hixie.ch
99eaab6597
Minor typo in help text, ++ should be --. b=132195, p=mental, r=hixie
2002-03-24 16:54:07 +00:00
bbaetz%student.usyd.edu.au
50ca6aa3c5
Bug 128419 - link to email preferences from bug changed notification is
...
wrong
r=afranke x 2
2002-03-24 12:45:33 +00:00
ian%hixie.ch
921721ff3f
2.3 development has begun
2002-03-24 02:28:42 +00:00
ian%hixie.ch
b14aa4548e
Correctly quote regular expressions when hostmasks are used. b=133023, p=jake, r=hixie
2002-03-23 23:18:16 +00:00
gerv%gerv.net
0596fc1fe2
Bug 110012 - show_bug templatisation. r=bbaetz, afranke.
2002-03-23 17:58:41 +00:00
gerv%gerv.net
6cbebb16cd
Bug 132634 - remove warning in reports.cgi when quips aren't used. Patch by cedric.caron@urbanet.ch; fixed up by xor@ivwnet.com; 2xr=gerv.
2002-03-23 13:47:31 +00:00
bbaetz%student.usyd.edu.au
1e8c92fe00
Bug 131659 - need to fixPerms the css directory
...
r=mattyt, justdave
2002-03-23 12:29:55 +00:00
bbaetz%student.usyd.edu.au
6b931ab48f
Bug 131521 - Set $::ENV{PATH} so that we don't get bogus 15 line warnings
...
from perl 5.6.1's Cwd.pm on every system() call.
r=mattyt, justdave
2002-03-23 03:51:05 +00:00
bbaetz%student.usyd.edu.au
84ceb24d7e
Bug 132929 - buglist.cgi 'long format' button doesn't work
...
r=justdave x2
2002-03-23 01:54:54 +00:00
mcafee%netscape.com
1eaf689e33
other options for multiquery links
2002-03-22 09:25:08 +00:00
mcafee%netscape.com
018bf91178
Adding options to multiquery page.
2002-03-22 07:59:30 +00:00
mcafee%netscape.com
f90b22c2af
update
2002-03-21 23:28:27 +00:00
mcafee%netscape.com
fa8d1c231c
adding sleestack
2002-03-21 23:10:33 +00:00
mcafee%netscape.com
622139c750
hardcoding ips to get around firewall problem.
2002-03-21 22:46:04 +00:00
mcafee%netscape.com
e51e845f29
adding luna
2002-03-20 10:09:19 +00:00
mcafee%netscape.com
e85a9effa5
turning off bezier graphing of moving average (131098)
2002-03-20 02:54:51 +00:00
kestes%walrus.com
96b3e72f91
add information about how we might implement Tinderbox style trees.
2002-03-19 19:04:16 +00:00
kestes%walrus.com
4b3d2499a7
some of my own personal debug code got checked in by accident, remove it.
...
It will cause problems for others.
Add a 1; at the bottom of the file.
2002-03-19 18:47:48 +00:00
kestes%walrus.com
5caf22295b
numerous fixes to the way in which the Perforce data is displayed in table form.
...
This is now a usable module.
I need to remove some debugging code, I just remembered.
I also need to figure out how to create something like CVS branches and
modules so that a large project can be partioned up and different groups can
watch different tinderbox pages to get the information they need.
2002-03-19 18:45:25 +00:00
justdave%syndicomm.com
17bbcd7ca0
Getting the stuff Timeless missed with his checkin for bug 106386
2002-03-19 05:42:43 +00:00
timeless%mac.com
fc883176bf
Bug 106386 rid source of misspellings
...
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
bbaetz%student.usyd.edu.au
83384d3170
Bug 118953 - incorrect message from checksetup.pl
...
patch by bugzilla@ali.as r=bbaetz, justdave
2002-03-18 06:06:30 +00:00
bbaetz%student.usyd.edu.au
3495d47bda
Bug 92905 - perl error when editing user and no groups defined
...
r=justdave x 2
2002-03-17 22:07:29 +00:00
justdave%syndicomm.com
d0ac624383
Bug 131568: template/default/global/header validates HTML 4.01 Transitional
...
Patch by ville.skytta@iki.fi (Ville Skytt��)
r= justdave x2
2002-03-17 17:17:22 +00:00
gerv%gerv.net
ca8e72b693
Bug 103953 again = XHTML fixes. patch by ville.skytta@iki.fi, 2xr=gerv.
2002-03-16 16:54:26 +00:00