aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/formfiller.sh
Commit message (Collapse)AuthorAge
* various formfiller fixesGravatar Taylan Ulrich B2011-11-23
|
* handle html5 input types in the formfillerGravatar Brendan Taylor2011-07-18
|
* fix dmenu prompt in formfiller.shGravatar Brendan Taylor2011-07-17
| | | | | | | util/dmenu.sh breaks with spaces in $DMENU_PROMPT. a proper fix looks like it will require all scripts that use util/dmenu.sh to use "eval $DMENU" instead of "$DMENU" (which has side-effects of its own), I'd rather avoid that for now.
* Escape all @ charactersGravatar Ben Boeckel2011-04-12
|
* Fix sed typoGravatar Ben Boeckel2011-04-12
|
* Properly escape newlinesGravatar Ben Boeckel2011-04-12
|
* Match form field types exactlyGravatar Ben Boeckel2011-04-12
|
* formfiller: use the util dir for file location, editor and dmenu configGravatar Brendan Taylor2011-02-16
|
* add taylanub's formfiller as-isGravatar Brendan Taylor2011-02-16
|
* remove positional argument support from examplesGravatar Brendan Taylor2010-12-30
|
* positional arguments still exist: fix download.sh, follow.sh and the formfillerGravatar Brendan Taylor2010-12-01
|
* $UZBL_URL -> $UZBL_URI (for consistency with the rest of our interface)Gravatar Brendan Taylor2010-11-29
|
* use the new $UZBL_* env vars exclusivelyGravatar Brendan Taylor2010-11-29
|
* source -> . (fixes bashism)Gravatar Brendan Taylor2010-11-15
|
* Merge remote branch 'mathstuf/dev/cleanup-scripts' into HEADGravatar Brendan Taylor2010-10-11
|\ | | | | | | | | | | | | Conflicts: (bashisms) examples/data/scripts/formfiller.sh examples/data/scripts/insert_bookmark.sh examples/data/scripts/instance-select-wmii.sh
| * Prefer vertical and resizing in formfillerGravatar Ben Boeckel2010-10-02
| |
| * Prefer sockets to fifosGravatar Ben Boeckel2010-10-02
| |
| * Migrate to using the editor util scriptGravatar Ben Boeckel2010-10-02
| |
| * Migrate to using the dmenu util scriptGravatar Ben Boeckel2010-10-02
| |
| * Migrate to using uzbl-args util scriptGravatar Ben Boeckel2010-10-02
| |
| * Migrate to using uzbl-dir util scriptGravatar Ben Boeckel2010-10-02
| |
| * Fix trailing spaceGravatar Ben Boeckel2010-10-02
| |
| * Use $() over ``Gravatar Ben Boeckel2010-10-02
| |
| * Put `then' on the same line as `if'Gravatar Ben Boeckel2010-10-02
| |
* | Avoid bash specific syntax in helpersGravatar Luca Bruno2010-05-16
|/ | | | | | | | | Most of our helpers don't really depend on bash, and work just fine with every system shell. Thus, let's avoid "bashisms" in there to accomodate more bare-bone shells (like dash, see https://wiki.ubuntu.com/DashAsBinSh ) Signed-off-by: Luca Bruno <lucab@debian.org>
* kill bashizm [ == ]Gravatar Paweł Zuzelski2010-03-29
|
* Add modeline in 'new', strip comments in 'load'.Gravatar Paweł Zuzelski2010-03-29
|
* Support for <input type='SEARCH'>Gravatar Paweł Zuzelski2010-03-29
|
* remove comments, add modelineGravatar Paweł Zuzelski2010-03-29
| | | | | | Treat lines begining with '>' as comments. '>' not '#', because '>' is not a valid character in XML tags/argument names. Add modeline to generated file. May be useful to autoload syntax file.
* Make it more portable (now it works also with ksh)Gravatar Paweł Zuzelski2010-03-29
| | | | | | | | | echo behaviour differs across POSIX shells. Some shells expands strings like '\\n' in echo built-in command (ksh), some does not (bash). According to [1] both behaviours are correct. That means "echo" is not portable for strings containing backslashes. [1] advises to use printf instead. [1] http://www.opengroup.org/onlinepubs/009695399/utilities/echo.html
* checkbox (un)check fixups. Added comments about checkboxes/radiobuttonsGravatar Pawel Tomak2010-03-28
|
* Fixed some issues connected with multilines for textareasGravatar Pawel Tomak2010-03-28
|
* Comments fixupGravatar Pawel Tomak2010-03-28
|
* Added some comments about textareasGravatar Pawel Tomak2010-03-28
|
* Added support for multilines in textareasGravatar Pawel Tomak2010-03-28
|
* Added support for radio-buttons. Little code reorganisationGravatar Pawel Tomak2010-03-28
|
* Checkbox and textarea support also for remembered formsGravatar Pawel Tomak2010-03-27
|
* Formfiller.sh comments updateGravatar Pawel Tomak2010-03-27
|
* Forms dumping function remake to work with all frames and iframesGravatar Pawel Tomak2010-03-27
|
* Moved function from formfiller-helper.js into the formfiller.shGravatar Pawel Tomak2010-03-27
|
* Use javascript and XPath to find input fields.Gravatar Paweł Zuzelski2010-03-27
| | | | Initialize field values.
* quote ${editor} and ${VISUAL}Gravatar Paweł Zuzelski2010-03-27
| | | | | These variables must be quoted. Otherwise script fails for VISUAL="xterm -name xvim -e vim"
* updated formfiller.sh commentsGravatar Paweł Zuzelski2010-03-27
|
* Speed up for forms output to the fileGravatar Pawel Tomak2010-03-26
| | | | | Moved dumping javascript code to the function dump() outerHTML is now being used only on forms, not entire documents
* checkbox support in 'once' actionGravatar Pawel Tomak2010-03-26
|
* Renamed eFormFiller.sh to formfiller.sh and updated formfiller configGravatar Mason Larobina2010-03-14
|
* Remove old formfiller scripts.Gravatar Mason Larobina2010-03-14
|
* remove the 'uzbl' subdirectory in examples/*/, since the sandbox they are no ↵Gravatar Dieter Plaetinck2010-01-02
longer needed + update paths everywhere + remove examples/config/enchant (also not needed since sandbox) + bugfix: set /home/dieter in sandbox