ccooper%deadsquid.com
82b3999000
- update reference to process_test.cgi
...
- for single result submission, set cookies using current state-of-the-art
2006-06-23 15:35:30 +00:00
rhelmer%mozilla.com
14dbaa3852
add timestamp of build start to quickparse output. b=342483 r=preed
2006-06-23 01:47:44 +00:00
zach%zachlipton.com
dd448c3203
-Web Services: support a web services interface for test result submission. See http://wiki.mozilla.org/Litmus:Web_Services for details.
...
- Make a join table for logs so that test results can have any number of logs and we don't have to have duplicate entries in the log table.
2006-06-22 23:21:38 +00:00
ccooper%deadsquid.com
3bf7ef51f5
- display last added/edited/cloned testcase/subgroup by default
2006-06-22 22:54:02 +00:00
ccooper%deadsquid.com
dc7154c210
- rebuild js cache after management activities
2006-06-22 22:05:33 +00:00
ccooper%deadsquid.com
284e6b04ff
- fix missing '='
2006-06-22 21:00:39 +00:00
ccooper%deadsquid.com
78d982418b
- fix MochiKit case problem
2006-06-22 20:51:48 +00:00
ccooper%deadsquid.com
d764d64f58
Manage subgroups:
...
- allow json.cgi to return info about subgroups
- add list of Essential columns to Litmus::DB::Subgroup
- add methods to Litmus::DB::Subgroup: clone, delete_from_testgroups, delete_from_testcases, delete_with_refs, update_testgroups, update_testcases
- add EnabledBySubgroup lookup to Litmus::DB::Testgroup
- move generic Form functions to FormValidation.js
- allow product select box to accept onchange param
Manage Testcases
- fix requireField cut-n-paste omission
- also return product_id from Litmus::FormWidget::getTestcases
- fix tyop in Litmus::DB::Testcase comment
- make size static on testcase select box
2006-06-22 20:45:50 +00:00
wclouser%mozilla.com
6eee9ed958
got rid of -T
2006-06-21 21:28:53 +00:00
wclouser%mozilla.com
204387b9e6
added incremental updating. Cuts time from 75s -> 10s
2006-06-21 21:07:24 +00:00
wclouser%mozilla.com
cff92e6dd6
added a script to build csv files from the db
2006-06-21 19:05:46 +00:00
zach%zachlipton.com
1275b3d891
Move buttons in manage_testcases.cgi to handle smaller monitors. Widen summary field.
2006-06-21 18:16:36 +00:00
zach%zachlipton.com
fde2f4f5db
Fix a few more missing $sth->finish warnings in DBTools
2006-06-21 17:01:20 +00:00
lpsolit%gmail.com
e1c5167083
Bug 324783: The chartgroup, insidergroup and timetrackinggroup groups in editparams.cgi should be listed in a dropdown menu - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=Colin r=mkanat a=myk
2006-06-21 01:06:00 +00:00
lpsolit%gmail.com
f886810984
Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-21 00:44:48 +00:00
zach%zachlipton.com
2a7247fb56
Bustage fix: Litmus has suffered an internal error - testresult is not a column of Litmus::DB::Resultbug
2006-06-20 23:46:18 +00:00
zach%zachlipton.com
42bba82d96
Stupid typo...
2006-06-20 23:13:29 +00:00
zach%zachlipton.com
0adf85b0e7
Properly remember the previous build id entered during the current session. This avoids the need to retype it when going to run more tests.
2006-06-20 22:54:19 +00:00
zach%zachlipton.com
3e5532df19
Add missing $sth->finish() to FormWidget. This should fix the 'statement handle DBIx::ContextualFetch::st=HASH(0x897bda4) still Active' warnings.
2006-06-20 20:23:01 +00:00
vladimir%pobox.com
f56c4ae0c6
fix bogus min/max values on selection single click (infinity error); allow single-click in small graph to clear a selection
2006-06-20 20:05:35 +00:00
ccooper%deadsquid.com
df142bd034
- fix case in MochiKit inclusion
2006-06-20 20:01:08 +00:00
ccooper%deadsquid.com
034d3ccfa4
- adding missing template files for testcase management
2006-06-20 19:43:20 +00:00
vladimir%pobox.com
2830dc886b
Add bonsai query support; add bonsaibouncer helper script; add marker support to graphs; disable test select dropdown while the data is loading after a tinderbox switch
2006-06-20 19:41:05 +00:00
ccooper%deadsquid.com
91f0437b3d
- added table related_testcases to track cloned testcase relations
...
- update/replace enter_test.cgi with complete management interface for testcases
- make all fields Essential in Litmus::DB::Testcase
- added new methods to Litmus::DB::Testcase: clone, delete_from_subgroups, delete_from_related, delete_with_refs, update_subgroups
- added ByTestgroup and ByTestcase sql lookups to Litmus::DB::Subgroup
- added order_by directives to has_many fields in Litmus::DB::Product
- added new Litmus::FormWidget functions getTestcases and getAuthors
- don't try to .select() select fields (FormValidation.js)
- add verifySelected function to FormValidation.ja
- update interface to use manage_testcase.cgi for editing testcases
- remove editing flags/interface from test.html.tmpl
2006-06-20 19:34:53 +00:00
zach%zachlipton.com
c817605fe1
Fix enter_test.cgi so it sets the author, creation_date, and version fields of new testcases.
2006-06-20 17:41:53 +00:00
vladd%bugzilla.org
2eb85d5be4
Patch for bug 342130: don't display a bogus footer anymore when searching for all products with Quick Search; patch by Vlad Dascalu <vladd@bugzilla.org>; r=LpSolit, a=myk.
2006-06-20 10:32:50 +00:00
mkanat%bugzilla.org
bfb84e0e9a
Bug 282623: Remove globals.pl from checksetup
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-06-20 10:02:27 +00:00
lpsolit%gmail.com
adca5eb9ee
Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20 07:55:39 +00:00
lpsolit%gmail.com
17f9d63db0
Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, etc.) - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20 07:39:01 +00:00
lpsolit%gmail.com
3f4b001c38
Bug 300552: Eliminate deprecated Bugzilla::DB routines from Search.pm - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2006-06-20 07:32:31 +00:00
mkanat%bugzilla.org
780d129c37
Bug 342060: checksetup fails if no database exists
...
Patch By Frederic Buclin <LpSolit@gmail.com> r=mkanat, a=myk
2006-06-20 06:43:53 +00:00
timeless%mozdev.org
9c0b8e78dc
Bug 338087 Tinderbox 'L' popups are broken in Firefox trunk due to misuse of DOM Range
...
patch by Olli.Pettay@gmail.com r=timeless
2006-06-20 06:28:37 +00:00
mike.morgan%oregonstate.edu
a2264eb8a4
Added better checking when attempting to find latest buildId.
2006-06-20 01:21:04 +00:00
zach%zachlipton.com
2d19d6072f
Provide better error handling by defining an error handler in Litmus::DBI. When a database error is thrown, this handler will take care of calling Litmus::Error::internalError() and displaying a proper error message to the user. This should do much to prevent 500 Internal Server Errors and the blank pages that previously popped up.
2006-06-19 22:05:16 +00:00
lpsolit%gmail.com
88f015828a
Bug 304601: Bugzilla::Config's :locations exports need to be in their own module - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave
...
Bug 328637: Remove all legal_* versioncache arrays - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Bug 110503 - Eliminate versioncache
2006-06-19 20:15:18 +00:00
lpsolit%gmail.com
6d8f040b57
Bug 342053: Quicksearch.pm defines $cgi outside routines - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk
2006-06-19 20:00:41 +00:00
ccooper%deadsquid.com
f214e62c50
- only count enabled testcases in coverage measurement
2006-06-19 19:35:24 +00:00
vladd%bugzilla.org
49303186b9
Spelling patch: use the right spelling form for 'returned'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 18:31:30 +00:00
vladd%bugzilla.org
a842ff6a65
Spelling patch: use the right spelling form for 'occurred'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 18:27:04 +00:00
vladd%bugzilla.org
a89074ae6f
Spelling patch: use the right spelling form for 'overridden'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 18:17:23 +00:00
lpsolit%gmail.com
c62909c67f
Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=vladd a=justdave
2006-06-19 17:30:24 +00:00
vladd%bugzilla.org
84c739823d
Spelling patch: use the right spelling form for 'explicitly'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 16:43:49 +00:00
vladd%bugzilla.org
92fb739dbc
Spelling patch: use right spelling for 'navigational'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 16:41:17 +00:00
vladd%bugzilla.org
d4530edec6
Spelling patch: 'precentage' -> 'percentage'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 16:36:47 +00:00
vladd%bugzilla.org
23118f95c4
Spelling patch: 'valididy' -> 'validity'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 16:31:13 +00:00
vladd%bugzilla.org
ef23875b4b
Spelling patch: 'couldnt' -> 'couldn't'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 16:25:02 +00:00
vladd%bugzilla.org
38fba9e96c
Spelling patch: 'kommas' -> 'commas'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 16:23:33 +00:00
vladd%bugzilla.org
1f95498511
Spelling patch: 'visiblility' -> 'visibility'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 16:21:02 +00:00
vladd%bugzilla.org
2150177743
Spelling patch: 'functiuon' -> 'function'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 16:18:42 +00:00
vladd%bugzilla.org
da3abd0883
Spelling patch: 'usefull' -> 'useful' in contrib/bugmail_help.html; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 16:12:41 +00:00
vladd%bugzilla.org
56d023650a
Spelling in code comments patch: 'usefull' -> 'useful'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 16:02:18 +00:00
vladd%bugzilla.org
d7e824ec1f
Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 15:58:33 +00:00
vladd%bugzilla.org
37b6a30d00
Spelling in code comments patch: 'sript' -> 'script'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 15:49:02 +00:00
vladd%bugzilla.org
42a2eca9f4
Spelling in code comments patch: 'involked' -> 'invoked'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 15:47:17 +00:00
vladd%bugzilla.org
78a5f7a999
Spelling in code comments patch: 'inacessible' -> 'inaccessible'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 15:45:38 +00:00
vladd%bugzilla.org
afa7045b12
Spelling in code comments patch: 'valididy' -> 'validity'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 15:44:32 +00:00
vladd%bugzilla.org
2582ab418d
Spelling in code comments patch: 'methids' -> 'methods'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 15:41:01 +00:00
vladd%bugzilla.org
5b1db0cbed
Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 15:39:53 +00:00
vladd%bugzilla.org
d0fffb5a8b
Spelling in code comments patch: 'particuarly' -> 'particularly'; 'bugzilla' -> 'Bugzilla'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 15:09:22 +00:00
vladd%bugzilla.org
27afcd2c5e
Spelling in code comments patch: 'supprt' -> 'support'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 15:00:46 +00:00
vladd%bugzilla.org
5cf972a043
Spelling in code comments patch: 'defintions' -> 'definitions'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 14:56:56 +00:00
vladd%bugzilla.org
64f91a76f1
Spelling in code comments patch: 'ddatetime' -> 'datetime'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 14:53:56 +00:00
vladd%bugzilla.org
39f7cec7b7
Spelling in code comments patch: 'explanaion' -> 'explanation', 'bugzilla' -> 'Bugzilla'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 14:49:40 +00:00
vladd%bugzilla.org
b4933a735f
Spelling in code comments patch: 'modifed' -> 'modified'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 14:47:29 +00:00
vladd%bugzilla.org
b18c9b3db6
Spelling in code comments patch: 'preiodically' -> 'periodically'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 14:43:54 +00:00
vladd%bugzilla.org
8fbaad243c
Spelling in code comments patch: 'cokie' -> 'cookie'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 14:40:38 +00:00
vladd%bugzilla.org
cb7f900177
Spelling in code comments patch: 'subsituted' -> 'substituted'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 14:38:20 +00:00
vladd%bugzilla.org
041ba5e85d
Spelling in code comments patch: 'unliklely' -> 'unlikely'; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 14:36:50 +00:00
vladd%bugzilla.org
cfc167c143
Spelling in code comments patch: 'unfortunally' -> 'unfortunately' in Bugzilla/Template.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 14:21:07 +00:00
vladd%bugzilla.org
c2b83b14c7
Spelling in code comments patch: 'lanuage' -> 'language' in Bugzilla/Template.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 14:18:38 +00:00
vladd%bugzilla.org
f041c855dd
Spelling in code comments patch: 'wirtten' -> 'written' in Bugzilla/DB.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 14:14:17 +00:00
vladd%bugzilla.org
9ba0a4ef5f
Spelling in code comments patch: 'defauly' -> 'default' in Bugzilla/DB.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 14:13:04 +00:00
vladd%bugzilla.org
e9ce946551
Spelling in code comments patch: 'overriden' -> 'overridden' in Bugzilla/DB.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 13:37:01 +00:00
vladd%bugzilla.org
6589e090e4
Spelling in code comments patch: 'theres' -> 'there's' in Bugzilla/DB.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 13:32:58 +00:00
vladd%bugzilla.org
a46bcb294a
Spelling in code comments patch: 'ned' -> 'need' in Bugzilla/Search.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 13:26:28 +00:00
vladd%bugzilla.org
bca2bef0cd
Spelling in code comments patch: 'priviledges' -> 'privileges' in editproducts.cgi; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 13:23:11 +00:00
vladd%bugzilla.org
f15f913bef
Spelling in code comments patch: 'addy' -> 'address' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 13:18:40 +00:00
vladd%bugzilla.org
563bf13abd
Spelling in code comments patch: 'BugZilla' -> 'Bugzilla' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 12:48:17 +00:00
vladd%bugzilla.org
1d983f5563
Spelling in code comments patch: 'summarries' -> 'summaries' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 12:45:34 +00:00
vladd%bugzilla.org
e8f4904b3e
Spelling in code comments patch: 'compatbility' -> 'compatibility' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 12:40:29 +00:00
vladd%bugzilla.org
2eb9ac05c7
Spelling in code comments patch: 'accomodate' -> 'accommodate' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 12:35:57 +00:00
vladd%bugzilla.org
00a1f9d6fa
Spelling in code comments patch: 'overriden' -> 'overridden' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 12:29:16 +00:00
vladd%bugzilla.org
15a12b6dca
Spelling in code comments patch: 'anyeay' -> 'anyway', 'Its' -> 'It's', 'its' -> 'it's' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 12:26:14 +00:00
vladd%bugzilla.org
e852990674
Spelling in code comments patch: 'sttings' -> 'settings' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 12:19:37 +00:00
vladd%bugzilla.org
48b6018e3f
Spelling in code comments patch: 'extention' -> 'extension' in duplicates.cgi; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 12:16:22 +00:00
vladd%bugzilla.org
a6c5fd22af
Spelling in code comments patch: 'attachemnt' -> 'attachment', 'unkown' -> 'unknown' in importxml.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 12:03:13 +00:00
vladd%bugzilla.org
b3fcc67ece
Spelling in code comments patch: 'attachement' -> 'attachment' in importxml.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
2006-06-19 11:56:07 +00:00
lpsolit%gmail.com
972f9e353f
Bug 341924: When viewing several bugs at once using show_bug.cgi?format=multiple, invalid bugs should generate an error message - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=timeless a=myk
2006-06-18 23:11:59 +00:00
timeless%mozdev.org
5c44d778bf
Bug 116020 LXR does not cross-reference Javascript
...
thanks to adamf@rovia.com for the original patch
r=cls
2006-06-18 23:05:10 +00:00
lpsolit%gmail.com
5015a58a0b
Bug 341866: 'changer' in editproducts.cgi must be a user login, not a user ID - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=vladd a=myk
2006-06-18 22:57:34 +00:00
lpsolit%gmail.com
662ac4a1b9
Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk
2006-06-18 22:46:50 +00:00
vladd%bugzilla.org
46687cc2b7
Patch for bug 341374: fix checksetup failure when database exists with non-Bugzilla table; patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, r=mkanat, a=justdave.
2006-06-18 16:55:20 +00:00
lpsolit%gmail.com
822d9782f7
Bug 341273: Display Bugzilla version in a public place on Bugzilla installs - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=vladd a=justdave
2006-06-17 23:36:00 +00:00
lpsolit%gmail.com
2fdd226fbf
Bug 5179: Need to be able to put attachment on new bug - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2006-06-17 23:24:36 +00:00
lpsolit%gmail.com
c9dc327a01
Bug 338796: Remove get_product_* from globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-06-17 23:12:36 +00:00
vladimir%pobox.com
d3f1ed866c
Import of new perf-graph code
2006-06-16 23:15:12 +00:00
zach%zachlipton.com
8490b46b71
Add Date::Manip to the module list. We've been using it for ages, but it was never listed.
2006-06-16 22:54:06 +00:00
zach%zachlipton.com
f0f929e972
Change some form field names to silence password manager.
2006-06-16 18:54:37 +00:00
wclouser%mozilla.com
3a6849905d
updated with mozilla icon
2006-06-16 18:48:56 +00:00
zach%zachlipton.com
e128e885bb
Improve search for edit_users.cgi.
2006-06-16 18:36:51 +00:00
zach%zachlipton.com
9c3af1bd90
* Add new edit users interface to allow admins to search for users and to change change user passwords, email addresses, and other user data.
...
* Add automated testing authentication token to the user table -- to be used for future web services work.
* Create a fulltext index of user data to aid searching.
2006-06-16 17:27:54 +00:00
lpsolit%gmail.com
03f73f1b96
Bug 328438: Eliminate @::log_columns - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk
2006-06-16 13:37:50 +00:00
lpsolit%gmail.com
24440d3012
Bug 341689: 'Edit Attachment As Comment' converts plain text to HTML entities - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk
2006-06-16 13:26:03 +00:00
justdave%bugzilla.org
d108d7707f
whitespace-only change to test server-side bonsai upggrade
2006-06-16 04:11:32 +00:00
wclouser%mozilla.com
0cf85b503b
removed the download link - it's causing touble
2006-06-16 02:10:34 +00:00
zach%zachlipton.com
99190b0f61
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
2d7ac0d1ee
Escapeing app parameter, bug 333431.
2006-06-15 10:10:33 +00:00
mike.morgan%oregonstate.edu
512c9a6b73
Additional update for bug 333431. We missed the other header template.
2006-06-15 10:01:06 +00:00
vladimir%pobox.com
ac3972ac1c
b=341032, add XML output format to bonsai cvsquery.cgi, r=preed
2006-06-14 23:51:19 +00:00
ccooper%deadsquid.com
8a5c642d73
- fix status display for single results
2006-06-14 22:03:32 +00:00
lpsolit%gmail.com
2a46b76184
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
3c972b46ed
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
e3e15591aa
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
cbcc9a8fc8
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
3754a64547
fix for 332832
2006-06-14 20:30:52 +00:00
wclouser%mozilla.com
8986c83b7b
fix for bug 333431
2006-06-14 17:30:14 +00:00
ccooper%deadsquid.com
e8f5fa9f5b
- remove sort_order
2006-06-14 17:30:10 +00:00
lpsolit%gmail.com
b012b2d54d
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
8add69f643
mac ss -> win ss per pkim's request.
2006-06-13 23:42:38 +00:00
wclouser%mozilla.com
3b891b126b
fix bug 334629
2006-06-13 23:36:39 +00:00
mike.morgan%oregonstate.edu
a8f38888a1
mozilla.com -> www.mozilla.com
2006-06-13 23:09:06 +00:00
mike.morgan%oregonstate.edu
409484e52a
Fixed link to jogacompanion.
2006-06-13 23:07:29 +00:00
mike.morgan%oregonstate.edu
988955cc85
Added joga.com banner.
2006-06-13 20:09:14 +00:00
mike.morgan%oregonstate.edu
4d89e21dd4
Joga images.
2006-06-13 20:08:09 +00:00
ccooper%deadsquid.com
d24fbecb0a
- fix logic for displaying result submission/editing divs
2006-06-13 19:29:19 +00:00
zach%zachlipton.com
3ba7f29dc2
Add coop's robots.txt file from the production install
...
S: ----------------------------------------------------------------------
2006-06-13 19:25:45 +00:00
zach%zachlipton.com
f616ac0b95
Add missing file
2006-06-13 19:10:50 +00:00
ccooper%deadsquid.com
0db7299d27
- 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
7996d7b869
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
46ed9baf52
Bug fix: send a header when displaying the admin required error message
2006-06-13 17:10:56 +00:00
zach%zachlipton.com
7aa6778ca3
* 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
a4f8e5e558
Putting old testrunner cvs tarball into the attic
2006-06-13 15:58:17 +00:00
ghendricks
cbd7435121
Creating testopia 1.0 beta
2006-06-13 15:09:54 +00:00
wclouser%mozilla.com
275c7a7129
make it quit throwing errors for a missing file
2006-06-12 23:33:59 +00:00
zach%zachlipton.com
4325626661
Fix remaining schema nits.
2006-06-12 21:52:09 +00:00
zach%zachlipton.com
d186c640db
Fix syntax error in declaration of test_runs table ('auto increment' => 'auto_increment')
2006-06-12 21:46:44 +00:00
zach%zachlipton.com
f40037d3f5
Add missing close paren in declaration of subgroup_testgroups table.
2006-06-12 21:43:40 +00:00
cls%seawood.org
7589968b6d
Only deny access to *.pl & *.pm at the toplevel and the examples dir
2006-06-12 20:40:12 +00:00
wclouser%mozilla.com
10576a9827
scaffolding++
2006-06-12 18:18:40 +00:00
vladd%bugzilla.org
cf4e856602
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
a873960acb
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
1f99fcd043
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
ae41317adf
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
4e70e187f5
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
1996cf3ec1
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
0247c55952
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
9d36338e36
Initial import.
2006-06-09 18:14:09 +00:00
vladd%bugzilla.org
3069d9a549
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
9770dc53e1
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
24e7b11dd0
Update README.
...
Thanks to timeless for the patches.
Bug 211861 & 211863 r=cls
2006-06-08 20:04:17 +00:00
cls%seawood.org
4ad00180d0
Only allow access to cgi & .gif files
2006-06-08 19:03:02 +00:00
vladd%bugzilla.org
085e268ebf
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
2f45a0baac
added SQL dump of table structure
2006-06-08 04:14:08 +00:00
cls%seawood.org
3c122e5195
Make "Trim logs" do what it says.
...
Bug #340448 r=timeless
2006-06-08 01:10:07 +00:00
vladd%bugzilla.org
1a0e87c824
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
530e1c8e15
- adding apache access directives for new testcase_files directory tree
2006-06-07 22:55:50 +00:00
uid623
a7f8094e71
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
b543dd2766
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
209bf75461
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
00afeab26e
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
0db7380cbe
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
d8ab8703ae
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
565e904d3c
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
781119d3d7
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
1624009b0a
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
cdf2d564bc
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
11c06717e6
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
0134c56f22
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
f48dfefd48
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
eeda7e67dc
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
dae94d851d
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
04cc2747ab
switch to using local mozilla logo instead of mozilla.com
2006-06-06 15:46:57 +00:00
uid623
a7ba9ac5bd
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
66d95d65e2
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
011931211b
Report an error if notes.txt is not writable.
...
Bug #223304 r=bear
2006-06-05 17:49:31 +00:00
cls%seawood.org
bdebbee80c
Add support for doing checkin queries against viewvc/viewcvs.
...
Bug #338047 r=bear
2006-06-05 17:42:48 +00:00
ccooper%deadsquid.com
a4b0e0f9b9
- don't allow a string of zeroes for the build ID
2006-06-05 13:37:36 +00:00
lpsolit%gmail.com
437fff3bd1
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
47bdd84ef7
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
f4eb1297e2
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
66d92e0b26
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
03701393a8
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
018544c4df
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
9a90c53da7
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
bbb4c5b995
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
1286233525
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
1b11a3bb2e
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
bfe784f758
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
df292dfb77
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
f7afd53426
Now with faster queries!
2006-06-03 02:20:40 +00:00
lpsolit%gmail.com
2ece465d0f
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
07cbaf9f23
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
a645b84541
- 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
1d2f01c73f
More info about sanity dirs.
2006-06-02 14:40:45 +00:00
mike.morgan%oregonstate.edu
4bb247701a
pruning .svn garbage
2006-06-02 14:36:51 +00:00
mike.morgan%oregonstate.edu
2f3c59b5c2
Cleanup, adding meta README.
2006-06-02 14:32:55 +00:00
mike.morgan%oregonstate.edu
dd110b5c6d
minor editing of comments and README
2006-06-02 14:20:36 +00:00
lpsolit%gmail.com
1ce86c1cf6
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
22d631d8af
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
e4f8ec77f9
modified the code to automatically create applications depending on what comes in
...
$_GET
2006-06-01 20:31:36 +00:00
mkanat%bugzilla.org
ad869f8c2e
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
8cad0c5f30
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
25bda794aa
apparently cake escapes this data automatically
2006-05-31 00:48:25 +00:00
wclouser%mozilla.com
e9b0121701
added note to symlink vendor libraries
2006-05-31 00:27:50 +00:00
wclouser%mozilla.com
91f5500f5e
we should have the default index.php in CVS
2006-05-31 00:21:16 +00:00
wclouser%mozilla.com
e1547f2d64
modified to allow adding results
2006-05-31 00:17:41 +00:00
wclouser%mozilla.com
d60099e784
added a div around the breadcrumbs to align them with the header
2006-05-31 00:06:16 +00:00
wclouser%mozilla.com
8eaefdec67
made comment box bigger on add form
2006-05-31 00:05:45 +00:00
wclouser%mozilla.com
ec43fd62e1
added save() and /add/ code
2006-05-31 00:05:11 +00:00
wclouser%mozilla.com
44ab70ef96
added save() code
2006-05-31 00:04:33 +00:00
wclouser%mozilla.com
d3a32ac19a
model data to add save()ing
2006-05-31 00:04:06 +00:00
cls%seawood.org
26d75c37df
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
e91ca18e97
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
b658231f43
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
9c85c102ea
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
979f59c5a5
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
edbd631a5c
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
d2e5af8536
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
5a5cec45c7
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
09357237f8
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
f7372eec01
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
720b24a442
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
9e389c02b6
Remove tinderbox dependency upon obsolete bonsai scripts
...
Bug #273441 r=bear
2006-05-27 00:18:42 +00:00
mike.morgan%oregonstate.edu
9f89b2ddc0
initial import of aus2 sanity tests
2006-05-26 01:18:01 +00:00
mike.morgan%oregonstate.edu
45ec9979b6
initial import of aus2 app portion
2006-05-26 01:17:33 +00:00
mike.morgan%oregonstate.edu
b0373f4f1e
Messed up the initial import.... :(
2006-05-26 01:16:05 +00:00
mike.morgan%oregonstate.edu
2ced8b0492
Migrating aus2 from SVN to CVS
2006-05-26 01:12:50 +00:00
uid815
bde96546fc
fixed a mistake in the breadcrumbs
2006-05-25 23:42:58 +00:00
uid815
9f5aa9ca7d
added background images
2006-05-25 21:23:02 +00:00
uid815
076e6fd159
got rid of the old background and added the mozilla logo
2006-05-25 20:35:24 +00:00
uid815
22c0c3f2f1
added rustico css
2006-05-25 20:35:09 +00:00
uid815
e44c0533ec
- added the breadcrumb helper
...
- reorganized header/footer/etc
2006-05-25 20:34:56 +00:00
uid815
6fd5ab78a2
added the Breadcrumb helper link
2006-05-25 20:34:25 +00:00
ccooper%deadsquid.com
f5a172c362
- script to clone a testgroup, including all subsidiary subgroups and testcases
2006-05-25 19:00:32 +00:00
ccooper%deadsquid.com
f8162fd855
- order testgroups by name
2006-05-25 18:54:48 +00:00
ccooper%deadsquid.com
896d21ddba
- script to import complete test plans from TestRunner
2006-05-25 18:45:33 +00:00
uid815
576307e369
added a README to make installing easier
2006-05-25 02:20:09 +00:00
uid815
180ee69703
Initial import
2006-05-24 19:14:24 +00:00
lpsolit%gmail.com
adbcd2145b
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
d1e703d24e
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
dcee23f1ad
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
518c8baf89
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
da0c2d023d
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
7c0f0104b8
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
b5303e42df
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
f39c4764ae
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
2b4bd753cf
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
a30fe88097
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
5bbcc072ad
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
ede7a2b2eb
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
54e09d6b46
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
30bf4ab4cd
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
f9dd8bcd3a
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
9d0c4f6ac4
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
d48d002a2f
Check SERVER_PORT when validating referers
...
Bug #284372 r=timeless
2006-05-16 05:23:22 +00:00
lpsolit%gmail.com
640f4b6800
Bug 164167: make it possible to commit changes without entering a password - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk
2006-05-15 20:41:10 +00:00
lpsolit%gmail.com
0484761e2b
Trying to fix bustage on Perl5.8.0 (adding a newline between 1; and __END__) r=wicked on IRC
2006-05-15 17:38:20 +00:00
lpsolit%gmail.com
1bff99980d
Bug 337705: ldap_search_error AUTH_ERROR code is not defined - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
2006-05-15 16:40:53 +00:00
lpsolit%gmail.com
ff5b1d3570
Bug 337683: The user prefs tab let you change the password and email address of a user being impersonated when using the ENV method (with user_info_class="Env,CGI") - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
2006-05-15 16:31:28 +00:00
lpsolit%gmail.com
37fc01d476
Bug 337681: When trying to impersonate someone, the UI displays the password field when using the ENV method (with user_info_class="Env,CGI") - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
2006-05-15 16:19:43 +00:00
lpsolit%gmail.com
e22e95b114
Bug 337661: LDAP user login failure: Can't locate object method "realname" via package "Bugzilla::User" - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
2006-05-15 16:13:02 +00:00
lpsolit%gmail.com
a334962409
Bug 303709: Eliminate deprecated Bugzilla::DB routines from sendbugmail.pl, sendunsentbugmail.pl and syncLDAP.pl scripts in contrib - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2006-05-15 16:06:59 +00:00
lpsolit%gmail.com
309934b846
Bug 337560: User Watching prefs should have an HTML anchor name - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave
2006-05-14 19:59:15 +00:00
lpsolit%gmail.com
35f7792836
Bug 137751: Linkify bug numbers in dependency fields on show_activity.cgi - Patch by David D. Kilzer (ddk) <ddkilzer@kilzer.net> and timeless <timeless@bemail.org> r=wicked a=justdave
2006-05-14 19:47:35 +00:00
lpsolit%gmail.com
d8f76408bf
Bug 303708: Eliminate deprecated Bugzilla::DB routines from BugzillaEmail.pm, bug_email.pl and bugzilla_email_append.pl in contrib - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
2006-05-14 19:12:13 +00:00
lpsolit%gmail.com
2ae764e6b1
Bug 337444: t/012throwables.t shouldn't fail due to unused error tags in code/user-error.html.tmpl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-05-14 18:49:33 +00:00
uid815
66f6c18161
added Wladimir's patch. gcSession used to be a private method, but it's not anymore
2006-05-12 23:21:24 +00:00
mkanat%bugzilla.org
8b54c5771a
Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN block
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-05-12 02:41:22 +00:00
mkanat%bugzilla.org
b6187a2673
Bug 96431: It's possible to write an essay in the Summary field.
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-05-10 15:49:30 +00:00
lpsolit%gmail.com
03e3b6866f
Bug 188775: Doctor should offer link to download plain text version of diff - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk
2006-05-10 00:51:04 +00:00
lpsolit%gmail.com
43d9afee5d
Bug 7710: Pref to automatically put me on the CC: list of bugs I change - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk
2006-05-10 00:41:45 +00:00
lpsolit%gmail.com
c2ef066f45
Bug 337209: Missing whitespaces in the 'fieldvalue_still_has_bugs' error message - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
2006-05-10 00:33:55 +00:00
mike.morgan%oregonstate.edu
570f9240b3
Fixes for bugs 332843, 337189, 336598, 333355. Thanks to trev, Ryan for writing patches for XSL and rewrites.
2006-05-08 21:58:59 +00:00
mike.morgan%oregonstate.edu
c417594bfc
Rewording addon->add-on (bug 335914). Thanks Cameron.
2006-05-08 13:49:09 +00:00
lpsolit%gmail.com
081a2a0c9d
Bug 337026: Users with no privs cannot edit bugs anymore (if being logged out first) - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=justdave
2006-05-08 00:18:55 +00:00
wurblzap%gmail.com
93eab2f67b
Bug 333581: Provide editbugs as default timetrackinggroup value.
...
Patch by Marc Schumann <wurblzap@gmail.com>,
r=mkanat, kevin.benton, a=myk
2006-05-07 21:57:43 +00:00
lpsolit%gmail.com
d9d8f6103c
Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl into User.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-05-07 20:13:49 +00:00
lpsolit%gmail.com
2f7214108d
Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-05-07 19:56:05 +00:00
mike.morgan%oregonstate.edu
c4ef49a80d
Fixes submitted by Cameron - bug 329131, bug 334640, bug 321343, bug 336348. Thanks for your help, Cameron! :)
2006-05-06 10:10:40 +00:00
bugzilla%micropipes.com
8c9ebf2f0c
Applied cameron's patch for bug 333043
2006-05-06 04:51:53 +00:00
mike.morgan%oregonstate.edu
ef7e5e4de1
Export script.
2006-05-06 00:25:22 +00:00
mike.morgan%oregonstate.edu
392a719838
Added csv lib and export script (simple one) to dump results minus personal emails into a CSV file for download.
2006-05-06 00:24:02 +00:00
mike.morgan%oregonstate.edu
2feb6e77b1
Updated schema and values for apps.
2006-05-05 19:23:47 +00:00
mkanat%bugzilla.org
727d0e8949
Fix a typo in the Release Notes pointed out by RSZ.
2006-05-05 14:10:57 +00:00
lpsolit%gmail.com
76bb708b02
Bug 336283: If doctor.conf contains both WEB_BASE_URI and WEB_BASE_URI_n, only take WEB_BASE_URI into consideration and ignore all multi-installation parameters - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk
2006-05-05 11:17:29 +00:00
mike.morgan%oregonstate.edu
ff19cd85c3
bug 336703 -- updating documentation to reflect IRC channel change from #umo -> #addons.
2006-05-05 07:52:26 +00:00
mike.morgan%oregonstate.edu
b98ca6613a
Fix for alert message upon search plugin install error. See bug 330272.
2006-05-05 03:18:52 +00:00
lpsolit%gmail.com
c5b02c2205
Bug 336320: Doctor incorrectly uses CRLF (\r\n) instead of LF (\n) line terminator - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk
2006-05-04 19:16:41 +00:00
lpsolit%gmail.com
9a5e3d97ee
Bug 336343: ValidateVersions() assumes file revision numbers to be of the form x.y - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk
2006-05-04 19:03:31 +00:00
mike.morgan%oregonstate.edu
b36fb2a5e1
Reinstating the links to the three "special" categories by popular demand.
2006-05-03 18:59:11 +00:00
mike.morgan%oregonstate.edu
71c70584c6
Committing fix for addon name in install dialog bug, see bug 336441.
2006-05-03 17:37:40 +00:00
mike.morgan%oregonstate.edu
218b05e7c3
Fix for https->http -- see bug 335602.
2006-05-03 17:18:17 +00:00
mike.morgan%oregonstate.edu
0bfae16813
Updated RSS links at top of lists in extensions/themes main page to point to an HTML page, see bug 336246.
2006-05-02 22:57:05 +00:00
lpsolit%gmail.com
dc6ba715b6
Bug 336315: Throw*Error() are unable to find templates - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk
2006-05-02 22:34:11 +00:00
lpsolit%gmail.com
d52f29dc34
Bug 323590: Make it possible to have multiple WEB_BASE_URI -> WEB_BASE_PATH mappings - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk
2006-05-02 17:46:07 +00:00
bear%code-bear.com
bc31927211
Add a "Raw Output" to the source listing header template - this gives the page a link where
...
the user can see the raw (non-html'ized) file content.
Patch created by Alex Vincent
bug 198802, r=bear
2006-05-02 17:38:58 +00:00
mike.morgan%oregonstate.edu
dec6b6a7be
Fixed sorting for popular/downloads sort in relation with bug 282696.
2006-05-01 23:39:54 +00:00
bear%code-bear.com
24e75f93a3
Applied patch to dolog to allow handling of items imported into cvs
...
bug 180503, r=bear
patch by Christopher Seawood
2006-05-01 21:52:22 +00:00
ccooper%deadsquid.com
2a2bb9fb69
b=335382
...
- adding new files for help display
2006-05-01 21:42:54 +00:00
ccooper%deadsquid.com
ef6c8c235b
b=335382
...
- add improved automated lookup for build ID
- require 10-digit build ID
- add global framework for help text
2006-05-01 21:38:39 +00:00