Commit Graph

6747 Commits

Author SHA1 Message Date
lpsolit%gmail.com
9214fa538f Bug 286294: cleanup editclassifications.cgi and migrate the existent code to use Classification.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=myk 2005-07-29 14:14:42 +00:00
mkanat%kerio.com
e0793ac5b8 Bug 232064: [BUGZILLA] bugsDWIMQueryDefault should be per-channel
Patch By Dave Miller <justdave@bugzilla.org> r=mkanat
2005-07-29 00:18:58 +00:00
mozilla%colinogilvie.co.uk
f1fd785376 Bug 293181: [BUGZILLA] Move bugsHistory checking into FetchBug
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>, r=mkanat
2005-07-28 23:50:41 +00:00
mozilla%colinogilvie.co.uk
1043448eaf Bug 300456: [BUGZILLA] BugzillaMailHandler should say what a bug is a DUPLICATE *of*
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>, r=mkanat
2005-07-28 23:46:11 +00:00
mkanat%kerio.com
12d0200f66 Bug 293678: Sorting bug list by Assignee Real Name failing in latest nightly
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
2005-07-28 06:19:13 +00:00
lpsolit%gmail.com
df92289b62 Bug 300952: Change the editmilestones.cgi code to use Milestone.pm and Product.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=justdave 2005-07-28 00:35:50 +00:00
lpsolit%gmail.com
2b8a8b2f6b Bug 302200: uninitialized value when saving email prefs - Patch by Rob Siklos <robzilla@siklos.ca> r=LpSolit a=myk 2005-07-27 21:00:59 +00:00
lpsolit%gmail.com
a60d418e65 Bug 301018: Add INTERFACE section to bug/create/created.html.tmpl - Patch by Marc Schumann <wurblzap@gmail.com> r=wicked a=myk 2005-07-27 20:51:33 +00:00
lpsolit%gmail.com
4421f09afa Bug 293950: enter bug product failure messages suboptimal - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2005-07-27 20:24:26 +00:00
lpsolit%gmail.com
4b735e080e Bug 292059: No locking in createaccount.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2005-07-27 20:15:37 +00:00
lpsolit%gmail.com
22a877920d Bug 273767: Cannot log out when Param(shutdownhtml) is active - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2005-07-27 19:58:23 +00:00
lpsolit%gmail.com
b55655528b Bug 302214: missing space "storedin" in mail_delivery_method desc - Patch by Rob Siklos <robzilla@siklos.ca> r=wurblzap a=myk 2005-07-27 19:52:29 +00:00
lpsolit%gmail.com
db49e63adc Bug 301446: Changing several bugs at once crashes if the user wants to automatically redisplay the bug he changed - Patch by byron jones (glob) <bugzilla@glob.com.au> r=LpSolit a=myk 2005-07-27 19:43:05 +00:00
lpsolit%gmail.com
cb1033c179 Bug 300403: New Charts errors out, creates new 'add' user, when Env auth method is used - Patch by A. Karl Kornel <karl@kornel.name> r=wurblzap a=justdave 2005-07-26 14:53:27 +00:00
lpsolit%gmail.com
6302511227 Bug 298273: Marking duplicates misses 'Bug' before the number - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave 2005-07-26 14:36:13 +00:00
lpsolit%gmail.com
a7612c4572 Bug 184037: Add t/011pod.t to check POD syntax - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-07-26 14:23:50 +00:00
erik%vanderpoel.org
0d458e4c2f added printHTML method to app and made http.c call it so that grab does
not crash

added transparency idea to TODO
2005-07-26 14:18:36 +00:00
lpsolit%gmail.com
39e056ccb5 Bug 301967: Some .pm files have invalid POD syntax - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-07-26 14:09:48 +00:00
mike.morgan%oregonstate.edu
e666986cc6 added jump-to for single results in search.php. adjusted the length of displayed descriptions on thef ront page. added an @todo for search.php, also affected: addon.php -- some addons do not have proper application metadata... :\ 2005-07-26 03:27:21 +00:00
mike.morgan%oregonstate.edu
0d0bb4dca0 Additional changes to search. No pagination, just prev|next. Works4me.
Fixed some image sizing in addon.tpl and search.tpl.
2005-07-26 00:27:55 +00:00
mike.morgan%oregonstate.edu
b1b91e495a Bloated and greedy search, no pagination yet (other than the limit for # of records per page).
I have concerns about how much this hammers the database.  We may have to trim down the constructor for the AddOn class.
2005-07-25 20:12:22 +00:00
mozilla%colinogilvie.co.uk
92a3b09330 Bug 297483: Remove comment from installation.xml about 'module-check' switch being needed as it's already available
Patch by me, r=gerv
2005-07-25 12:50:49 +00:00
lpsolit%gmail.com
6af859deb4 Bug 284264: Move canSeeUser from editusers.cgi to User.pm - Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat,joel a=justdave 2005-07-25 07:56:38 +00:00
mike.morgan%oregonstate.edu
236db4ab1f Policy documents. 2005-07-25 07:36:05 +00:00
mike.morgan%oregonstate.edu
1fd86e033d nightly checkin. adjustments in some naming conventions. 2005-07-25 07:35:01 +00:00
mike.morgan%oregonstate.edu
0293051b7f Search options are now populated. Next up is query forumlation and pagination along with displaying results. 2005-07-24 11:34:05 +00:00
mike.morgan%oregonstate.edu
7ae3ffd70f Search modifications. 2005-07-24 10:31:23 +00:00
mike.morgan%oregonstate.edu
bcf85afacf updated some search items. 2005-07-24 02:05:49 +00:00
mike.morgan%oregonstate.edu
a815398e0c Started messing with the search template. Not even 5% done. Added some global CatName stuff to init.php. Will find a better home for that later. 2005-07-23 08:57:41 +00:00
lpsolit%gmail.com
dd61bb0adf Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=justdave 2005-07-22 05:13:36 +00:00
mike.morgan%oregonstate.edu
87adb6b038 Template changes in order to eliminate need for overview.php. Main page is combined, top header is simplified, and navigation for addon view is greatly improved. 2005-07-21 23:21:27 +00:00
lpsolit%gmail.com
2ead756429 Bug 301463: Move CheckFormField and CheckFormFieldDefined into Field.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-07-21 20:04:27 +00:00
mozilla%colinogilvie.co.uk
ee67153a84 Add initial support for viewing an item's history.
This needs some more work to improve it, but committing anyway.
2005-07-21 18:44:43 +00:00
mozilla%colinogilvie.co.uk
b7fca4a56a Add support for viewing all the preview images 2005-07-21 17:03:09 +00:00
mozilla%colinogilvie.co.uk
56813efb0f Add CommentID to the comments section of an addon for rating etc. as its already referenced in the code there 2005-07-21 15:51:30 +00:00
mike.morgan%oregonstate.edu
ef763e09a5 installation instructions. 2005-07-21 02:00:57 +00:00
mike.morgan%oregonstate.edu
dd10817fab Placeholder for addon previews page. 2005-07-21 01:59:50 +00:00
mike.morgan%oregonstate.edu
be846deeeb Messed with paths, search boxes, etc. Nothing here is permanent. 2005-07-21 01:58:50 +00:00
mike.morgan%oregonstate.edu
eaec74e2ae addon.php
added title, filled out passing of proper vars.
faq.php
    fixed title.
overview.php
    fixed title.
content.css
    added some styles for user opinions.
developers/index.php
    fixed title.
lib/addon.class.php
    added class vars and some extra stuff in constructor in order to populate all addon information during object instantiation.
lib/amo.class.php
    added setVar and setVars functions, which set object parameters one at a time or via array, respectively.
tpl/addon.tpl
    fleshed out addon summary page to look mostly like existing pages.
tpl/inc/header.tpl
    added line for page title.
2005-07-20 23:32:22 +00:00
lpsolit%gmail.com
0d4e34810e Bug 301458: Move url_decode out of CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2005-07-20 21:30:58 +00:00
lpsolit%gmail.com
dcce8e5a29 Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2005-07-20 21:24:19 +00:00
gerv%gerv.net
2bec2a48e5 Bug 300743: add "px" to prevent query help tooltips appearing at wrong position. Patch by gerv; r=myk, kiko, wicked, a=mkanat, myk. 2005-07-20 20:09:18 +00:00
lpsolit%gmail.com
98403b6964 Bug 301440: Move LogActivityEntry out of CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-07-20 15:58:45 +00:00
mike.morgan%oregonstate.edu
e8ce397588 7->5 in overview.
put in a more graceful db error handler (although it's not the prettiest).
cleaned up main object definitions.
2005-07-20 12:43:17 +00:00
lpsolit%gmail.com
1ea77ce857 Bug 298220: Graphs should use localised terms for statuses and resolutions - Patch by Emmanuel Seyman <eseyman@linagora.com> r=gerv,wurblzap a=myk 2005-07-20 12:39:48 +00:00
lpsolit%gmail.com
e1bffda42e Bug 285112: Move ValidateBugID out of CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel,wicked a=justdave 2005-07-20 11:29:33 +00:00
lpsolit%gmail.com
35e51a3eb9 Bug 257767: Option to have fields in CSV files separated by semicolons instead of commas - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk 2005-07-20 02:14:34 +00:00
mozilla%colinogilvie.co.uk
63d92213ec Bug 282737: Software Error from time-tracking fields during Change Columns
Patch by Joel, Me, r=wurblzap, a=myk
2005-07-19 22:38:26 +00:00
lpsolit%gmail.com
fbad4f6f26 Bug 297990: choose-product.html.tmpl generates improper indentation for product descriptions - Patch by Aaron Larson <aaron@larsonsonline.net> r=wurblzap a=myk 2005-07-19 21:54:45 +00:00
lpsolit%gmail.com
b3f8ed1ab6 Bug 301240: editvalues.cgi should not update bugs.delta_ts - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=myk 2005-07-19 21:34:30 +00:00
lpsolit%gmail.com
ce35d4e789 Bug 300318: RSS feeds namespace is incorrect - Patch by Jason Remillard <jremillardshop@letterboxes.org> r/a=myk 2005-07-19 21:15:58 +00:00
lpsolit%gmail.com
a12805ea67 Bug 265188: GenerateVersionTable should only overwrite versioncache if it's changed - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=glob,justdave a=justdave 2005-07-19 14:52:59 +00:00
lpsolit%gmail.com
0ddac04c80 Bug 300709: Avoid the use of SELECT * - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=glob a=myk 2005-07-19 14:33:40 +00:00
mike.morgan%oregonstate.edu
3eeb4ba91e install include. 2005-07-19 00:23:24 +00:00
mike.morgan%oregonstate.edu
1247576db1 css/base/template.css
added tab styles for overview.php
addon.php
    created file to pass addon information to addon.tpl, partially done
lib/addon.class.php
    class for gathering addon information, all inclusive -- it will make it much easier in the long run
tpl/addon.tpl
    general template for an addon summary - equivalent to "moreinfo.php"
2005-07-19 00:22:46 +00:00
lpsolit%gmail.com
67f2fa1623 Bug 300532: Update editversions.cgi to use routines from Version.pm and Product.pm - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk 2005-07-19 00:05:11 +00:00
mozilla%colinogilvie.co.uk
75f719f232 Bug 301079: [BUGZILLA] BugzillaMailHandler: Option to report some products using the names of their components
Patch By Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat
2005-07-18 21:39:10 +00:00
mkanat%kerio.com
c278c8ac17 Bug 282632: Eliminate AUTOLOAD section from BugMail.pm
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
2005-07-18 20:37:55 +00:00
mike.morgan%oregonstate.edu
ad733c846c adjusted Themes blocks in order to include description and be consistent. 2005-07-18 08:59:50 +00:00
mike.morgan%oregonstate.edu
540992eb4e added overview tabs and content bar. 2005-07-18 08:44:49 +00:00
mike.morgan%oregonstate.edu
ccaef20f8a added overview page, serves as overview for a specific application 2005-07-18 08:26:54 +00:00
mike.morgan%oregonstate.edu
ca7adb558e .htaccess
added comments and config line for include_path, which is important for install
inc/finish.php, inc/init.php
    adjusted how globals were set up
    tried working with non-global db/tpl but it was not scalable so it was switched back
faq.php, index.php, developers/index.php
    smarty -> tpl
lib/addon.class.php
    proper constructor now in place
lib/amo.class.php
    object definition for all basic objects
    sets up tpl,db globals for use in all extending classes
addon.php
    home page for an addon
item.php
    too generic, nuked it
2005-07-18 03:50:30 +00:00
mozilla%colinogilvie.co.uk
ebd9fe29f1 Bug 300684: missing_version_or_component error message is not translatable
Patch by A. Karl Kornel <karl@kornel.name>, r=jouni, a=justdave
2005-07-17 10:35:19 +00:00
mozilla%colinogilvie.co.uk
e615e21d5e Bug 300764: Deadline field on show_bug should include documentation of the date format
p=me, r=jouni, a=justdave
2005-07-17 09:19:27 +00:00
myk%mozilla.org
d81d88d2ab Fix for bug 232612: enables boolean mode fulltext searches for better searching capabilities in the "Find a Specific Bug" page;
r=lpsolit
2005-07-15 02:05:10 +00:00
gerv%gerv.net
0b5fe533e9 Bug 300494 - capture User Agent as well. 2005-07-14 09:38:24 +00:00
mkanat%kerio.com
f930eb0b7a Fix my email post-checkin of Bug 283989, as pointed out by Colin. 2005-07-14 06:05:45 +00:00
mkanat%kerio.com
b1ea2b68d5 Bug 283989: CGI.pl global init code should be moved to Bugzilla::CGI
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
2005-07-14 06:01:35 +00:00
lpsolit%gmail.com
4cf64cd384 Bug 300699: Remove dead code from editproducts.cgi and messages.html.tmpl - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk 2005-07-14 00:09:09 +00:00
lpsolit%gmail.com
15ec32bab2 Bug 300501: Move GetBugActivity() into Bug.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2005-07-14 00:02:17 +00:00
lpsolit%gmail.com
31027a49f7 Bug 300620: Deletion of a product yields "Insecure dependency in parameter 3" when useclassification is on - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2005-07-13 17:54:58 +00:00
lpsolit%gmail.com
3b419f5f60 Bug 300507: "View All" is misplaced in the attachment table - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=glob a=myk 2005-07-13 17:47:49 +00:00
mike.morgan%oregonstate.edu
e76424d9e4 Fixed home link at top of main header 2005-07-13 04:44:58 +00:00
mkanat%kerio.com
8dc86d3a75 Bug 300311: [PostgreSQL] bz_table_list_real returns PostgreSQL system tables in addition to normal Bugzilla tables
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave
2005-07-13 04:04:13 +00:00
mkanat%kerio.com
1146841d42 Bug 300336: Bugzilla::Auth should not contain any exported subroutines
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-07-13 03:57:02 +00:00
lpsolit%gmail.com
654bfd91ea Bug 297098: Optimize multiple email searches - Patch by Joel Peshkin <bugreport@peshkin.net> r=myk,LpSolit a=myk 2005-07-12 22:54:43 +00:00
lpsolit%gmail.com
06c814841b Bug 300379: GenerateVersionTable's rename may fail silently - Patch by byron jones (glob) <bugzilla@glob.com.au> r=LpSolit a=justdave 2005-07-12 22:35:04 +00:00
lpsolit%gmail.com
7ce6e265e9 Bug 276818: "Verify Version, Component, Target Milestone" page on product change lacks title - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave 2005-07-12 22:25:11 +00:00
lpsolit%gmail.com
0a766b2d3f Bug 294160: Step 1 (RO): Create libraries for Products, Components, Classifications, Milestones, and Versions - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=myk 2005-07-12 22:02:10 +00:00
bugreport%peshkin.net
507b2571cb Bug 262592: Enable templates to use a cookies to remember UI preferences and hide/expose content
Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua>
r=joel, a=justdave
2005-07-12 12:32:16 +00:00
mike.morgan%oregonstate.edu
f48271932b removed advancedsearch.php - does not need to be a separate doc 2005-07-12 11:35:58 +00:00
mike.morgan%oregonstate.edu
400c45a982 .htaccess, README
updated .htaccess file to define include_path to prepend/append files are processed properly.
    added installation instructions.

config-dist.php
    added REPO_DIR to store constant for repository.
    added site config information handoff to smarty display object for correct webpaths.

developers/*
    developers index page along with accompanying template.

search.php
    this will be the main search (placeholder).
2005-07-12 11:34:42 +00:00
mozilla%colinogilvie.co.uk
21fa646638 Bug 252272: Allow extremely large attachments to be stored locally
Patch by A. Karl Kornel <karl@kornel.name>, r=joel,colin
2005-07-12 10:56:52 +00:00
mozilla%colinogilvie.co.uk
0150f857cd Bug 300446: Figure 6-1. Lifecycle of a Bugzilla Bug contains a misspelled word
Patch by Swen Haubold <swen.haubold@mitutoyo-ctl.de>, r=colin
2005-07-12 10:29:52 +00:00
mkanat%kerio.com
df68f3b982 Bug 291776: A script to copy a Bugzilla DB between two cross-DB installations
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave
2005-07-12 07:56:16 +00:00
mike.morgan%oregonstate.edu
74c38d79b3 .htaccess
auto_prepend, auto_append
        both were missing in the initial checkin.
2005-07-12 00:46:56 +00:00
mike.morgan%oregonstate.edu
1a6a0dd16f Initial checkin of AMO v2.0 framework.
Notes:
    index.php - example document for main index, default.tpl wrapper
    faq.php - example document for faq page, nonav.tpl wrapper
2005-07-11 23:52:20 +00:00
mkanat%kerio.com
bd6ef7218b Bug 204217: require MySQL version 4.0+
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave
2005-07-11 22:07:24 +00:00
bugreport%peshkin.net
eb5cb98986 Bug 299156: Reduce saniitycheck submitter_id time for large sites
Patch by Joel Peshkin <bugreport@peshkin.net>
r=mkanat, a=justdave
2005-07-11 17:34:47 +00:00
lpsolit%gmail.com
a99039bd2d Bug 298931: migrate Group.pm from a simple module to a class - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit,mkanat a=justdave 2005-07-11 17:14:31 +00:00
mkanat%kerio.com
cc906a851f Bug 300334: Bugzilla::User has no need to "use Bugzilla::BugMail"
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
2005-07-11 06:30:05 +00:00
mcafee%mocha.com
e934fb4f04 Comments only. Adding some URL download notes. 2005-07-11 01:50:38 +00:00
lpsolit%gmail.com
7c91495902 Bug 299572: Move MailPassword() from CGI.pl into BugMail.pm (and remove an unused variable) - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-07-11 00:40:59 +00:00
lpsolit%gmail.com
2f8328d4bf Bug 297200: Linkify (add links) bug count to buglist on keyword edit pages (editkeywords.cgi) - Patch by Tobias Sager <moixa@gmx.ch> r=vladd a=justdave 2005-07-10 23:41:12 +00:00
lpsolit%gmail.com
d6f1359acc Bug 291209: Allow Relative Date Searches by Hour - Patch by Justin "Callek" Wood <bugspam.Callek@gmail.com> r=joel a=justdave 2005-07-10 23:20:00 +00:00
lpsolit%gmail.com
99ef260cf4 Bug 228905: [Bug creation] not available in advanced query/boolean charts - Patch by Dave Miller <justdave@bugzilla.org> r=mkanat a=justdave 2005-07-10 23:09:48 +00:00
lpsolit%gmail.com
a1a05b60b5 Bug 165022: add alias field to new bug form - Patch by Albert Ting <altlst@sonic.net> r=GavinS a=justdave 2005-07-10 22:52:33 +00:00
lpsolit%gmail.com
46fa60c0c4 Bug 63536: User preference for whether or not to go to the next bug after processing - Patch by byron jones (glob) <bugzilla@glob.com.au> r=LpSolit a=justdave 2005-07-10 22:37:15 +00:00
lpsolit%gmail.com
6500dc2042 Bug 181023: Make flag descriptions visible to bugzilla users - Patch by Rob Siklos <robzilla@siklos.ca> r=LpSolit a=justdave 2005-07-10 22:26:50 +00:00
bugzilla%glob.com.au
b2db756cf8 Bug 297870: attachments table/list should show attachment creator
Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,a=justdave
2005-07-10 13:34:33 +00:00
mozilla%colinogilvie.co.uk
066fdb0f38 Remove newest-perl-ver as it changes too often, and isn't up-to-date. No bug, r=justdave,r=mkanat on IRC 2005-07-09 22:37:26 +00:00
mkanat%kerio.com
7ab8f97dcf Update version numbers post-release. 2005-07-08 08:20:01 +00:00
mkanat%kerio.com
932c0ff413 Update version numbers for 2.20rc1 release. 2005-07-08 05:49:35 +00:00
mkanat%kerio.com
4b86688179 Bug 292544: [SECURITY] Can see a security-sensitive bug in buglist.cgi for a short time when there are certain performance problems
Patch By Frederic Buclin <LpSolit@gmail.com> r=joel, a=justdave
2005-07-08 05:35:21 +00:00
mkanat%kerio.com
b256653f16 Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due to a bad check in Flag::validate() and Flag::modify()
Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=justdave
2005-07-08 05:29:15 +00:00
mkanat%kerio.com
fef49cb676 Bug 278710: Using user dropdown instead of text field disturbs the layout
Patch By byron jones (glob) <bugzilla@glob.com.au> r=myk, a=justdave
2005-07-08 04:50:27 +00:00
mkanat%kerio.com
114c8a1cbb Bug 298659: setting authentication to LDAP,DB fails
Patch By A. Karl Kornel <karl@kornel.name> r=glob, a=justdave
2005-07-08 04:48:47 +00:00
mkanat%kerio.com
3fcd01408c Bug 286274: Release Notes for 2.20
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin
2005-07-08 03:52:08 +00:00
mkanat%kerio.com
967fb2f4e3 Bug 299588: Release Notes for 2.18.2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin
2005-07-08 03:48:42 +00:00
mkanat%kerio.com
58900ddb47 Bug 300006: "cookies need value" error code when a query returns an empty result.
Patch By Marc Schumann <wurblzap@gmail.com> r=glob, a=justdave
2005-07-08 03:39:19 +00:00
mkanat%kerio.com
b5bd2cdbd1 Bug 292423: [BUGZILLA] mozbot fails on "bug XXX" searches if the installation has disabled target_milestone
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin
2005-07-08 02:44:40 +00:00
mkanat%kerio.com
b8dff89bd5 Bug 292768: [PostgreSQL] COALESCE requires both arguments to be of similar types
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, r=dkl, a=justdave
2005-07-08 02:37:09 +00:00
mkanat%kerio.com
0d6d7db605 Bug 292119: [PostgreSQL] POSITION(...) clause "must be type boolean, not type integer"
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=justdave
2005-07-08 02:34:03 +00:00
mkanat%kerio.com
0c94f9fb90 Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case insensitive
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-07-08 02:31:43 +00:00
mkanat%kerio.com
e95c7c915e Bug 87404: Attachments don't work if you need to use user matching
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-07-08 02:18:22 +00:00
bugzilla%glob.com.au
f2808c044f Bug 298405: whineatnews.pl can't find Bugzilla/BugMail.pm
Patch by Byron Jones <bugzilla@glob.com.au> r=mkanat,a=justdave
2005-07-08 02:17:04 +00:00
lpsolit%gmail.com
9203f19f85 Bug 216028: User::match_field() displays no warning when the maximum number of matches is reached - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-07-07 22:35:58 +00:00
lpsolit%gmail.com
f9c6a6f784 Bug 297974: Add bug numbers to the generated RSS buglist - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-07-07 21:51:42 +00:00
lpsolit%gmail.com
70e0ee6afb Bug 299212: "already locked" errors should be more informative - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=glob a=justdave 2005-07-07 21:15:20 +00:00
lpsolit%gmail.com
a70339d460 Bug 289580: Templatize the 'confirm delete' bit of editproducts.cgi - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=justdave 2005-07-07 21:03:05 +00:00
lpsolit%gmail.com
3e1eea78a6 Bug 295530: Footer bug-search form should be "bug # ____ [Find]" for UI consistency - Patch by Adam Guthrie <ispiked@gmail.com> r=mkanat a=myk 2005-07-07 19:46:37 +00:00
lpsolit%gmail.com
ba2846eada Bug 298508 + bug 298510: Many uninitialized value errors in editwhines involving length function + Numeric comparison performed on strings - Both patches by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave 2005-07-07 19:33:25 +00:00
lpsolit%gmail.com
66aeb3892b Bug 298507: several uninitialized values used in editwhines.cgi - Patch by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave 2005-07-07 19:12:30 +00:00
lpsolit%gmail.com
d8147aaf93 Bug 240251: Bug::AppendComment() should receive the user ID as a 2nd parameter - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-07-07 18:42:09 +00:00
lpsolit%gmail.com
d102f1cf7c Bug 299211: whine.pl fails if derive_groups is required - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave 2005-07-07 18:33:46 +00:00
lpsolit%gmail.com
627cb209d5 Bug 242318: "blocked" field is ignored in post_bug.cgi if the "dependson" field isn't present - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=kiko a=justdave 2005-07-07 14:17:18 +00:00
lpsolit%gmail.com
290601088f Bug 223570: Creating a bug in a product with no versions results in internal error - Patch by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave 2005-07-07 14:08:43 +00:00
lpsolit%gmail.com
26f290b0e8 Bug 268146: mod_security complain: Invalid cookie format: Cookie value is missing #2 - Patch by Marc Schumann <wurblzap@gmail.com> r=kiko a=justdave 2005-07-07 11:53:38 +00:00
gerv%gerv.net
1bc8b45b62 Bug 297100: Update "Report Broken Website" wording. 2005-07-05 10:35:10 +00:00
mkanat%kerio.com
76340e5a88 Bug 289042: Implicit joins should be replaced by explicit joins - installment B
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=joel, a=justdave
2005-07-02 05:23:28 +00:00
mozilla%colinogilvie.co.uk
ad21d3becf Bug 274404 - Document the new whining functionality that will be available in 2.20. Patch by A. Karl Kornel <karl@kornel.name> r=colin (carrying forward joel's content r) 2005-07-01 22:41:31 +00:00
mozilla%colinogilvie.co.uk
aa1dded552 Back out bug 274404 which for some reason fails to build using jade but will build correctly with xmlto, pending investigation. 2005-07-01 16:21:42 +00:00
jake%bugzilla.org
78bfc6a4de Bug 274404 - Document the new whining functionality that will be available in 2.20.
Patch by A. Karl Kornel <karl@kornel.name>
r=colin,joel
2005-07-01 15:44:36 +00:00
bugzilla%glob.com.au
dadf134607 Bug 297646: Write helper functions for Bugzilla::Token.pm
Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,a=justdave
2005-07-01 01:44:19 +00:00
mkanat%kerio.com
fde5bbcb79 Bug 299257: [BUGZILLA] Mozbot does not fetch multiple bug numbers
Patch By Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat
2005-06-30 17:30:32 +00:00
zach%zachlipton.com
981984d414 Finish up fix for bug 22472 ("runtests.sh: die, die, die!"). Remove
references to runtests.sh in docs, checksetup.pl, and other fine
places.

r=LpSolit, a=my snapple peach iced tea
2005-06-29 23:43:33 +00:00
zach%zachlipton.com
356cd7d5ec Fix for bug 224472: "runtests.sh: die, die, die!" a=justdave 2005-06-29 23:29:51 +00:00
lpsolit%gmail.com
efe5264772 Bug 298826: Fixes some spelling errors - Patch by Frank Wein <bugzilla@mcsmurf.de> r=timeless a=myk 2005-06-29 22:18:21 +00:00
lpsolit%gmail.com
a7b5107f09 Bug 298024: Incorrect group control check in sanitycheck.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=myk 2005-06-29 22:03:47 +00:00
lpsolit%gmail.com
dd28989c37 Bug 202278: Quips are escaped now, no need for HTML-like blocking - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=myk 2005-06-29 21:54:50 +00:00
mozilla%colinogilvie.co.uk
c71eb7127c Bug 299145: Document new required perl modules
Patch by me, r=mkanat
2005-06-29 21:22:09 +00:00
mozilla%colinogilvie.co.uk
07f654f498 Bug 299144: Update documentation minimum versions
Patch by me, r=mkanat
2005-06-29 16:24:19 +00:00
mozilla%colinogilvie.co.uk
7ea2b05849 Docs fixes for Bug 298827: builtin or built-in and Bug 298832: ie (sp)
Patch by Frank Wein <bugzilla@mcsmurf.de>, r=me
2005-06-29 15:17:39 +00:00
lpsolit%gmail.com
8c740964ea Bug 298190: The "200 bugs" limit in buglist.cgi should be a constant, not a magic number - Patch by Tiago R. Mello <timello@async.com.br> r=kiko,justdave a=justdave 2005-06-25 12:28:48 +00:00
lpsolit%gmail.com
131210a127 Bug 277454: Bugs in inactivated groups don't show padlocks on the buglist - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave 2005-06-25 12:10:28 +00:00
lpsolit%gmail.com
90facf63ed Bug 284273: Move productResponsibilities from editusers.cgi to Bugzilla::User.pm - Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave 2005-06-24 22:33:05 +00:00
mkanat%kerio.com
770433b8fc Bug 296039: [PostgreSQL] Cannot create a new product
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=myk
2005-06-21 01:39:07 +00:00
lpsolit%gmail.com
0864934e33 Bug 180792: Setting and/or updating flags does not update last changed date - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-06-20 22:46:39 +00:00
lpsolit%gmail.com
fb7fdf3c1a Backing out bug 180792. A table is locked as READ while my patch tries to write in it :( 2005-06-20 22:20:50 +00:00
lpsolit%gmail.com
86211bbd0b Bug 289693: EditSettings page changes name from the link in the footer - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r/a=myk 2005-06-20 21:14:52 +00:00