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

574 Коммитов

Автор SHA1 Сообщение Дата
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
reed%reedloden.com 5714f7be0a Change /usr/bonsaitools/bin/perl to /usr/bin/perl [p=reed r=justdave] 2006-12-07 04:59:39 +00:00
cls%seawood.org 7df66b69a1 Generate quickparse.txt along with the rest of the static pages.
Bug #359908 r=justdave
2006-11-09 17:46:10 +00:00
cls%seawood.org fea05a8c0a Remove lockfile if $::data_dir can't be read 2006-11-08 20:55:30 +00:00
cls%seawood.org 9a94b25ee5 Reset who_check_list when building a new table body (presumably for a new tree).
Bug #359470 r=justdave
2006-11-04 02:33:36 +00:00
cls%seawood.org 44ce204e72 Fix previous link in static build pages
Bug #359464 r=justdave
2006-11-04 01:11:14 +00:00
cls%seawood.org 68e57c34a6 Reset global variables for each tree when building static pages in batches.
Bug #359323 r=justdave
2006-11-03 23:56:33 +00:00
cls%seawood.org 120f05733d Move non-spam mail with corrupt headers into data/bad/ so that it can be inspected later.
Bug #358454 r=justdave
2006-11-03 20:53:14 +00:00
timeless%mozdev.org c5a37e020e Bug 106386 Correct misspellings in source code
r=bc rs=brendan
2006-11-02 20:21:50 +00:00
cls%seawood.org 4beb472193 Fix error message 2006-10-19 19:04:34 +00:00
cls%seawood.org 7033d8b3dc Only print 'No data' message when debugging. 2006-10-19 18:56:38 +00:00
cls%seawood.org fb62ec83c0 Process build mail via cron.
Bug #354462 r=bear,justdave
2006-10-19 18:13:12 +00:00
cls%seawood.org cd4afa2fb0 A presumed bug in bzreadline causes the script to hang indefinitely on certain messages. Use bzread instead.
Bug #353674 r=justdave
2006-09-23 03:56:47 +00:00
cls%seawood.org be2285ec11 Add checksetup.pl to make new changes usable on older setups.
Bug #348817 r=bear
2006-08-17 23:07:17 +00:00
cls%seawood.org 6082b0bb78 More fixes for setuid tinderbox mail:
* Use Compress::Zlib instead of gunzip in warning & scrape scripts
* Exit with error if warning or scrape scripts fail.
* Do not make warning.pl or scrape.pl setuid
Bug #344695 r=bear
2006-08-16 22:07:17 +00:00
cls%seawood.org d8303dbaa1 Add dummy <a> tag so that the page validates properly. 2006-08-16 07:18:35 +00:00
cls%seawood.org 812ed7566b Allow registry and bonsai urls to be configured via Makefile
Bug #345804 r=bear
2006-08-16 06:28:38 +00:00
cls%seawood.org 0f47bf8897 Remove unsupported specfile 2006-07-25 05:57:41 +00:00
cls%seawood.org 390a74adfb Add year to blame column dates.
Bug #239017 r=bear
2006-07-25 05:20:07 +00:00
cls%seawood.org e71b17177f Use the 3 param version of open().
Thanks to Josh Soref <timeless@bemail.org> for the original patch.
Bug #321336 r=bear
2006-07-24 20:12:09 +00:00
cls%seawood.org 72fa8e5b1f Round to 3 significant digits when displaying log size in Gb. 2006-07-24 19:47:00 +00:00
cls%seawood.org 3dd07fbe5a Use Compress::Zlib instead of insecurely forking out to gzip and validate tree= input.
Bug #321489 r=rhelmer/preed
2006-07-24 18:48:14 +00:00
cls%seawood.org aad554e4ed Tidy up html output.
Bug #344665 r=timeless
2006-07-24 18:41:23 +00:00
cls%seawood.org 4e2db1ccb8 Fix popups when using bonsai 2006-07-24 18:19:24 +00:00
cls%seawood.org 78ead85f52 Remove unused variable. 2006-07-18 21:56:48 +00:00
cls%seawood.org 4661e10321 Switch to using md5_hex instead of crypt for admin password & update documentation.
Thanks to Josh Soref <timeless@bemail.org> for the original patch.
Bug #321478 r=bear
2006-07-18 19:29:53 +00:00
cls%seawood.org 0e02d44d91 Use Compress::Zlib & Compress::Bzip2 instead of forking off gzip & bzip2 processes which will not have permission to modify the files.
Bug #344695 r=bear
2006-07-18 18:17:33 +00:00
cls%seawood.org 432ade5085 Misc cleanup changes from live tinderbox.
Thanks to Chase Phillips <chase@mozilla.org> for the original patch.
Bug #334592 r=bear
2006-07-18 02:51:34 +00:00
cls%seawood.org b2ca71d56f Only allow multiple trees to be passed into the quickparse mode of showbuilds.cgi.
Thanks to Josh Soref <timeless@bemail.org> for the original patch.
Bug #334592 r=bear
2006-07-18 02:19:32 +00:00
cls%seawood.org 868b630f26 Do not mix new tree forms with existing tree management forms.
Bug #344639 r=timeless
2006-07-18 01:12:38 +00:00
cls%seawood.org 815ddb40f9 Use setuid scripts to handle mail.
Bug #344695 r=bear
2006-07-17 17:14:35 +00:00
cls%seawood.org d6a83b3de0 Display real end times for builds.
Thanks to Chase Phillips <chase@mozilla.org> for the original patch.
Bug #334592 r=bear
2006-07-10 16:43:04 +00:00
cls%seawood.org f4d3cf4162 Implement wayback links.
Thanks to Chase Phillips <chase@mozilla.org> for the patch.
Bug #334592 r=cls
2006-07-07 14:32:19 +00:00
cls%seawood.org ab50e6c140 Create default index for new trees. 2006-06-23 16:25:17 +00:00
cls%seawood.org b21c44545c Indicate the number of days of stored logs and their estimated diskspace cost. 2006-06-23 16:21:53 +00:00
cls%seawood.org f496f28c5b Cache logfiles for 1hr from viewing time.
Use HTTP headers insead of HTML meta flags to set expires & last-modified fields.
2006-06-23 16:17:57 +00:00