Commit Graph

4267 Commits

Author SHA1 Message Date
ian%hixie.ch
e31b3f03a1 Mark GET and HEAD requests as idempotent. Commands still have to explicitly support this, of course. 2002-12-23 11:47:20 +00:00
ian%hixie.ch
749f789e24 Add support for cookies using the new getSessionData() API. 2002-12-23 11:46:30 +00:00
ian%hixie.ch
fb9e51fe7c Minor fixups on the regexps. Add support for '--' to signal the end of the arguments (although at the moment it only cancels the previous argument rather than indicating the end of any flag arguments). Change the --batch-force-defaults to be the default --batch mode, and make the old --batch mode be called --batch-no-defaults. This could change again later. 2002-12-23 11:45:37 +00:00
ian%hixie.ch
0c01fe51db since the default getMetaData() does the same now, removing this redundant implementation 2002-12-23 11:42:57 +00:00
ian%hixie.ch
cbbe1c72bc Change getMetaData() to default to undef rather than requiring that it be implemented in descendants. Introduce getSessionData() for things like cookies. Introduce idempotent() so that protocols that can guarentee side-effect-free requests have a way of signalling their wishes. 2002-12-23 11:41:53 +00:00
ian%hixie.ch
3498a14071 user prefs should be a POST not a GET. 2002-12-23 11:39:43 +00:00
ian%hixie.ch
1251dcec2c Have to escape the error message, otherwise it gets treated as HTML, oops\! 2002-12-23 11:38:50 +00:00
ian%hixie.ch
6a68387af2 Minor typo fix in debug code 2002-12-23 11:37:42 +00:00
ian%hixie.ch
2c46254cc4 Change the Controller to inherit from PLIF::Service, so that we can reuse the 'dispatch' method from that class in Program.pm. Change the defaulting of the application name to be handled by a default name() implementation in Programepm rather than setting it in Controller.pm. Added a comment next to dispatchMethod() to clarify its role. 2002-12-23 11:35:06 +00:00
bugreport%peshkin.net
8c0f9386dc Bug 186383 Checksetup leaves editor backups of localconfig accessible (revised)
r=jaypee
a=justdave
2002-12-23 01:49:07 +00:00
bugreport%peshkin.net
6e0bf0ee52 Backing out patch from bug 186383 because it broke quicksearch 2002-12-23 01:46:31 +00:00
ian%hixie.ch
a51906cdd3 Round correctly. This makes the '1 hour' and other singular forms work correctly. 2002-12-22 22:21:59 +00:00
ian%hixie.ch
fee7932869 Add a 'sprintf' operator to scalars 2002-12-22 22:21:07 +00:00
ian%hixie.ch
2f950cccca Add a convenient 'time delta in seconds' to 'brief duration description in english' convertor. Escaped the values in an HTML output string. 2002-12-22 15:44:50 +00:00
bbaetz%student.usyd.edu.au
ae4802aa8a Bug 186337 - Param lookup should fall back to defaults
r=joel, a=justdave
2002-12-21 23:39:48 +00:00
bugreport%peshkin.net
89d4967bdf Bug 186383 Checksetup leaves editor backups of localconfig accessible
r=zach
a=justdave
2002-12-21 21:04:05 +00:00
gerv%gerv.net
b68a639140 Rebuild HTML and text versions of documentation for 2.17.2 release. 2002-12-21 16:33:58 +00:00
bbaetz%student.usyd.edu.au
a3c47abf4b Bug 180870 - Remove old shadowdb manual replication code
r, a=myk
2002-12-20 23:35:29 +00:00
bbaetz%student.usyd.edu.au
1a66a353fa Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave 2002-12-20 07:21:43 +00:00
bugreport%peshkin.net
681fc1dbc3 Bug 185760: New group system doesn't upgrade transparently if usebuggroups = 0
r=justdave
a=justdave
2002-12-20 07:16:28 +00:00
justdave%syndicomm.com
bd14a7cc67 Bug 186218: importxml.pl was doing a query against the products table using the old schema
Patch by Jonathan Schatz <jon@vmware.com>
r= justdave, a= justdave
2002-12-20 03:37:49 +00:00
justdave%syndicomm.com
590a8fb9ac Bug 185944: radio buttons for adding/removing groups on the change-multiple-bugs screen all had the same name
r=bbaetz, a=justdave
2002-12-18 08:01:51 +00:00
gerv%gerv.net
f28c333c61 Bug 184949 - CSV buglists are missing the Bug ID column. Patch by gerv; r,a=justdave. 2002-12-17 00:00:46 +00:00
jouni%heikniemi.net
ec4b2cd682 Bug 185332: Rewrite the description for timezone param (typo fixes etc.)
r=joel, a=justdave
2002-12-16 06:28:14 +00:00
bbaetz%student.usyd.edu.au
d25f5c7440 Bug 158499 - Templatise XML bug output
r=gerv, justdave
a=justdave
2002-12-15 09:24:08 +00:00
gerv%gerv.net
57753eeb45 Bug 116819 - Attach and Reassign in one fell swoop. Patch by gerv; r,a=justdave. 2002-12-15 09:01:15 +00:00
johnkeis
4e6d1fdcc1 Initial Revision 2002-12-13 19:43:18 +00:00
justdave%syndicomm.com
08485a6802 bumping version number to 2.17.2 2002-12-13 11:33:07 +00:00
justdave%syndicomm.com
dcedc988e9 Bug 183188: collectstats.pl no longer makes data/mining world-readable
patch by Christian Franke <Franke@computer.org>
r= bbaetz, justave   a= justdave
2002-12-13 11:01:03 +00:00
bugreport%peshkin.net
85178bacf4 Bug 184256 Canedit group_control_map entry does not prevent making attachments
r=bbaetz
a=justdave
2002-12-11 00:41:19 +00:00
kestes%walrus.com
2dd836a233 add functions to access the VC_TREE data structure.: 2002-12-10 19:49:27 +00:00
kestes%walrus.com
d6738bd9c2 major reworking of code structure to provide a clean Link construction but
not trip the perl warnings about undefined values.
2002-12-10 19:45:03 +00:00
kestes%walrus.com
0c89a72d50 I have a better fix for perl warning the last checkin was meant to fix.
Fix it at the source in Build.pm.  This function really should return
undefined if the result is undefined.
2002-12-10 19:43:21 +00:00
kestes%walrus.com
3a3f8ea84f fixes to allow test harness to run through all VCDisplay implementations during
testing.
2002-12-10 19:35:50 +00:00
kestes%walrus.com
14be0eeb80 fixes to allow test driver to run through all VCDisplay packages during unit
testing.
2002-12-10 19:34:34 +00:00
kestes%walrus.com
ed761e04c0 fixes to quiet perl warnings about using undefined variables.
Localize most of the  creation of Bonsai arguments into one function
fixes to allow testing of all VCDisplay packages by one test driver.
2002-12-10 19:32:46 +00:00
kestes%walrus.com
9d4eda4f9a fix to quiet new perl warnings about using undefined value. 2002-12-10 19:28:48 +00:00
kestes%walrus.com
8c5466687e quiet a warning about testing an undefined value (environmental variable
passed from webserver). Update some of the CGI functions to use the
lastest versions.  This was accomplised by including the whole library inside
the file.
2002-12-10 19:27:53 +00:00
kestes%walrus.com
6e8f8fcb3b add referesh times to summary pages, this variable was empty before this fix. 2002-12-10 19:24:37 +00:00
kestes%walrus.com
89d6861451 pass refreshtimes to Summaries. There was no referesh times, in the generated
html before this fix.
2002-12-10 19:23:37 +00:00
kestes%walrus.com
2d64c5f495 add target for VCDisplay tests. 2002-12-10 19:22:18 +00:00
kestes%walrus.com
49fd5382d8 test the VCDisplay subsystem in isolation. 2002-12-10 19:21:12 +00:00
kestes%walrus.com
2825e167a3 add new unit tests. These test the VCDisplay and HTMLpopup subsystems. 2002-12-10 19:20:05 +00:00
bugreport%peshkin.net
2fba29c0b6 Bug 184081 Change search interfaces to use Viewable products instead of enterable products
r=bbaetz
a=justdave
2002-12-10 14:17:05 +00:00
justdave%syndicomm.com
ad528cf1dc Bug 184336: default urlbase parameter on new installs now points at http://you-havent-visited-editparams.cgi-yet/ to a) relieve cvs-mirror.mozilla.org of all the hits, and b) give people who receive those emails a hint what to do to fix it.
r= joel, a= justdave
2002-12-10 12:10:21 +00:00
zach%zachlipton.com
6153a3e643 Fix for bug 180955: Remove dual-license from test files
Permission to do so granted by: justdave, joel, jake, ddk, gerv, bbaetz,
and myself (as gleamed from bonsai and the contributors lines and
indicated in the bug report). a=justdave.
2002-12-09 22:32:12 +00:00
kestes%walrus.com
c82e7b190b package name was declared wrong. 2002-12-09 18:19:59 +00:00
kestes%walrus.com
ab6aeba63f force the use of Link, since this is my design that all links use this.
This will quiet some of my tests.
2002-12-09 18:17:00 +00:00
kestes%walrus.com
0fd28a9024 change code to quiet perl warnings. 2002-12-09 18:15:06 +00:00
kestes%walrus.com
66b53f0897 portability fix for xargs
record the arguments to ./configure
find all the full paths for build commands on build machine
2002-12-09 18:02:32 +00:00