summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
AgeCommit message (Expand)AuthorFilesLines
2006-09-22Bug 351994: Messages shouldn't contain HTML characters unless we're in USAGE_...mkanat%bugzilla.org1-1/+5
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-0/+18
2006-09-10Post-checkin fix for bug 351332.mkanat%bugzilla.org1-1/+1
2006-09-10Bug 351332: Move Group validation into Bugzilla::Bug from post_bug.cgimkanat%bugzilla.org1-2/+2
2006-09-09Bug 287326: Ability to add custom single-select fields to a bug - Patch by Fr...lpsolit%gmail.com1-0/+4
2006-09-07Bug 351462: Errors are always displayed in plain textmkanat%bugzilla.org1-1/+1
2006-09-07Bug 322693: Create a mechanism to manage multiple custom skins.wurblzap%gmail.com1-0/+4
2006-09-06Bug 351098: Make Bugzilla::Object able to update objects in the database, and...mkanat%bugzilla.org1-0/+12
2006-09-06Bug 349764: Errors print out a whole HTML page, even when we're not in USAGE_...mkanat%bugzilla.org1-4/+2
2006-08-25Bug 345958: Do not throw an error if an inactive flag type is set to "X" whil...lpsolit%gmail.com1-2/+3
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