aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts
Commit message (Collapse)AuthorAge
...
* Use SIGCHLD signal handler to clean up child zombie processes.Gravatar Dmytro Milinevskyy2010-03-22
|
* Remove references to simplejsonGravatar Mason Larobina2010-03-21
|
* Removed JSON session saving and loading and more verbose errors.Gravatar Mason Larobina2010-03-21
|
* FS#215 Fix session restoration problems in uzbl-tabbed. Thanks palkeo.Gravatar Mason Larobina2010-03-20
|
* Renamed eFormFiller.sh to formfiller.sh and updated formfiller configGravatar Mason Larobina2010-03-15
|
* Remove old formfiller scripts.Gravatar Mason Larobina2010-03-15
|
* Try .. catch sections to catch errors raised by accessing (i)frames from otherGravatar Pawel Tomak2010-03-15
| | | | domains
* Removed spaces after the : in field listGravatar Pawel Tomak2010-03-15
|
* Fixed patterns that match values which will be inserted. It's now possible toGravatar Pawel Tomak2010-03-15
| | | | insert into input fields values with blank chars in it
* Removed broken and deprecated scripts and removed them from the config.Gravatar Mason Larobina2010-03-15
| | | | | | | | | | | | | | | | examples/scripts/cookies.sh: Deprecated by uzbl-cookie-daemon months ago. examples/scripts/extedit.js: Broken in its current form without the Uzbl.run method. examples/scripts/scroll-percentage.js: Broken without the Uzbl.run method. examples/scripts/{linkfollow,hint,follower}.js: Development should take place in the single follow.js from now on. There is no logic in co-developing 4 separate following scripts (some of which have been broken for months) in our selection of example scripts.
* Added eFormFiller section in the readmeGravatar Pawel Tomak2010-03-11
|
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into eFormFillerGravatar Pawel Tomak2010-03-11
|\
| * Check stdout a tty before flushing.Gravatar Mason Larobina2010-03-11
| |
| * Avoid stdout flushing when not ttyGravatar root2010-03-11
| |
* | Better support for framed pagesGravatar Pawel Tomak2010-03-10
| |
* | Added 'once' option, to edit form(also textareas) and don't save it, just loadGravatar Pawel Tomak2010-03-10
| | | | | | | | added support for pages with frames
* | Added multiline dmenu supportGravatar Pawel Tomak2010-03-10
| |
| * Use itertools.count instead of custom counter function.Gravatar Mason Larobina2010-03-08
| |
| * Strip whitespace.Gravatar Mason Larobina2010-03-05
| |
| * Handle stdout and stderr flush errors (caused by read-only fd's?)Gravatar Mason Larobina2010-03-03
| |
| * Given export method `prepend` option and now allows non-callable exportsGravatar Mason Larobina2010-03-02
| |
| * Rename the global config dict to `global_config`.Gravatar Mason Larobina2010-03-02
| |
| * Merge branch 'ext-tabs' of git://github.com/niamster/uzbl into experimentalGravatar Mason Larobina2010-02-28
| |\
| * | process.wait() will hang if the instance sigterms, use poll() + timeout.Gravatar Mason Larobina2010-02-28
| | |
* | | Applied changes suggested by Dieter:Gravatar Pawel Tomak2010-02-27
| | | | | | | | | | | | | | | | | | * Removed bash style * removed lincece stuff * $domain is set before it's use
| * | [uzbl-tabbed] correctly wait for child uzbl-core when tab is closedGravatar Dmytro Milinevskyy2010-02-26
| | |
| | * reverted commitGravatar Dmytro Milinevskyy2010-02-26
| | |
| | * [uzbl-tabbed] correctly wait for child uzbl-core when tab is closedGravatar Dmytro Milinevskyy2010-02-26
| | |
| | * [uzbl-tabbed] add support for opening tab next to current and background tabsGravatar Dmytro Milinevskyy2010-02-26
| |/
* | dump html from uzblGravatar Paweł Zuzelski2010-02-17
| | | | | | | | | | | | | | | | | | | | There are several reasons to query uzbl for html instead of downloading it again: - save resources (bandwidth, etc) - html may have changed since uzbl downloaded it - we don't have to care about session (whatever that mean. http_auth, cookies, etc)
* | eFormFiller: small change for easier debugGravatar Pawel Tomak2010-02-17
| |
* | Merge remote branch 'Dieterbe/experimental' into eFormFillerGravatar Paweł Zuzelski2010-02-17
|\|
* | Language, uzbl style of READMEGravatar Paweł Zuzelski2010-02-17
| |
* | Prepare directories structure for merge with uzbl.Gravatar Paweł Zuzelski2010-02-17
/
* update comments about usabilityGravatar Dieter Plaetinck2010-02-02
|
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2010-01-24
|\
| * permissions fixGravatar Dieter Plaetinck2010-01-24
| |
| * merge in pawelz' authentication handler + some other fixesGravatar Dieter Plaetinck2010-01-24
| |\
* | | Default follow keys to numbers and fix follower script argument order.Gravatar Mason Larobina2010-01-24
| | |
* | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2010-01-24
|\| |
| * | add P.C. Shyamshankar's followerGravatar Dieter Plaetinck2010-01-24
| | |
| * | merge in configurable-number/strings, Uzbl-js-object-independent linkfollowerGravatar Dieter Plaetinck2010-01-24
| | |
* | | Ignore os.makedirs race-condition exceptions.Gravatar Mason Larobina2010-01-24
| | |
* | | Merge branch 'master' of git://github.com/Dieterbe/uzblGravatar Mason Larobina2010-01-24
|/ /
| * Merge branch 'master' into experimentalGravatar Paweł Zuzelski2010-01-15
| |
| * authentication_handler implementaionGravatar Paweł Zuzelski2010-01-10
|/ | | | | | | | Authentication handler allows to delegate http authentication to external program. It introduces one new configuration variable: authentication_handler. Note that this commit does not affect uzbl behaviour unless this variable is set. Also updated README documentation, default config and added example authentication script.
* 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