Welcome Guest ( Log In | Register )


Recommended Addon
sponsored link
Sponsored link

6 Pages V   1 2 3 > »   
Reply to this topicStart new topic
> Autofill Forms - Ver. 0.9.6.2pre, Updated: 21/09/10 00:03
egor_zindy
post Apr 7 2007, 22:28
Post #1


Newbie
*

Group: Members
Posts: 8
Joined: 12-September 10
Member No.: 16.138


Extension Developer: Yes
Extensions: autofill forms
Translator for English (en-GB / British)



Maintainer: egor_zindy
Creator: Sebastian Tschan

Ext. Version: 0.9.6.2pre
Release date: 0000-00-00
Description: Fill out web forms automatically
Extension is compatible to: ( 1.5 - 4.0b10pre) ( 2.0 - 3.0.*)

Included locales: bg-BG cs cs-CZ de el el-GR en-US es-ES fi fi-FI fr he he-IL hr hr-HR hu hu-HU id-ID it it-IT ja-JP nl pl-PL pt-BR ro ro-RO ru ru-RU sk sk-SK sv-SE tr tr-TR vi zh-CN zh-TW

View on WTS -- Download the extension

This post has been edited by egor_zindy: Sep 20 2010, 23:03
Go to the top of the page
 
+Quote Post
madblueimp
post Apr 7 2007, 22:52
Post #2


Advanced Member
***

Group: Members
Posts: 101
Joined: 5-March 07
Member No.: 4.178
Extension Developer: Yes
Extensions: Secure Login, Autofill Forms, Net Notes
Translator for [No translator]



From the producers of Secure Login wink.gif comes ... Autofill Forms!

QUOTE
Autofill Forms enables you to fill out web forms with one click or a keyboard shortcut.

A set of customizable rules is used to determine the input for each form element.

You are able to edit, remove, enable/disable the provided rules and to add your own ones.

You can configure the order in which the rules are to be applied and define site specific rules.

Autofill Forms works not only with text input fields but as well with selections, checkboxes and radio buttons.

Autofill Forms only becomes active for the moment it autofills forms - so it doesn't use any system resources while surfing.


The rule set (extensions.autofillForms@blueimp.net.fieldRules, in autofillForms.properties) might be a bit tricky to translate.
Make sure you don't remove any line feeds or tabs as these are used as separators for the rules and rule elements.

The best way to translate this string (extensions.autofillForms@blueimp.net.fieldRules) might be the following:

- Complete all other locale strings and just copy the English locale string for this one
- Start Firefox with your locale setting and open up the Autofill Forms settings
- Change the 'Name' values for each rule according to your locale
- If you know how to use Regular Expressions, you might as well adjust the 'Field rules' so form elements using 'name' attributes in your locale do match as well.

Example for the German locale:
CODE
First Name => Vorname

Original (english) field rule:
CODE
(?:(?:first)[\w]*(?:name))|(?:(?:name)[\w]*(?:first))

Adjusted (german) field rule:
CODE
(?:(?:first)[\w]*(?:name))|(?:(?:name)[\w]*(?:first))|(?:vorname)

This way, the regular expression matches as well form fields with a german 'name' attribute ('vorname').

After you updated all the field rules using the Autofill Forms settings, do the following:

- Close all Firefox windows
- In Firefox profile folder, open 'prefs.js'
- Search for the preference setting 'extensions.autofillForms@blueimp.net.fieldRules'
- Copy the value of this preference setting (this is what you created by changing the Autofill Forms settings) and use this string for the locale string in autofillForms.properties with the same name (extensions.autofillForms@blueimp.net.fieldRules)

That's it! smile.gif


--------------------
Go to the top of the page
 
+Quote Post
markh
post Apr 8 2007, 11:38
Post #3


BZ Jungle Guide
Group Icon

Group: Admin
Posts: 3.893
Joined: 24-April 06
From: the culinary and touristically unchallenged parts of the Netherlands
Member No.: 1.264


Extension Developer: No
Translator for Dutch (nl)
My OS Windows
Translation Credits to markh van BabelZilla.org



Welcome! welcomeani.gif with this other extension of yours!

For completeness' sake, here's just a bit of information for you: in case you have some queries about the WTS, you can find short and simple Questions&Answers about it here!

In case you're looking for a specific translator, please see the list of available translators on BabelZilla.
When you select the desired one, you can send him/her a P.M. or an e-mail (if and when public).

You may also insert a new Topic in the Help Section, in order to ask for specific translations, to write a general request about missing translations, etc.

PS As I am the translator for your wonderful Secure Login extension I've also taken the liberty of starting on this one wink.gif


--------------------
Don’t have to be beautiful but it helps

Go to the top of the page
 
+Quote Post
madblueimp
post Apr 9 2007, 23:09
Post #4


Advanced Member
***

Group: Members
Posts: 101
Joined: 5-March 07
Member No.: 4.178
Extension Developer: Yes
Extensions: Secure Login, Autofill Forms, Net Notes
Translator for [No translator]



Thanks markh. smile.gif

I just uploaded a new version - this one adds the possibility to encrypt the form field rules - and adds some new locale strings.

I included the work that has been done so far by the translators - but as I didn't filter out the english strings it shows an increased progress meter on the WTS - please make sure you don't miss any strings not already translated. :|

Sebastian


--------------------
Go to the top of the page
 
+Quote Post
markh
post Apr 10 2007, 13:05
Post #5


BZ Jungle Guide
Group Icon

Group: Admin
Posts: 3.893
Joined: 24-April 06
From: the culinary and touristically unchallenged parts of the Netherlands
Member No.: 1.264


Extension Developer: No
Translator for Dutch (nl)
My OS Windows
Translation Credits to markh van BabelZilla.org



Dutch locale added, tested and released cool.gif

A remark: I don't see the toolbar button in the Customization window...


--------------------
Don’t have to be beautiful but it helps

Go to the top of the page
 
+Quote Post
madblueimp
post Apr 10 2007, 14:10
Post #6


Advanced Member
***

Group: Members
Posts: 101
Joined: 5-March 07
Member No.: 4.178
Extension Developer: Yes
Extensions: Secure Login, Autofill Forms, Net Notes
Translator for [No translator]



Thanks - I'll release a new version (0.2.1) including your locale once the other two localizations in the working have been finished.

To the toolbar button - it should be there, as far as I tested it - maybe you could try it in another profile (I know, lame suggestion :|)?


--------------------
Go to the top of the page
 
+Quote Post
markh
post Apr 10 2007, 14:19
Post #7


BZ Jungle Guide
Group Icon

Group: Admin
Posts: 3.893
Joined: 24-April 06
From: the culinary and touristically unchallenged parts of the Netherlands
Member No.: 1.264


Extension Developer: No
Translator for Dutch (nl)
My OS Windows
Translation Credits to markh van BabelZilla.org



QUOTE(madblueimp @ Apr 10 2007, 14:10) [snapback]28049[/snapback]
To the toolbar button - it should be there, as far as I tested it - maybe you could try it in another profile (I know, lame suggestion :|)?

Yep, it's present in a completely clean profile, but it's not when there's already a couple of extensions installed - tried the latter on two different profiles. Pretty odd I must say.


--------------------
Don’t have to be beautiful but it helps

Go to the top of the page
 
+Quote Post
madblueimp
post Apr 10 2007, 16:24
Post #8


Advanced Member
***

Group: Members
Posts: 101
Joined: 5-March 07
Member No.: 4.178
Extension Developer: Yes
Extensions: Secure Login, Autofill Forms, Net Notes
Translator for [No translator]



Maybe it's a specific extension that's not working with Autofill Forms - I can give you a whitelist of extensions I do know that they work together - as I'm using them:
https://blueimp.net/forum/viewtopic.php?t=334#8031


--------------------
Go to the top of the page
 
+Quote Post
myahoo
post Apr 26 2007, 16:26
Post #9


Advanced Member
***

Group: BabelZillian Mods
Posts: 1.027
Joined: 14-December 05
From: fr
Member No.: 352


Extension Developer: No
Translator for French (fr)



fr-FR is done smile.gif


--------------------
Firefox 3.x« Oooh Jooon… ! »
Go to the top of the page
 
+Quote Post
madblueimp
post Apr 26 2007, 16:43
Post #10


Advanced Member
***

Group: Members
Posts: 101
Joined: 5-March 07
Member No.: 4.178
Extension Developer: Yes
Extensions: Secure Login, Autofill Forms, Net Notes
Translator for [No translator]



QUOTE(myahoo @ Apr 26 2007, 16:26) [snapback]28521[/snapback]
fr-FR is done smile.gif


Thanks - I get an E-mail notification as soon as you put the status to released.

But I'm sorry there will be some new strings so translate before the next release.
The reason is that I developed the extension further to fulfill some user requests:
The next version will include profiles, a profile switcher, additional keyboard shortcuts for the profile switcher and the settings page, a button to show form details to help in creating custom rules, a rule editor and an extended help page.
I will upload the new version here (including your work so far) as soon as I've finished these task.

So far, the profiles and the form details button have already been implemented. I'm currently working on the rule editor.

Greetings, Sebastian


--------------------
Go to the top of the page
 
+Quote Post
madblueimp
post May 10 2007, 14:50
Post #11


Advanced Member
***

Group: Members
Posts: 101
Joined: 5-March 07
Member No.: 4.178
Extension Developer: Yes
Extensions: Secure Login, Autofill Forms, Net Notes
Translator for [No translator]



The new version I uploaded has had some changes on the help string names - I included the work that has been done so far from the translators - so you might want to reuse some of them from the uploaded archive.


--------------------
Go to the top of the page
 
+Quote Post
markh
post May 14 2007, 10:11
Post #12


BZ Jungle Guide
Group Icon

Group: Admin
Posts: 3.893
Joined: 24-April 06
From: the culinary and touristically unchallenged parts of the Netherlands
Member No.: 1.264


Extension Developer: No
Translator for Dutch (nl)
My OS Windows
Translation Credits to markh van BabelZilla.org



Dutch locale updated and released cool.gif


--------------------
Don’t have to be beautiful but it helps

Go to the top of the page
 
+Quote Post
madblueimp
post May 15 2007, 13:24
Post #13


Advanced Member
***

Group: Members
Posts: 101
Joined: 5-March 07
Member No.: 4.178
Extension Developer: Yes
Extensions: Secure Login, Autofill Forms, Net Notes
Translator for [No translator]



Thanks markh.

But I will upload another version here soon before releasing a new version.
The reason is I already added a new functionality discussed here:
http://forums.mozillazine.org/viewtopic.ph...tart=15#2881720

This adds two new strings and perhaps some help page entries as well.
I will then release the new version as soon as you added those strings as well. smile.gif


--------------------
Go to the top of the page
 
+Quote Post
madblueimp
post May 16 2007, 00:05
Post #14


Advanced Member
***

Group: Members
Posts: 101
Joined: 5-March 07
Member No.: 4.178
Extension Developer: Yes
Extensions: Secure Login, Autofill Forms, Net Notes
Translator for [No translator]



I uploaded the new version - it contains all the work you have done so far - unfortunately as well the english default localization for translations not done so far.

There is one english string that has been changed slightly:
helpcustom01.label => I removed the "at the end", because new rules are now added after the currently selected item.

I will try not to add any other new strings so I can release the next version including your locales. smile.gif

Sebastian


--------------------
Go to the top of the page
 
+Quote Post
markh
post May 16 2007, 08:01
Post #15


BZ Jungle Guide
Group Icon

Group: Admin
Posts: 3.893
Joined: 24-April 06
From: the culinary and touristically unchallenged parts of the Netherlands
Member No.: 1.264


Extension Developer: No
Translator for Dutch (nl)
My OS Windows
Translation Credits to markh van BabelZilla.org



Dutch locale updated and released cool.gif


--------------------
Don’t have to be beautiful but it helps

Go to the top of the page
 
+Quote Post
madblueimp
post May 16 2007, 21:17
Post #16


Advanced Member
***

Group: Members
Posts: 101
Joined: 5-March 07
Member No.: 4.178
Extension Developer: Yes
Extensions: Secure Login, Autofill Forms, Net Notes
Translator for [No translator]



QUOTE(markh @ May 16 2007, 08:01) [snapback]29099[/snapback]
Dutch locale updated and released cool.gif


Sorry markh, I added another feature today (support for textareas) and uploaded a new version again.
There are 2 new strings to translate (label and help for line break placeholders).

I hope I can release the next version including your locales. smile.gif


--------------------
Go to the top of the page
 
+Quote Post
madblueimp
post May 19 2007, 00:47
Post #17


Advanced Member
***

Group: Members
Posts: 101
Joined: 5-March 07
Member No.: 4.178
Extension Developer: Yes
Extensions: Secure Login, Autofill Forms, Net Notes
Translator for [No translator]



I did it again. tongue.gif

I uploaded a new version again - including all the work that has been done so far and providing a new feature:
- Import/Export for Profiles


--------------------
Go to the top of the page
 
+Quote Post
markh
post May 21 2007, 07:21
Post #18


BZ Jungle Guide
Group Icon

Group: Admin
Posts: 3.893
Joined: 24-April 06
From: the culinary and touristically unchallenged parts of the Netherlands
Member No.: 1.264


Extension Developer: No
Translator for Dutch (nl)
My OS Windows
Translation Credits to markh van BabelZilla.org



Dutch locale updated, tested and released cool.gif


--------------------
Don’t have to be beautiful but it helps

Go to the top of the page
 
+Quote Post
myahoo
post May 21 2007, 18:18
Post #19


Advanced Member
***

Group: BabelZillian Mods
Posts: 1.027
Joined: 14-December 05
From: fr
Member No.: 352


Extension Developer: No
Translator for French (fr)



A fast question about that : could you explain us what you wanna mean with the words "Select alternative" in the .properties file ?
Is it quite like a "make your choice" ? smile.gif


--------------------
Firefox 3.x« Oooh Jooon… ! »
Go to the top of the page
 
+Quote Post
madblueimp
post May 21 2007, 18:44
Post #20


Advanced Member
***

Group: Members
Posts: 101
Joined: 5-March 07
Member No.: 4.178
Extension Developer: Yes
Extensions: Secure Login, Autofill Forms, Net Notes
Translator for [No translator]



QUOTE(myahoo @ May 21 2007, 18:18) [snapback]29228[/snapback]
A fast question about that : could you explain us what you wanna mean with the words "Select alternative" in the .properties file ?
Is it quite like a "make your choice" ? smile.gif


Yes, it is quite like "make your choice" - but I wanted to point out that it relates to the "Alternatives" described in the help section about Rulesets:
QUOTE
The order of the rules is important as only the first matching rule is used for the form element input (except for multiple selections and checkboxes).

There is another exception if you define 'Alternatives'. Alternatives share the same field rule and must be placed next to each other, e.g. 'E-mail 2' following 'E-mail 1'. If both are enabled and both site rules match the current website, a selection prompt is displayed.

The selected index is used for subsequent selections by default (this can be changed on the settings page). If you select 'Email 2', 'Name 2' will be used automatically as well. This only works if the 'Name' and 'E-mail' alternatives have the same number.


--------------------
Go to the top of the page
 
+Quote Post

6 Pages V   1 2 3 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 18th May 2013 - 14:10
Bridged By IpbWiki: Integration Of Invision Power Board and MediaWiki © GlobalSoft