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

4701 Коммитов

Автор SHA1 Сообщение Дата
gerv%gerv.net 4020f45b0b Bug 211127 - use proper path to Perl. Patch by jussi@comlink.fi; r=gerv, a=justdave. 2003-06-30 22:23:17 +00:00
jake%bugzilla.org 30660f349a Bug 201955 - The method for specifing a charset has changed now that we use CGI.pm for header output (bug 201816). 2003-06-30 21:11:00 +00:00
jake%bugzilla.org ef55e3a195 Bug 206498 - Add a warning that Bugzilla upgrades are irreversable and that backups should be made. 2003-06-30 18:51:59 +00:00
jake%bugzilla.org c33cd8bda8 Bug 210248 - Missing "my" in SMTP code for win32 instructions.
Patch by Jean-Sebastien Guay <jean_seb@hybride.com>
r,a=jake
2003-06-28 17:13:45 +00:00
bbaetz%acm.org 6725d1ef9c Bug 193575 - Internal server error from votes.cgi
patch by bugzilla@chimpychompy.org (GavinS)
r=bbaetz, a=justdave
2003-06-28 00:14:56 +00:00
gerv%gerv.net 92e580113f Bug 16009 - generic charting. Patch by gerv; r,a=justdave. 2003-06-25 23:23:13 +00:00
myk%mozilla.org 553ca4f7a0 Fix for bug 204631: enhances config.cgi to generate a list of queryable fields so third-party clients can populate search forms with the list.
r=gerv
a=myk
2003-06-23 18:01:39 +00:00
bbaetz%acm.org 5144e761a9 Bug 210324 - s/->err/->error/
r,a=justdave
2003-06-23 08:53:52 +00:00
kestes%walrus.com dd7b4ccdfa add to use statements. Many people have complained. 2003-06-18 16:11:00 +00:00
kestes%walrus.com 8db9c5f443 fixes to quiet warnings. Some of these were ligitiment off by one issues. 2003-06-18 15:54:06 +00:00
kestes%walrus.com 3bdda3018b change default association from undefined to emtpy string. This will quiet perl warnings about using empty strings. 2003-06-18 15:49:50 +00:00
kestes%walrus.com 58292c3f02 initialize a variable to empty string in order to quiet perl warnings. 2003-06-18 15:48:26 +00:00
kestes%walrus.com 073a1e8cef add tree to notice association arguments. This is needed by Build.pm. 2003-06-18 15:47:16 +00:00
jake%bugzilla.org 15f5c4806e Fresh docs compile (first one w/a PDF version). 2003-06-13 16:41:34 +00:00
jake%bugzilla.org ea8f2e5b9f Optionally create a PDF version of the docs. 2003-06-13 16:37:12 +00:00
timeless%mozdev.org eb9d1cd1f7 Bug 77192 MOVED is not handled properly on queryhelp.cgi.
r=justdave a=justdave
2003-06-13 02:50:50 +00:00
timeless%mozdev.org f81b65e0be Bug 207096 minor spelling fixes for Bugzilla/Search.pm
r=justdave a=justdave
2003-06-13 02:39:20 +00:00
johnkeis d962c0d1a9 Work with earlier versions of mysql that did not support "\. filename" as a command 2003-06-10 23:09:39 +00:00
johnkeis 9cffacfbf6 perl 5.6 printed something weird when column_headers_2 did not return anything, not sure why 2003-06-10 23:04:33 +00:00
johnkeis bd239b65f8 Work with earlier versions of CGI that do not figure out the cookie path correctly 2003-06-10 23:03:37 +00:00
johnkeis 60373b224d Work with DBs that do not support AutoCommit / commit() 2003-06-10 23:02:56 +00:00
johnkeis d405f4c3bc Have a default checkin url for non-javascript-enabled browsers 2003-06-10 23:01:58 +00:00
johnkeis f6760fc28a Work with mysql, which only accepts dates in YYYY/MM/DD HH:MM:SS format 2003-06-10 23:01:19 +00:00
johnkeis 1e554f7311 Work with DB's that do not support commit() 2003-06-10 23:00:27 +00:00
johnkeis d78d86c041 Don't run the build compressor by default, it doesn't work until you know what the feature is anyway. 2003-06-10 22:59:39 +00:00
bbaetz%acm.org aba3e265d8 Bug 208620 - Fix return value of Bugzilla->login when user already exists
r,a=justdave
2003-06-07 13:59:24 +00:00
bbaetz%acm.org 58b398a337 Bug 208583 - Remove PerformSubsts from templates
r,a=justdave
2003-06-07 04:36:23 +00:00
bbaetz%acm.org 114bfcf4b0 Bug 205463 - Tokens aren't canceled after a successful login.
patch by 'Randall M! Gee', r=bbaetz, a=justdave
2003-06-07 03:36:46 +00:00
johnkeis 65a3e501fc Make mysql work 2003-06-06 04:49:37 +00:00
bbaetz%acm.org 7177c5af4a Bug 180635 - Enhance Bugzilla::User to store additional information
r=myk,jake
2003-06-03 09:48:15 +00:00
johnkeis b19742564e More todo 2003-05-29 23:40:34 +00:00
kestes%walrus.com 9f9a9a1994 *** empty log message *** 2003-05-26 14:32:24 +00:00
kestes%walrus.com 0998249e0b fix the executable mode of all the tests. 2003-05-26 14:31:37 +00:00
kestes%walrus.com d45472c104 move the setting of the path to this file. make the onclick libraries
visable and explain the others are deprecated. formatting and comment
changes.
2003-05-26 14:26:05 +00:00
kestes%walrus.com cc15686822 add perforce support. Add support for VCName2MailAddress. 2003-05-26 13:57:08 +00:00
kestes%walrus.com c870e3d9ad set a default time if there is not one. Change format of how we set
the output cell.  The new strings format should be easier to modify in future.
2003-05-26 13:47:36 +00:00
kestes%walrus.com 196288362b clean up code, remove the now unused table of checked in files for each cell, add some tests for defined values so that we do not clutter the data structure. 2003-05-26 13:44:18 +00:00
kestes%walrus.com b90846ac47 add support for onclick popup windows. 2003-05-26 13:41:12 +00:00
kestes%walrus.com 73e6a0b658 change default window size in preparation for onclick popup windows. 2003-05-26 13:39:57 +00:00
kestes%walrus.com f0bc03dd68 in comments about new functions. 2003-05-26 13:38:41 +00:00
kestes%walrus.com 905ffa708b remove the windows size parameter, not needed in new on click window arch. 2003-05-26 13:37:15 +00:00
kestes%walrus.com 337869e4b3 slightly change dateformat to match real peforce. Forgot to put the time
in the output.
2003-05-26 13:35:15 +00:00
kestes%walrus.com 5685ca8df6 support for spaces in filenames. support for on click windows. 2003-05-26 13:34:11 +00:00
kestes%walrus.com 263db1e1b2 fixes which include: 1) on click window support b) enhanced perforce support. 2003-05-26 13:32:38 +00:00
kestes%walrus.com 1434b50bc0 move setting path to config file. Change charater separator since the new perforce module uses a ','. 2003-05-26 13:30:43 +00:00
timeless%mozdev.org 80dda72663 last not break 2003-05-25 22:38:41 +00:00
timeless%mozdev.org 1c2a1d2b63 Bug 207085 Updating a stored query shouldn't return the same message as creating one
r=kiko
2003-05-25 22:26:04 +00:00
gerv%gerv.net 64ffa67d46 Bug 37749 - query for changes to specific field in last n days not working. Rearrange time-based query UI to be more sane. Patch by mailto:anthony@itia.ntua.gr; r=gerv. 2003-05-22 22:55:55 +00:00
jake%bugzilla.org cc649e9200 Fix for bug 84876 - Mentioned the wrong bug number, also making it a link. 2003-05-21 14:46:38 +00:00
jake%bugzilla.org 9c4f7a26bf Bug 145965 - Mention the sendmail -> SMTP change for Bugzilla on win32
Patch by Jean-Sebastien Guay <jean_seb@hybride.com>
2003-05-21 02:15:21 +00:00