Skip to content

Commit

Permalink
Updated and synced feature lists and updated redirect links (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
UtiluMark authored and xabolcs committed Oct 28, 2015
1 parent 501333f commit f313b2b
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 24 deletions.
12 changes: 6 additions & 6 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
==================

* Extension: Include zh-CN locales from BabelZilla. (#143)
* Extension: Make dtd entities for Customize Titlebar more localization friendly. (#140)
* Extension: Make dtd entities for Customize Title bar more localization friendly. (#140)
* Extension: Set file extension in filepicker to avoid silent overwrites. (#124)
* Extension: Add basic Seamonkey support to titlebar customization. (#31)
* Extension: Add basic Seamonkey support to title bar customization. (#31)
* Extension: Fix for illegal characters in MPL 2.0 headers. (#133)

3.5 / 2013-04-25
Expand All @@ -31,16 +31,16 @@
* Extension: Use GreD instead CurProcD to reference GRE specific files. (#115)
* Extension: Update checkCompatibility preferences for compatibility. (#103)
* Extension: Add privacy context to saveScreenshot() due to Bug 795065. (#99)
* Extension: Make columns of 'Customize Titlebar' dialog's tree resizable. (#25)
* Extension: Make columns of 'Customize Title bar' dialog's tree resizable. (#25)
* Extension: Re-license under MPL2. (#39, #98)
* Extension: Update 'Contributors' section automatically in about:nightly. (#58)
* Extension: Don't register aboutNightly component for 'profile-after-change' notification. (#57)
* Extension: Don't call callback function when iterating over Extension Manager's extensions list. (#88)
* Extension: Include about:nightly in Nightly Tester Tools' menupopup for Thunderbird. (#56)
* Extension: Let nightlyApp.openNotification() fallback to notificationBox in legacy Fx. (#81)
* Extension: Open customize.xul (Customize Titlebar) as a resizable window. (#55)
* Extension: Open customize.xul (Customize Title bar) as a resizable window. (#55)
* Extension: Add pushlog-to-tip menuitem. (#61)
* Extension: Include changeset info in the Insert/Copy Build ID menuitem and in 'Customize Titlebar'. (#65)
* Extension: Include changeset info in the Insert/Copy Build ID menuitem and in 'Customize Title bar'. (#65)

3.3 / 2012-05-02
==================
Expand All @@ -59,5 +59,5 @@
* Extension: Update list of contributors (#38)
* Extension: Update maxVersions for applications (#37)
* Extension: Allow title bar customization in Thunderbird (#24)
* Extension: Version 3.1 loses ability to customize titlebar with just window title (#18)
* Extension: Version 3.1 loses ability to customize title bar with just window title (#18)
* Extension: Enhance pushlog feature to support Aurora channel (#13)
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Nightly Tester Tools
Nightly Tester Tools is an addon for aiding testers of nightly builds of Mozilla apps like Firefox and Thunderbird. Some features are:

* Extension compatibility fixing
* Titlebar customization
* Build ID retrieval
* Copy extension list to clipboard
* Screenshots
* Copy Build ID to Clipboard
* Copy List of Extensions to Clipboard
* Copy about:support to Pastebin
* Open Profile Folder
* Open Pushlog
* Screenshots utility
* Title bar customization
* Crash options
* Extension compatibility fixing

# Install
You can install the latest stable NTT from [addons.mozilla.org](https://addons.mozilla.org/en-US/firefox/addon/6543/). To install for development, clone the repo:
You can install the latest stable NTT from [addons.mozilla.org](https://addons.mozilla.org/en-US/firefox/addon/nightly-tester-tools/). To install for development, clone the repo:

git clone git://github.com/mozilla/nightlytt.git

Expand Down Expand Up @@ -37,4 +40,5 @@ All bugs are reported to the Nightly Tester Tools component at bugzilla.mozilla.
This project uses [.editorconfig](http://editorconfig.org/#overview), which sets defaults for the formatting of the code. So enjoy the use of [compatible editor](http://editorconfig.org/#download). Just download and install the corresponding plugin.

# Related Add-ons:
* [Add-on Compatibility Reporter](https://addons.mozilla.org/en-US/firefox/addon/15003/)
* [Add-on Compatibility Reporter](https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/)
* [Screengrab (fix version)](https://addons.mozilla.org/en-US/firefox/addon/screengrab-fix-version/)
16 changes: 10 additions & 6 deletions extension/chrome/content/aboutNightly/aboutNightly.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@
<h2>Features</h2>

<ul>
<li>titlebar customization</li>
<li>copy build id to clipboard</li>
<li>copy extensions list to clipboard</li>
<li>screenshot utility</li>
<li>open profile folder</li>
<li>Copy Build ID to Clipboard</li>
<li>Copy List of Extensions to Clipboard</li>
<li>Copy about:support to Pastebin</li>
<li>Open Profile Folder</li>
<li>Open Pushlog</li>
<li>Screenshots utility</li>
<li>Title bar customization</li>
<li>Crash options</li>
<li>Extension compatibility fixing</li>
</ul>

</div>
Expand All @@ -58,7 +62,7 @@

<ul>
<li>
<a href="https://addons.mozilla.org/en-US/firefox/addon/6543/">
<a href="https://addons.mozilla.org/en-US/firefox/addon/nightly-tester-tools/">
addons.mozilla.org page
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion extension/chrome/content/suite.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ debugQATitleModifierWorkaround: null,
get oldUpdateTitlebar() {
if (!nightlyApp._oldUpdateTitlebar) {
var { WARN, LOG, ERROR } = Components.utils.import("resource://nightly/Logging.jsm", {});
WARN("No suitable titlebar function was found! Titlebar customization is incomplete! Please file a bug!");
WARN("No suitable title bar function was found! Title bar customization is incomplete! Please file a bug!");
}
return nightlyApp._oldUpdateTitlebar;
},
Expand Down
6 changes: 3 additions & 3 deletions extension/chrome/locale/en-US/customize.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<!-- LOCALIZATION NOTE: The same English string as the following is also defined
as a different entity for use in the menu,
see ./nightly.dtd -->
<!ENTITY nightly.customize.title "Customize Titlebar">
<!ENTITY nightly.customize.title "Customize Title bar">

<!ENTITY nightly.paneTitlebar.title "Titlebar">
<!ENTITY nightly.paneTitlebar.description "Titlebar Customization">
<!ENTITY nightly.paneTitlebar.title "Title bar">
<!ENTITY nightly.paneTitlebar.description "Title bar Customization">

<!ENTITY nightly.customtitle.label "Use custom title">
<!ENTITY nightly.customtemplate.label "Custom title template:">
Expand Down
2 changes: 1 addition & 1 deletion extension/chrome/locale/en-US/nightly.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!-- LOCALIZATION NOTE: The same English string as the following is also used
for a dialog title, defined as a different entity, see ./customize.dtd -->
<!ENTITY nightly.customize.label "Customize Titlebar">
<!ENTITY nightly.customize.label "Customize Title bar">

<!ENTITY nightly.compatibility.label "Force Addon Compatibility">

Expand Down

0 comments on commit f313b2b

Please sign in to comment.