forked from sneakypete81/updatescanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
210 lines (170 loc) · 5.99 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
====================
Website:
====================
* Update test website & submit to Babelzilla
(add to bugs page: "Revert to default theme" and "what updatescanner version?")
=========
Bugs:
=========
Notification click doesn't work for mac
Properties dialog opens in topleft corner of screen under Windows (Linux ok)
Preferences: disabling notification doesn't disable sound settings
=========
Features:
=========
Tooltip with date last scanned.
Scan password-protected page
(see http://updatescanner.mozdev.org/drupal/content/scan-protectedprivate-pages)
Check ETAG hash without scanning page
Trigger notification on keyword match
Scan Regions
- Work out how to structure the UI for this
Click link to scroll diffpage to change
Show deletions too
Check for wifi proxy
Email notifications.
-- 3.1.4 --
* Toolbar icon can now be moved (View->Toolbars->Customise, then drag to new location)
* Updated icon sizes for Firefox 4
* Fixed help page location - Mozdev redirect no longer works
* Added Swedish & Bulgarian translation (thanks Lakrits & Stoyan!)
* Moved from JAR to flat addon structure
* Corrected addon validation warnings
-- 3.1.3 --
* Update for Firefox 4
* Updated French, Turkish, Simplified Chinese, Bulgarian locales
* Fixed sidebar style update issue
-- 3.1.2 --
* Firefox 3.6 support
* Ctrl+Click, Alt+Click, Shift+Click in sidebar shows changes in new tab
* New config option: Left-click in sidebar can be set to show changes in new tabs
* Delete link added to page header
* Fixed - Conflict with bookmarks sidebar context menu (bug 21934)
* Fixed - _extendPlacesTreeView bug. Thanks Bex
* Fixed - nsINavBookmarkObserver::onBeforeItemRemoved bug. Thanks again Bex
* Fixed - Ensure tree refreshes properly
* Fixed - Improved compatibility (removed string prototypes)
-- 3.0.8 --
Configurable highlight colour
Option to view current page only, not diffs
Enable/Disable javascript/plugins
Enable/Disable scanning (right-click on the statusbar icon)
Status bar context menu
Double-click statusbar shows all changes
Fixed MacOS preference dialog display problem
-- 3.0.5 --
Fixed: Root Folder renamed to (no title) in FF3.5
-- 3.0.4 --
Make diffpage work properly - currently in quirksmode
-- 3.0.2 --
Gracefully handle errors in upgrade progress dialog
-- 3.0.1 --
If root folder annotation is not found, look for existing folder
with matching name before creating a new one
-- 3.0 --
No changes
-- 3.0 Beta 2 --
Handles root folder deletion and multiple copies
Don't use threading when displaying diffs
-- 3.0 Beta 1 --
Middle-click now focusses new tab too
Fixed display bug in diffpage header
"open all in tabs" command now opens in background
Changed filenames to signature-based (currently a mismash of url & id)
Middle-click on toolbar icons opens in new tab
diffpage.dtd remove leading spaces
Added error display to diffpage
Add "Current Page" link to error diffpage
Super Notification - one click to show diffpage
Bug fixed: Signatures seem to be getting suffixes added
Weekly scan
Using proper sliders - should work on mac now
Add "Mark All As read" to context menu
Added properties link to diffpage
Add help button to preferences
Scan selected page/folder
-- 2.3 --
Ignore number changes doesn't appear when sliders are disabled.
Middleclick on link in diffpage causes strange behaviour. Changed back to HTML
-- 2.2.0 --
Updated locales 9may
New Icon
Disable manual notification close for mac
Fix Toolbar icon in FF3
Rename new-tab-button to us-newtab-button or something for foxdie
FAQ entry for adding button to toolbar
alert close button in Mac
DiffPage now works in FF3
Sound can be disabled
Fixed manual scan
Added page title to diffpage
"Scan This Page" menu item
Traditional chinese locale (Peter Pin-Guang Chen)
Mark all as visited now has a progress dialog
Refresher now runs off observer
Shifted functions into uniquely names classes to prevent clashes
Added config dialog
Notification is now configurable, and has close button
Added sound notification
Keyboard shortcut alt-U
Allow number entry as well as sliders
Don't diff during a scan
No temp files - use xul and iframe instead
Configurable toolbar
-- 2.0.15 --
Added screenshots for ES, IT & SK
Added Danish, Turkish and simplified chinese
Added português brasileiro (Raryel Costa Souza)
Help button links to website
Autobackup to prevent rdf corruption
-- 2.0.14--
Scan button no longer jumps around when status bar text is too long
Make default timeout 30 seconds
Don't store partial pages if timeout occurs
Czech locale added+amo
Polish locale updated+amo
Italian locale updated+amo
Hungarian locale updated (amo not supported)
French locale updated+amo
German locale updated+amo
Spanish locale updated+amo
Korean locale updated+amo
Dutch locale updated+amo
Russian locale updated+amo
Slovak locale updated+amo
Update stored files even if change threshold not triggered
Autodetect character encodings
Update non-english locales with new substitution scheme
Support more character encodings (autodetect?)
Update locale to include dummy amo in .properties
Add string supplant for localisation
Add http header logging option
"Ignore numbers" option added
No longer scrolls wildly when item clicked
Change to ucase-escaped ID based filenames
Added "Advanced" section to new/edit dialog
Support display of >10 changes
Allow timeout adjustment via about:config
file:/// is now supported
Fixed httpreq callback reentry bug, and other scan logic problems
Speed up click response by diffing during scan
Remove blank locale strings
Remove UpdateScan title from locale strings
Faster sort when low entropy
Sort now uses progress dialog
Upgrade needs handling properly (progress dialog)
Added Korean locale
-- 2.0.13 --
Spanish & Dutch Locales
Add relative div after header (wikipedia bug)
-- 2.0.12 --
Italian & French locale
Alert box broken on autoscan - locale strings problem
-- 2.0.10 --
Added slovak translations
Remove from select context menu.
Need to handle .getstrings properly in scan.js
Get strings into locale
Temp folder not tidied up on Windows
-- 2.0.8 --
Unicode doesn't work in diff