Liquid Tag parser provides a robust interface to parsing your tag syntax in a
way that makes sense, it uses Shellwords, along with escapes to allow users to
do extremely robust arguments, giving you back a hash, that you get to play
with. It also has the concept of argv1, deep hashes, and even defaults if you
give them to us.
WWW: https://github.com/envygeeks/liquid-tag-parser
Previous commit, sadly, had a wrong SF MASTER_SITES URL.
Now this is corrected. :-)
PR: 221737
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13708
Hangouts Plugin for libpurple is a replacement purple for hangouts in
Pidgin/libpurple to support the proprietary protocol that Google
uses for its Hangouts service. So far it supports all the fun things
that aren't part of the XMPP interface, such as Group Chats,
synchronised history between devices and SMS support via Google
Voice.
WWW: https://bitbucket.org/EionRobb/purple-hangouts
PR: 217506
Submitted by: Jose G. Juanino <jjuanino@gmail.com>
- Increased NETMNG_QUEUE_DELAY to 1000000 ( 1 ms ) to minimize CPU load
- Introduced QUEUEDELAY ( in usec ) config parameter to adjust queue
delay in database xml file. This allows to throttle down database
response time for incoming connection requests and minimize CPU
load
- Added dbcheck/check072.sql. This implements the calculation of
fibonacci numbers using stored procedures as a demonstration for
massive recursive procedure calls
- Optimization for procedure load in CegoFunction::evalFieldValue
( case USERDEFINED ), procedure is just loaded as a dedicated
instance ( via loadProcedure method ), if pMasterBlock is set. This
avoids ( expensive ) dedicated load, if the procedure is still not
in use by the corresponding thread. So just for recursive procedure
calls, the dedicated load happens.
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
This is an IBus engine for users of the Cangjie and
Quick input methods.
It is primarily intended to Hong Kong people
who want to input Traditional Chinese,
as they are (by far) the majority of Cangjie and Quick users.
WWW: http://cangjians.github.io/projects/ibus-cangjie/
PR: 223565
Submitted by: hello@blubee.me
This is a C library implementing the Cangjie input method.
This library is based on Wan Leung Wong's original libcangjie
with some updated API.
WWW: https://github.com/Cangjians/libcangjie
PR: 223565
Submitted by: hello@blubee.me
Postfix has had support for quite some time, compiled in by default
http://www.postfix.org/SMTPUTF8_README.html
Exim has support but it's not a default build option
http://www.exim.org/exim-html-current/doc/html/spec_html/ch-internationalisation.html
Sendmail had no support until Arnt produced this patch.
As far as commercial access to SMTPUTF8 email goes:
GMail has support for SMTPUTF8 for 3 years
Outlook.com will have support shortly
The world is moving forward with SMPTUTF8 and if it does not get wider
distribution it will restrict the ability to self-host email as the only
solution to send and receive email from these users will be to use a
commercial cloud-hosted email platform.
This patch is a no-op unless you are sending mail that requires the
SMTPUTF8 extension. If you are running a Sendmail server and you did not
have this patch you would have received errors and the messages would
have been undeliverable.
More info: http://rant.gulbrandsen.priv.no/eai/one-minute-guide
PR: 224452
Reviewed by: Gregory Shapiro, Claus Assmann (private mails from Arnt)
Obtained from: Arnt Gulbrandsen
Sponsored by: CNNIC
ChangeLog:
--------------------------------
Bugs fixed:
* Handle non-ASCII, non-UTF8 filenames in .cvsignore files.
* ExternalBlobGenerator: Don't fail if no revisions are needed for a file.
* Fix the handling of symbol-matching regexps that include "|".
* Handle excluded paths under Attic directories, too.
* cvs2git: fix logging in process_post_commit().
* Prefer to break internal cycles at the *largest* timestamp gaps.
* Don't try to delete a supposed "revision 1.1" if it has a predecessor.
Improvements and output changes:
* Various small documentation fixes and improvements.
* Make cvs2xxx runnable under PyPy.
* Avoid some allusions to Subversion when converting to another VCS.
* Use tempfile.mkdtemp() to choose the location for temporary files.
* Write all progress information to stderr rather than stdout.
* Write cvs2git and cvs2bzr output to stdout by default.
* Improve build reproducibility by respecting $SOURCE_DATE_EPOCH.
* cvs2git: don't add so much useless metadata to symbol commits.
* cvs2git: allow a file to be set executable in Git via "svn:executable"
Miscellaneous:
* Use "co --version" rather than the deprecated "co -V".
When the X11 option is off, there are still things in the Imlib2.h header
that uses X11, fix this by removing those bits when building without X11.
PR: 224354
Submitted by: Dominik Honnef