Commit Graph

4684 Commits

Author SHA1 Message Date
johnkeis
d3983542f1 Work with earlier versions of mysql that did not support "\. filename" as a command 2003-06-10 23:09:39 +00:00
johnkeis
f4a06bd20f 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
4392d8757d Work with earlier versions of CGI that do not figure out the cookie path correctly 2003-06-10 23:03:37 +00:00
johnkeis
1703b4118b Work with DBs that do not support AutoCommit / commit() 2003-06-10 23:02:56 +00:00
johnkeis
69b12c8cc4 Have a default checkin url for non-javascript-enabled browsers 2003-06-10 23:01:58 +00:00
johnkeis
d02f6721b7 Work with mysql, which only accepts dates in YYYY/MM/DD HH:MM:SS format 2003-06-10 23:01:19 +00:00
johnkeis
b76eea7569 Work with DB's that do not support commit() 2003-06-10 23:00:27 +00:00
johnkeis
6739959efb 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
e76b5a9150 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
1be840d13a Bug 208583 - Remove PerformSubsts from templates
r,a=justdave
2003-06-07 04:36:23 +00:00
bbaetz%acm.org
74cb07ef06 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
e4ddff5ea3 Make mysql work 2003-06-06 04:49:37 +00:00
bbaetz%acm.org
c1e4afb682 Bug 180635 - Enhance Bugzilla::User to store additional information
r=myk,jake
2003-06-03 09:48:15 +00:00
johnkeis
07f7f8b367 More todo 2003-05-29 23:40:34 +00:00
kestes%walrus.com
504a5b0515 *** empty log message *** 2003-05-26 14:32:24 +00:00
kestes%walrus.com
d31aeebb29 fix the executable mode of all the tests. 2003-05-26 14:31:37 +00:00
kestes%walrus.com
8c6ccaf0e4 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
d03ce3852b add perforce support. Add support for VCName2MailAddress. 2003-05-26 13:57:08 +00:00
kestes%walrus.com
0aa6e9de74 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
bd1e1afc6a 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
14286b0346 add support for onclick popup windows. 2003-05-26 13:41:12 +00:00
kestes%walrus.com
3c021593b2 change default window size in preparation for onclick popup windows. 2003-05-26 13:39:57 +00:00
kestes%walrus.com
8d94574b99 in comments about new functions. 2003-05-26 13:38:41 +00:00
kestes%walrus.com
499ac7bd6b remove the windows size parameter, not needed in new on click window arch. 2003-05-26 13:37:15 +00:00
kestes%walrus.com
3e35a5eac2 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
4276e36c25 support for spaces in filenames. support for on click windows. 2003-05-26 13:34:11 +00:00
kestes%walrus.com
b0c8f97499 fixes which include: 1) on click window support b) enhanced perforce support. 2003-05-26 13:32:38 +00:00
kestes%walrus.com
8da6bbf02d 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
7d4a733bac last not break 2003-05-25 22:38:41 +00:00
timeless%mozdev.org
8005fdfae2 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
cc10522769 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
2851028f18 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
a31e400999 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
timeless%mozdev.org
87f22fce3a Bug 176316 Add Last-Modified support to bonsai
Adds optional path parameter to parse_rcs_file
Adds required http header call to do_directory
patch by rperrot@debian.org r=justdave
2003-05-19 12:58:45 +00:00
jake%bugzilla.org
e970091ceb Bug 199129 - Replace installation list w/a link to the installation list on the web page 2003-05-17 03:11:46 +00:00
jake%bugzilla.org
ec98f98bf8 Recompile docs so (hopefully) I can get some feedback on the installation chapter changes. 2003-05-17 01:39:50 +00:00
jake%bugzilla.org
518c726992 Bug 191034 - Making the installation chapter a little more generic. Replaced a lot of OS Specific hints with links to the OS Specific section. 2003-05-17 01:27:54 +00:00
preed%sigkill.com
a452ca34ed Bug 204724 - ExcludeSelf doesn't work with an email containing capital letters; Patch by marcschum@web.de, r=preed/myk,a=myk 2003-05-13 05:29:28 +00:00
bugreport%peshkin.net
386a4d0179 Bug 195977: Add ability to show alias column in buglist
r=jhedlund
a=justdave
2003-05-13 04:59:35 +00:00
kestes%walrus.com
0b41915101 put in filespecs. 2003-05-12 21:55:46 +00:00
kestes%walrus.com
8004263bb1 put info about what version of perforce this is intended so simulate.
Fix the users to allways have an @something.  Fix the time function
to match the real output.
2003-05-12 21:54:38 +00:00
jake%bugzilla.org
3d37f7fe5c Bug 203314 - Clean up <ulink/>'s, links to bugs and extra spaces in sentences.
Patch by Martin Wulffeld <martin@wulffeld.org>.
r,a=jake
Also, added Martin to the section about people who have made signifigant conrtibutions.
2003-05-12 19:31:50 +00:00
kestes%walrus.com
aa16f6222a chmod the new vcsim directory. 2003-05-12 17:34:37 +00:00
kestes%walrus.com
6fa26420f4 fixed the data persistance, now it appears done. 2003-05-12 17:25:23 +00:00
kestes%walrus.com
d61b0ee52f begin work on saving state between calls. 2003-05-12 16:05:56 +00:00
kestes%walrus.com
fcf47522b8 new simulators to help with debugging. 2003-05-12 13:51:20 +00:00
kestes%walrus.com
c7581e8286 fix some typos. 2003-05-11 01:29:03 +00:00
kestes%walrus.com
021d912867 minor changes to how the legend is formatted. 2003-05-10 20:03:16 +00:00
kestes%walrus.com
cc07a31745 I debuged this by eye. I need someone with perforce installed to check that this really works. 2003-05-10 20:00:12 +00:00
kestes%walrus.com
7fd49007ad fix typo with $tree var. Use the Utils.pm module. 2003-05-10 19:59:26 +00:00