Commit Graph

7929 Commits

Author SHA1 Message Date
zach%zachlipton.com
4c8ae817f4 Add a simple formatting engine for testcase data using Text::Markdown. Normal HTML is passed through the filter unchanged, but now paragraphs will automatically be tagged with <p> and lists will automatically be converted to the proper html. A formatting help pane provides a description. The formatter is triggered with the 'markdown' filter in templates (e.g. [% expectedResults | markdown | testdata %]. 2006-06-15 18:54:15 +00:00
mike.morgan%oregonstate.edu
97c415e6cf Escapeing app parameter, bug 333431. 2006-06-15 10:10:33 +00:00
mike.morgan%oregonstate.edu
d9a3394143 Additional update for bug 333431. We missed the other header template. 2006-06-15 10:01:06 +00:00
vladimir%pobox.com
08fed2d2cf b=341032, add XML output format to bonsai cvsquery.cgi, r=preed 2006-06-14 23:51:19 +00:00
ccooper%deadsquid.com
ba3e17c36a - fix status display for single results 2006-06-14 22:03:32 +00:00
lpsolit%gmail.com
3685bcb145 Bug 341492: ./collectstats.pl --regenerate fails - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=myk 2006-06-14 21:45:10 +00:00
lpsolit%gmail.com
cb60145158 Bug 341456: Bugzilla/Search/Quicksearch.pm shouldn't use Bugzilla.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-06-14 21:30:20 +00:00
lpsolit%gmail.com
0bcde17ec8 Bug 319067: editflagtypes.cgi should allow to filter flag types based on their product/component - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2006-06-14 21:20:53 +00:00
mkanat%bugzilla.org
31070daf63 Bug 341453: Bugzilla::Series looks for functions in global scope that are not global functions
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-06-14 21:17:21 +00:00
wclouser%mozilla.com
f553d9da45 fix for 332832 2006-06-14 20:30:52 +00:00
wclouser%mozilla.com
8cdcf3b183 fix for bug 333431 2006-06-14 17:30:14 +00:00
ccooper%deadsquid.com
beb6d28a56 - remove sort_order 2006-06-14 17:30:10 +00:00
lpsolit%gmail.com
916524b6cd Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-06-14 00:26:27 +00:00
mike.morgan%oregonstate.edu
2c8c4672be mac ss -> win ss per pkim's request. 2006-06-13 23:42:38 +00:00
wclouser%mozilla.com
31e90a530e fix bug 334629 2006-06-13 23:36:39 +00:00
mike.morgan%oregonstate.edu
602eac395c mozilla.com -> www.mozilla.com 2006-06-13 23:09:06 +00:00
mike.morgan%oregonstate.edu
6b6b5f9d43 Fixed link to jogacompanion. 2006-06-13 23:07:29 +00:00
mike.morgan%oregonstate.edu
1ab487ebeb Added joga.com banner. 2006-06-13 20:09:14 +00:00
mike.morgan%oregonstate.edu
27cf82bef7 Joga images. 2006-06-13 20:08:09 +00:00
ccooper%deadsquid.com
3fb9e9fe84 - fix logic for displaying result submission/editing divs 2006-06-13 19:29:19 +00:00
zach%zachlipton.com
40c758b7dc Add coop's robots.txt file from the production install
S: ----------------------------------------------------------------------
2006-06-13 19:25:45 +00:00
zach%zachlipton.com
5ca37b8242 Add missing file 2006-06-13 19:10:50 +00:00
ccooper%deadsquid.com
823e7b25f1 - associate sort_order with join tables so that testcases and subgroups can be properly reused 2006-06-13 18:29:33 +00:00
justdave%bugzilla.org
533ee21022 Bug 325919: dramatic speed increase in history rebuilds by making it only correct mistakes and add new records instead of holding a database lock while we let MySQL decide if the record's been touched or not.
r=timeless
2006-06-13 18:03:07 +00:00
zach%zachlipton.com
c9544791be Bug fix: send a header when displaying the admin required error message 2006-06-13 17:10:56 +00:00
zach%zachlipton.com
42abcb0e16 * New feature: Add New Testcase
* Invalidate the current session when the user logs out

* Special variables defaultemail and show_admin are now included automatically in all template variable spaces. Scripts no longer need to manually fetch these and send them for the sidebar to work properly.

* The login page now displays a special message when an admin login is required to continue.
2006-06-13 17:05:23 +00:00
ghendricks
09bfbfd448 Putting old testrunner cvs tarball into the attic 2006-06-13 15:58:17 +00:00
ghendricks
37af632351 Creating testopia 1.0 beta 2006-06-13 15:09:54 +00:00
wclouser%mozilla.com
2b2d7ed502 make it quit throwing errors for a missing file 2006-06-12 23:33:59 +00:00
zach%zachlipton.com
a311853504 Fix remaining schema nits. 2006-06-12 21:52:09 +00:00
zach%zachlipton.com
01e389b6d2 Fix syntax error in declaration of test_runs table ('auto increment' => 'auto_increment') 2006-06-12 21:46:44 +00:00
zach%zachlipton.com
af58e1d034 Add missing close paren in declaration of subgroup_testgroups table. 2006-06-12 21:43:40 +00:00
cls%seawood.org
d80a82abda Only deny access to *.pl & *.pm at the toplevel and the examples dir 2006-06-12 20:40:12 +00:00
wclouser%mozilla.com
b429830b34 scaffolding++ 2006-06-12 18:18:40 +00:00
vladd%bugzilla.org
46884988cd Patch for bug 340848: remove obsolete values from page.cgi?id=fields; r=LpSolit, a=justdave. 2006-06-12 17:41:01 +00:00
lpsolit%gmail.com
1408751c08 Bug 340426: Add a navbar at the top of each pages + have a better title - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> and Byron Jones <bugzilla@glob.com.au> r=glob a=justdave 2006-06-12 17:35:34 +00:00
lpsolit%gmail.com
a836e8c466 Bug 330487: Automatic Update Notification for Bugzilla - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-06-12 17:13:35 +00:00
mike.morgan%oregonstate.edu
a90838f83e Updates to css for debug dumping (so it doesn't look like ass).
Removed workarounds in models to adapt to update db schema.
Will check in sql once the indexes have been updated (shortly).
2006-06-10 00:23:24 +00:00
cls%seawood.org
84eb4cc053 Quote the key value in the form so that keys with spaces (e.g. build names) are properly set.
Bug #215676 r=bear
2006-06-09 19:08:53 +00:00
cls%seawood.org
62aa35b0f5 Exit tb_loadquickparseinfo() early if the tree directory doesn't exist or the
build file cannot be read.
Bug #37647 r=bear
2006-06-09 19:06:43 +00:00
cls%seawood.org
83eaf89a6b Url encode + so that roc's bonsai links work.
Bug #171688 r=bear
2006-06-09 19:05:13 +00:00
mike.morgan%oregonstate.edu
a2e4339705 Initial import. 2006-06-09 18:14:09 +00:00
vladd%bugzilla.org
093a8041f9 Spelling patch: replace 'Saved searches' with 'Saved Searches' in the prefs panel for UI consistency; r=timeless on IRC, no bug number. 2006-06-09 12:16:10 +00:00
vladd%bugzilla.org
a17fa508e6 Documentation patch for bug 340904: remove false statement from documentation that specified the fact that we still store plain text passwords in the database (which is false); patch by Vlad Dascalu <vladd@bugzilla.org>, r=LpSolit. 2006-06-09 11:31:24 +00:00
cls%seawood.org
48ac682825 Update README.
Thanks to timeless for the patches.
Bug 211861 & 211863 r=cls
2006-06-08 20:04:17 +00:00
cls%seawood.org
bf7d85d77b Only allow access to cgi & .gif files 2006-06-08 19:03:02 +00:00
vladd%bugzilla.org
f1889ede5d Follow-up spelling patch for bug 44595: replace 'a irreversible way' with 'an irreversible way'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-08 12:23:37 +00:00
wclouser%mozilla.com
55e0fdaec2 added SQL dump of table structure 2006-06-08 04:14:08 +00:00
cls%seawood.org
6ff46c21cf Make "Trim logs" do what it says.
Bug #340448 r=timeless
2006-06-08 01:10:07 +00:00
vladd%bugzilla.org
205ad3b268 Documentation patch for bug 314385: fine-tune the MySQL configuration instructions for allowing large attachments to be stored; patch by Colin Ogilvie <colin.ogilvie@gmail.com>, r=vladd. 2006-06-07 23:20:27 +00:00
ccooper%deadsquid.com
cea4294070 - adding apache access directives for new testcase_files directory tree 2006-06-07 22:55:50 +00:00
uid623
ebf7488e6c Patch for bug 329178: Remove old code specific to MySQL 3.x from DB::Mysql as we no longer support it; patch by Vlad Dascalu <vladd@bugzilla.org>, r=mkanat, a=myk. 2006-06-07 21:50:13 +00:00
lpsolit%gmail.com
df728d30be Bug 339667: Attachment data not deleted when deleting a component or a product - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2006-06-07 21:35:53 +00:00
uid623
b2f2c27422 Patch for bug 340154: readd #chart anchor in query.cgi; patch by Vlad Dascalu <vladd@bugzilla.org>, r=LpSolit, a=myk. 2006-06-07 21:34:59 +00:00
uid623
5d7bd40be6 Patch for bug 330804: don't talk about QA if the QA contact parameter is disabled; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, r=LpSolit, a=myk. 2006-06-07 21:13:10 +00:00
uid623
d80893fa8b Patch for bug 330838: Fix still_unresolved_bugs to not say 'has still'; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, a=myk. 2006-06-07 20:48:08 +00:00
lpsolit%gmail.com
bea121d620 Bug 275638: Templatise 'whinemail' email - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=myk 2006-06-07 20:47:19 +00:00
lpsolit%gmail.com
bf45735a6e Bug 312935: User Account Log should start with a creation date - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=bkor, r=wicked a=myk 2006-06-07 20:31:10 +00:00
uid623
3646ced155 Patch for bug 335743: modify checksetup.pl so it no longer generates an extra \ sign in localconfig; patch by Vlad Dascalu <vladd@bugzilla.org>, r=LpSolit, a=myk. 2006-06-07 20:27:01 +00:00
uid623
706c257bdc Documentation patch for bug 340713: remove troubleshooting question (related to Perl 5.6.1 upgrade) from the 2.20, 2.22 and trunk docs, as we already require 5.6.1 in these places; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin. 2006-06-07 20:11:03 +00:00
uid623
0dbfaf747b Patch for bug 305506: reduce number of SQL calls in Bugzilla::User->groups; increase speed when DB connectivity is poor and shift the burden on the webserver in order to improve scalability when multiple web frontends are used with a single backend DB; patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua>, r=wicked, r=mkanat, a=myk. 2006-06-07 10:15:27 +00:00
lpsolit%gmail.com
fa5c376ee6 Bug 340309: process_bug.cgi fails when changing several bugs at once if all bugs are in the same product - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-06-06 22:55:29 +00:00
uid623
60d5000537 Follow-up patch for bug 315590: fix scenario where we have private attachments, and make the numbering behaviour consistent with the way we currently treat private bug comments; patch by Vlad Dascalu <vladd@bugzilla.org>, r=timeless; a=myk on the bug. 2006-06-06 17:30:45 +00:00
uid623
75db177f54 Spelling patch: replace 'specify a email-adress' with 'specify an email-address' in bugmail_help.html; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-06 16:30:51 +00:00
uid623
ed8067b554 Spelling patch: replace 'adresses' with 'addresses' in bugmail_help.html; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-06 16:27:30 +00:00
uid623
2377896430 Follow-up spelling patch for bug 320751: 'adress' should be 'address' in instalation.xml docs. 2006-06-06 15:54:30 +00:00
wclouser%mozilla.com
82aaaec161 switch to using local mozilla logo instead of mozilla.com 2006-06-06 15:46:57 +00:00
uid623
9d2ad23474 Patch for bug 315590: add anchors to flag section; patch by timeless <timeless@bemail.org>, r=vladd, a=myk. 2006-06-06 15:36:18 +00:00
uid623
bf866a83a7 Documentation patch for bug 338434: update newsgroup links in the documentation; patch by Emmanuel Seyman, r=vladd. 2006-06-06 15:24:10 +00:00
cls%seawood.org
69126046ff Report an error if notes.txt is not writable.
Bug #223304 r=bear
2006-06-05 17:49:31 +00:00
cls%seawood.org
259a85a109 Add support for doing checkin queries against viewvc/viewcvs.
Bug #338047 r=bear
2006-06-05 17:42:48 +00:00
ccooper%deadsquid.com
b1119a3815 - don't allow a string of zeroes for the build ID 2006-06-05 13:37:36 +00:00
lpsolit%gmail.com
9f77a2e153 Bug 42946: Bugs filed at same time causing one to be duplicated - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave 2006-06-05 10:58:38 +00:00
ccooper%deadsquid.com
638e641e95 b=322585
- fail when no results are actually submitted
- grab product info from testgroup if necessary
2006-06-05 05:53:10 +00:00
ccooper%deadsquid.com
7d6c5dc95e b=323768
- change tests references to testcases
- fix changed field abbreviations
- disabled testgroup/subgroup editing -> interim step before test runs
- display lists of all testgroups/subgroups to which a testcase belongs when viewing a testcase
- updated database schema
- updated database population script.
- NOTE: due to changes in the underlying db structure, it will be necessary for users to establish new linkages between products, platforms, testgroup, subgroups, and testcases (documented in populatedb.sql)
- when running tests, ony display testgroups that match the chosen branch

b=322585
- fix defaulttestgroup display when continuing to test

b=334871
- allow fulltext searching of testcases by summary, steps, and expected results
2006-06-05 04:07:29 +00:00
ccooper%deadsquid.com
681b024298 b=323768
- renamed Test.pm to Testcase.pm
- renamed Result.pm to ResultStatus.pm
- remove extraneous references to platform -> same info is acquired through opsys now
- add DEBUG flag to Config.pm
- change tests references to testcases
- fix changed field abbreviations
- add helper DBTools methods for:
-* renaming tables
-* adding a fulltext index
-* dropping indices
- add new retrieve_all overrides for Locale.pm and User.pm
- add sql methods to retrieve entity information from join tables:
-* Platform
-* Subgroup
-* Testgroup
-* Testcase
-* Testresult
- replace Class::DBI-heavy (read: slow) coverage functions with targetted sql that only return the required fields
- remove out-of-date age and isrecent functions, along with references to expirationdays

b=320546
- use truncated email as display name when all else fails

b=334871
- add fulltext search functions for searching testcases by summary, steps, and expected results
2006-06-05 03:55:52 +00:00
ccooper%deadsquid.com
b719adb951 b=323768
- change tests references to testcases
- fix changed field abbreviations
- display help text in popup divs
- disabled testgroup/subgroup editing -> interim step before test runs
- display lists of all testgroups/subgroups to which a testcase belongs when viewing a testcase
- make separate testing config (SysConfig) template, and display testing config when present and viewing matching single testcases
- allow admins to run individual testcases regardless of whether they are enabled or not
- remove secondary, imprecise build ID lookup JS stanza
- change layout/options for admin sidebar

b=322585
- fix defaulttestgroup display when continuing to test

b=320546
- add top testers stats back to stats page, now that we can hide email addresses

b=322607
- add show all/hide all to test list display for runtests

b=334871
- allow fulltext searching of testcases by summary, steps, and expected results
2006-06-05 03:40:24 +00:00
ccooper%deadsquid.com
113123bc48 b=323768
- remove Navigation.js (moved to help text in templates)
- remove Percentages js (moved to help text in templates)
- add extra sanity check when repopulating form fields with FormPersist.js
- disable testgroup/subgroup select boxes -> interim step until test runs since we have no UI to change them yet

b=322607
- add hideAll, and simple toggle functions to moo.fx
2006-06-05 01:22:25 +00:00
ccooper%deadsquid.com
d21b564f08 b=323768
- make errorHeading a generic class
- add styles for testcases (or update them from tests)
- add styles for testcase searching
2006-06-05 01:16:46 +00:00
lpsolit%gmail.com
b7ffba23d1 Bug 340226: Util.pm shouldn't depend on Bugzilla::Config - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-06-04 10:25:09 +00:00
jocuri%softhome.net
26af5fb353 Patch for bug 340126: Fix Windows PPM package name for XML::Twig; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, a=justdave. 2006-06-04 08:48:32 +00:00
lpsolit%gmail.com
dec2d05aa6 Bug 340139: When adding a new attachment, data inserted in the bugs_activity table are quoted - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=bkor, r=ghendricks, r=vladd a=justdave 2006-06-03 20:06:36 +00:00
lpsolit%gmail.com
d719aeb514 Bug 340253: .cgi scripts should call Throw*Error() instead of die() - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=vladd a=justdave 2006-06-03 19:48:57 +00:00
lpsolit%gmail.com
b3ebdd0ac9 Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=justdave 2006-06-03 12:23:13 +00:00
wclouser%mozilla.com
68253ebcfc Now with faster queries! 2006-06-03 02:20:40 +00:00
lpsolit%gmail.com
ca5ca8b3f5 Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=kiko a=myk 2006-06-02 22:58:53 +00:00
jocuri%softhome.net
d577712d0d Documentation patch, bug 340130: add a section ID in troubleshooting.xml for section B9; patch by Vlad Dascalu <vladd@bugzilla.org>, r=Colin. 2006-06-02 18:11:33 +00:00
wclouser%mozilla.com
ed813391b7 - Fixed a sort order issue if the ID's in the database weren't in the correct order
- Added "pseudo-google-style" page numbers so there weren't hundreds of links on
every page
2006-06-02 17:32:03 +00:00
mike.morgan%oregonstate.edu
f630368b80 More info about sanity dirs. 2006-06-02 14:40:45 +00:00
mike.morgan%oregonstate.edu
be44afe41a pruning .svn garbage 2006-06-02 14:36:51 +00:00
mike.morgan%oregonstate.edu
4b95ace446 Cleanup, adding meta README. 2006-06-02 14:32:55 +00:00
mike.morgan%oregonstate.edu
2409337db1 minor editing of comments and README 2006-06-02 14:20:36 +00:00
lpsolit%gmail.com
44c3130d66 Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat a=justdave 2006-06-02 11:52:49 +00:00
lpsolit%gmail.com
74634f1822 Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-06-02 10:50:15 +00:00
wclouser%mozilla.com
6eb70e8fa8 modified the code to automatically create applications depending on what comes in
$_GET
2006-06-01 20:31:36 +00:00
mkanat%bugzilla.org
354997ee7b Bug 329377: Bugzilla::Object base class for objects
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=kevin.benton, a=justdave
2006-06-01 00:23:17 +00:00
lpsolit%gmail.com
45619326d8 Bug 339858: Remove useless module dependencies in Bugzilla::Auth::* - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-06-01 00:19:36 +00:00
wclouser%mozilla.com
26ae647cc3 apparently cake escapes this data automatically 2006-05-31 00:48:25 +00:00
wclouser%mozilla.com
6ca62b36c3 added note to symlink vendor libraries 2006-05-31 00:27:50 +00:00
wclouser%mozilla.com
a844273744 we should have the default index.php in CVS 2006-05-31 00:21:16 +00:00
wclouser%mozilla.com
ab18e3b519 modified to allow adding results 2006-05-31 00:17:41 +00:00
wclouser%mozilla.com
701536e8bd added a div around the breadcrumbs to align them with the header 2006-05-31 00:06:16 +00:00
wclouser%mozilla.com
6eac329bc2 made comment box bigger on add form 2006-05-31 00:05:45 +00:00
wclouser%mozilla.com
ae88d275f9 added save() and /add/ code 2006-05-31 00:05:11 +00:00
wclouser%mozilla.com
2a461f8426 added save() code 2006-05-31 00:04:33 +00:00
wclouser%mozilla.com
9566bd5344 model data to add save()ing 2006-05-31 00:04:06 +00:00
cls%seawood.org
bc69ec38b5 Add INSTALL instructions to explain how to secure tinderbox via apache and change permissions to secure tinderbox locally.
Bug #339688 r=bear
2006-05-30 23:05:28 +00:00
mkanat%bugzilla.org
2b332abdc1 Bug 338573: Auth could throw an insecure dependency error if username is tainted
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-05-30 21:19:09 +00:00
mkanat%bugzilla.org
ad5c76f70b Bug 320751: LDAP: Ability to have Bugzilla use the LDAP username directly as the Bugzilla username
Patch By guillomovitch@zarb.org r=mkanat, a=myk
2006-05-30 21:17:34 +00:00
lpsolit%gmail.com
f4ccbdc1ff Bug 335790: Field names in search form lists should be ordered alphabetically - Patch by Toms Baugis <toms.baugis@gmail.com> r=wicked a=myk 2006-05-29 19:15:56 +00:00
lpsolit%gmail.com
dc0139643c Bug 150795: 'Numbering' is silly and should be changed - Patch by timeless <timeless@bemail.org> r=LpSolit a=myk 2006-05-29 18:44:13 +00:00
lpsolit%gmail.com
0461f050d0 Bug 317774: The template file admin/users/confirm-delete.html.tmpl incorrectly uses [% terms.bug %] - Patch by Vlad Dascalu <vladd@bugzilla.org> r=LpSolit a=myk 2006-05-29 18:25:46 +00:00
lpsolit%gmail.com
8197b2c33f Bug 324784: editgroups.cgi should make sure groups it edits/removes are not used by editparams.cgi (in data/params) - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2006-05-29 18:11:04 +00:00
lpsolit%gmail.com
52c8070cd5 Bug 313023: Param("confirmuniqueusermatch") should not be case sensitive - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=myk 2006-05-29 17:43:40 +00:00
lpsolit%gmail.com
6a1e0b43c2 Bug 337054: Remove get_component_id() and get_component_name() from globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-05-29 17:24:54 +00:00
mkanat%bugzilla.org
119bed3cc2 Fix a test failure caused by a checkin fix that I did on bug 302876. 2006-05-29 03:10:28 +00:00
mkanat%bugzilla.org
132807252c Bug 302876: Database Version-Checking needs to be more modular and more generic
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-05-29 03:02:46 +00:00
cls%seawood.org
917f16c649 Remove tinderbox dependency upon obsolete bonsai scripts
Bug #273441 r=bear
2006-05-27 00:18:42 +00:00
mike.morgan%oregonstate.edu
5b79f6ae9f initial import of aus2 sanity tests 2006-05-26 01:18:01 +00:00
mike.morgan%oregonstate.edu
9305c05104 initial import of aus2 app portion 2006-05-26 01:17:33 +00:00
mike.morgan%oregonstate.edu
dac4378b52 Messed up the initial import.... :( 2006-05-26 01:16:05 +00:00
mike.morgan%oregonstate.edu
11efbc8f45 Migrating aus2 from SVN to CVS 2006-05-26 01:12:50 +00:00
uid815
be7035febd fixed a mistake in the breadcrumbs 2006-05-25 23:42:58 +00:00
uid815
f03ad082e6 added background images 2006-05-25 21:23:02 +00:00
uid815
0d3839e86d got rid of the old background and added the mozilla logo 2006-05-25 20:35:24 +00:00
uid815
853b771eb0 added rustico css 2006-05-25 20:35:09 +00:00
uid815
cbd3efb399 - added the breadcrumb helper
- reorganized header/footer/etc
2006-05-25 20:34:56 +00:00
uid815
f85fd20f51 added the Breadcrumb helper link 2006-05-25 20:34:25 +00:00
ccooper%deadsquid.com
9735dc2962 - script to clone a testgroup, including all subsidiary subgroups and testcases 2006-05-25 19:00:32 +00:00
ccooper%deadsquid.com
531f0dfefd - order testgroups by name 2006-05-25 18:54:48 +00:00
ccooper%deadsquid.com
6051713eaa - script to import complete test plans from TestRunner 2006-05-25 18:45:33 +00:00
uid815
323599c8e0 added a README to make installing easier 2006-05-25 02:20:09 +00:00
uid815
cd34b5d58d Initial import 2006-05-24 19:14:24 +00:00
lpsolit%gmail.com
806ed41fc0 Bug 152361: can't continue walking a dependency tree - Patch by Andr� Batosti <batosti@async.com.br> r/a=myk 2006-05-23 00:31:35 +00:00
lpsolit%gmail.com
8d45b8e078 Bug 323106: create-series JavaScript Error: 'options' is null or not an object - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=myk 2006-05-23 00:20:17 +00:00
mkanat%bugzilla.org
5f63b544b8 Bug 328642: Params should be in Bugzilla->params instead of being a Bugzilla::Config subroutine
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-05-22 18:11:53 +00:00
lpsolit%gmail.com
a19ec48c3b Bug 331365: Sendmail complains about a possible attack because there's a newline in the email address - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r=glob a=justdave 2006-05-22 17:31:52 +00:00
lpsolit%gmail.com
0db868b418 Bug 139309: Include real name (not just email address) in bugmail comment and diff headers - Patch by Karsten "Mnyromyr" D�sterloh <mnyromyr@tprac.de> r=LpSolit a=justdave 2006-05-22 16:39:59 +00:00
lpsolit%gmail.com
8842500aa4 Bug 332522: Remove $::prodmaxvotes - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-05-21 22:15:05 +00:00
mkanat%bugzilla.org
4bee5b5fce Bug 338365: Bugzilla::BugMail calls Param() outside of any function
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=justdave
2006-05-20 18:12:06 +00:00
mkanat%bugzilla.org
45e799ffae Bug 337782: Change the way that whine.pl gets and formats the current date
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-05-20 18:10:53 +00:00
lpsolit%gmail.com
96ecd2ccd7 Bug 337055: Move AnyDefaultGroups() from globals.pl into process_bug.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-05-18 21:40:54 +00:00
cls%seawood.org
e3333b2d8c Drop mail that does not contain any tinderbox: headers instead of bouncing it.
Bug #275135 sr=bear
2006-05-18 18:03:08 +00:00
bear%code-bear.com
16ad4561fb Add .svn to the list of directories to exclude - patch by John L. Villalovos
bug 328407 r=timeless
2006-05-17 14:52:32 +00:00
bear%code-bear.com
13f9b54016 Changed how the files selected for the compile_*_code targets are determined.
Previously the files were passed thru egrep -v so you had to list all items to exclude
but now the egrep lists the extensions to include - much saner
bug 328406 r=timeless
2006-05-17 06:38:52 +00:00
lpsolit%gmail.com
73f33debbd Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and FlagType.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2006-05-16 22:49:14 +00:00
mozilla%colinogilvie.co.uk
b724417880 Bug 337747: config.cgi fails with an SQL error in Bugzilla::Keyword with no keywords defined
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=justdave
2006-05-16 22:08:30 +00:00
mkanat%bugzilla.org
d455f22aee Bug 337701: 012throwables.t doesn't recognize that certain errors are AUTH_ERROR codes
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-05-16 22:07:07 +00:00
mozilla%colinogilvie.co.uk
dd19f2ff83 Bug 337777: Typo at bottom; 'myslqd' should be 'mysqld'
Patch by me; r=mkanat
2006-05-16 18:57:55 +00:00
cls%seawood.org
a7501c0803 Check SERVER_PORT when validating referers
Bug #284372 r=timeless
2006-05-16 05:23:22 +00:00