lpsolit%gmail.com
891b180ee1
Bug 300093: index.cgi remains unsecure when the SSL parameter is set to "authenticated sessions" - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=justdave
2005-08-21 19:27:40 +00:00
lpsolit%gmail.com
95afe59e79
Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - Patch by Marc Schumann <wurblzap@gmail.com> r=wicked a=myk
2005-08-21 18:16:43 +00:00
lpsolit%gmail.com
f9451d8aa9
Bug 303401: move the move.pl code into process_bug.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk
2005-08-21 17:36:51 +00:00
myk%mozilla.org
8e9b3e98fb
Fix for bug 292022: accepts multiple requestees in the requestee field for a given flag, and creates multiple requests, one per requestee, so that users can request a flag multiple times simultaneously instead of one at a time; r=joel, a=myk
2005-08-20 17:02:41 +00:00
zach%zachlipton.com
ea2799380f
Fix custom SQL in stats.cgi to work with the new schema.
2005-08-20 04:16:30 +00:00
zach%zachlipton.com
6bba52a808
Since we just required that we wipe the db, we'd better change the name for the login_cookie again...
2005-08-20 04:04:17 +00:00
zach%zachlipton.com
ed09d4a900
Shut up warning about @comments[0] vs $comments[0]
2005-08-20 03:52:05 +00:00
zach%zachlipton.com
82f5e9ea10
Add new files as per previous checkin.
2005-08-20 03:40:12 +00:00
zach%zachlipton.com
b335debed4
Land Coop's new schema. This makes some pretty wideranging changes and there's no upgrade path, so to upgrade from a previous db, wipe your database and start over. Schema changes by coop, Class::DBI wrangling by me.
2005-08-20 03:39:02 +00:00
zach%zachlipton.com
6cb27e8bb1
Checkin new regexp-based matching for platform as well.
2005-08-19 22:43:00 +00:00
zach%zachlipton.com
68ce588502
Add the 1.5 branch to populatedb. Also convert the branch detection to use real regexps instead of LIKE for matches. This work will continue with real regexps used for the other detected fields shortly.
2005-08-19 22:37:11 +00:00
zach%zachlipton.com
b6c9b44879
Fix for bustage; forgot to checkin process.html.tmpl.
2005-08-19 20:56:48 +00:00
bugreport%peshkin.net
4966a5ae71
Bug 304583: Remove all remaining need to rederive inherited groups
...
Patch by Joel Peshkin <bugreport@peshkin.net>
r=mkanat, a=justdave
2005-08-18 20:09:37 +00:00
zach%zachlipton.com
be48732dbc
Actually display the correct stats in stats.cgi. Also move the footer down a little.
2005-08-17 23:35:30 +00:00
zach%zachlipton.com
51ed676410
But some padding is good too.
2005-08-17 21:44:18 +00:00
zach%zachlipton.com
7a1e454c30
Footer should not appear in the middle of pages...
2005-08-17 21:43:24 +00:00
zach%zachlipton.com
61b720c18d
Fix broken link in footer
2005-08-17 21:38:26 +00:00
zach%zachlipton.com
d9b312e2be
Remove tabs from all files. Add more statistics to stats.cgi.
2005-08-17 21:36:19 +00:00
zach%zachlipton.com
45a9e17dd6
Initial checkin of new litmus statistics page. Also add "statistics" entry to the page footer.
2005-08-17 21:23:48 +00:00
mkanat%kerio.com
6db5514de2
Bug 296054: [PostgreSQL] Cannot add a new query for event/whining
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-17 18:24:45 +00:00
mkanat%kerio.com
87342d4620
Bug 299848: enter_bug's automatic OS/Platform code does not work with the new default OS list
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
2005-08-17 18:15:13 +00:00
zach%zachlipton.com
1bcf9b8dde
Add a little more padding to the footer.
2005-08-17 17:34:10 +00:00
zach%zachlipton.com
27a8bbdda4
Fix the bottom footer in index.cgi so it displays properly.
2005-08-17 17:33:08 +00:00
zach%zachlipton.com
530896ad07
First crack at a page footer. Note that this does break the home page. Hopefully someone will know how to fix it...
2005-08-17 03:37:38 +00:00
zach%zachlipton.com
f87fe3cc5b
Forgot to add logincookie and sysconfigcookie to Config.pm.
2005-08-16 21:31:56 +00:00
gerv%gerv.net
3024e992ad
Remove 100% width which was causing IE to wrap at a silly place.
2005-08-16 15:26:33 +00:00
mike.morgan%oregonstate.edu
306f162f52
Started the creation of the session handler / auth class. Made some minor modifications elsewhere.
2005-08-16 01:52:38 +00:00
lpsolit%gmail.com
68d68f6a08
Bug 304642: Bugzilla::Flag::GetTarget() should be called internally by Bugzilla::Flag::process() - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk
2005-08-15 18:48:14 +00:00
lpsolit%gmail.com
b4f8e478ba
Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-08-15 17:58:19 +00:00
lpsolit%gmail.com
84da6d7686
Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-08-15 17:43:38 +00:00
justdave%bugzilla.org
b77dbc06d2
Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi files already have it loaded, and it causes circular dependencies.
...
Patch by Max Kanat-Alexander <mkanat@bugzilla.org>
r=justdave a=justdave
2005-08-14 22:34:32 +00:00
lpsolit%gmail.com
0b0b288b03
Bug 304588: Remove 'use Bugzilla::User' from DB.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-08-14 16:46:04 +00:00
lpsolit%gmail.com
3f5ab12aff
Bug 284263: Inherited bless permissions without inherited membership do not work - Patch by Marc Schumann <wurblzap@gmail.com> r=joel,LpSolit a=justdave
2005-08-13 20:22:12 +00:00
jouni%heikniemi.net
8acf8d1076
Bug 303899: Allow changing Status Whiteboard when when editing multiple bugs
...
Patch by Matisse Enzer <matisse@matisse.net>, r=jouni, a=justdave
2005-08-13 18:49:02 +00:00
lpsolit%gmail.com
3823b2d6b1
Bug 303914: legal_bugs_status should be spelled legal_bug_status in Bug.pm - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-08-13 18:41:31 +00:00
lpsolit%gmail.com
7c3eba59a9
Bug 302418: re-enable sendmail support for Windows - Patch by byron jones (glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
2005-08-13 14:56:19 +00:00
lpsolit%gmail.com
cde13367ba
Bug 303550: Bug lists trigger standards compliance mode in Gecko, causing CLOSED bugs not to be lined through in bug lists any more - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2005-08-13 14:39:21 +00:00
lpsolit%gmail.com
b9701d3baf
Bug 302778: When using IE, all negative event checkboxes are missing from email preferences page - Patch by Zain Memon <zain@voltage.com> r=wicked a=justdave
2005-08-13 14:28:38 +00:00
lpsolit%gmail.com
e1fb8fba91
Bug 302644: relogin.cgi may ask you to login... before logging you out - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-08-13 14:14:39 +00:00
lpsolit%gmail.com
c7baae8662
Bug 303824: BugMail should ignore deleted or renamed user accounts - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-08-13 14:04:53 +00:00
lpsolit%gmail.com
2de33dc482
Bug 304044: Missing scalar() for some parameters - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-08-13 12:35:12 +00:00
mkanat%kerio.com
b9ffd80aab
Bug 303669: Bugzilla mis-uses perl subroutine prototypes
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-13 12:27:04 +00:00
mkanat%kerio.com
f3d8c9bb03
Bug 301664: Hook for field-descs.html.tmpl
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk
2005-08-11 06:19:24 +00:00
zach%zachlipton.com
760b88244b
Turns out seamonkey thinks "class" is a reserved word in javascript, causing our select boxes to break. This uses the variable theClass instead.
2005-08-10 16:30:11 +00:00
lpsolit%gmail.com
412316a0a1
Bug 277466: saved search's old name is used when running a search - Patch by Rob Siklos <robzilla@siklos.ca> r=LpSolit,joel a=justdave
2005-08-10 09:47:58 +00:00
lpsolit%gmail.com
a15e193e33
Bug 292096: Remove the extra Description label in long list format - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=justdave
2005-08-10 01:53:51 +00:00
lpsolit%gmail.com
3c20f17fc1
Bug 303803: Remove the unused get_classification_name() routine - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-08-10 01:45:50 +00:00
lpsolit%gmail.com
cbfe21bb80
Bug 301508: Remove CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat,wicked a=justdave
2005-08-10 01:30:41 +00:00
bugreport%peshkin.net
3649d1f50d
Bug 303482: Change checksetup.pl to check for MIME::Parser instead of MIME::Tools
...
Patch by Joel Peshkin <bugreport@peshkin.net>
r=glob,wurblzap a=justdave
2005-08-09 21:19:43 +00:00
mkanat%kerio.com
90430fbf7c
Back out bug 300231, because it triggers bug 303413.
2005-08-09 20:42:25 +00:00
mkanat%kerio.com
7a20458fce
Bug 300231: Bugzilla::Classification needs a way of returning only Selectable classification objects
...
Patch By Gabriel Sales de Oliveira <gabriel@async.com.br> r=mkanat, a=justdave
2005-08-09 20:31:53 +00:00
lpsolit%gmail.com
4716f292ba
Bug 135145: Graphs generated by local webdot are huge - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r/a=justdave
2005-08-09 19:41:35 +00:00
bugreport%peshkin.net
d872c17240
Backout of bug 303669 which broke AppendComment and possibly a number
...
of other items.
2005-08-09 11:23:43 +00:00
mkanat%kerio.com
b0e88c5cdc
Bug 303669: Bugzilla mis-uses perl subroutine prototypes
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-09 05:59:02 +00:00
zach%zachlipton.com
b55fac0572
This is a kindof hackish fix to bring simpletest back to life so it can be published. A real fix will follow, which will involve fixing Litmus::UserAgentDetect.
2005-08-09 05:03:22 +00:00
mike.morgan%oregonstate.edu
1fa82e99cd
updated comments - sorry.
2005-08-09 00:32:52 +00:00
mike.morgan%oregonstate.edu
761d588772
added generic error handling - for lazy people. :)
2005-08-09 00:31:56 +00:00
mike.morgan%oregonstate.edu
93f19209f2
comments, etc:
...
Some adjustments to comments pages and styles.
css:
Opinions adjustments.
addons:
Fixed some bugs.
2005-08-09 00:30:39 +00:00
mike.morgan%oregonstate.edu
65c726de6c
Also not a good idea... I am going to hand all this off to the server's PEAR installation.
2005-08-08 21:43:19 +00:00
mike.morgan%oregonstate.edu
3f74c4a384
yea - so this wasn't the best way to do this.
2005-08-08 21:34:22 +00:00
mike.morgan%oregonstate.edu
9ebeb67045
PEAR libraries, installed locally because they do not exist in REHL stable repo
2005-08-08 16:34:09 +00:00
mike.morgan%oregonstate.edu
3410ef89ce
added some TODOs
2005-08-08 16:20:22 +00:00
zach%zachlipton.com
e84e0c6e5a
A four hour flight means another batch of changes.
...
1. Some UI improvements to the test display page
2. Fix process_test and the format API to properly handle editing of fields defined in formats.
3. Adjust show_test.cgi to only show recent results and the last three non-recent results. Also added a showallresults mode that allows users to view all results if they want to.
2005-08-07 03:05:49 +00:00
justdave%bugzilla.org
0df64d7697
Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errors
...
r= LpSolit, a= justdave
2005-08-05 23:47:28 +00:00
lpsolit%gmail.com
c0c719731d
Bug 301261: uninitialized value in Search.pm when querying by date - Patch by Albert Ting <altlst@sonic.net> r=LpSolit a=justdave
2005-08-05 18:54:42 +00:00
lpsolit%gmail.com
4018fec7e8
Bug 288170: importxml.pl and move.pl should not write to $datadir/maillog - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-08-05 00:58:59 +00:00
lpsolit%gmail.com
d985eddfc1
Bug 302718: Enable All Mail enables also unchangeable Reporter/Voter checkboxes - Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=LpSolit a=justdave
2005-08-05 00:14:52 +00:00
lpsolit%gmail.com
d80da57638
Bug 302723: Deleting a user account when this user is the assignee or QA contact of a bug should reassign this bug to the default ones - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-08-04 18:24:09 +00:00
lpsolit%gmail.com
0df21af806
Bug 303088: MoreSQLData and FetchSQLData/FetchOneColumn may return wrong results - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap,justdave a=justdave
2005-08-04 17:01:01 +00:00
lpsolit%gmail.com
06f84391dd
Bug 303303: Data aren't displayed in old charts when the product is closed for new bug entry - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=justdave
2005-08-04 16:03:22 +00:00
lpsolit%gmail.com
e01ee644cd
Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW installations - Patch by byron jones (glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
2005-08-04 11:51:25 +00:00
zach%zachlipton.com
1a4c35579a
Major rewrite of <select> box code. Now we use litmusconfig.js and automatically generate the contents of select boxes in JavaScript using the information in litmusconfig. Pretty spiffy, eh?
2005-08-04 00:59:29 +00:00
lpsolit%gmail.com
aff1b6817f
Bug 303129: Unescaped & in a Bug URLs on 'Saved Searches' tab - Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=LpSolit a=justdave
2005-08-03 00:44:59 +00:00
lpsolit%gmail.com
5f0b9dd89c
Bug 303141: Missing buglist when deleting groups - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-08-03 00:35:47 +00:00
lpsolit%gmail.com
1a57dda09d
Bug 302927: Incorrect title when changing several bugs at once - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-08-03 00:26:54 +00:00
lpsolit%gmail.com
3699404501
Bug 303147: Bugzilla crashes when submitting a bug in the UNCONFIRMED state using PostgreSQL - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-08-03 00:17:45 +00:00
lpsolit%gmail.com
111796fcc3
Bug 303061: userprefs.cgi should call ThrowUserError for old_password_required - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2005-08-03 00:07:45 +00:00
mkanat%kerio.com
260766ee35
Bug 301901: Index rename failure when renaming an index called PRIMARY
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
2005-08-01 10:06:43 +00:00
mozilla%colinogilvie.co.uk
f26b3b4796
Fix tinderbox burning from the previous fix.
2005-08-01 08:39:32 +00:00
lpsolit%gmail.com
0ef86cd8ad
Bug 302582: "add component/version" doesn't include action=add on enter_bug.cgi - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=justdave
2005-08-01 00:03:53 +00:00
lpsolit%gmail.com
fa98b2b058
Bug 302782: Crash when showing list of users in a group during group deletion - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-07-31 23:48:17 +00:00
mozilla%colinogilvie.co.uk
9e04fba1d9
Bug 297475: Add docs about how to install and configure Bugzilla using PostgreSQL
...
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> (with info from mkanat) r=mkanat
2005-07-31 23:35:40 +00:00
mozilla%colinogilvie.co.uk
a5ccd68271
Missing comma from last checkin
2005-07-30 20:42:05 +00:00
mozilla%colinogilvie.co.uk
ad12bac7aa
Ability to rate a comment. Currently, this uses GET requests - may be necessary to change it to a POST request to stop abuse of it at a later date
2005-07-30 19:29:14 +00:00
myk%mozilla.org
4ea6d27752
Fixing build bustage caused by not correctly updating filter exceptions (and in a couple cases not filtering when it would make sense)
2005-07-30 01:01:54 +00:00
myk%mozilla.org
5f6b393f4a
Fix for bug 302083: automatically converts BMP files to PNG files to conserve disk space; patch by Greg Hendricks; r=myk, a=myk
2005-07-30 00:46:40 +00:00
myk%mozilla.org
c4795f2fa9
Fix for bug 302702: refactors tabs code into shared file so not only prefs and search but also other pages can use it
2005-07-30 00:41:11 +00:00
zach%zachlipton.com
5cc3a35ca9
Actually fix the localconfig-creation code.
2005-07-29 20:36:01 +00:00
zach%zachlipton.com
b31fc578eb
Write localconfig out before trying to connect to the database if it does not exist.
2005-07-29 20:29:11 +00:00
zach%zachlipton.com
4bd27d74a4
Forgot to checkin the .htaccess file
2005-07-29 20:22:31 +00:00
zach%zachlipton.com
a2d33018aa
Initial checkin of Litmus 0.0.1 (a.k.a Naked Mole Rat).
2005-07-29 20:21:01 +00:00
lpsolit%gmail.com
9526108fcc
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
04ea7af548
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
b751cfa748
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
39754668df
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
5218f1ae72
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
73b6b1ef49
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
e6cf71b9a3
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
55812617d9
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
60de00695a
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
6685da1d5c
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
c1fb4a855b
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
e0c14ce5c7
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
c620333dbe
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
23d1e42adf
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
9a0a7cfa8b
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
dfde2eae5d
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
523a173926
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
9f4b20e6ca
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
02951da15e
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
bf21d55122
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
0124997ae5
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
a4e215a43e
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
2ad3f9dead
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
6ab62071a9
Policy documents.
2005-07-25 07:36:05 +00:00
mike.morgan%oregonstate.edu
d3df583818
nightly checkin. adjustments in some naming conventions.
2005-07-25 07:35:01 +00:00
mike.morgan%oregonstate.edu
0fd28e841e
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
9328a8c8e2
Search modifications.
2005-07-24 10:31:23 +00:00
mike.morgan%oregonstate.edu
724d5d383a
updated some search items.
2005-07-24 02:05:49 +00:00
mike.morgan%oregonstate.edu
8fd2c663bd
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
10c0fa60a9
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
7be8f2e8fa
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
9ed0cd19b2
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
7b9d7cb7e5
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
5c0a99c09c
Add support for viewing all the preview images
2005-07-21 17:03:09 +00:00
mozilla%colinogilvie.co.uk
9f130a102a
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
143a112dd6
installation instructions.
2005-07-21 02:00:57 +00:00
mike.morgan%oregonstate.edu
02f9d041c6
Placeholder for addon previews page.
2005-07-21 01:59:50 +00:00
mike.morgan%oregonstate.edu
c78d022c07
Messed with paths, search boxes, etc. Nothing here is permanent.
2005-07-21 01:58:50 +00:00
mike.morgan%oregonstate.edu
e59c497f4a
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
432ec3c4e5
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
13899ea8ba
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
9325bbf5d7
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
03bfc9888e
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
067530cd6a
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
fd432e08a7
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
370068347b
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
94912404ec
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
02d462a352
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
11c5381d29
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
f6bd1f2a34
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
5117a115c4
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
8374a27bd7
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
8eb3a01684
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
40780fb6f9
install include.
2005-07-19 00:23:24 +00:00
mike.morgan%oregonstate.edu
adf09be917
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
4948577775
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
03b4d4b3ad
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
461dd21cbf
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
71d81a5ef3
adjusted Themes blocks in order to include description and be consistent.
2005-07-18 08:59:50 +00:00
mike.morgan%oregonstate.edu
a91aa817d5
added overview tabs and content bar.
2005-07-18 08:44:49 +00:00
mike.morgan%oregonstate.edu
28921d1a64
added overview page, serves as overview for a specific application
2005-07-18 08:26:54 +00:00
mike.morgan%oregonstate.edu
e89e906af5
.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
349294e4b9
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
b59b58a701
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
9ec9452c85
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
e3c4247147
Bug 300494 - capture User Agent as well.
2005-07-14 09:38:24 +00:00
mkanat%kerio.com
94672d5864
Fix my email post-checkin of Bug 283989, as pointed out by Colin.
2005-07-14 06:05:45 +00:00
mkanat%kerio.com
556c485411
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
cb0f289176
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
4d8ef127f6
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
3cf30d9d24
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
cb8476f87a
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
985377be44
Fixed home link at top of main header
2005-07-13 04:44:58 +00:00
mkanat%kerio.com
3dd67f0eab
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
bd40ee933d
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
7096b3fc4e
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
fc470ad613
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
0b00c3b853
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
8bb1baea28
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
9ebf057b18
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
3081364f33
removed advancedsearch.php - does not need to be a separate doc
2005-07-12 11:35:58 +00:00
mike.morgan%oregonstate.edu
2c9c9208fe
.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
b80b279962
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
c9ea91f3ba
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
6a6cfbc5aa
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
6b531f35bc
.htaccess
...
auto_prepend, auto_append
both were missing in the initial checkin.
2005-07-12 00:46:56 +00:00
mike.morgan%oregonstate.edu
90968eb57f
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
b1664d0d33
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
769c15db12
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
5a12d4ecb3
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
8c05a7d442
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
d31922db05
Comments only. Adding some URL download notes.
2005-07-11 01:50:38 +00:00
lpsolit%gmail.com
6f3c82bb45
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
adabaec0ce
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
42e4d57987
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
b802ee9e84
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
2919786ab7
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
aa51a44ba0
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
716d0516f4
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
69ee2299d6
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
79a4b46677
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
f3b7da95e1
Update version numbers post-release.
2005-07-08 08:20:01 +00:00
mkanat%kerio.com
7937683478
Update version numbers for 2.20rc1 release.
2005-07-08 05:49:35 +00:00
mkanat%kerio.com
ea6117c609
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
22ec74ac9a
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
7d37188dd3
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
e4af2970f1
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
6931920c7e
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
a8f4623a81
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
2a73ad8edd
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
9ed061bea1
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
7d77faff90
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
62616eabd7
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
4578bd91ec
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
b4f05d30b0
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
921a2c3c51
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
37f8a4fe64
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
3f41184ca2
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
8ea36a4839
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
e97494913e
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
618577564a
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
eb9f755c20
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
cb80498138
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
8f05a7f12d
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
7c39bbe081
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
751851a148
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
746a2209a2
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
59c47bbb0a
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
a70198196f
Bug 297100: Update "Report Broken Website" wording.
2005-07-05 10:35:10 +00:00
mkanat%kerio.com
3cdf230c32
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
bd9b733fb2
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
ef4066c1ff
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
30ac323de7
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
9a8f82f839
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
905c1e3baf
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
d78685dea5
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
4a8efc60c8
Fix for bug 224472: "runtests.sh: die, die, die!" a=justdave
2005-06-29 23:29:51 +00:00
lpsolit%gmail.com
fcf4dc8c22
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
acb0888b8f
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
8d0358526a
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
a710bf1c30
Bug 299145: Document new required perl modules
...
Patch by me, r=mkanat
2005-06-29 21:22:09 +00:00
mozilla%colinogilvie.co.uk
ef59b7ae2f
Bug 299144: Update documentation minimum versions
...
Patch by me, r=mkanat
2005-06-29 16:24:19 +00:00
mozilla%colinogilvie.co.uk
76a92b7663
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
a17c6dce77
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
992ad7bca2
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
b4eb1c081a
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
516c3a1537
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
b2f59db2d7
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
8df977ec2f
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
79250ef00d
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
lpsolit%gmail.com
5bd83b2e02
Bug 244533: Display "only the 200 most relevant bugs are shown" only when more than 200 bugs are found - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=kiko a=myk
2005-06-20 20:32:35 +00:00
lpsolit%gmail.com
4700fb20e8
Bug 298196: process_bug.cgi updates delta_ts even when no modifications are made - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-06-20 20:22:36 +00:00
lpsolit%gmail.com
548533acec
Bug 297794: initBug's verification of user_id being an email is bogus - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
2005-06-20 20:16:32 +00:00
lpsolit%gmail.com
c9804ad308
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 20:04:24 +00:00
lpsolit%gmail.com
c202a78133
Bug 296887: Do not display the quip entry field when quip_list_entry_control is set to 'closed' - Patch by Alfred Karl Kornel <kornel.1@osu.edu> r=LpSolit a=myk
2005-06-20 19:42:11 +00:00
lpsolit%gmail.com
aeed54e146
Bug 151411: "(This bug is not in your list)" is confusing - Patch by Alfred Karl Kornel <kornel.1@osu.edu> r=myk,LpSolit a=myk
2005-06-20 19:30:29 +00:00
lpsolit%gmail.com
80755377ce
Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
2005-06-20 19:16:34 +00:00
lpsolit%gmail.com
8f949e1a38
Bug 297928: detaint_natural, detaint_signed and trick_taint shouldn't rely on $1 - Patch by Christian Reis <kiko@async.com.br> r/a = justdave
2005-06-16 19:00:58 +00:00
bugreport%peshkin.net
97ee59827d
Bug 297797: New Hook - add actions to attachment table - Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r/a=myk
2005-06-16 05:40:32 +00:00