summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
AgeCommit message (Expand)AuthorFilesLines
2006-08-20Fixing bustage (unfiltered directive in code-error.html.tmpl)lpsolit%gmail.com1-1/+1
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com1-4/+15
2006-08-11Fixing warnings due to bug 347291 (unused tag in code-error.html.tmpl)lpsolit%gmail.com1-5/+0
2006-08-11Bug 347061: Create Bugzilla::Object->create and make Bugzilla::Keyword use itmkanat%bugzilla.org1-0/+6
2006-07-25Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje...lpsolit%gmail.com1-4/+0
2006-07-25Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin <LpSolit@gmai...lpsolit%gmail.com1-0/+7
2006-06-20Spelling patch: use the right spelling form for 'occurred'; patch by Vlad Das...vladd%bugzilla.org1-2/+2
2006-06-15Bug 319067: editflagtypes.cgi should allow to filter flag types based on thei...lpsolit%gmail.com1-3/+0
2006-06-04Bug 340253: .cgi scripts should call Throw*Error() instead of die() - Patch b...lpsolit%gmail.com1-1/+4
2006-06-02Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat a=ju...lpsolit%gmail.com1-0/+3
2006-05-30Bug 337054: Remove get_component_id() and get_component_name() from globals.p...lpsolit%gmail.com1-15/+3
2006-05-16Bug 337705: ldap_search_error AUTH_ERROR code is not defined - Patch by Max K...lpsolit%gmail.com1-0/+5
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org1-7/+45
2006-03-01Fix ThrowCodeError calls by giving them an unique ID (tree fix).jocuri%softhome.net1-0/+7
2006-02-22Bug 316127: Implement an infrastructure to link to the documentation - Patch ...lpsolit%gmail.com1-0/+10
2005-11-30Bug 314039: editusers.cgi edits user 0 if you don't pass a userid - Patch by ...lpsolit%gmail.com1-3/+10
2005-10-28Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead of...lpsolit%gmail.com1-0/+5
2005-10-26Bug 313732: fix typo in name of error message variable. Patch by bugzilla.moz...gerv%gerv.net1-1/+1
2005-10-24Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis ...lpsolit%gmail.com1-9/+7
2005-10-07Bug 310982: Remove the 'browserbugmessage' parameter completely - Patch by Fr...lpsolit%gmail.com1-1/+1
2005-09-02Bug 298306: For new products, the charting error message "The tool which gath...lpsolit%gmail.com1-2/+12
2005-08-31Fix for bug 305773: fixes regression in flag validation code that let through...myk%mozilla.org1-2/+3
2005-07-20Bug 257767: Option to have fields in CSV files separated by semicolons instea...lpsolit%gmail.com1-0/+4
2005-07-13Bug 294160: Step 1 (RO): Create libraries for Products, Components, Classific...lpsolit%gmail.com1-0/+5
2005-07-11Bug 63536: User preference for whether or not to go to the next bug after pro...lpsolit%gmail.com1-0/+3
2005-07-08Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due t...mkanat%kerio.com1-0/+27
2005-07-08Bug 299212: "already locked" errors should be more informative - Patch by FrÃ...lpsolit%gmail.com1-1/+3
2005-07-07Bug 268146: mod_security complain: Invalid cookie format: Cookie value is mis...lpsolit%gmail.com1-0/+3
2005-04-11Bug 289570: Blank value always shown on target type code error from editflagt...lpsolit%gmail.com1-1/+1
2005-03-15Bug 251960: Search.pm uses DB dependent comma operatormkanat%kerio.com1-0/+5
2005-03-11Bug 98123 : Create a user preferences infrastructure (became 'General Settings')travis%sedsystems.ca1-0/+9
2005-03-08Bug 284185 : Incorrect parameter in the "attachment_already_obsolete" error m...travis%sedsystems.ca1-1/+1
2005-03-01Bug 119485 : Templatise editusers.cgitravis%sedsystems.ca1-1/+5
2005-02-19Bug 282570: Missing errors for DB compatibility layermkanat%kerio.com1-0/+12
2005-01-04Bug 272620: avoid XSS problem with internal error messages. Patch by gerv; r=...gerv%gerv.net1-1/+4
2004-12-14Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch by...jocuri%softhome.net1-2/+2
2004-12-09Patch for bug 233049: Improve error when filtering requests with component no...jocuri%softhome.net1-8/+0
2004-07-13Patch for bug 190222: templatize editgroups.cgi; r=joel, a=justdave.jocuri%softhome.net1-5/+10
2004-04-17Bug 238865: removing %::FORM from page.cgi in favor of $cgi->paramjustdave%syndicomm.com1-0/+5
2004-04-15Backing out checkin from bug 238865: patch was negatively reviewed post-mortem.justdave%syndicomm.com1-5/+0
2004-04-12Fix for bug 238865-v1: remove %FORM from page.cgi. Does so, fixing thekiko%async.com.br1-0/+5
2004-01-19Patch for bug 228894: Change HTML comments to template-toolkit ones for templ...jocuri%softhome.net1-1/+1
2003-12-10Bug 190223: Complete templatization for editkeywords.cgi; reviewed by kiko, j...jocuri%softhome.net1-0/+4
2003-10-19Bug 108528: knob is not a defined error message and it does not help a user f...jocuri%softhome.net1-1/+5
2003-10-17Backing out patch from bug 108528 - failed to take i10n concerns into accountjustdave%syndicomm.com1-6/+1
2003-10-16Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to dotimeless%mozdev.org1-1/+6
2003-09-14Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org1-29/+24
2003-09-07Bug 207044 - Filter more template directives. None of these are security bugs...gerv%gerv.net1-23/+16
2003-07-04Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without...gerv%gerv.net1-27/+29
2003-06-26Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net1-0/+11