* undo tab closure
* add socket to drive browser from CLI
* add option to only launch one xxxterm session
* add yank/paste support
* add runtime JS toggle
* add runtime cookie toggle
* add basic command aliasing
* add generic code to display runtime settings
* add new tab navigation button
* add runtime file to save cookie and JS white list items
* add restart browser command
* add ctrl-arrow keys to navigate tabs
* add wrap-around tab support
* make ESC go to command mode when in search or address bar
* fix tabbing through entry fields
* move X on tabs to left and make it a real button
* add option to open new tab after the current one instead of always
appending to end of tab lists
* add session and persistent cookies in a sane matter (damn you libsoup)
* several other minor bug fixes
ok sthen
- Let it build with base-4.
- Add explicite type signature to a catch.
ok if it still builds with ghc-6.12.3, dcoppa@ (maintainer)
test-build with ghc-6.12.3 by Dawe <dawedawe at gmx dot de>
This module allows users with proper permissions to upload images into
Drupal. Thumbnails and additional sizes are created automatically.
Images could be posted individually to the front page, included in
stories or grouped in galleries.
Image module ships with several add-on modules: Image Gallery, Image
Attach, Image Import and ImageMagick Advanced.
ok landry@
- switch config dir to /var/sympa/etc as sympa daemon/fcgi might want to
write templates there
- switch to use spawn-fcgi, this way sympa web admin works fine in
chrooted httpd
- provide a httpd.conf fragment to ease sympa integration
- switch to rc scripts (with help from aja@)
- improve README
With help and feedback from J.G Pailloncy, ok ajacoutot@