autofill code
sync was broken because we had the a function neutered that pulled hardware
information (manufacturer and model) which was required for sync to work.
this commit implements this function but sends dummy information about the
hardware: manufacturer is OpenBSD and the model is an empty string
with input from kn@ and jca@
Changelog:
- Added support for custom content types for uploaded files.
- Added support for $XDG_CONFIG_HOME.
- Added support for Set-Cookie triggered cookie expiration.
- Added --format-options to allow disabling sorting, etc.
- Added --sorted and --unsorted shortcuts for (un)setting all
sorting-related --format-options.
- Added --ciphers to allow configuring OpenSSL ciphers.
- Added netrc support for auth plugins. Enabled for --auth-type=basic
and digest, 3rd parties may opt in.
- Fixed built-in plugins-related circular imports.
Tests patched to deal with an error if py3-openssl is installed.
ok on a sthen@ kn@ on a previous version
ok jca@
It's time to get rid of KDE4. x11/kde4 contained all applications and the
desktop environment. All applications and the framework have been ported to
KDE5 and are available under x11/kde-applications and devel/kf5.
The desktop environment has not yet been ported and is NO LONGER available!
You can't have everything.
What happened here:
- Remove multimedia/phonon kde4 bits and set set phonon FLAVOR=qt5 for now.
- Unhook x11/kde4
- Unhook meta/kde4
- Mark kmymoney as broken, update is coming.
- Unhook all kde4 module consumers:
- klogic
- soprano
- strigi
- automoc
- prison
- qimageblitz
- cagibi
- libkvkontakte
- akonadi
- attica
- libalkimia
- libkfbapi
- libkgapi
- qoauth
- kwebkitpart
- grantlee
- libkscreen
- polkit-qt
that people shouldn't be using it (the only ports using it are calibre,
which it might be possible to update now that we have qtwebengine,
and anki which is marked BROKEN and might also be possible to update
now that we have qtwebengine).
Changelog:
Add some more date test cases 81f56332
Fix RenderString vs render hooks 9698b0da
Prevent WARNINGs in RenderString 32344fe3
Fix IsAncestor/IsDescendant for taxonomies 4d7fa9f1
Fix GetPage on section/bundle name overlaps a985efce
Fix Go template script escaping 6c3c6686
Add a test helper c34bf485
Fix tag collector for nested table elements c950c86b
Fix build error: my previous commits did not fix it 91520249
Add Scratch.Values 2919a6a5
Update Goldmark to improve Typographer 432885c4
Add redirect support to the server 6a3e8974
the port now uses MODGO_MODNAME, no need for custom distfile.
ok rsadowski@ jca@
with additions and oks from bket@ and rsadowski@
DESCR:
Atom/Hydrogen or VSCode/Python allows creating a python files split into cells
with # %% separators with the ability to run cells via backend Jupyter session
and interactively show results back. ipynb-py-convert python module converts
files: .ipynb to .py and .py to .ipynb.
This can assist in version controlling ipynb projects, as .py doesn't include
output data.