- Remove leading indefinite article from COMMENT
- Use single space after WWW:
Changes: http://wordpress.org/news/2013/09/wordpress-3-6-1/
PR: ports/182041
Submitted by: sunpoet (myself)
Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
This module provides a full set of default templates and settings for
django-registration to ease the process of creating Django apps that
require user registration.
WWW: https://github.com/yourcelf/django-registration-defaults/
PR: ports/181807
Submitted by: Kozlov Sergey <kozlov.sergey.404 gmail.com>
This distribution provides WSGI middleware for "RESTful" dispatch of
requests to WSGI applications by URL path and HTTP request
method. Selector now also comes with components for environ-based
dispatch and on-the-fly middleware composition. There is a very simple
optional mini-language for path matching expressions. Alternately we
can easily use regular expressions directly or even create our own
mini-language. There is a simple "mapping file" format that can be
used. There are no architecture specific features (to MVC or
whatever). Neither are there any framework specific features.
WWW: https://github.com/lukearno/selector/
PR: ports/181860
Submitted by: Trevor Caira <trevor bitba.se>
Fix the build on recent head with libc++ [1].
Also when building with clang make the build quieter by not spamming about
c11 keywords.
Submitted by: stefanf@ (combined patches with) [1]
- Handle configuration file correctly
- Make installation directory relative to PREFIX, so it can be
adjusted dynamically in the plist
- Trim Makefile headers
PR: ports/181493
Submitted by: Me
Approved by: Maintainer timeout
One of them is a patch I got into Qt some time ago, but patch-libcxx is a
collection of commits to WebKit itself (and a few changes of mine) that
never got downstream Qt's copy of WebKit.
Some good soul with free time should work on porting qtwebkit-23 [1], which
contains a much more up-to-date WebKit checkout.
[1] https://blogs.kde.org/2013/07/17/qtwebkit-232-and-qtwebkit-qt-51
PR: ports/181932
- Trim Makefile headers
Changes:
2013-08-22 Dave Cross <dave@dave.org.uk> - RELEASE_3.04
========================================================
Dave Cross <dave@dave.org.uk> (17):
* Finish removing all references to SnipURL.pm.
* Bump to version 2.05 for release.
* Removed support for shorl.pm (now in WWW::Shorten::Shorl distribution).
* Bumped version number. Removed shorl files from MANIFEST.
* Added Config::Auto to list of dependencies (it's used by the shorten
program). Bumped version for release.
* Default to using a service that we currently support.
* Added MYMETA.yml to MANIFEST.SKIP.
* Be far more intelligent about the code that allows the user to choose
which service to use.
* Bump version number for release.
* Better examples of using bin/shorten
* Added a WWW::Shorten::UserAgent object which dies if it receives an HTTP
error response.
* Added documentation.
* Added META.json to MANIFEST.
* Licensing clean-up.
* Removed prototypes (and the ampersands in the tests that circumvented
them)
* Bump version number for release.
* Moved Pod tests into xt. (Pod coverage currently fails on some files. See
https://rt.cpan.org/Ticket/Display.html?id=87634 for details.)
Dave Cross <dave@angel.mag-sol.com> (1):
* Removed support for NotLong and OneShortLink (separate distributions to
follow soon). Bumper to version 2.06.
Dave Cross <dave@dacross.(none)> (1):
* Removed version number so it's picked up from lib/WWW/Shorten.pm
yappo <yappo@shibuya.pl> (1):
* shorl.com was change the request method ( POST to GET )
django-tables2 simplifies the task of turning sets of data into HTML tables.
It has native support for pagination and sorting, does for HTML tables what
django.forms does for HTML forms.
WWW: https://github.com/bradleyayers/django-tables2/
PR: ports/181899
Submitted by: Kozlov Sergey <kozlov.sergey.404 gmail.com> (maintainer)