-
New: Now using nsIWebProgress for listening on page loads.
Now UrlParams notices faster when a page loads and problems with cached sites are also gone. - Fixed: "="s inside a parameters value now works
- Fixed: replacing all incoming "+"s with %20 before urldecoding
-
Well another just-version increase. Because 1.10 is less than 1.9 on addons.mozilla.org.
next 2.x release is 2.01... i hope thean 2.10 is bigger than 2.09...
Sorry for the inconvenients :)
-
UrlParams 1.10.0 was denied form addons.mozilla.org because the update url pointed to urlparams.blogwart.com.
Well, and thats why 1.10.1 is out: i removed the update url. But no need to worry, the autoupdate still works, because if Firefox doesn't recognize an update url within the extension it automatically queries mozilla.org.
-
New:
- Toolbar Button/Icons. Thanks to Frank for the pictures and "Just a User" for the Idea!
Select "Customize..." from the context menu of any toolbar to add the UrlParams Toolbarbutton to it. - only for Firefox: Autocompleting Textboxes. Have a look at the Usage page for more info
- Also non-iso-8859-1 languages are supported (as parameters and values)
- Textboxtooltips now contains the value inside the textboxes. Very long and multiline values gets cut/not proper displayed... Thx Sascha for the idea.
- UrlParams can be opened in a seperate window! - Usefull in a two-monitor setup
- The parameter names now gets en/decoded, too
- The parameter names are editable, and if a new name is entered, than the autocomplete search string of the value input box changes as well
- Captions of the GET/POST boxes now contains a little [+] Button, if clicked, a new empty parameter line gets added. If right-clicked a new multiline empty parameter line gets added (thanks Dusty Wilson for the idea).
- Keeping of unchecked parameters. Thx Shenan Doah for the idea.
- Drag&Drop Links onto UrlParams and see what happens. Thx Dudiboo for the idea.
- Experimental Export Function. No Import. - Special Feature requested from a colleague.
- Toolbar Button/Icons. Thanks to Frank for the pictures and "Just a User" for the Idea!
- Fixed the width-restriction issue of the sidebar
- Multiple Parameters with equal names now works again.
- UrlParams is now available from addons.mozilla.org!
- New Homepage: this one :)
- Automatic Updates are up and working
- Therefore version 1.9.0 and not 1.8.1 :), i thought this is too important for just a bugfix version number increase
-
Played around with Fileupload forms and UrlParams
Conclusion: Firefox doesn't store the POST data of forms with enctype="multipart/form-data" in the history. And so UrlParams GET/POST boxes stays empty when using such forms. - But fixed a bug which produced an error message when trying to get POST data from multipart/form-data forms.
- new Features
- [ALT]+[S] submits the query into the current tab
- [ALT]+[T] submits the query into a new tab
- Context Menu: "Remove Duplicates" will remove all duplicate parameters
- new Feature: automatic detection of url parameters which have urls as value (you have to check this option in the Settings dialog)
- Example:
- If you have a url like this:
http://www.xyz.com/login.html? REDIRECT=http%3A//www.xyz.com/entry.html%3F%26SEARCH_VALUE%3D %26SEARCH_FIELD%3DCHOOSE%26LANG%3Dde &Hello=You
Then UrlParams detects this and its parameter box looks like this:[x] Hello You [x] REDIRECT[url] http://www.xyz.com/entry.html [x] REDIRECT[var] SEARCH_VALUE= [x] REDIRECT[var] SEARCH_FIELD=CHOOSE [x] REDIRECT[var] LANG=de
- new Feature: Mozilla is now supported!
- after installing UrlParams and restarting Mozilla, type "chrome://urlparams/content/lib/addpanel.xul" into Mozillas adress bar, hit Enter, confirm the messagebox and *Whooomp!* There it is :), a new panel "UrlParams" in Mozillas sidebar
- Bugfix: When a value comes in, which contains at least one "\n" a multiline textbox gets created for the value.
- pressing [ENTER/RETURN] will automatically execute the "Submit" button
- pressing [STRG/CONTROL]+[ENTER/RETURN] will automatically execute the "Submit (new Tab)" button
- internal code changes
- new features (via context menu):
- switch get and post parameters
- transfer get to post and vice versa
- now saves the the width of the sidebar and the heights of the get and post boxes
- count of get/post parameters gets displayed in the caption of the groupbox
- no "UrlParamsObj not defined" errors any more... hopefully for ever :)
- !NEW! the postdata now gets displayed and can be altered!
- refering uri will be displayed and can be altered also
- there is a splitter between the GET and POST boxes, so you can alter there heights
- changed version numbering... mainversion.newfeature.bugifx
- fixed a little bug, which led to "UrlParamsObj not defined" errors
- new tooltips for the buttons
- right click opens a menu for quick access to the settings and the about dialog
- fixded a bug in the settings dialog - settings gets now saved correctly
- bugfix: if a url parameter had no value (and no "=" charachter behind it), UrlParams wrote "undefined" into its value box.
- bugfix: filter anchor tags behind the url
- + options dialog (en/disable debug messages, en/disable de/encoding of urlparameters)
- bugfix: the extension got load events of non-selected tabs. now it gets only the load event of currently selected tab.
- the url parameters gets decoded on load and encoded on GET
- layout changed a little bit
- has no debug outputs
- 2 new buttons ("clear checks" and "re-get URL")
- rearranged the code a little bit, so errors like "UrlParamsObj not known" shouldn't appear anymore
- implemented another way to query the url of the current tab, used as fallback if method 1 doesn't work
- Bugfix: Removed a debug output which let the extension not work (under some strange circumstences...)
- Added this Page as Homepage (Extensions Dialog - right Click on Urlparams - Visit Homepage)
- Layout change: made it a little bit more slimmer
- URL input field isn't read-only anymore
- Doubleclick into the sidebar and a new empty parameter line appears
- Layout change: the buttons are now next to each other
- internal: new js source arrangement
- Scrollbars, here they are
- changed Layout a little bit
- Added the Checkboxes
- First version