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

8166 Коммитов

Автор SHA1 Сообщение Дата
mkanat%bugzilla.org 3856189aa6 Bug 342114: Bugzilla.pm caches data in global variables
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-29 16:34:37 +00:00
mkanat%bugzilla.org eb5491336e Bug 342731: checksetup.pl "answers" file seems to be broken
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=Wurblzap, a=justdave
2006-06-29 16:33:24 +00:00
zach%zachlipton.com dffc9f0abf Bug fix in XML.pm. 2006-06-29 16:24:25 +00:00
bear%code-bear.com 019ffa32d6 Fix dolog.pl to not drop checkins to files that are in the Attic
Patch by Don McCasland
Tweaks by Chris Seawood
bug 335735 r=justdave
2006-06-29 05:55:22 +00:00
mike.morgan%oregonstate.edu 830b914bd1 Update for bug 337838, fixes redirect to use config var for first part of URI. 2006-06-29 02:04:18 +00:00
cls%seawood.org d18b8348ad Use sendmail by default to spool mail locally.
Bug #331309 r=bear
2006-06-28 23:59:56 +00:00
ccooper%deadsquid.com 3e79624d60 - order results by reverse date 2006-06-28 22:23:53 +00:00
ccooper%deadsquid.com 882b4c20ba - revert unnecessary index check 2006-06-28 20:51:45 +00:00
ccooper%deadsquid.com 355d7e4cf3 - fix testcase display padding 2006-06-28 20:02:12 +00:00
ccooper%deadsquid.com f57db2c599 - keep testcase ID: summary display constant with index page 2006-06-28 19:47:24 +00:00
ccooper%deadsquid.com 12aa7e7a42 - add missing brace 2006-06-28 19:10:41 +00:00
ccooper%deadsquid.com 048675cbfb - make sure a product is actually selected 2006-06-28 19:04:30 +00:00
ccooper%deadsquid.com 117c5886bc b=342041
- add ability to search for recently added or updated testcases
2006-06-28 19:03:45 +00:00
ccooper%deadsquid.com 980e7b0f7b - remove errant comment 2006-06-27 15:58:37 +00:00
ccooper%deadsquid.com 8ef282ea77 - fix comment ref 2006-06-27 15:54:05 +00:00
ccooper%deadsquid.com 25919e0b26 - adding missing CGI file 2006-06-27 15:52:39 +00:00
ccooper%deadsquid.com a9b40c83ed Manage testgroup
- change Litmus::FormWidget funciton name to getTestgroups
- add Essential column designations to Litmus::DB::Testgroup
- add functions to Litmus::DB::Testgroup: clone, delete_from_subgroups, delete_from_test_runs (stub), delete_with_refs, update_subgroups
- add testgroup display to mimic display for testcase

Manage subgroups
- display loading message for subgroups
- fix nesting of default option selection
- add subgroup display to mimic display for testcase
2006-06-27 15:51:58 +00:00
bugzilla%glob.com.au 7d0aad5551 Bug 341495: Merge the banner and header
Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,kevin.benton a=justdave
2006-06-27 13:58:55 +00:00
mkanat%bugzilla.org 9f4316bf70 Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalents
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin.ogilvie, r=vladd, a=justdave
2006-06-27 10:54:05 +00:00
zach%zachlipton.com 7fb70d7c17 - Add is_automated_result flag to test_results table to track when results are part of automated testing scripts.
- Set machinename field in the db when processing automated test data in XML.pm
- Make automated testing results visually distinct in the UI
2006-06-27 00:39:09 +00:00
mike.morgan%oregonstate.edu cd6938d399 Backing out yet another patch (changing the mappings would break things and we need to have more discussion about the branch vs. minor/subversion problem -- see bug 342797). 2006-06-26 21:55:16 +00:00
mike.morgan%oregonstate.edu e6ca066a5a Checking in modified $branchVersions per cf/preed's request. This is made to mirror changes in tinderbox configuration that adjusted where build data is distributed for aus2. 2006-06-26 21:27:58 +00:00
mozilla%colinogilvie.co.uk b25a02ed29 Bug 341538: Missing information in XML for Time Tracking and Duplicate Bugs
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=LpSolit; a=justdave
2006-06-26 21:05:32 +00:00
mkanat%bugzilla.org d0391184f3 Bug 342528: Undefined subroutine in showdependencytree.cgi in latest CVS
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
2006-06-26 16:15:36 +00:00
mkanat%bugzilla.org fb4c96886d Bug 342410: Various modules assume functions are in global scope, when none are
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-26 10:06:47 +00:00
mike.morgan%oregonstate.edu 328a1d3d60 Cleaned up comments, variable naming and function names to be less ambiguous. Also reimplemented fixes for the isComplete and isPartial boolean checks there were added on as a part of the bug 342549 patch (but didn't have to be backed out). 2006-06-24 01:05:51 +00:00
mike.morgan%oregonstate.edu d8e900b5ea Backing out previous patch for bug 342549, which was not actually needed. Source of the problem was null update information in the build data, and we believe that has been fixed (pending more testing). 2006-06-24 00:41:38 +00:00
mike.morgan%oregonstate.edu a4c0255e05 This and previous checkin for bug 342549. This particular one-liner was just extra code for what already is a boolean value. Removed unnecessary terenary operator. 2006-06-23 21:49:07 +00:00
mike.morgan%oregonstate.edu 3065759a4a *** empty log message *** 2006-06-23 21:46:24 +00:00
ccooper%deadsquid.com e8937731cf - allow loading message popu to take a custom message
- display loading popup when loading testcases
2006-06-23 18:37:58 +00:00
ccooper%deadsquid.com f1c75d6ec3 - allow testcase display template to be re-used in a single testcase display context
- in management interface, display testcase as it will appear to the user by default until the admin enters editing mode
2006-06-23 18:21:20 +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
cls%seawood.org a718a5234b Make the commit info time period a per-tree config option & bump the default to 14 days. 2006-06-23 16:12:41 +00:00
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