aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Collapse)AuthorAgeFilesLines
* Bug 349368: Allow custom fields to be edited from editfields.cgi - Patch by ↵lpsolit%gmail.com2006-08-272-1/+6
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user ↵mkanat%bugzilla.org2006-08-261-41/+0
| | | | | | for Bugzilla::User Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 350181: Check whether the requestee is allowed to set a flag - Patch by ↵lpsolit%gmail.com2006-08-261-1/+7
| | | | Frédéric Buclin <LpSolit@gmail.com> a=myk
* Bug 338965: Add me to cc list feature is confusing - Patch by Joost de Valk ↵lpsolit%gmail.com2006-08-251-1/+1
| | | | <bugzilla@joostdevalk.nl> r=mkanat a=myk
* Bug 276816: attachment edit page should have <link rel="up"> to the bug - ↵lpsolit%gmail.com2006-08-251-0/+5
| | | | Patch by victory(_RSZ_) <bmo@rsz.jp> r=wurblzap a=justdave
* Bug 349766: Use of uninitialized value in pattern match (m//) at ↵lpsolit%gmail.com2006-08-251-19/+0
| | | | editusers.cgi line 270 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton a=myk
* Bug 345958: Do not throw an error if an inactive flag type is set to "X" ↵lpsolit%gmail.com2006-08-251-2/+3
| | | | while editing a bug - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
* Bug 300436: In votes.cgi, the bug description should not link to voters - ↵lpsolit%gmail.com2006-08-221-3/+2
| | | | Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=myk
* Bug 349367: Display a message when a custom field has been successfully ↵lpsolit%gmail.com2006-08-221-0/+5
| | | | created - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 349361: Implement a Welcome page for admins on a fresh installation - ↵lpsolit%gmail.com2006-08-221-0/+90
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
* Bug 314501: Use <label>'s on the login form - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-08-222-34/+24
| | | | <LpSolit@gmail.com> r=wurblzap a=myk
* Bug 344435: Let me remove bugs from saved buglists - Patch by Frédéric ↵lpsolit%gmail.com2006-08-222-16/+81
| | | | Buclin <LpSolit@gmail.com> r=bkor a=myk
* Bug 275613: pressing [enter] in a textarea in editflagtypes.cgi results in ↵lpsolit%gmail.com2006-08-221-0/+4
| | | | an addition to the inclusion list instead of saving changes - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
* Bug 344961: Display custom fields on show_bug.cgi before the time tablemkanat%bugzilla.org2006-08-221-14/+13
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 344875: Implement a UI to manage custom fields and remove customfield.pl ↵lpsolit%gmail.com2006-08-204-3/+300
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 87795: Creating an account should send token and wait for confirmation ↵lpsolit%gmail.com2006-08-208-71/+161
| | | | (prevent user account abuse) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=bkor a=myk
* Fixing bustage (unfiltered directive in code-error.html.tmpl)lpsolit%gmail.com2006-08-201-1/+1
|
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-202-6/+19
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk
* Bug 252856: HTML charts don't validate - Patch by victory(_RSZ_) ↵lpsolit%gmail.com2006-08-193-7/+6
| | | | <bmo@rsz.jp> r=gerv a=myk
* Bug 348871: modify show_bug in order to pass HTML validation - Patch by ↵vladd%bugzilla.org2006-08-181-8/+11
| | | | victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk
* Bug 343418: Update the votes page in order to include the reason for crossed ↵vladd%bugzilla.org2006-08-181-3/+1
| | | | out bugs; patch by Paul <pdemarco@zoominternet.net>, r=LpSolit, a=myk.
* Bug 241195: Add a short text at the top of request.cgi explaining what the ↵lpsolit%gmail.com2006-08-171-2/+9
| | | | displayed data are - Patch by victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk
* Bug 320197: Watcher editing in userprefs should use a list box instead of ↵mozilla%colinogilvie.co.uk2006-08-171-4/+17
| | | | | | text entry Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=wicked; a=myk
* Bug 348337: enter_bug.cgi doesn't pass HTML validation - Patch by Frédéric ↵lpsolit%gmail.com2006-08-153-11/+12
| | | | Buclin <LpSolit@gmail.com> r=kevin.benton a=myk
* Bug 348331: Duplicated IDs on all pages - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-08-153-3/+5
| | | | <LpSolit@gmail.com> r=kevin.benton a=myk
* Bug 275636: Templatise 'newchangedmail' email (BugMail) - Patch by André ↵lpsolit%gmail.com2006-08-152-19/+47
| | | | Batosti <batosti@async.com.br> r=LpSolit a=myk
* Bug 313816 - fix height of iframe so you can read things inside it. Patch by ↵gerv%gerv.net2006-08-141-0/+1
| | | | gerv; r=mkanat, a=myk.
* Bug 310750: Advanced search page fails w3 validation - Patch by ↵lpsolit%gmail.com2006-08-141-1/+1
| | | | victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=justdave
* Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org2006-08-121-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 310753: editflagtypes.cgi page fails w3 validation - Patch by ↵lpsolit%gmail.com2006-08-121-4/+5
| | | | victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk
* Bug 310747: index.cgi invalid HTML when logged out - Patch by victory(_RSZ_) ↵lpsolit%gmail.com2006-08-121-1/+3
| | | | <bmo@rsz.jp> r=LpSolit a=myk
* Fixing warnings due to bug 347291 (unused tag in code-error.html.tmpl)lpsolit%gmail.com2006-08-111-5/+0
|
* Bug 347061: Create Bugzilla::Object->create and make Bugzilla::Keyword use itmkanat%bugzilla.org2006-08-111-0/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
* Bug 347269: Deleting a user account displays incoherent comments - Patch by ↵lpsolit%gmail.com2006-08-091-6/+6
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 347277: Entering an non-integer sortkey crashes editclassifications.cgi ↵lpsolit%gmail.com2006-08-061-0/+5
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 304889: Templatize reports.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-08-041-0/+69
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com2006-07-302-0/+24
| | | | Patch by A. Karl Kornel <karl@kornel.name> r=wurblzap a=justdave
* Bug 333407: file_too_large error should mention AttachURL when enabled - ↵lpsolit%gmail.com2006-07-261-4/+9
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
* Bug 329789: The guided format when creating a bug doesn't let me specify a ↵lpsolit%gmail.com2006-07-251-1/+1
| | | | component as part of the URL - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
* Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype ↵lpsolit%gmail.com2006-07-255-15/+12
| | | | objects - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
* Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-256-43/+107
| | | | <LpSolit@gmail.com> r=wurblzap r=myk a=myk
* Bug 326946: Hide resolved bugs by default when accessing ↵lpsolit%gmail.com2006-07-233-4/+6
| | | | showdependencytree.cgi from show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 345364: The word "Bug" appears bare in editparams.cgi - Patch by ↵lpsolit%gmail.com2006-07-213-5/+5
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 345381: Cannot add any new field in editvalues.cgi - Patch by Frédéric ↵lpsolit%gmail.com2006-07-211-3/+3
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 313125: Implement validations and database persistence functions for ↵lpsolit%gmail.com2006-07-191-5/+3
| | | | Versions.pm and clean-up editversions.cgi - Patch by André Batosti <batosti@async.com.br> r=LpSolit a=myk
* Bug 345104: $field_descs values in field_descs.none.html are overwritten by ↵lpsolit%gmail.com2006-07-191-1/+1
| | | | values from the DB - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org2006-07-192-0/+12
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 344513: Make plain-text custom fields functional on all pages except ↵mkanat%bugzilla.org2006-07-186-14/+65
| | | | | | enter_bug.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ↵lpsolit%gmail.com2006-07-176-1/+25
| | | | <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 95923: Don't let users change fields they aren't allowed to change - ↵lpsolit%gmail.com2006-07-172-36/+78
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave