Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
815ed856
Commit
815ed856
authored
Nov 21, 2001
by
barnboy%trilobyte.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Javascript, Cookies, and Templatization requirements to Hacking
Bugzilla.
parent
902fb109
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
72 additions
and
2 deletions
+72
-2
patches.sgml
docs/sgml/patches.sgml
+36
-1
patches.xml
docs/xml/patches.xml
+36
-1
No files found.
docs/sgml/patches.sgml
View file @
815ed856
...
...
@@ -307,7 +307,9 @@ grep (/$value/, @array);
</para>
<para>
What appears below if a brief summary, please refer to the perl style
guide if you don't see your question covered here.
guide if you don't see your question covered here. It is much better to submit
a patch which fails these criteria than no patch at all, but please try to meet
these minimum standards when submitting code to Bugzilla.
</para>
<itemizedlist>
<listitem>
...
...
@@ -353,6 +355,17 @@ else
</programlisting>
</para>
</listitem>
<listitem>
<para>
Cookies
</para>
<para>
Bugzilla uses cookies to ease the user experience, but no new patches
should
<emphasis>
require
</emphasis>
user-side cookies.
</para>
</listitem>
<listitem>
<para>
File Names
...
...
@@ -365,6 +378,17 @@ else
can cause confusion in CVS and other mozilla.org utilities.
</para>
</listitem>
<listitem>
<para>
Javascript dependencies
</para>
<para>
While Bugzilla uses Javascript to make the user experience easier, no patch
to Bugzilla should
<emphasis>
require
</emphasis>
Javascript.
</para>
</listitem>
<listitem>
<para>
Schema Changes
...
...
@@ -375,6 +399,16 @@ else
</para>
</listitem>
<listitem>
<para>
Templatization
</para>
<para>
Patches to Bugzilla need to support templates so they do not force user interface choices
on Bugzilla administrators.
</para>
</listitem>
<listitem>
<para>
Variable Names
...
...
@@ -389,6 +423,7 @@ else
on the same screen as
<computeroutput>
my $ret = "";
</computeroutput>
.
</para>
</listitem>
<listitem>
<para>
Cross Database Compatability
...
...
docs/xml/patches.xml
View file @
815ed856
...
...
@@ -307,7 +307,9 @@ grep (/$value/, @array);
</para>
<para>
What appears below if a brief summary, please refer to the perl style
guide if you don't see your question covered here.
guide if you don't see your question covered here. It is much better to submit
a patch which fails these criteria than no patch at all, but please try to meet
these minimum standards when submitting code to Bugzilla.
</para>
<itemizedlist>
<listitem>
...
...
@@ -353,6 +355,17 @@ else
</programlisting>
</para>
</listitem>
<listitem>
<para>
Cookies
</para>
<para>
Bugzilla uses cookies to ease the user experience, but no new patches
should
<emphasis>
require
</emphasis>
user-side cookies.
</para>
</listitem>
<listitem>
<para>
File Names
...
...
@@ -365,6 +378,17 @@ else
can cause confusion in CVS and other mozilla.org utilities.
</para>
</listitem>
<listitem>
<para>
Javascript dependencies
</para>
<para>
While Bugzilla uses Javascript to make the user experience easier, no patch
to Bugzilla should
<emphasis>
require
</emphasis>
Javascript.
</para>
</listitem>
<listitem>
<para>
Schema Changes
...
...
@@ -375,6 +399,16 @@ else
</para>
</listitem>
<listitem>
<para>
Templatization
</para>
<para>
Patches to Bugzilla need to support templates so they do not force user interface choices
on Bugzilla administrators.
</para>
</listitem>
<listitem>
<para>
Variable Names
...
...
@@ -389,6 +423,7 @@ else
on the same screen as
<computeroutput>
my $ret = "";
</computeroutput>
.
</para>
</listitem>
<listitem>
<para>
Cross Database Compatability
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment