Subversion Repositories chrome-extensions

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
77 1684 d 21 h hill /Auto-Copy/trunk/ Bug fixes. 1. version number in options was incorrect. 2. extension was not working on localhost  
74 1697 d 0 h hill /Auto-Copy/trunk/ Fixing typo'd version number on the settings page  
72 1698 d 22 h hill /Auto-Copy/trunk/ - Added copy delay - wait specified seconds before executing copy
- Added clear clipboard - wait specified seconds before clearing the clipboard after copy
- Added trim whitespaces - remove leading and trailing whitespaces from selection
- Added native system notification
- Renamed blacklist to blocklist
 
71 2278 d 10 h hill /Auto-Copy/ Adding tag-release script  
69 2278 d 11 h hill /Auto-Copy/ Created package-extension

bug fix: includeComment with modifier key not matching caused empty text with Coyp without formatting option.
 
68 2278 d 12 h hill /Auto-Copy/trunk/ - Added Privacy Policy
- Published as an Microsoft Edge Addon
- Allow for enable / disable of informational comment via a modifier key
- Enabled alert on copy by default
- Updated look and feel of options page
- bug fix: double clicking a selection would fail to copy after triple clicking
- bug fix: 'Add the comment to the end of the copied text' option failed to restore when options page was reloaded or relaunched
- bug fix: 'Only include the comment if more than X words are selected' would cause the selected text to appear twice in the clipboard
- bug fix: Enable / disable auto copy using a modifier key failed to work reliably
 
66 2521 d 20 h hill /Auto-Copy/trunk/ Added ability to enable debugging
Added new comment variable for date/time
Bug fix: options screen had id incorrectly identified
 
64 3143 d 21 h hill /Auto-Copy/trunk/ fixed issue with not detecting nested content editable elements
Eliminated the triple click delay
Allowed alert on copy notice to be configurable
 
62 3144 d 21 h hill /Auto-Copy/trunk/ Fixed an issue with auto copy notificaiton box having wrong text color. Would be unreadable on dark screens.
Fixed an issue with double click and drag not working.
 
60 3145 d 20 h hill /Auto-Copy/ Fixing issue with icon on settings page.  
57 3145 d 20 h hill /Auto-Copy/trunk/ Adding attribution for Eric Porter  
55 3145 d 20 h hill /Auto-Copy/trunk/ Adding zip file  
52 3157 d 13 h hill /Auto-Copy/trunk/ - Fixed an issue with file:/// handling.
- Turned off debug
 
50 3157 d 15 h hill /Auto-Copy/trunk/ - Allowed disabling in content editable elements.
- Fixed bug where auto copy would execute on text deselection
- Fixed issue with triple clicking to select causing multiple fires of auto copy
- Allowed for selecting whether ctrl/shift enables or disables auto copy
- Changed font size on options page
- Reworked handling of options
- Added <all_urls> to manifest to try and get it working for file:///
 
48 3915 d 14 h hill /Auto-Copy/trunk/ Added new features: copy notification, remove selection on copy, url blacklisting, copy as link, disable with ctrl/shift key  
46 4062 d 21 h hill /Auto-Copy/trunk/ Fixed a typo  
44 4062 d 22 h hill /Auto-Copy/trunk/ Updating version in manifest.json  
43 4062 d 22 h hill /Auto-Copy/trunk/ Fixing an issue where nodeName is not always defined  
41 4832 d 10 h hill /Auto-Copy/trunk/ Removed debug logging  
39 4835 d 14 h hill /Auto-Copy/trunk/ fixed yet another bug relating to initializing the blacklist for the first time.  
37 4835 d 14 h hill /Auto-Copy/trunk/ updated manifest to increment version number; made a new zip file.  
33 4835 d 16 h hill /Auto-Copy/trunk/ Finished up changes to implement blacklist. Updated to use newer API elements  
27 5256 d 17 h hill /Auto-Copy/trunk/ autoCopy.js: fixed a bug where copyAsPlainText was not being forced to enable if
the options page hadn't been visited and the settings saved. This caused autoCopy not to work in this instance.
manifest.json: updated version
 
25 5440 d 17 h hill /Auto-Copy/trunk/ Added a new option to exclude adding a comment if a minimum number of words are selected.  
23 5449 d 20 h hill /Auto-Copy/trunk/ Added new art. Updated to use new clipboard permissions (now only works with Chrome 13 or later). Added the ability to define the comment string that gets added to the copied text. Added paste on middle click.  
21 5601 d 21 h hill /Auto-Copy/trunk/ Updated art assets.  
19 5823 d 21 h hill /Auto-Copy/trunk/ Implemented a work around for Chrome 6. execCommand quit working inside content-scripts. However, it still worked in background pages, but only when copying from a text box.  
17 6018 d 18 h hill /Auto-Copy/trunk/ Auto-Copy.zip: structure changed in the extension gallery requiring the manifest to be in the root directory.  
16 6018 d 19 h hill /Auto-Copy/trunk/ manifest.json: incremented version number.  
15 6018 d 19 h hill /Auto-Copy/trunk/ background.html: Added fix for windows beep suggested by gregg in the User reviews.  
14 6096 d 18 h hill /Auto-Copy/ Auto-Copy.zip: previous one was built with the wrong manifest.  
12 6096 d 18 h hill /Auto-Copy/trunk/ manifest.json: updated the description and version  
11 6096 d 20 h hill /Auto-Copy/ Auto-Copy.zip: updated manifest file -- incremented version number.  
8 6096 d 20 h hill /Auto-Copy/trunk/ Auto-Copy.crx: removed because it is not needed. You can load unpacked extensions into chrome for testing.
Auto-Copy.zip: added to make tagging simpler
autoCopy.js: modified to support new features: copy as plain text, include url. Did work for paste on middle click, but there is an issue with chrome's support for execCommand('paste')
background.html: modified to support passing and returning multiple options in one call. added a new request type to support new options (copy as plain text and include url).
options.html: modified to support new options.