summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
AgeCommit message (Expand)AuthorFilesLines
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com37-38/+139
2006-10-15Bug 330555: [SECURITY] H1, H2 and H3 are not filtered in global/header.html.t...lpsolit%gmail.com5-9/+16
2006-10-15Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by F...lpsolit%gmail.com18-42/+62
2006-09-23Bug 353820: The confirmation page when deleting a user account who has entrie...lpsolit%gmail.com1-2/+2
2006-09-21Bug 38922: Default (Initial) CC list for each componentmkanat%bugzilla.org3-2/+56
2006-09-09Bug 287326: Ability to add custom single-select fields to a bug - Patch by Fr...lpsolit%gmail.com3-4/+26
2006-09-06Bug 351098: Make Bugzilla::Object able to update objects in the database, and...mkanat%bugzilla.org3-19/+18
2006-09-05Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2-8/+9
2006-08-27Bug 349368: Allow custom fields to be edited from editfields.cgi - Patch by F...lpsolit%gmail.com1-1/+1
2006-08-25Bug 349766: Use of uninitialized value in pattern match (m//) at editusers.cg...lpsolit%gmail.com1-19/+0
2006-08-22Bug 275613: pressing [enter] in a textarea in editflagtypes.cgi results in an...lpsolit%gmail.com1-0/+4
2006-08-20Bug 344875: Implement a UI to manage custom fields and remove customfield.pl ...lpsolit%gmail.com3-0/+273
2006-08-15Bug 275636: Templatise 'newchangedmail' email (BugMail) - Patch by André Bat...lpsolit%gmail.com1-19/+0
2006-08-12Bug 310753: editflagtypes.cgi page fails w3 validation - Patch by victory(_RS...lpsolit%gmail.com1-4/+5
2006-08-09Bug 347269: Deleting a user account displays incoherent comments - Patch by F...lpsolit%gmail.com1-6/+6
2006-07-30Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com1-0/+18
2006-07-25Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje...lpsolit%gmail.com3-10/+11
2006-07-21Bug 345364: The word "Bug" appears bare in editparams.cgi - Patch by Frédér...lpsolit%gmail.com3-5/+5
2006-07-19Bug 313125: Implement validations and database persistence functions for Vers...lpsolit%gmail.com1-5/+3
2006-07-17Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ...lpsolit%gmail.com6-1/+25
2006-07-14Bug 344074: Parameter to show announcements at the top of all pageskarl%kornel.name1-0/+13
2006-07-14Bug 69000: Permit a stored query to be marked "shared" and accessible by othe...wurblzap%gmail.com3-7/+49
2006-07-14Fix on checkin for bug 94534lpsolit%gmail.com1-1/+1
2006-07-14Bug 94534: Customised resolutions - Patch by Frédéric Buclin <LpSolit@gmail...lpsolit%gmail.com3-13/+41
2006-07-12Bug 317694: All buttons in forms must have an id - Patches by André Batosti ...lpsolit%gmail.com26-27/+28
2006-07-11Bug 339731: [LDAP] URI-parsing code duplicated with Net::LDAP - Patch by guil...lpsolit%gmail.com1-1/+4
2006-07-02Bug 343248: SQL query to get all keywords with bug count is duplicated in edi...mkanat%bugzilla.org1-1/+1
2006-06-27Bug 341495: Merge the banner and headerbugzilla%glob.com.au1-2/+2
2006-06-20Spelling patch: use the right spelling form for 'occurred'; patch by Vlad Das...vladd%bugzilla.org1-1/+1
2006-06-19Bug 341866: 'changer' in editproducts.cgi must be a user login, not a user ID...lpsolit%gmail.com1-1/+1
2006-06-15Bug 319067: editflagtypes.cgi should allow to filter flag types based on thei...lpsolit%gmail.com2-11/+41
2006-06-13Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric ...lpsolit%gmail.com1-1/+16
2006-06-08Bug 275638: Templatise 'whinemail' email - Patch by Emmanuel Seyman <eseyman@...lpsolit%gmail.com1-12/+1
2006-06-02Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat a=ju...lpsolit%gmail.com1-0/+3
2006-05-31Bug 320751: LDAP: Ability to have Bugzilla use the LDAP username directly as ...mkanat%bugzilla.org1-2/+6
2006-05-30Bug 317774: The template file admin/users/confirm-delete.html.tmpl incorrectl...lpsolit%gmail.com1-2/+2
2006-05-30Bug 324784: editgroups.cgi should make sure groups it edits/removes are not u...lpsolit%gmail.com1-3/+15
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org1-1/+1
2006-04-18Bug 44595: Implement an interface for administrators to delete attachments - ...lpsolit%gmail.com1-0/+4
2006-04-07Bug 323525: Style the group table as all other admin tables in Bugzilla - Pat...lpsolit%gmail.com1-42/+80
2006-04-06Bug 332891: Missing SET in admin/table.html.tmpl - Patch by Frédéric Buclin...lpsolit%gmail.com1-6/+6
2006-04-05Bug 275637: Templatise 'voteremovedmail' email - Patch by Emmanuel Seyman <es...lpsolit%gmail.com1-12/+1
2006-03-31Bug 332142: Incorrect output when updating components - Patch by Frédéric B...lpsolit%gmail.com1-3/+3
2006-03-16Bug 330521: Remove @::legal_product, @::legal_components and @::legal_target_...lpsolit%gmail.com1-11/+11
2006-03-09Bug 323912: When a group cannot be deleted because it is in used, ThrowUserEr...lpsolit%gmail.com1-17/+1
2006-03-04Patch for bug 216902: support LDAPS connections; patch by Christian Krause <c...jocuri%softhome.net1-1/+2
2006-03-02Patch for bug 325567: display more information when listing flag types in edi...jocuri%softhome.net1-0/+17
2006-03-02Bug 311258: use objects in admin templates (products & co) - Patch by André ...lpsolit%gmail.com24-244/+235
2006-02-26Bug 225162: We need a UI for viewing the profiles_activity table - Patch by G...lpsolit%gmail.com2-0/+10
2006-02-22Bug 316127: Implement an infrastructure to link to the documentation - Patch ...lpsolit%gmail.com1-1/+7