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

8432 Коммитов

Автор SHA1 Сообщение Дата
fligtar%gmail.com e7d4a9dadf apparently forgot these last time 2006-08-31 04:50:44 +00:00
vladimir%pobox.com caaf2a6724 Style changes 2006-08-31 01:42:30 +00:00
mkanat%bugzilla.org 0b9440930a Bug 350649: Improve the rendering of POD from Bugzilla::DB
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-08-30 20:36:24 +00:00
wclouser%mozilla.com 6b38639730 we love you shaver 2006-08-30 07:03:19 +00:00
mike.morgan%oregonstate.edu b6a9507604 Initial check-in of v2 code -- copied verbatim, merged with tpl files.
Also checking in lars' migration.py script, which is a CLI tool to transfer db contents from the old db to the new one.
2006-08-29 22:31:17 +00:00
mike.morgan%oregonstate.edu 840e4be07b Adding in approvalnotes field in versions for version-specific approval queue notes. 2006-08-29 22:10:54 +00:00
mike.morgan%oregonstate.edu aec5e865ef Latest fixes for db. Added audit trail, fixed spelling error in versions.modifid->versions.modified. Added addons_langs mapping for locale packs. 2006-08-29 21:56:48 +00:00
ccooper%deadsquid.com fb4ceb969a b=350251
- for admins, replace personal coverage column with trusted coverage to minimize db lookups
2006-08-29 21:33:15 +00:00
ccooper%deadsquid.com 3e33316f5f b=333041
- allow admins to mark individual test results as VALID/INVALID, and update the VETTED status automatically

Misc.
- whitespace fix in manage testgroup template
2006-08-29 19:06:55 +00:00
ccooper%deadsquid.com d3da767e77 b=328489
- adapted existing user manip page/routines to allow non-admin users to access their own profile information
- broke Litmus::Auth::expireSessions and Litmus::Auth::checkPassword out into their own subroutines
- add emptyOK checking to comparePasswords js function

Misc.
- whitespace fixes in testgroup files
2006-08-29 17:49:14 +00:00
fligtar%gmail.com 48b90e6991 Updated addon MCV 2006-08-29 04:33:16 +00:00
timeless%mozdev.org 6d112f0859 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-08-28 20:17:01 +00:00
mike.morgan%oregonstate.edu cc994edd23 Backing out fallback patch, making the build data structure patch standalone. We are doing this so we can resolve bug 342797 and push it before the fallback patch in bug 344742. We are stalling on bug 344742 because we don't have verification tests for that completed yet. 2006-08-28 19:59:13 +00:00
wclouser%mozilla.com 1d1da3119c fix for 342987 2006-08-28 17:27:15 +00:00
wclouser%mozilla.com 96f16bab25 fixed typo - thanks navvywavvy 2006-08-28 16:23:18 +00:00
fligtar%gmail.com 25586217bb Updated addon MCV 2006-08-28 03:22:04 +00:00
fligtar%gmail.com 0231b5c6bc updates for ajax 2006-08-27 23:46:13 +00:00
fligtar%gmail.com 5355b2998c Updated addons MCV stuff 2006-08-27 23:43:02 +00:00
fligtar%gmail.com add040f3cf scriptaculous AJAX stuff 2006-08-27 23:33:23 +00:00
shaver%mozilla.org 4e56f1c98b More version-compare tests, and a VersionBetween helper. 2006-08-27 17:21:17 +00:00
fligtar%gmail.com 8bd83cb2c3 Updated addons stuff, including translation support 2006-08-27 06:08:37 +00:00
shaver%mozilla.org 3d2a4566a0 importing simpletest 1.0.1alpha3 2006-08-27 02:06:41 +00:00
shaver%mozilla.org 6ba142cf65 preserve otherwise-empty dir, bleh 2006-08-27 02:04:50 +00:00
shaver%mozilla.org f5e9baa375 import cake 1.1.7.3363; I don't want to talk about it 2006-08-27 01:54:37 +00:00
lpsolit%gmail.com febbb1f005 Bug 349368: Allow custom fields to be edited from editfields.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-08-26 17:40:20 +00:00
wclouser%mozilla.com 0085b7df5f added string files 2006-08-26 03:31:40 +00:00
wclouser%mozilla.com 288c7810cb l10n logic 2006-08-26 03:30:20 +00:00
wclouser%mozilla.com b46d87732d wrapping strings with _() 2006-08-26 03:30:07 +00:00
wclouser%mozilla.com f3a91f049b l10n testing (wrapping strings with _()) 2006-08-26 03:29:47 +00:00
wclouser%mozilla.com f8e3869444 adding l10n files 2006-08-26 03:29:13 +00:00
wclouser%mozilla.com 88c6c72fda a couple more tweaks for l10n stuff 2006-08-26 03:28:35 +00:00
wclouser%mozilla.com bb0db6fa9e couple of sql changes for the l10n stuff 2006-08-26 00:12:11 +00:00
mkanat%bugzilla.org bfe7aed793 Bug 350249: We don't need an index on bugs.short_desc
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-08-25 23:55:18 +00:00
mkanat%bugzilla.org 33911a1604 Bug 350244: profiles.disabledtext has its definition changed every time checksetup runs
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-08-25 23:22:29 +00:00
mkanat%bugzilla.org 85f0294bed Bug 350237: checksetup does not properly add a short_desc index to old installations
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-08-25 23:20:34 +00:00
mkanat%bugzilla.org 02353cf614 Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user for Bugzilla::User
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-25 22:59:55 +00:00
mike.morgan%oregonstate.edu 0a6a0502b0 Adding correct new versions for staging now that we've cleared up our staging/production tagging issues. This is from bug 342797, see attachment 234242. 2006-08-25 22:19:44 +00:00
mkanat%bugzilla.org a488fd3800 Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user for Bugzilla::User
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-25 22:10:39 +00:00
mkanat%bugzilla.org fd10696d67 Bug 347864: Generally improve fulltext search
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=myk
2006-08-25 22:03:35 +00:00
mkanat%bugzilla.org 0e8bdb984f Bug 287170: Need to be able to do fulltext searches on bugs.short_desc even with most tables using InnoDB
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=myk
2006-08-25 21:53:12 +00:00
lpsolit%gmail.com 355cec180a Bug 350181: Check whether the requestee is allowed to set a flag - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> a=myk 2006-08-25 20:19:44 +00:00
lpsolit%gmail.com abddff6919 Bug 350120: undefined value when creating a new user account - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-08-25 20:14:58 +00:00
fligtar%gmail.com 8f2bcb7c06 Icons for new approval queue. See bug 335378 2006-08-25 18:04:14 +00:00
mike.morgan%oregonstate.edu 54333e1079 Final fix for PFS video-egg RDF output. Staging this w/ David to test before push to prod. 2006-08-25 08:53:22 +00:00
lpsolit%gmail.com 68890b4430 Bug 338965: Add me to cc list feature is confusing - Patch by Joost de Valk <bugzilla@joostdevalk.nl> r=mkanat a=myk 2006-08-25 08:41:26 +00:00
lpsolit%gmail.com 71a25ed659 Bug 276816: attachment edit page should have <link rel="up"> to the bug - Patch by victory(_RSZ_) <bmo@rsz.jp> r=wurblzap a=justdave 2006-08-25 08:38:06 +00:00
lpsolit%gmail.com 3d7ff0c6a1 Bug 349766: Use of uninitialized value in pattern match (m//) at editusers.cgi line 270 - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=kevin.benton a=myk 2006-08-25 08:33:19 +00:00
mike.morgan%oregonstate.edu 87872dc260 Added JST's change to AMO v1 page, and fixed all indentation so the flow of the ridiculously huge and embarrassing if-else statement is easier to follow (it's still horrible, but better).
Fixed VideoEgg problem that was caused by improper nesting of conditional statements... :\
2006-08-25 01:15:16 +00:00
lpsolit%gmail.com 29f8d4e844 Bug 345958: Do not throw an error if an inactive flag type is set to "X" while editing a bug - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> a=myk 2006-08-24 21:41:20 +00:00
lpsolit%gmail.com 7f13394dda Bug 350083: Bugzilla::Bug::AUTOLOAD tries to find Bugzilla::Bug::confess() when a bug method doesn't exist - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=Colin a=myk 2006-08-24 21:31:03 +00:00