[Pkg-mozext-commits] [automatic-save-folder] branch upstream updated (a6a971b -> e609a28)

Sascha Girrulat sagiru-guest at moszumanska.debian.org
Mon Feb 20 12:13:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

sagiru-guest pushed a change to branch upstream
in repository automatic-save-folder.

      from  a6a971b   Imported Upstream version 1.0.4
      adds  f0196c4   Initial directory structure.
      adds  b59905a   Automatic Save Folder Version 0.9.3
      adds  dcfc236   Fix : The link in the "about ASF" was forced to the French page on Mozilla add-on page.
      adds  170b07d   Fix : Correct a regular expression checking in advanced mode.
      adds  7cef645   New : + Add a stringbundle with the list of the months names + Add dynamic variable %F% for full months names and %M% for abbreviated names
      adds  981d706   Change : * Update version number to "0.9.4b" (affect only the printed text, not the installation version) * Corrected some English locale (Correction by Narayan)
      adds  6207715   Change/Fix : Added ability to use Firefox InstantApply option. (previously based on Linux OS detection)
      adds  266494f   Change : Make the use of stringBundle instead of hidden data in xul/dtd.
      adds  9dbd2d3   Change : Sort the pathlist alphabetically on saving windows, make them unique and working with dynamic variables.
      adds  1308d6b   New : Drag/drop the filters to move them up or down.
      adds  06540b1   New : Add an automated saving feature (auto dialog accept) (user requested)
      adds  6e0b09e   New : + Right-Click Feature finally added !   Thanks to Download sort Extension for the right-click timeout information.   Download Sort conflict is resolved by setting priority to Download Sort   over ASF.
      adds  a9131f8   Fix : * path selection on Add&edit window fixed. * Added a check for Firefox 2.x to disable right-click and display a message to update to Firefox 3.x   (Firefox 2 doesn't use PrivateBrowsing which conflict with right-click functionality)
      adds  96a2762   Change : Clarification on the right-click checkbox in options tab: Affects only the "Save link as...". Even if this option is unchecked, the filtering is still working with "save image as..." and "File/save as...".
      adds  f765639   Minor : Language files updated for new release and spelling correction for English and French
      adds  771d40b   Add : Added ASF icon.png in the root directory, in order to allow add-on's icon to be displayed even when it is disabled (Firefox >=3.6) Change : * DOM level 2 : Use createElementNS( xul, element name) instead of default HTML namespace createElement(element name) * After all, allow right-click functionality for Firefox 2.0 and 3.0, the 3.5.x script is working but send only a warning in the error console because PrivateBrowsing is not implemented yet. * Modify the opt [...]
      adds  5d38971   Change : Added a proper option to fall back to the current website URL checking if the hosted domain doesn't match the filter's domain.
      adds  f053803   Fix : Forgot a line on the last revision. Other : Add-on tested on all Firefox version from 2.0 to 3.7a1pre, all are working fine on my side :)
      adds  c05526e   Fix : Fixed a regular expression filtering with right-click download. Change : Language update Other : New website online at http://asf.mangaheart.org now in English, and can be translated in other languages.
      adds  57979a5   Add : Added the week of the year %W%, and the day of the week variables %w% , %l% (lowercase L) and %D%
      adds  31c100f   Add : Forgot to add Weeks variable to right-click on previous commit.
      adds  3b88a53   Change : - Converted all the help files from html files to xhtml+dtd files, to be easier to translate and submit the add-on to babelzilla.org - Separated the "About..." tab in two: "help" and "About..."
      adds  d2b25e3   Change : Converted the last hidden xul/dtd to stringbundles for add&edit alert message
      adds  d45b2c2   Change : Allow all the text on option tab & dynamic tab to be fully wrap-able.
      adds  aea9b61   Change : - Remove the right-click feature for Firefox 2, because the installed add-ons can't be detected.   ASF need to detect Download Sort Extension to prevent conflict. - Added an alert on the option tab for Firefox 2 users, - Better description to right-click option.
      adds  d73c460   Add : Added a proper option to select the default folder when Firefox saving option "save file to:" was selected instead of "always ask where to save the file". Previously forced on "defined by filter" every time ASF preferences was opened.
      adds  8f53642   Add : Added some tooltips instead of text information just bellow the options.       unfortunately, too long tooltip text is not printed fully on Firefox 2, and linefeed/wrapped-text doesn't work at all :(       I'm leaving the tooltips like this anyway, until I get user's comments. Change : Changed the dtd locales order for the "option tab" to reflect the same order they are printed on the add-on for easier localization.
      adds  f40c78f   Clean the code a little
      adds  3c22d1a   Fix : - Force browser.download.folderList to 2 when "don't show file explorer" is disabled. - Forgot this file on last commit after I renamed the main function to "main()"
      adds  2cca366   Add : -  Private Browsing mode compatible !    Thank you to Mozilla developer Ehsan Akhgari from http://ehsanakhgari.org/    for his help with File-picker private browsing function. -  Added a Tooltip in the Dynamic folder tab : Attention, if you are in private    browsing mode, Firefox will not create the folder if it doesn't exist yet.    The opened folder will be the last used on non private browsing.
      adds  ee69a92   Fix : When using instantApply, the "active" column status wasn't saved.
      adds  82598d3   Fix : Prevent an exception when the current website URL tab is closed before       the save dialog is shown.       often happen with redirection download script and Firefox closing the new       empty popup window.
      adds  4245aa4   Fix : Corrected an error when using Private browsing mode,       the suggested folder was the last used in non private browsing instead of       the filtered one.
      adds  1845745   Fix :   - Prevent ASF to store the current domain as a temporary data while in private     browsing mode.   - Corrected the group capture using parenthesis and rename the dropdown     suggested path list accordingly for the current filter.
      adds  7a59554   Add : New help pictures for English localization
      adds  be990ea   Fix : In the path list drop-down menu, the default save folder's dynamic       renaming wasn't activated. Change : Changed and prepared localization files for Babelzilla submission
      adds  8c06d8c   Add : Added an option to not automatically accept the download if no filter is found. (Thanks to FrizzleFry)
      adds  96ad308   Change : Removed some comments on dtd files.
      adds  b21b517   Fix : - Corrected errors occurring on Firefox 2 (Ci replaced to Components.interfaces) - Corrected loading interface for Private browsing on Firefox <3.5 Change : - If the user set the option to not show the file explorer and always save to   desktop or downloads, disable ASF option in saving window, and force the   suggested path to the user choice.
      adds  7c45791   Fix : - When using instantApply, the suggested filters weren't refreshed after closing   the preference window. - On Firefox 2, the nsIDownloadManager doesn't exist, so I can't find the   default download folder.   "..." is use instead of the suggested path when the user force the file saving   to Desktop or Downloads.
      adds  c6b6c86   Change : On the download dialog, disable the suggested folders if the          "What should Firefox do with this file?" group's option is          not set to "Save File"
      adds  eedb317   Fix : - When saving with a right-click, if no file hosted domain were returned,   the full current URL was used instead of the domain only. - Corrected an exception when downloading with right-click and no hosted domain   was returned (like when saving a screenshot using Abduction! Add-on)   [Thanks to Wiiwaker] - few locales spelling corrections.
      adds  5030b50   change : Removed the Firefox closing observer used to set the browser.download.saveLinkAsFilenameTimeout back to 1000, and now set it to userpref.js on ASF installation in order to recover the original state on ASF un-install. If you used beta version up to this revision and un-install ASF, you may have to manually set browser.download.saveLinkAsFilenameTimeout back to 1000 to recover the header reading capability.
      adds  fc340eb   Add :   Added an option to enable or disable right-click function on all right-click   menus at once (save link as, save image as, save as) Fix :   Fixed a bug when sub-options were auto unchecked visually, but not saved   properly when using instantApply feature because the user didn't physically   click on it.   Affected options were : (on option's tab)     - Only if a filter is found     - View the list of folders     - Remove the timing delay Changes :   - Few co [...]
      adds  270a6f4   Add : Added an option to select the way the ASF box option is shown.       It can now be minimized of hidden instead of just disabled (if the user       choice is on Open instead of Save) Fix : prevent an exception if selecting the path list radio choice without any       path selected first, by setting the default list choice on the first path.
      adds  904ffda   Change : - Added a drop-down menu to the add&edit window with already present   filter's folders for quicker access (Asked by MrCOLOMBO) - Changed all the copyrighted date to 2010, and force UTF8 encoding
      adds  d0d424e   Add : - Row coloration when opening the preferences from the saving dialog to see   which filters are good (green) and which could be good but disabled (red),   according to the current downloaded file.   Works with the "Use current URL" option too.
      adds  ecb4aee   Change : ChangeLog Localization fr-FR and en-US (in preparation of release 1.0)
      adds  63afd1f   Forgot : oops, I forgot the css style to make the colored filter's lines, from revision 47.
      adds  510490e   change : - automatically set the selection on the first matching filter if opened from   saving window. - remove the color if the selection is on a colored row Add : added view scrolling when moving a filter with the buttons up/down      (not working with move to top/bottom). Fix : week number was two days earlier.
      adds  740ffa0   Change : - Leave the matching row colored if highlighted, and set a border to see it   as selected instead of removing the color. Fix : - English locale
      adds  25320e6   Fix : - Nested box visibility doesn't work on Linux (hiding parent group with   visible children doesn't hide children) - Drop-down menu in add&edit window didn't work on Linux with onLoad command.
      adds  506476d   Fix : Highlighted text over row coloration wasn't readable on some operating system theme (original Windows XP blue theme for example, text is white when row is highlighted)
      adds  3a82a1b   Fix : Corrected the conflict with Mozilla-Archive-Format add-on and converted the function replacing code with an on-the-fly patching one. Thanks to MAF developer, Paolo Amadini, for providing this function.
      adds  8a15a33   Add : Added hidden features for experimented users. Can be manually added and edited in about:config
      adds  eeaf0ea   Languages update : - Renamed locales from 4 letters (fr-FR and it-IT) to 2 letters (fr and it) to match Mozilla FTP locales
      adds  c90c4d4   Languages update : - Added Russian (Thanks to MrCOLOMBO)
      adds  5a95ff3   Languages update : Preparation for 1.0
      adds  767cc2d   Languages update : Fix IT locale
      adds  cb55602   Finalize 1.0.0
      adds  d1bfbe6   Fix :
      adds  d2fdb64   Fix : Corrected an exception if no filters was triggered and fall back to use the defined or previous folder, but never defined or used one.
      adds  11679de   Fix : - A stupid spelling error made an exception if no filter matched !   introduced while correcting too quickly the Mozilla editor's needs. - Forgot Russian "Edit" button's text.
      adds  98444d2   Update : add change log for version 1.0.1
      adds  0598d8c   Change : Set the default folder to desktop if no folder is set by the user (no default folder or first time using 'folderList=2'). Prevents the radio button to be shown without suggested path.
      adds  30448b2   Fix : Correct the regular expression checkbox behavior when adding the slashes to an already slashed string.
      adds  77ef0b9   Fix : Corrected a bug where no data were returned if a download was initiated       from the URL bar or from an external software which resulted in no filters       in the filter's list if the preferences window was opened from the saving       dialog "+ Add or edit a filter".  (Thanks to MrCOLOMBO)
      adds  f130307   Add : New option to automatically set the radio choice to "Save File" when using       the automatic saving feature. Prevent the file to be opened. Fix : Now use the full URL when falling back to website URL if no filter is       found.
      adds  7024f9a   Change : The ForceRadio choice now includes DownThemAll options
      adds  0c30d97   Add : - New Option tab Layout (with sub-tabs) - New options available for Graphical interface configuration. - DownThemAll integration to ASF ! After many users requests, it's finally here!   Tested only on WinXP+Firefox3.6
      adds  cf910e3   Add : ASF button for the Toolbar customization, and an icon in front of ASF menu.
      adds  38beed8   New : Tested up to Firefox 4.0 beta 1 Fix : Removed the toolbar button on popup windows without a menu-bar
      adds  c28671a   Fix : Update the Add-ons detection for Firefox 4.0.* (Thanks to Rakundo) Add : Possibility to specify the size of the preference window in the       localization files.
      adds  88a3737   Fix : Fixed the Drag&drop on Firefox 4.* Add : Added the Drag&Drop Copy method (ie. drag+CTRL on windows)
      adds  7f2b79b   Fix : - Filter's highlight when falling back to current URL wasn't working. - dTa integration improvement, and compatibility for future dTa2.x    (Tested on nightly builds from 20010714) - Locales bug
      adds  5f0b4c9   Fix : - When going into private browsing mode,   if first download method was right-click, it didn't work. -Few locale fixes.
      adds  49586db   Change : - Layout fix (tooltip and dropmenu size). - Enable ASF box if the user choose DownThemAll while ASF->dTa is enabled. - Update Russian locales.
      adds  c96f23d   Add : A button is now available in the option tab to check for beta updates. It will not update the add-on automatically, it's only a verification.
      adds  7619019   Add : new option to automatically check for beta updates       when opening the preferences window.
      adds  665fde9   Add : - Print filter's and process informations to the error console when downloading   a file. (Disabled if Firefox is in PrivateBrowsing mode)
      adds  2210897   Oops : % converted to xml entity :p
      adds  78c2410   Add : It's now possible to install the beta updates directly from the add-on       option's tab. (Firefox 4 is needed to see the install link.)
      adds  6c5735f   Add : - New import/export features - New help message which is loaded on first install and after important updates. It will explain which Firefox preferences must be correctly set in order to work with ASF. To see this message if it's not your first install, go to this URL: chrome://asf/content/help/install.xhtml
      adds  073f891   Change : - Remove the need of the slashes around regular expressions
      adds  0ca8635   Add : New Swedish Locale (sv-SE) Thanks to Mikael Hiort af Ornäs (Lakrits from Babelzilla)
      adds  0eaac4e   Fix : - complete the sv-SE locale and pictures - Few fixes from locales, convert some html entities to babelzilla's used entities. - Correct the picture path for en-US locale - Harmonize pictures name.
      adds  88674d8   Locale update : - Almost complete sv-SE locale and new pictures added.   Thanks to Swedish Translator for all his work.
      adds  5e080bb   Add : Added an option to suggest all possible filters instead of only       the first matching one. (Requested by Floyd)
      adds  402fde0   Fix : Fixed the nested "Disabled" state for SuggestAllPossibleFolders. Change : Will now install as 1.0.2b instead of 1.0.1 in Firefox add-on menu.
      adds  2da1aac   Fix : Fixed the line's color for matching filters       when opening the preferences from the save dialog.
      adds  01e648f   Add: New Czech localization, thanks to Strepon (Stanislav Horáček) from      babelzilla. Fix: - Fixed the regexp state on the filename if domain is set to "all" when   adding a new filter. - Read the case insensitivity directly from the preferences dialog to   re-color the filters dynamically when ticking the case insensitive checkbox. - Read the regexp state from the treeview instead of the preferences to   prevent accessing non existent filters data after adding ne [...]
      adds  2a6db41   Fix : - Few fixes before final version 1.0.2 (locales, icons)
      adds  12e3c96   Finalize 1.0.2
      adds  d4158b8   Add: + Compatibility with Firefox 7.0.1 new saving style.
      adds  bd34dbc   Fix: - Allow path change when a download open a new empty about:blank tab (For Firefox 7.0.1+ new saving method)
      adds  cdf9bc8   Add: - Add an option for Firefox 7.0.1+ to memorize last folder   on a site-by-site basis (default 7.0.1 behavior) Changes: - Change how to check privateBrowsing and import DownloadLastDir at   the same time for FF3.5+
      adds  631bf00   Add: Added preferences window size persistence if resized bigger than default. Change: updated changelog.
      adds  9ef1b44   Fix : Fixed the persistence size script to use int instead of char.
      adds  93d5606   Update: Updated the add-on icon to 64x64px (Firefox 4+)
      adds  978fe99   Add: Added a new radio choice on the save window containing the last saved path of the current URI. (Firefox 7.0.1+)
      adds  fe48112   Finalize 1.0.3
      adds  a7e431b   Fix: Fixed single-click saving on Firefox 7.0.1+ if the current website URI      is not in the database. (Thanks to users report and testing)
      adds  994ea82   I forgot something in the changelog before releasing 1.0.4.
      adds  9998ef9   Finalize 1.0.4
      adds  8bd3aa0   Add: Added a log in the console when ASF change the local path. Fix: More fixes when saving on Firefox 7.0.1+ (Fixed the known bug from v1.0.4)
      adds  47b4a90   Add: - Added two new Domain Type : Referrer's URL and Active Tab's URL field Content. - Added an alert on badly formed filters on filter's checking process when   downloading a file.
      adds  f28dda9   [Experimental. Please report on the forum your opinion regarding these changes] http://asf.mangaheart.org/index.php?menu=5&f=2&t=113
      adds  395b28b   Fix : Fix dynamic folder creation with Domain Type 6 and 7 (Thanks hiteshsathawane)
      adds  5cd636d   Add: - Added a new option box for folder creation. - Added a new option to use nearest parent folder if the old save folder   doesn't exist anymore. Changes: - Preferences window: Moved the Dynamic Folders tab under the Help tab. - Saving window: Improved path suggestion detection to prevent multiple   entries with the same path. - filter rules: Replacing / by \ when capturing URLs to convert sub-domains   in folders. (Windows only) Fixes: - Preferences window: Fixed [...]
      adds  a5bfad6   Add: Added a new domain type: TabGroup's name.      Note: It works only if the tab is not pinned.      When pinned, it's displayed in all groups at      the same time so there's no returned value.
      adds  26bf1c2   Fix: Fixed download not working with Firefox 19+
      adds  4a3b7c9   Fix: Fixed version detection to prevent install.xhtml to display every time. (Thanks to TheOne)
      adds  bee33de   Fix: typo
      adds  3e23be9   Fix: Fixed other installed add-ons detection
      adds  9185bdc   Fix: Fixed Private Browsing detection with Firefox 20+     (Temporary solution. I will use proper version detection later)
      adds  d8eb00e   Fix: * Fixed DownThemAll detection * Fixed Private Browsing detection on FF3.0 or older
      adds  e48ed8c   Fix: * Fixed Right-Click saving on Firefox 27.0.1+ * Fixed filtering while the target folder contains regexp   special characters. (Thanks to Ziceptor)
      adds  455892c   Fixed default folder always falling back to desktop when no filter matched (Firefox 27+ only?)
      adds  ccd419c   * Fixed filtering domain using Domain Type 7   (Thanks hiteshsathawane) * Fixed saving webpage with parentheses in the page name.   (Might break capture function when capturing elements of   filename with odd parentheses numbers in the page name).
      adds  5ba8d0e   Imported Upstream version 1.0.5~20140831
      adds  e609a28   New upstream version 1.0.5bRev129

No new revisions were added by this update.

Summary of changes:
 META-INF/manifest.mf                   | 517 +++++++++++++++++++++++++++++++++
 META-INF/mozilla.rsa                   | Bin 0 -> 4176 bytes
 META-INF/mozilla.sf                    |   4 +
 content/asf.js                         | 102 ++++++-
 content/asf_download.js                | 367 ++++++++++++++++++-----
 content/asf_right_click.js             | 315 +++++++++++++++-----
 content/common.dtd                     |   4 +-
 content/help/about.xhtml               |   4 +
 content/help/update.xhtml              |   6 +
 content/help/variables.xhtml           |   9 +-
 content/options.xul                    |  91 +++---
 content/overlay_unknownContentType.xul |   6 +-
 defaults/preferences/asf.js            |  10 +-
 install.rdf                            |   4 +-
 locale/cs/about.dtd                    |  17 ++
 locale/cs/asf.dtd                      |  51 +++-
 locale/cs/asf.properties               |   6 +-
 locale/cs/help.dtd                     |   2 +
 locale/cs/variables.dtd                |  13 +-
 locale/en-US/about.dtd                 |  20 ++
 locale/en-US/asf.dtd                   |  42 ++-
 locale/en-US/asf.properties            |   3 +-
 locale/en-US/help.dtd                  |   2 +
 locale/en-US/variables.dtd             |   5 +
 locale/fr/about.dtd                    |  20 ++
 locale/fr/asf.dtd                      |  42 ++-
 locale/fr/asf.properties               |   5 +-
 locale/fr/help.dtd                     |   2 +
 locale/fr/variables.dtd                |   5 +
 locale/it/about.dtd                    |  17 ++
 locale/it/asf.dtd                      |  38 ++-
 locale/it/asf.properties               |   3 +-
 locale/it/help.dtd                     |   2 +
 locale/it/variables.dtd                |   5 +
 locale/ru/about.dtd                    |  17 ++
 locale/ru/asf.dtd                      |  40 ++-
 locale/ru/asf.properties               |   3 +-
 locale/ru/help.dtd                     |   2 +
 locale/ru/variables.dtd                |   5 +
 locale/sv-SE/about.dtd                 |  17 ++
 locale/sv-SE/asf.dtd                   |  34 ++-
 locale/sv-SE/asf.properties            |   3 +-
 locale/sv-SE/help.dtd                  |   2 +
 locale/sv-SE/variables.dtd             |   5 +
 44 files changed, 1571 insertions(+), 296 deletions(-)
 create mode 100644 META-INF/manifest.mf
 create mode 100644 META-INF/mozilla.rsa
 create mode 100644 META-INF/mozilla.sf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/automatic-save-folder.git



More information about the Pkg-mozext-commits mailing list