summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Expand)AuthorFilesLines
2006-06-20Patch for bug 342130: don't display a bogus footer anymore when searching for...vladd%bugzilla.org1-1/+1
2006-06-20Spelling patch: use the right spelling form for 'returned'; patch by Vlad Das...vladd%bugzilla.org1-1/+1
2006-06-20Spelling patch: use the right spelling form for 'occurred'; patch by Vlad Das...vladd%bugzilla.org2-3/+3
2006-06-19Bug 341924: When viewing several bugs at once using show_bug.cgi?format=multi...lpsolit%gmail.com1-0/+17
2006-06-19Bug 341866: 'changer' in editproducts.cgi must be a user login, not a user ID...lpsolit%gmail.com1-1/+1
2006-06-19Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com2-11/+10
2006-06-18Bug 341273: Display Bugzilla version in a public place on Bugzilla installs -...lpsolit%gmail.com1-0/+1
2006-06-18Bug 5179: Need to be able to put attachment on new bug - Patch by Marc Schuma...lpsolit%gmail.com4-194/+174
2006-06-18Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com2-28/+25
2006-06-16Bug 341689: 'Edit Attachment As Comment' converts plain text to HTML entities...lpsolit%gmail.com1-1/+1
2006-06-15Bug 319067: editflagtypes.cgi should allow to filter flag types based on thei...lpsolit%gmail.com6-25/+79
2006-06-13Patch for bug 340848: remove obsolete values from page.cgi?id=fields; r=LpSol...vladd%bugzilla.org1-6/+2
2006-06-13Bug 340426: Add a navbar at the top of each pages + have a better title - Pat...lpsolit%gmail.com6-68/+94
2006-06-13Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric ...lpsolit%gmail.com2-2/+50
2006-06-09Spelling patch: replace 'Saved searches' with 'Saved Searches' in the prefs p...vladd%bugzilla.org1-1/+1
2006-06-08Follow-up spelling patch for bug 44595: replace 'a irreversible way' with 'an...vladd%bugzilla.org1-1/+1
2006-06-08Patch for bug 340154: readd #chart anchor in query.cgi; patch by Vlad Dascalu...uid6231-1/+1
2006-06-08Patch for bug 330804: don't talk about QA if the QA contact parameter is disa...uid6231-2/+6
2006-06-08Patch for bug 330838: Fix still_unresolved_bugs to not say 'has still'; patch...uid6231-1/+1
2006-06-08Bug 275638: Templatise 'whinemail' email - Patch by Emmanuel Seyman <eseyman@...lpsolit%gmail.com2-12/+66
2006-06-07Follow-up patch for bug 315590: fix scenario where we have private attachment...uid6231-1/+1
2006-06-07Patch for bug 315590: add anchors to flag section; patch by timeless <timeles...uid6231-2/+4
2006-06-05Bug 42946: Bugs filed at same time causing one to be duplicated - Patch by Ol...lpsolit%gmail.com3-0/+57
2006-06-04Bug 340253: .cgi scripts should call Throw*Error() instead of die() - Patch b...lpsolit%gmail.com2-1/+9
2006-06-02Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat a=ju...lpsolit%gmail.com2-0/+6
2006-05-31Bug 320751: LDAP: Ability to have Bugzilla use the LDAP username directly as ...mkanat%bugzilla.org1-2/+6
2006-05-30Bug 335790: Field names in search form lists should be ordered alphabetically...lpsolit%gmail.com1-4/+10
2006-05-30Bug 150795: 'Numbering' is silly and should be changed - Patch by timeless <t...lpsolit%gmail.com1-1/+5
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.com2-3/+29
2006-05-30Bug 337054: Remove get_component_id() and get_component_name() from globals.p...lpsolit%gmail.com1-15/+3
2006-05-23Bug 152361: can't continue walking a dependency tree - Patch by André Batost...lpsolit%gmail.com1-0/+5
2006-05-23Bug 323106: create-series JavaScript Error: 'options' is null or not an objec...lpsolit%gmail.com1-1/+1
2006-05-16Bug 337705: ldap_search_error AUTH_ERROR code is not defined - Patch by Max K...lpsolit%gmail.com1-0/+5
2006-05-15Bug 337560: User Watching prefs should have an HTML anchor name - Patch by ti...lpsolit%gmail.com1-2/+2
2006-05-15Bug 137751: Linkify bug numbers in dependency fields on show_activity.cgi - P...lpsolit%gmail.com1-0/+7
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org10-98/+74
2006-05-11Bug 96431: It's possible to write an essay in the Summary field.mkanat%bugzilla.org3-3/+6
2006-05-10Bug 7710: Pref to automatically put me on the CC: list of bugs I change - Pat...lpsolit%gmail.com2-1/+15
2006-05-10Bug 337209: Missing whitespaces in the 'fieldvalue_still_has_bugs' error mess...lpsolit%gmail.com1-2/+2
2006-05-08Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com1-4/+4
2006-05-01Bug 331008: Consistently name errors either prod_ or product_ - Patch by time...lpsolit%gmail.com1-8/+8
2006-04-18Bug 281691: Misused <label>'s cause screen reader problems.wurblzap%gmail.com9-213/+223
2006-04-18I forgot a minor fix on checkin for bug 330718 :)lpsolit%gmail.com1-2/+2
2006-04-18Bug 330718: showdependencytree.cgi needs some cleanup - Patch by Frédéric B...lpsolit%gmail.com1-13/+13
2006-04-18Bug 44595: Implement an interface for administrators to delete attachments - ...lpsolit%gmail.com6-3/+153
2006-04-15Bug 333836: extra </a> in sudo_password_required message - Patch by Emmanuel ...lpsolit%gmail.com1-1/+1
2006-04-15Bug 333867: Incorrect examples for time units in Advanced Query help.wurblzap%gmail.com1-2/+2
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