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

47 Коммитов

Автор SHA1 Сообщение Дата
mkanat%bugzilla.org 174a7ab267 Bug 350217: Extensions need to be able to update Bugzilla's DB schema
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
2006-09-07 23:41:33 +00:00
mkanat%bugzilla.org d3ed2e8b72 Bug 347096: Create Bugzilla->localconfig and replace most read_localconfig calls with it
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-09-03 19:18:53 +00:00
wurblzap%gmail.com 971d84889b Bug 224577: Bugzilla could use a web services interface.
Patch by Marc Schumann <wurblzap@gmail.com>;
r=mkanat; a=myk
2006-08-19 17:20:25 +00:00
lpsolit%gmail.com d17ce5a304 Bug 347818: Cannot set Bugzilla->batch(0) - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-08-08 20:49:11 +00:00
mkanat%bugzilla.org ab6a169162 Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-07-31 22:15:55 +00:00
mkanat%bugzilla.org 858c30b78d Bug 339382: Make Bugzilla::Field use Bugzilla::Object
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-25 23:20:42 +00:00
lpsolit%gmail.com de70574428 Bug 343421: Fix some typos in comments - Patch by timeless <timeless@bemail.org> r=wicked a=myk 2006-07-06 12:06:43 +00:00
mkanat%bugzilla.org b69a47075f Bug 343361: die_with_dignity is useless inside of Bugzilla::CGI
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=colin, a=myk
2006-07-05 23:33:25 +00:00
mkanat%bugzilla.org eee7b75908 Bug 343166: $template->process leaks 512K of RAM per call under mod_perl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
2006-07-01 16:10:14 +00:00
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
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 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
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
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
mkanat%bugzilla.org 5f63b544b8 Bug 328642: Params should be in Bugzilla->params instead of being a Bugzilla::Config subroutine
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-05-22 18:11:53 +00:00
lpsolit%gmail.com 1ea21b63e9 Bug 337683: The user prefs tab let you change the password and email address of a user being impersonated when using the ENV method (with user_info_class="Env,CGI") - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave 2006-05-15 16:31:28 +00:00
mkanat%bugzilla.org 31d81c4061 Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN block
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-05-12 02:41:22 +00:00
lpsolit%gmail.com 00e1d8b314 Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk Melez <myk@mozilla.org> r=mkanat a=justdave 2006-02-21 13:08:24 +00:00
lpsolit%gmail.com 1de23b1532 Bug 324346: When 'shutdownhtml' is set, accessing foo.cgi?format=bar displays plain text instead of html - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-02-07 22:46:28 +00:00
myk%mozilla.org 40ef8793a1 Backing out fix for bug 287325 (initial implementation of custom fields): turns out the tree is not yet open for 2.24 checkins after all. I'll check this back in once the tree opens for 2.24 checkins, which lpsolit says will be in about a month. 2006-01-06 14:38:43 +00:00
myk%mozilla.org b6e4f982d8 Bug 287325: an initial implementation of custom fields, including the ability to add text custom fields via the command-line script customfield.pl, search them via the boolean charts, display and edit them on the show bug page, and see changes to them in bug activity; r=mkanat, glob 2006-01-06 14:23:05 +00:00
wurblzap%gmail.com 2a42ed3a43 Bug 310070: runtests.pl reports errors when the 'shutdownhtml' parameter is turned on.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, r=mkanat, a=justdave
2005-12-02 22:16:36 +00:00
timeless%mozdev.org 9b0852aaf7 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
lpsolit%gmail.com 29e2c70d31 Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymore - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=justdave 2005-11-13 17:50:47 +00:00
lpsolit%gmail.com 35ecb1a6b0 Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2005-10-30 21:31:29 +00:00
bugreport%peshkin.net 82932d7be9 Bug 204498 Add su (setuser) function
Patch by A. Karl Kornel <karl@kornel.name>
r=joel, a=justdave
2005-10-13 23:58:26 +00:00
lpsolit%gmail.com 70b487c7e7 Bug 312235: Remove doeditparams.cgi from the SHUTDOWNHTML_EXEMPT list in Bugzilla.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=justdave 2005-10-12 22:24:48 +00:00
lpsolit%gmail.com 6253c01fc4 Bug 309796: Whining needs to check for shutdown (silently) before trying database access - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=justdave 2005-10-06 20:54:49 +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
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
justdave%bugzilla.org 6694aeb158 Bug 284547: Fix escaping of > characters inside C<> tags in the pod docs
r=mkanat, a=justdave
2005-03-03 05:28:42 +00:00
bugreport%peshkin.net 7b82e34fd8 Bug 257344: Remove exit from error handlers when non-interactive
r=glob,justdave
a=justdave
2004-11-08 02:25:59 +00:00
bugreport%peshkin.net d013e1a35e Bug 253588: Change Bugzilla->user to be usable even for a logged-out user
patch by erik,joel
r=kiko
a=justdave
2004-07-31 02:27:26 +00:00
kiko%async.com.br a124d61dc5 Fix for bug 236678: Clean up access to COOKIE global. Murder the last
remaining places in the tree where COOKIE is used; includes a rather
thorough cleanup of Bugzilla::Bug->user and a minor doc update. r=joel, a=justdave.
2004-07-29 02:45:38 +00:00
bugreport%peshkin.net 7d92a11646 Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles
patch by erik
r=joel, kiko
a=myk
2004-07-20 22:41:22 +00:00
bugreport%peshkin.net 7aa52bd11a Backing out bug 241900 2004-07-12 03:48:48 +00:00
bugreport%peshkin.net fc257e2ff0 Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles
patch by erik
r=joel
a=justdave
2004-07-11 23:36:53 +00:00
kiko%async.com.br 2b54f4f614 Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.
Consolidates the logout code into Bugzilla::Auth::CGI, and provides
simple front-end wrappers in Bugzilla.pm for use in the CGIs we have.
r=bbaetz, joel; a=justdave.

Adds a set of constants to the logout() API which allow specifying "how
much" we should log out -- all sessions, the current session, or all
sessions but the current one.

Fixes callsites to use this new API; cleans and documents things a
bit while we're at it. Part I in the great COOKIE apocalypse.
2004-03-27 01:28:29 +00:00
kiko%async.com.br 95422a2e5a Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide a
logout() method that is proxied through Bugzilla.pm's logout(), and fix
callers to use it.  r=justdave, bbaetz, a=justdave
2003-11-27 01:01:00 +00:00
bbaetz%acm.org e76b5a9150 Bug 208620 - Fix return value of Bugzilla->login when user already exists
r,a=justdave
2003-06-07 13:59:24 +00:00
bbaetz%acm.org c1e4afb682 Bug 180635 - Enhance Bugzilla::User to store additional information
r=myk,jake
2003-06-03 09:48:15 +00:00
bbaetz%acm.org f6fabc003f Bug 180642 - Move authentication code into a module
r=gerv, justdave
a=justdave
2003-03-22 04:47:35 +00:00
bbaetz%acm.org 57144ccd3a Bug 192531 - Bugzilla not properly closing DB statement handles
Change code to work arround a perl < 5.8 leak when localising the tied
statement attributes. Also, clear the sql statestack compat stuff so that
the handles are really dead by the time we disconnect

r,a=justdave
2003-02-14 10:37:43 +00:00
bbaetz%acm.org 5297114192 Bug 192393 - $::dbwritesallowed never set
r, a=justdave
2003-02-08 23:26:48 +00:00
bbaetz%acm.org 8b73cba208 Bug 191863 - Clean up Bugzilla.pm
r=gerv, justdave
a=justdave
2003-02-07 07:19:15 +00:00
bbaetz%student.usyd.edu.au 3397e5b0cd Bug 163290 - move DB handling code into a module
r=justdave, myk, joel, preed
a=justdave
2003-01-14 20:00:11 +00:00
bbaetz%student.usyd.edu.au 1a66a353fa Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave 2002-12-20 07:21:43 +00:00