cls%seawood.org
8f07d7f084
Allow data_dir to be configured at install time to decouple tinderbox data from cgi installation.
...
Bug #409052 r=bear
2008-01-22 22:03:07 +00:00
justdave%bugzilla.org
6ccdcea173
Bug 412718: Make buildwho round off the minimum date in its queries to the nearest hour to facilitate better use of the MySQL server's query cache.
...
Patch by Mark Smith <mark@mozilla.com>
r=justdave
2008-01-17 03:52:55 +00:00
cls%seawood.org
8aeef4c06d
Explicitly use package main:: in global variable reference to avoid "strict subs" errors
2008-01-04 02:41:46 +00:00
cls%seawood.org
883d4e7406
Recreate static pages after administrative commands
...
Bug #399889 r=reed
2007-12-20 23:07:35 +00:00
cls%seawood.org
7603773355
Use $::tree_dir to allow tree data to be decoupled from tinderbox server directory.
...
Bug #409052 r=bear
2007-12-19 20:00:54 +00:00
cls%seawood.org
8af04c5fe3
Make tree state more visible by adding colors.
...
Bug #406287 r=reed
2007-12-18 02:47:05 +00:00
justdave%bugzilla.org
d182694d2e
Bug 407625: XSS hole - 'who' param on addnote.cgi wasn't quoted properly
...
r=bear
2007-12-15 00:28:02 +00:00
justdave%bugzilla.org
f7269f5ba4
Bug 397212: setuid on handlemail.pl and processbuild.pl were failing on newer versions of Linux
...
r=cls
2007-10-10 18:03:48 +00:00
cls%seawood.org
7d7ca7b145
Add navigation links back to static pages
...
Bug #394461 r=bear
2007-09-13 23:20:47 +00:00
ted.mielczarek%gmail.com
b5cabec1bb
bug 394250 - add xpcshell unit test support to ep_unittest.pl. r=cls
2007-09-11 00:31:45 +00:00
ted.mielczarek%gmail.com
fe2c0ee59f
bug 394250 - add ep_unittest.pl to handle unit test output. r=cls
2007-09-06 22:54:34 +00:00
cls%seawood.org
dc7a50e319
Avoid prepending $rel_path twice so that flames & stars show up on static tinderbox pages
...
Bug #394469 r=bear
2007-08-31 18:16:22 +00:00
reed%reedloden.com
10ce419e41
Add trim() function from Bonsai to fix cvsquery.pl.
2007-08-29 08:06:18 +00:00
rhelmer%mozilla.com
906df2b6b8
need to strip carriage returns as well as newlines r=reed
2007-08-29 06:29:08 +00:00
cls%seawood.org
00de411b94
Implement IsHidden() for bonsai
2007-08-29 06:08:56 +00:00
cls%seawood.org
f03c9d8f97
Only bonsai has branch support atm.
...
Disconnect from the database when finished processing bonsai queries
Fix debug comment
2007-08-29 05:23:25 +00:00
cls%seawood.org
0d09d57ed0
Add bonsai sql calls need query reference too
2007-08-29 04:54:08 +00:00
cls%seawood.org
70f0ad95e5
remove viewvc.pl too
2007-08-29 04:47:58 +00:00
cls%seawood.org
8af83ee9b2
Install cvsquery.pl & get_line.pl
2007-08-29 04:46:58 +00:00
cls%seawood.org
2e3d192083
Merge viewvc.pl into copy of bonsai's cvsquery.pl.
...
Bug #380118 r=bear
2007-08-29 04:40:05 +00:00
bear%code-bear.com
e2aa29f8b8
validate form date values to bound them to a max range
...
bug 373415, r=bear
patch by cls
2007-08-29 04:14:45 +00:00
cls%seawood.org
cf5ba5f2d5
Copy over bonsai versions of cvsquery.pl & get_line.pl for bug #380118
2007-08-29 04:14:29 +00:00
bear%code-bear.com
459cc861f8
fixing two issues with bug 380118 patch done earlier identified during
...
production tinderbox upgrade
- need $buildtree to get full path to logfile when doing -f check
- should not have removed comment url if logfile does not exist
r=reed,r=justdave
2007-08-29 02:49:50 +00:00
bear%code-bear.com
8c7c9ab486
Passing in a flag to the javascript routine log() to let it know if
...
the logfile exists - this will prevent the L/ link from being displayed
for logs that don't exist
bug 392922,r=morgamic
2007-08-28 17:42:43 +00:00
cls%seawood.org
f113f61217
Avoid dynamic 'use lib' issues by putting bonsai db info directly into treedata.pl like we do for viewvc and use local copy of cvsquery.pl (named viewvc.pl).
...
Bug #380118 r=bear
2007-08-28 02:23:42 +00:00
cls%seawood.org
eb45802366
followup to bug 380118
2007-08-25 03:27:25 +00:00
bear%code-bear.com
723fc018c8
Changes to allow Tinderbox to know how to deal with multiple bonsai setups.
...
bug 380118, r=bear
patch by cls
2007-08-25 02:53:16 +00:00
bear%code-bear.com
fdc9b0d98d
allow cross-site XMLHttpRequest for tinderbox JSON output
...
bug 393401, r=bear
patch by luser (Ted M.)
2007-08-24 14:04:52 +00:00
rhelmer%mozilla.com
a25640b89d
strip newlines, quote undefs b=382406 r=rhelmer
2007-08-15 04:36:24 +00:00
cls%seawood.org
dc78f85f00
Only show checkins between mindate & maxdate on waterfall page
...
Bug #390534 r=bear
2007-08-01 22:31:08 +00:00
cls%seawood.org
a12a614667
Bump treedata_version when writing new file.
...
Bug #390522 r=bear
2007-08-01 22:27:25 +00:00
rhelmer%mozilla.com
186da8e5c6
disable pretty-printing b=382406 r=cls
2007-07-31 19:28:56 +00:00
rhelmer%mozilla.com
d994a56024
tinderbox should not load all of scrape.dat into memory b=388164 r=cls
2007-07-15 04:14:08 +00:00
rhelmer%mozilla.com
bbfd349ae0
add json output mode b=382406 r=cls r=bear
2007-07-12 23:06:23 +00:00
cls%seawood.org
074ff73f96
Remove extraneous debug message
2007-07-06 17:14:22 +00:00
cls%seawood.org
a6b7a8a2f9
Bring clean.pl up to date and make the log trimming code common
...
Bug #378530 r=bear
2007-05-31 14:11:39 +00:00
cls%seawood.org
50d5c841bc
'require' forces the file to only be read once _ever_ so use 'do' instead.
...
Fixes tree state issues.
Bug #377229
2007-04-12 21:02:14 +00:00
reed%reedloden.com
fb2a80ce90
Bug 369188 - "bonsai shell_escape problem" [p=reed r=bear]
2007-04-12 01:19:41 +00:00
cls%seawood.org
89f186cdd4
Bug #359451 r=bear
...
This should be the last of the globals changes:
* Set ::default_hours & ::nowdate in tbglobals.pl
* Make ::rel_path local to showbuilds.pl .
* Move ::maxdate & ::mindate into $td hash populated by tb_load_data()
* Show an error if multiple modes (e.g. panel, quickparse) are given to
showbuilds.cgi
* Fix link in express mode of showbuilds.cgi
* Do not show 'previous hours' links for static index.html
* Pass down all form values to 'previous hours' links & the links in panel &
express modes (except in static builds).
* Remove global references & unused code from viewvc.pl
* Note which remaining globals are used by viewvc.pl & bonsai's cvsquery.pl
2007-03-12 22:44:03 +00:00
cls%seawood.org
e40f6279fc
Add binaryurl to quickparse output.
...
Bug #369449 r=bear
2007-02-10 00:38:34 +00:00
cls%seawood.org
d39b60b980
Grab global treedata to get $bonsai_tree for quickparse
...
Bug #359451
2007-01-31 06:35:46 +00:00
cls%seawood.org
5d82484c3e
Print a warning to the logfiles if batch-#.pl cannot be opened to determine tree state.
...
Fix the regex that checks for tree state.
Bug #359451
2007-01-31 06:17:55 +00:00
cls%seawood.org
b2c274d182
Use local hashes instead of global variables to store tree status data.
...
Store static tree configuration from treedata.pl into global hash.
Bug #359451 r=bear
2007-01-30 22:34:14 +00:00
cls%seawood.org
523eb4ce2b
Allow builds to be configured for warning scraping via the main admin page.
...
Bug #367978 r=bear
2007-01-25 20:13:09 +00:00
cls%seawood.org
06784aeed1
Escape the argument being passed to a function via eval.
...
Bug #359451
2007-01-24 23:28:28 +00:00
cls%seawood.org
306bf187df
Validate the |tree| cgi argument and limit new tree creation to (alphanumeric|.|-) .
...
Bug #367870 r=bear
2007-01-24 22:27:55 +00:00
cls%seawood.org
9e0c54d04b
Add 'use strict;' to expose globals.
...
Remove uses of global $tree & $form.
Remove tabs from showbuilds.pl
Bug #359451 r=bear
2007-01-23 17:49:10 +00:00
cls%seawood.org
7ed7181e92
Make sure to use a unique filename for the logfile.
...
Bug #360727 r=bear
2007-01-11 20:49:23 +00:00
cls%seawood.org
4d189ee81e
Use consistent time source for builds by having client send the build end timestamp. Fallback to using mail processing time as end timestamp if client doesn't send one.
...
Bug #363102 r=bear
2007-01-10 19:36:19 +00:00
reed%reedloden.com
d9ab26e2ad
Bug 354563 - [p=reed r=bear r=timeless]
2007-01-04 02:42:30 +00:00