From 8ab64629d3a091a0ccb6af52c48ee7bb9fd8834d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 4 Apr 2008 00:05:36 +0000 Subject: Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch by A.A. Shimono (himorin) r=LpSolit r=mkanat a=LpSolit --- template/en/default/pages/release-notes.html.tmpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'template/en/default/pages') diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index d6ed45fc5..3964dea61 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -353,14 +353,14 @@ to the xmlrpc.cgi on your installation.

Documentation can be found in the - [% terms.Bugzilla %] + [% terms.Bugzilla %] API Docs, in the various Bugzilla::WebService modules.

Skins

[% terms.Bugzilla %] can have multiple "skins" installed, and users can pick between them. To write a skin, you just have to - write several CSS files. See the Custom + write several CSS files. See the Custom Skins Documentation for more details.

We currently don't have any alternate skins shipping with @@ -414,7 +414,7 @@ unsupported add-on, but it is now an official interface to [%+ terms.Bugzilla %].

-

For more details see the documentation +

For more details see the documentation for email_in.pl.

Users Who Get All [% terms.Bug %] @@ -687,7 +687,7 @@ localconfig file to the new installation.

  • Now follow the standard - + [%- terms.Bugzilla %] installation process.
  • Run checksetup.pl after you install the new version.
  • @@ -739,7 +739,7 @@

    [% terms.Bugzilla %] now supports a code hook mechanism. See the documentation for - Bugzilla::Hook + Bugzilla::Hook for more details.

    This gives [% terms.Bugzilla %] very advanced plugin support. You can @@ -756,7 +756,7 @@

    [% terms.Bugzilla %] now ships with all of its perldoc built as HTML. Go ahead and read the - API Documentation + API Documentation for all of the [% terms.Bugzilla %] modules now! Even scripts like checksetup.pl have HTML documentation.

    @@ -799,7 +799,7 @@ sub y { $var++ }

    The Bugzilla::Auth family of modules have been completely re-written. For details on how the new structure of authentication, read the - Bugzilla::Auth + Bugzilla::Auth API docs.

    It should be very easy to write new authentication plugins, now.

    @@ -807,7 +807,7 @@ sub y { $var++ }

    Bugzilla::Object

    There is a new base class for most of our objects, - Bugzilla::Object. + Bugzilla::Object. It makes it really easy to create new objects based on things that are in the database.

    @@ -832,7 +832,7 @@ sub y { $var++ }
  • checksetup.pl has been completely re-written, and most of its code moved into modules in the Bugzilla::Install namespace. See the - checksetup + checksetup documentation and [% terms.Bugzilla %] [%+ terms.bug %] 277502 for details.
  • Instead of UserInGroup(), all of [% terms.Bugzilla %] now @@ -866,7 +866,7 @@ sub y { $var++ }

    Release notes for versions of [% terms.Bugzilla %] for versions prior to 3.0 are only available in text format: - Release Notes for [% terms.Bugzilla %] 2.22 + Release Notes for [% terms.Bugzilla %] 2.22 and Earlier.

    [% INCLUDE global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b