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

8169 Коммитов

Автор SHA1 Сообщение Дата
mkanat%bugzilla.org 88553a931f 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 adc171d363 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 47a815194e Bug fix in XML.pm. 2006-06-29 16:24:25 +00:00
bear%code-bear.com 4e2441fb9d 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 0a35ec7321 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 1ddd48e62d Use sendmail by default to spool mail locally.
Bug #331309 r=bear
2006-06-28 23:59:56 +00:00
ccooper%deadsquid.com b5193c7c97 - order results by reverse date 2006-06-28 22:23:53 +00:00
ccooper%deadsquid.com b2e13fc077 - revert unnecessary index check 2006-06-28 20:51:45 +00:00
ccooper%deadsquid.com 2c051da23c - fix testcase display padding 2006-06-28 20:02:12 +00:00
ccooper%deadsquid.com 7d785bed7b - keep testcase ID: summary display constant with index page 2006-06-28 19:47:24 +00:00
ccooper%deadsquid.com 3ec4a80717 - add missing brace 2006-06-28 19:10:41 +00:00
ccooper%deadsquid.com 826d8c299d - make sure a product is actually selected 2006-06-28 19:04:30 +00:00
ccooper%deadsquid.com 8c88a62bbe b=342041
- add ability to search for recently added or updated testcases
2006-06-28 19:03:45 +00:00
ccooper%deadsquid.com eb92ad9c92 - remove errant comment 2006-06-27 15:58:37 +00:00
ccooper%deadsquid.com 96f5814c06 - fix comment ref 2006-06-27 15:54:05 +00:00
ccooper%deadsquid.com 0faff5f443 - adding missing CGI file 2006-06-27 15:52:39 +00:00
ccooper%deadsquid.com 34500452dd 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 ef29763a63 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 0160424edb 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 d0d5b8f455 - 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 76328ca782 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 216739aaf7 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 be8a36bd4d 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 e85747f2fd 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 56ca7ebeea 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 3d4bf70bfb 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 b58e165050 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 498b026e3a 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 a7f485bea3 *** empty log message *** 2006-06-23 21:46:24 +00:00
ccooper%deadsquid.com 84bca34a3e - 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 f737740207 - 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 3213279080 Create default index for new trees. 2006-06-23 16:25:17 +00:00
cls%seawood.org 179bf8afe5 Indicate the number of days of stored logs and their estimated diskspace cost. 2006-06-23 16:21:53 +00:00
cls%seawood.org b630f8077a 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 46d2cd5cd4 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 2f6d289a8c - 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 8c4a50fc03 add timestamp of build start to quickparse output. b=342483 r=preed 2006-06-23 01:47:44 +00:00
zach%zachlipton.com bda81d842e -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 13dc73a736 - display last added/edited/cloned testcase/subgroup by default 2006-06-22 22:54:02 +00:00
ccooper%deadsquid.com 8aae733420 - rebuild js cache after management activities 2006-06-22 22:05:33 +00:00
ccooper%deadsquid.com e38fcfc7ce - fix missing '=' 2006-06-22 21:00:39 +00:00
ccooper%deadsquid.com db8959d250 - fix MochiKit case problem 2006-06-22 20:51:48 +00:00
ccooper%deadsquid.com 70262b93d0 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 489be8e04d got rid of -T 2006-06-21 21:28:53 +00:00
wclouser%mozilla.com 657a779d9e added incremental updating. Cuts time from 75s -> 10s 2006-06-21 21:07:24 +00:00
wclouser%mozilla.com 57355a4ba2 added a script to build csv files from the db 2006-06-21 19:05:46 +00:00
zach%zachlipton.com d1c7b23bd4 Move buttons in manage_testcases.cgi to handle smaller monitors. Widen summary field. 2006-06-21 18:16:36 +00:00
zach%zachlipton.com da1394cc30 Fix a few more missing $sth->finish warnings in DBTools 2006-06-21 17:01:20 +00:00
lpsolit%gmail.com 752b3697fc 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 7d976ba23d 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 482199d0e1 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 1f3b40a15e Stupid typo... 2006-06-20 23:13:29 +00:00
zach%zachlipton.com afc63ca5f3 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 51ff8347ca 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 096cddc554 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 c0ead5e763 - fix case in MochiKit inclusion 2006-06-20 20:01:08 +00:00
ccooper%deadsquid.com 34b31d2467 - adding missing template files for testcase management 2006-06-20 19:43:20 +00:00
vladimir%pobox.com 673cb0b446 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 e325e8c6f1 - 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 9951bda9c5 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 740f081460 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 a3664063b0 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 f2c62770e7 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 4433df7eec 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 466ff3b3da 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 6726c370af 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 1168ce08b0 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 b0b52cb710 Added better checking when attempting to find latest buildId. 2006-06-20 01:21:04 +00:00
zach%zachlipton.com 462cb1e027 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 31fbfa9477 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 ae070720a6 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 dd7caa2186 - only count enabled testcases in coverage measurement 2006-06-19 19:35:24 +00:00
vladd%bugzilla.org 0acdea23a2 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 b5bdc498ef 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 e4054c6dae 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 351a31d751 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 03cbcc2521 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 b74e9ed058 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 a12c355d7f Spelling patch: 'precentage' -> 'percentage'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:36:47 +00:00
vladd%bugzilla.org dde58671b5 Spelling patch: 'valididy' -> 'validity'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:31:13 +00:00
vladd%bugzilla.org 4de7d46592 Spelling patch: 'couldnt' -> 'couldn't'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:25:02 +00:00
vladd%bugzilla.org 2491a8d94c Spelling patch: 'kommas' -> 'commas'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:23:33 +00:00
vladd%bugzilla.org 4a61882732 Spelling patch: 'visiblility' -> 'visibility'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:21:02 +00:00
vladd%bugzilla.org 819a8c43ea Spelling patch: 'functiuon' -> 'function'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:18:42 +00:00
vladd%bugzilla.org fa38389308 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 5a06cbfaba 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 067acbb665 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 ef3be4372d 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 735f8b8805 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 2229adc554 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 2d98cdc39a 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 bcf36b3e3e 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 0d7d3bf68f 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 eafbb1aa0d 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 e838c5c53d 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 ba4f12f92a 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 3d0be45294 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 b039de7808 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 db8c0a2f1d 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 64de0c96ca 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 11bf9247d6 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 d5a7e0d762 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 4bb7bbeaf7 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 e01610f618 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 fb71e5c6fd 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 7640f9da4f 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 e054fdeefe 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 bfda396d77 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 0815dd597e 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 90e8748cf8 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 4b673c27f8 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 b04ed49fc5 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 f3aad76b71 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 80a6a025b8 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 7dbfa64e96 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 3cf9c055b9 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 c2114966a4 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 6891fec458 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 e5b38b5e8b 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 99b811c5aa 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 3892645d95 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 bec60a3f80 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 eaccb68d79 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 e93ca8cab6 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 e36bc969e7 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 840741027b 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 e5d42bb680 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 20750c3c20 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 5307d2ed14 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 d85cd1f92a 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 4a215eeef1 Import of new perf-graph code 2006-06-16 23:15:12 +00:00
zach%zachlipton.com e2dc03a72c 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 b5a0dfef68 Change some form field names to silence password manager. 2006-06-16 18:54:37 +00:00
wclouser%mozilla.com f34f7ec15b updated with mozilla icon 2006-06-16 18:48:56 +00:00
zach%zachlipton.com 4f55f337d0 Improve search for edit_users.cgi. 2006-06-16 18:36:51 +00:00
zach%zachlipton.com b7fbc692c4 * 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 e9bf903598 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 0454c59899 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 965616b23b whitespace-only change to test server-side bonsai upggrade 2006-06-16 04:11:32 +00:00
wclouser%mozilla.com d70730d09d removed the download link - it's causing touble 2006-06-16 02:10:34 +00:00
zach%zachlipton.com 4c8ae817f4 Add a simple formatting engine for testcase data using Text::Markdown. Normal HTML is passed through the filter unchanged, but now paragraphs will automatically be tagged with <p> and lists will automatically be converted to the proper html. A formatting help pane provides a description. The formatter is triggered with the 'markdown' filter in templates (e.g. [% expectedResults | markdown | testdata %]. 2006-06-15 18:54:15 +00:00
mike.morgan%oregonstate.edu 97c415e6cf Escapeing app parameter, bug 333431. 2006-06-15 10:10:33 +00:00
mike.morgan%oregonstate.edu d9a3394143 Additional update for bug 333431. We missed the other header template. 2006-06-15 10:01:06 +00:00
vladimir%pobox.com 08fed2d2cf b=341032, add XML output format to bonsai cvsquery.cgi, r=preed 2006-06-14 23:51:19 +00:00
ccooper%deadsquid.com ba3e17c36a - fix status display for single results 2006-06-14 22:03:32 +00:00
lpsolit%gmail.com 3685bcb145 Bug 341492: ./collectstats.pl --regenerate fails - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=myk 2006-06-14 21:45:10 +00:00
lpsolit%gmail.com cb60145158 Bug 341456: Bugzilla/Search/Quicksearch.pm shouldn't use Bugzilla.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-06-14 21:30:20 +00:00
lpsolit%gmail.com 0bcde17ec8 Bug 319067: editflagtypes.cgi should allow to filter flag types based on their product/component - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2006-06-14 21:20:53 +00:00
mkanat%bugzilla.org 31070daf63 Bug 341453: Bugzilla::Series looks for functions in global scope that are not global functions
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-06-14 21:17:21 +00:00
wclouser%mozilla.com f553d9da45 fix for 332832 2006-06-14 20:30:52 +00:00
wclouser%mozilla.com 8cdcf3b183 fix for bug 333431 2006-06-14 17:30:14 +00:00
ccooper%deadsquid.com beb6d28a56 - remove sort_order 2006-06-14 17:30:10 +00:00
lpsolit%gmail.com 916524b6cd Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-06-14 00:26:27 +00:00
mike.morgan%oregonstate.edu 2c8c4672be mac ss -> win ss per pkim's request. 2006-06-13 23:42:38 +00:00
wclouser%mozilla.com 31e90a530e fix bug 334629 2006-06-13 23:36:39 +00:00
mike.morgan%oregonstate.edu 602eac395c mozilla.com -> www.mozilla.com 2006-06-13 23:09:06 +00:00
mike.morgan%oregonstate.edu 6b6b5f9d43 Fixed link to jogacompanion. 2006-06-13 23:07:29 +00:00
mike.morgan%oregonstate.edu 1ab487ebeb Added joga.com banner. 2006-06-13 20:09:14 +00:00
mike.morgan%oregonstate.edu 27cf82bef7 Joga images. 2006-06-13 20:08:09 +00:00
ccooper%deadsquid.com 3fb9e9fe84 - fix logic for displaying result submission/editing divs 2006-06-13 19:29:19 +00:00
zach%zachlipton.com 40c758b7dc Add coop's robots.txt file from the production install
S: ----------------------------------------------------------------------
2006-06-13 19:25:45 +00:00
zach%zachlipton.com 5ca37b8242 Add missing file 2006-06-13 19:10:50 +00:00
ccooper%deadsquid.com 823e7b25f1 - associate sort_order with join tables so that testcases and subgroups can be properly reused 2006-06-13 18:29:33 +00:00
justdave%bugzilla.org 533ee21022 Bug 325919: dramatic speed increase in history rebuilds by making it only correct mistakes and add new records instead of holding a database lock while we let MySQL decide if the record's been touched or not.
r=timeless
2006-06-13 18:03:07 +00:00
zach%zachlipton.com c9544791be Bug fix: send a header when displaying the admin required error message 2006-06-13 17:10:56 +00:00
zach%zachlipton.com 42abcb0e16 * New feature: Add New Testcase
* Invalidate the current session when the user logs out

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

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

b=322585
- fix defaulttestgroup display when continuing to test

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

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

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

b=322585
- fix defaulttestgroup display when continuing to test

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

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

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

b=322607
- add hideAll, and simple toggle functions to moo.fx
2006-06-05 01:22:25 +00:00
ccooper%deadsquid.com d21b564f08 b=323768
- make errorHeading a generic class
- add styles for testcases (or update them from tests)
- add styles for testcase searching
2006-06-05 01:16:46 +00:00
lpsolit%gmail.com b7ffba23d1 Bug 340226: Util.pm shouldn't depend on Bugzilla::Config - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-06-04 10:25:09 +00:00
jocuri%softhome.net 26af5fb353 Patch for bug 340126: Fix Windows PPM package name for XML::Twig; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, a=justdave. 2006-06-04 08:48:32 +00:00
lpsolit%gmail.com dec2d05aa6 Bug 340139: When adding a new attachment, data inserted in the bugs_activity table are quoted - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=bkor, r=ghendricks, r=vladd a=justdave 2006-06-03 20:06:36 +00:00
lpsolit%gmail.com d719aeb514 Bug 340253: .cgi scripts should call Throw*Error() instead of die() - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=vladd a=justdave 2006-06-03 19:48:57 +00:00
lpsolit%gmail.com b3ebdd0ac9 Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=justdave 2006-06-03 12:23:13 +00:00
wclouser%mozilla.com 68253ebcfc Now with faster queries! 2006-06-03 02:20:40 +00:00
lpsolit%gmail.com ca5ca8b3f5 Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=kiko a=myk 2006-06-02 22:58:53 +00:00
jocuri%softhome.net d577712d0d Documentation patch, bug 340130: add a section ID in troubleshooting.xml for section B9; patch by Vlad Dascalu <vladd@bugzilla.org>, r=Colin. 2006-06-02 18:11:33 +00:00
wclouser%mozilla.com ed813391b7 - Fixed a sort order issue if the ID's in the database weren't in the correct order
- Added "pseudo-google-style" page numbers so there weren't hundreds of links on
every page
2006-06-02 17:32:03 +00:00
mike.morgan%oregonstate.edu f630368b80 More info about sanity dirs. 2006-06-02 14:40:45 +00:00
mike.morgan%oregonstate.edu be44afe41a pruning .svn garbage 2006-06-02 14:36:51 +00:00
mike.morgan%oregonstate.edu 4b95ace446 Cleanup, adding meta README. 2006-06-02 14:32:55 +00:00
mike.morgan%oregonstate.edu 2409337db1 minor editing of comments and README 2006-06-02 14:20:36 +00:00
lpsolit%gmail.com 44c3130d66 Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat a=justdave 2006-06-02 11:52:49 +00:00
lpsolit%gmail.com 74634f1822 Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-06-02 10:50:15 +00:00
wclouser%mozilla.com 6eb70e8fa8 modified the code to automatically create applications depending on what comes in
$_GET
2006-06-01 20:31:36 +00:00
mkanat%bugzilla.org 354997ee7b Bug 329377: Bugzilla::Object base class for objects
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=kevin.benton, a=justdave
2006-06-01 00:23:17 +00:00
lpsolit%gmail.com 45619326d8 Bug 339858: Remove useless module dependencies in Bugzilla::Auth::* - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-06-01 00:19:36 +00:00
wclouser%mozilla.com 26ae647cc3 apparently cake escapes this data automatically 2006-05-31 00:48:25 +00:00
wclouser%mozilla.com 6ca62b36c3 added note to symlink vendor libraries 2006-05-31 00:27:50 +00:00
wclouser%mozilla.com a844273744 we should have the default index.php in CVS 2006-05-31 00:21:16 +00:00
wclouser%mozilla.com ab18e3b519 modified to allow adding results 2006-05-31 00:17:41 +00:00
wclouser%mozilla.com 701536e8bd added a div around the breadcrumbs to align them with the header 2006-05-31 00:06:16 +00:00
wclouser%mozilla.com 6eac329bc2 made comment box bigger on add form 2006-05-31 00:05:45 +00:00
wclouser%mozilla.com ae88d275f9 added save() and /add/ code 2006-05-31 00:05:11 +00:00
wclouser%mozilla.com 2a461f8426 added save() code 2006-05-31 00:04:33 +00:00
wclouser%mozilla.com 9566bd5344 model data to add save()ing 2006-05-31 00:04:06 +00:00
cls%seawood.org bc69ec38b5 Add INSTALL instructions to explain how to secure tinderbox via apache and change permissions to secure tinderbox locally.
Bug #339688 r=bear
2006-05-30 23:05:28 +00:00
mkanat%bugzilla.org 2b332abdc1 Bug 338573: Auth could throw an insecure dependency error if username is tainted
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-05-30 21:19:09 +00:00
mkanat%bugzilla.org ad5c76f70b Bug 320751: LDAP: Ability to have Bugzilla use the LDAP username directly as the Bugzilla username
Patch By guillomovitch@zarb.org r=mkanat, a=myk
2006-05-30 21:17:34 +00:00
lpsolit%gmail.com f4ccbdc1ff Bug 335790: Field names in search form lists should be ordered alphabetically - Patch by Toms Baugis <toms.baugis@gmail.com> r=wicked a=myk 2006-05-29 19:15:56 +00:00