summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2015-12-09Update to 1.0039wen2-7/+7
Upstream changes: 1.0039 2015-12-06 03:27:59 PST [BUG FIXES] - Revert the change to use the faster header builder because it breaks the legit Plack::Response constructor that sets HTTP::Header object directly (#541) 1.0038 2015-11-25 12:36:29 PST [IMPROVEMENTS] - Added MIME type for apk files #514 (allanwhiteford) - Allow passing custom formatters to Plack::Middleware::AccessLog #515 (frew) - Allow '0' be a valid category for log4perl middleware #523 - Doc fix for Plack::Runner #528 (polettix) - Doc improvements for -R/-M command line #529 (mickeyn) - Bind test server explicitly on 127.0.0.1, not 0.0.0.0 - Support single-process manager in FCGI #535 (ianburrell) - Optimize Plack::Response header builder #540 (kazeburo)
2015-12-09Update to 0.11wen2-8/+7
Upstream changes: 0.11 2015-07-04 NEILB - Added [MetaJSON] to dist.ini, so release will include META.json. RT#105632 from ETHER++
2015-12-09Update to 6.36wen2-7/+7
Upstream changes: 6.36 2015-12-08 - Improved Mojo::JSON performance slightly. (haarg) - Improved inactivity_timeout helper to return the current controller object. 6.35 2015-12-04 - Removed deprecated collecting method from Mojo::UserAgent::CookieJar. - Fixed warnings in Mojo::Cookie::Response.
2015-12-08Restrict PHP_VERSIONS_ACCEPTED to 55 and 56 since it uses php-mysql.taca1-1/+2
2015-12-07Fix permissions on meta-files and included cacerts.wiz1-2/+8
Bump PKGREVISION.
2015-12-06Depends on php-mysqli only, dropping dependency to php-mysql.taca2-4/+6
Bump PKGREVISION.
2015-12-06* Restrict PHP_VERSIONS_ACCEPTED to 55 and 56 since this package usetaca1-1/+2
php-mysql. Dose it really require php-mysql additonall to php-pdo_mysql?
2015-12-06Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages whichtaca13-13/+33
use php-mysql package.
2015-12-06Update to 7.46.0:wiz3-8/+14
Changes: configure: build silently by default cookies: Add support for Publix Suffix List with libpsl vtls: added support for mbedTLS Added CURLOPT_STREAM_DEPENDS Added CURLOPT_STREAM_DEPENDS_E Added CURLOPT_STREAM_WEIGHT Added CURLFORM_CONTENTLEN oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMP Bugfixes: des: Fix header conditional for Curl_des_set_odd_parity ntlm: get rid of unconditional use of long long CURLOPT_CERTINFO.3: fix reference to CURLINFO_CERTINFO docs: CURLINFO_LASTSOCKET => CURLINFO_ACTIVESOCKET http2: Fix http2_recv to return -1 if recv returned -1 curl_global_init_mem: set function pointers before doing init ntlm: error out without 64bit support as the code needs it openssl: Fix set up of pkcs12 certificate verification chain acinclude: remove PKGCONFIG override test1531: case the size to fix the test on non-largefile builds fread_func: move callback pointer from set to state struct test1601: fix compilation with --enable-debug and --disable-crypto-auth http2: Don't pass unitialized name+len pairs to nghttp2_submit_request curlbuild.h: Fix non-configure compiling to mips and sh4 targets tool: Generate easysrc with last cache linked-list cmake: Fix for add_subdirectory(curl) use-case vtls: fix compiler warning for TLS backends without sha256 build: fix for MSDOS/djgpp checksrc: add crude // detection http2: on_frame_recv: trust the conn/data input ftp: allow CURLOPT_IGNORE_CONTENT_LENGTH to ignore size polarssl/mbedtls: fix name space pollution build: Fix mingw ssl gdi32 order build: Fix support for PKG_CONFIG MacOSX-Framework: sdk regex fix for sdk 10.10 and later socks: Fix incorrect port numbers in failed connect messages curl.1: -E: s/private certificate/client certificate curl.h: s/HTTPPOST_/CURL_HTTPOST_ curl_formadd: support >2GB files on windows http redirects: %-encode bytes outside of ascii range rawstr: Speed up Curl_raw_toupper by 40% curl_ntlm_core: fix 2 curl_off_t constant overflows. getinfo: CURLINFO_ACTIVESOCKET: fix bad socket value tftp tests: verify sent options too imap: Don't call imap_atom() when no mailbox specified in LIST command imap: Fixed double quote in LIST command when mailbox contains spaces imap: Don't check for continuation when executing a CUSTOMREQUEST acinclude: Remove check for 16-bit curl_off_t BoringSSL: Work with stricter BIO_get_mem_data() cmake: Add missing feature macros in config header sasl_sspi: fixed unicode build for digest authentication sasl_sspi: fix identity memory leak in digest authentication unit1602: Fixed failure in torture test unit1603: Added unit tests for hash functions vtls/openssl: remove unused traces of yassl ifdefs openssl: remove #ifdefs for < 0.9.7 support typecheck-gcc.h: add some missing options curl: mark two more options strings for --libcurl output openssl: Free modules on cleanup CURLMOPT_PUSHFUNCTION.3: *_byname() returns only the first header getconnectinfo: Don't call recv(2) if socket == -1 http2: http_done: don't free already-freed push headers zsh completion: Preserve single quotes in output os400: Provide options for libssh2 use in compile scripts. build: Fix theoretical infinite loops pop3: Differentiate between success and continuation responses examples: Fixed compilation warnings schannel: Use GetVersionEx() when VerifyVersionInfo() isn't available CURLOPT_HEADERFUNCTION.3: fix typo curl: expanded the -XHEAD warning text done: make sure the final progress update is made build: Install zsh completion RTSP: do not add if-modified-since without timecondition curl: Fixed display of URL index in password prompt for --next nonblock: fix setting non-blocking mode for Amiga http2 push: add missing inits of new stream http2: convert some verbose output into debug-only output Curl_read_plain: clean up ifdefs that break statements
2015-12-06Update py-libwww to 6.15:wiz2-8/+7
2015-12-15 Release 6.15 (special thanks to Chase Whitener for testing many of these changes out in 6.14_001!) Graham Knop (1): - tests now use localhost rather than a net-accessible address (PR#76) Michael Schwern (1): - fixed some tests to do what they intended (regex rather than boolean checks) (from PR#28) Joe Atzberger (2): - conversion of some tests from Test.pm to Test::More (from PR#29) Piotr Roszatycki (1): - use File::Temp for randomized tempdir (PR#53)
2015-12-06Update py-django-tagging to version 0.4. Now supports python 3,riz3-18/+35
and newer versions of Django.
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam51-104/+102
2015-12-05Drop php54 support.taca1-2/+2
2015-12-05Remove php-apc package which support PHP 5.4 only.taca4-42/+0
For PHP 5.5 and 5.6, there is already php-apcu package.
2015-12-05Delete php-apc.taca1-2/+1
2015-12-04forgot SHA512 in distinfonils1-1/+2
2015-12-04Updated www/siege to version 3.1.3.nils2-7/+6
Upstream Changelog : * src/sock.c Fixed typo in error message * src/url.c Fixed post bug with null termination * doc/siegerc.in Added limit and it's description in comments * src/setup.h Added my.limit to limit the thread count * src/init.c Parsing siegerc for limit * src/main.c Capped my.users at my.limit
2015-12-04+ py-betamax.wiz1-1/+2
2015-12-04Import py34-betamax-0.5.1 as www/py-betamax.wiz4-0/+126
Betamax is a VCR_ imitation for requests. This will make mocking out requests much easier. It is tested on 'Travis CI'. Put in a more humorous way: "Betamax records your HTTP interactions so the NSA does not have to."
2015-12-04Update to 0.9.47:wiz3-27/+7
Fri Dec 4 13:53:05 CET 2015 Releasing libmicrohttpd 0.9.47. -CG Thu Dec 3 18:21:44 CET 2015 Reworked VS project files. Used x64 build tools by default, many optimizations, fixes. Added project files for VS 2015. -EG Tue Dec 1 14:05:13 CET 2015 SPDY is dead, killing experimental libmicrospdy. -CG Tue Dec 1 10:01:12 CET 2015 New logic for controlling socket buffer modes. Eliminated delay before last packet in response and before "100 Continue" response on all platforms. Also response header are pushed to client without waiting for response body. -EG Wed Nov 25 17:02:53 CET 2015 Remove 200ms delay observable with keep-alive on Darwin and *BSD platfroms. -EG Tue Nov 10 15:25:48 CET 2015 Fix issue with shutdown if connection was resumed just before shutdown. -FC
2015-12-04Changes 2.8.0:adam3-30/+96
Unknown
2015-12-03Update to 2.39ryoon2-91/+91
* Sync with seamonkey-2.39
2015-12-03Update to 2.39ryoon37-916/+463
Changelog: Not available. Gecko 42.0 based.
2015-12-02Changes 3.5.12:adam2-7/+7
* Add missing stub definition for CPU_ISSET * Fix build errors in cpuafinity.cc * Bug 4228: links with krb5 libs despite --without options * Fix delay_parameters documentation * Stop using dangling pointers for eCAP-set custom HTTP reason phrases. * Fix status code-based HTTP reason phrase for eCAP-generated messages. * Revert r13921: Migrate StoreEntry to using MEMPROXY_CLASS * Fix cache_peer forceddomain= in CONNECT * TLS: Handshake Problem during Renegotiation * Docs: Updated stale Ssl text to make the comment match the code again. * Fix SSL_get_certificate() problem detection * Polished cache_peer_access and related documentation. * Bug 4374: refresh_pattern config parser (%) * Bug 4373: assertion failed: client_side_request.cc:1709: 'calloutContext->redirect_state == REDIRECT_NONE' * Make FATAL messages have a consistent prefix
2015-12-01Update to 1.26.0wen3-1190/+2223
Update DEPENDS Upstream changes: == MediaWiki 1.26 == === Configuration changes in 1.26 === * $wgPasswordResetRoutes['email'] = true by default. * $wgEnableParserCache was deprecated, set $wgParserCacheType to CACHE_NONE instead if you want to disable the parser cache. * New-style continuation is now the default for API action=continue. Clients may use the 'rawcontinue' parameter to receive raw query-continue data, but the new style is encouraged as it's harder to implement incorrectly. * Deprecated API formats dump and wddx have been completely removed. * (T7645) The "Signature" button on the edit toolbar is now hidden by default in non-talk namespaces. A new configuration variable, $wgExtraSignatureNamespaces, controls in which subject (non-talk) namespaces the "Signature" button on the edit toolbar will be displayed. * $wgResourceLoaderUseESI was deprecated and removed. This was an experimental feature that was never enabled by default. * $wgResourceLoaderExperimentalAsyncLoading was deprecated and removed. This experimental feature was never enabled by default and is obsolete as of MediaWiki 1.26, in where ResourceLoader became fully asynchronous. * $wgMasterWaitTimeout was removed (deprecated in 1.24). * Fields in ParserOptions are now private. Use the accessors instead. * Custom LESS functions (defined via $wgResourceLoaderLESSFunctions or in extension.json) have been removed, after being deprecated in 1.24. * $wgAlwaysUseTidy has been removed. * ResetSessionID hook has been removed. Nothing seems to use it. * Certain AuthPlugin methods are deprecated in favor of new hooks: ** AuthPlugin::initUser() is replaced by LocalUserCreated. ** AuthPlugin::updateUser() is replaced by UserLoggedIn. ** AuthPlugin::updateExternalDB() is replaced by the existing UserSaveSettings. ** AuthPlugin::updateExternalDBGroups() is replaced by UserGroupsChanged. ** AuthPluginUser::isHidden() is replaced by UserIsHidden. ** AuthPluginUser::isLocked() is replaced by UserIsLocked. * The UserRights hook is deprecated in favor of the new UserGroupsChanged hook. * AuthPlugin::initUser() and AuthPlugin::updateUser() should no longer replace the passed User object. * $wgBlockAllowsUTEdit is now set to true by default. This allows blocked users to edit their talk pages unless explicitly disabled when they are being blocked. === New features in 1.26 === * (T51506) Now action=info gives estimates of actual watchers for a page. See $wgRCMaxAge, $wgWatchersMaxAge and $wgUnwatchedPageSecret to learn how to configure if needed. * Change tags can now be hidden in the interface by disabling the associated "tag-<id>" interface message. * ':' (colon) is now invalid in usernames for new accounts. Existing accounts are not affected. * Added a new hook, 'LogException', to log exceptions in nonstandard ways. * Revive the 'SpecialSearchResultsAppend' hook which occurs after the list of search results are rendered. The initial use case is to append a "give us feedback" link beneath the search results. * Added a new hook, 'RejectParserCacheValue', which allows extensions to reject an otherwise-successful parser cache lookup. The intent is to allow extensions to manage the eviction of archaic HTML output from the cache. * (T68699) The expiration of the UserID and Token login cookies ($wgExtendedLoginCookieExpiration) can be configured independently of the expiration of all other cookies ($wgCookieExpiration). * (T50519) Support for generating JPEG/PNG thumbnails from WebP images added if ImageMagick is used as image scaler ($wgUseImageMagick = true). Uploading of WebP images still disabled by default. Add $wgFileExtensions[] = 'webp'; to LocalSettings.php to enable uploading of WebP images. * Added new hooks 'EnhancedChangesListModifyLineData' & 'EnhancedChangesListModifyBlockLineData', to modify the data used to build lines in enhanced recentchanges and watchlist. * Caches that need purging ability now use the WANObjectCache interface. This corresponds to a new $wgMainWANCache setting, which defaults to using the $wgMainCacheType settings. * Callers needing fast light-weight data stores use $wgMainStash to select the store type from $wgObjectCaches. The default is the local database. * Interface message overrides in the MediaWiki namespace will now be cached in memcached and APC (if available), rather than memcached and local files. * Added a new hook, 'RandomPageQuery', to allow modification of the query used by Special:Random to select random pages. * $wgTransactionalTimeLimit was added, which controls the request time limit for potentially slow POST requests that need to be as atomic as possible. * ResourceLoader now loads all scripts asynchronously. The top-queue and startup modules are no longer synchronously loaded. * 'mediawiki.ui.button' styles are no longer unconditionally loaded on every page. During the deprecation period, the styles will only be loaded on pages which contain 'mw-ui-button' in their HTML. Starting in 1.28, the styles will only be loaded if explicitly required. * If search returns zero results and current search engine has a "did you mean" suggestion, results for suggestion will be shown. Can be disabled by setting $wgSearchRunSuggestedQuery to false. * Added several JavaScript libraries for uploading files to MediaWiki from the client-side. See documentation for mw.Upload and its subclasses for more information. * Added OOUI dialogs and layout for file upload interfaces. See documentation for mw.Upload.Dialog, mw.Upload.BookletLayout and its subclasses for more information. == extension.json changes in 1.26 == * (T99344) The extension.json schema is now versioned. All extensions and skins should set a "manifest_version" property corresponding to the schema version they were written for. The only supported version currently is "1". * (T102523) The error message if a non-array attribute is set was improved. * (T107646) Configuration settings can now specify how they should be merged, which is necessary for arrays using integer keys. * (T110389) Adding namespaces through extension.json now actually works * $wgNamespaceProtection can now be set in extension.json. * $wgCapitalLinkOverrides can now be set in extension.json. * (T97186) Extensions using a custom prefix for their configuration settings can now set a "_prefix" key to override the default of "wg". * (T99084) Extensions can now specify what MediaWiki core versions they depend upon. * (T105236) The extension.json schema now validates custom classes in the "ResourceModules" property properly. === External library changes in 1.26 === ==== Upgraded external libraries ==== * Updated es5-shim from v4.0.0 to v4.1.5. * Updated json2 from revision 2014-02-04 to 2015-05-03. * Updated Sinon.JS from 1.10.3 to 1.15.4. * Updated jQuery Client from v1.0.0 to v2.0.0. * Updated QUnit from v1.17.1 to v1.18.0. * Updated liuggio/statsd-php-client from v1.0.12 to v1.0.16. * Updated oojs/oojs-ui from v0.11.3 to v0.12.12. * Updated wikimedia/cdb from v1.0.1 to v1.3.0. * Updated wikimedia/utfnormal from v1.0.2 to v1.0.3. * Updated wikimedia/composer-merge-plugin from v1.0.0 to v1.3.0. * Updated zordius/lightncandy from v0.18 to v0.21. ==== New external libraries ==== * Added composer/semver v1.0.0. * Added mediawiki/at-ease v1.1.0. * Added wikimedia/assert v0.2.2. * Added wikimedia/ip-set v1.0.1. * Added wikimedia/wrappedstring v2.0.0. ==== Removed and replaced external libraries ==== * Replaced leafo/lessphp v0.5.0 with oyejorge/less.php v1.7.0.9. === Bug fixes in 1.26 === * (T53283) load.php sometimes sends 304 response without full headers * (T65198) Talk page tabs now have a "rel=discussion" attribute * (T98841) {{msgnw:}} now preserves comments even when subst: is not used. * (T104142) $wgEmergencyContact and $wgPasswordSender now use their default value if set to an empty string. === Action API changes in 1.26 === * New-style continuation is now the default for action=continue. Clients may use the 'rawcontinue' parameter to receive raw query-continue data, but the new style is encouraged as it's harder to implement incorrectly. * Deprecated API formats dump and wddx have been completely removed. * API action=query&list=tags: The displayname can now be boolean false if the tag is meant to be hidden from user interfaces. * action=import no longer allows both the namespace= and rootpage= parameters to be set. If they are both set, the value of rootpage= will be ignored. * prop=revision output in enum mode is now sorted by timestamp rather than revision ID. This usually won't make any difference. * (T102645) Namespace list from meta=siteinfo&siprop=namespaces is now an array with formatversion=2. * Various other output from meta=siteinfo will now always be arrays instead of sometimes being numerically-indexed objects with formatversion=2. * When errors about users being blocked are returned, they now include information about the relevant block. * (T99926) list=random has higher limits, in line with other API modules. * list=random's rnredirect parameter is deprecated in favor of a new rnfilterredir parameter that also allows for listing both redirects and non-redirects. * list=random now supports continuation. * API responses to GET requests may now include ETag and Last-Modified headers, and will honor corresponding If-None-Match and If-Modified-Since on such requests. === Action API internal changes in 1.26 === * New metadata item ApiResult::META_KVP_MERGE to allow for merging the KVP key into the value when the value is an assoc. * API action modules may now provide values for the RFC 7232 ETag and Last-Modified headers. The API will check these against If-None-Match and If-Modified-Since request headers on GET requests and avoid executing the module when appropriate. === Languages updated in 1.26 === MediaWiki supports over 350 languages. Many localisations are updated regularly. Below only new and removed languages are listed, as well as changes to languages because of Phabricator reports. * Languages added: ** ase (American sign language), thanks to translator Icemandeaf ** dty (डोटेली/Doteli), thanks to translators जनक राज भट्ट, बिप्लब आनन्द, मेश सिंह बोहरा, and राम प्रसाद जोशी ** luz (لئری دوٙمینی / Southern Luri) ** olo (Livvinкarjala / Livvi-Karelian), thanks to translators Denö, Hiloin Natoi, Ilja.mos, and Mashoi7 === Other changes in 1.26 === * ChangeTags::tagDescription() will return false if the interface message for the tag is disabled. * Added PageHistoryPager::doBatchLookups hook. * Added $wikiId parameter to FormatAutocomments hook. * Added ParserCacheSaveComplete to ParserCache * supportsDirectEditing and supportsDirectApiEditing methods added to ContentHandler, to provide a way for ApiEditPage and EditPage to check if direct editing of content is allowed. These methods return false, by default for the ContentHandler base class and true for TextContentHandler and it's derivative classes (everything in core). For Content types that do not support direct editing, an alternative mechanism should be provided for editing, such as action overrides or specific api modules. * mediaWiki.confirmCloseWindow now returns an object of functions, instead of one function. The callback can't be called directly any more. The callback function is replaced with confirmCloseWindow.release(). * BREAKING CHANGE: Added an optional ResouceLoaderContext parameter to ResourceLoaderModule::getDependencies(). Extension classes that override that method should be updated. If they aren't updated, PHP Strict standards warnings will appear when E_STRICT error reporting is enabled. Note: in the near future, this parameter will probably become non-optional. * Removed maintenance script deleteImageMemcached.php. * MWFunction::newObj() was removed (deprecated in 1.25). ObjectFactory::getObjectFromSpec() should be used instead. * The parser will no longer randomize the string it uses to mark the place of items that were stripped during parsing. It will use a fixed string instead. This causes the parser to re-use the regular expressions it uses to search and replace markers rather than generate novel expressions on each parse. Re-using regular expressions will improve performance on HHVM and the forthcoming PHP 7. The interfaces changes accompanying this change are: - Parser::getRandomString() and Parser::uniqPrefix() have been deprecated. - The $uniq_prefix argument for Parser::extractTagsAndParams() and the $prefix argument for StripState::_construct() are deprecated and their value is ignored. * wfSuppressWarnings() and wfRestoreWarnings() were split into a separate library, mediawiki/at-ease, and are now deprecated. Callers should use MediaWiki\suppressWarnings() and MediaWiki\restoreWarnings() directly. * The Block class constructor now takes an associative array of parameters instead of many optional positional arguments. Calling the constructor the old way will issue a deprecation warning. * The jquery.mwExtension module was deprecated. * $wgSpecialPageGroups was removed (deprecated in 1.21). * SpecialPageFactory::setGroup was removed (deprecated in 1.21). * SpecialPageFactory::getGroup was removed (deprecated in 1.21). * DatabaseBase::ignoreErrors() is now protected. * BREAKING CHANGE: mediawiki.legacy.ajax has been removed, following a lengthy deprecation period. * The ScopedPHPTimeout class was removed. * Removed maintenance script fixSlaveDesync.php. * Watchlist tokens, SpecialResetTokens, and User::getTokenFromOption() are deprecated. Applications using those can work via the OAuth extension instead. New tokens types should not be added. * DatabaseBase::errorCount() was removed (unused). * $wgDeferredUpdateList was removed. * DeferredUpdates::addHTMLCacheUpdate() was removed. == Compatibility == MediaWiki 1.26 requires PHP 5.3.3 or later. There is experimental support for HHVM 3.3.0. MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but support for them is somewhat less mature. There is experimental support for Oracle and Microsoft SQL Server. The supported versions are: * MySQL 5.0.3 or later * PostgreSQL 8.3 or later * SQLite 3.3.7 or later * Oracle 9.0.1 or later * Microsoft SQL Server 2005 (9.00.1399) == Upgrading == 1.26 has several database changes since 1.25, and will not work without schema updates. Note that due to changes to some very large tables like the revision table, the schema update may take quite long (minutes on a medium sized site, many hours on a large site). If upgrading from before 1.11, and you are using a wiki as a commons repository, make sure that it is updated as well. Otherwise, errors may arise due to database schema changes. If upgrading from before 1.7, you may want to run refreshLinks.php to ensure new database fields are filled with data. If you are upgrading from MediaWiki 1.4.x or earlier, you should upgrade to 1.5 first. The upgrade script maintenance/upgrade1_5.php has been removed with MediaWiki 1.21. Don't forget to always back up your database before upgrading! See the file UPGRADE for more detailed upgrade instructions. For notes on 1.25.x and older releases, see HISTORY. == Online documentation == Documentation for both end-users and site administrators is available on MediaWiki.org, and is covered under the GNU Free Documentation License (except for pages that explicitly state that their contents are in the public domain): https://www.mediawiki.org/wiki/Documentation == Mailing list == A mailing list is available for MediaWiki user support and discussion: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l A low-traffic announcements-only list is also available: https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce It's highly recommended that you sign up for one of these lists if you're going to run a public MediaWiki, so you can be notified of security fixes. == IRC help == There's usually someone online in #mediawiki on irc.freenode.net.
2015-11-30Add Following line for make testmef1-2/+3
+BUILD_DEPENDS+= p5-Test-NoTabs-[0-9]*:../../devel/p5-Test-NoTabs
2015-11-29Reset MAINTAINER.taca1-2/+2
2015-11-28Update HOMEPAGE.taca2-4/+4
2015-11-28Clean up www/contao*:taca3-33/+14
o Do not set version in contao/Makefile.common but in each Makefile of contao?? package. o Utilize mk/fetch/github.mk. o Remove unused CT_FILES.
2015-11-28Update contao35 to 3.5.6.taca3-10/+14
Version 3.5.6 (2015-11-27) -------------------------- ### Fixed Correctly determin the protocol delimiter in `Idna::encodeUrl()`. ### Fixed Handle relative URLs when following redirects in the Request class (see #7799). ### Fixed Correctly handle empty UUIDs when comparing versions (see #7971). ### Fixed Remove the "required" attribute when setting up TinyMCE (see #8131). Version 3.5.5 (2015-11-25) -------------------------- ### Fixed Fix the domain when forwarding in the page controllers (see #8123). ### Fixed Use the feed URL instead of the base URL for enclosures (see #8116). ### Fixed Fix the `<time>` tags and standardize the event templates (see #8012). ### Fixed Handle empty `href` attributes in the book navigation (see #8104). ### Fixed Do not store e-mail addresses in the newsletter (un)subscription log. ### Fixed Correctly encrypt fields upon registration (see #8110). ### Fixed Correctly render required single checkboxes in the back end (see #7731). ### Fixed Correctly store multi select menus if no value is selected (see #7760). ### Fixed Prevent recursion when rendering 403/404 pages (see #8060). ### Fixed Map the `FileTree` widget to `FormFileUpload` in the front end (see #8091). ### Fixed Preserve the user input when loading image meta data (see #8108). ### Fixed Show the "toggle all" buttons in "edit multiple" mode (see #5622). ### Fixed Disable the gallery pagination if the images are sorted randomly (see #8033). ### Fixed Set the correct empty value when copying elements (see #8064). ### Fixed Correctly hide forward pages with no public subpages (see #8054). ### Fixed Correctly render the page picker if the value starts with `#` (see #8055). ### Fixed Correctly render the "group" option in the radio button and checkbox widgets. ### Fixed Correctly set the ID when toggling fields via Ajax (see #8043). ### Fixed Support call, sms and app hyperlinks when converting relative URLs (see #8102). ### Fixed Correctly check if a folder is protected when loading subfolders. ### Fixed Correctly check the synchronization status when copying or moving files. ### Fixed Adjust the code to be compatible with PHP7 (see #8018). ### Fixed Correctly show the UUID in the back end file manager popup (see #8058).
2015-11-27Update 5.90053 to 5.90102mef2-8/+10
---------------------------------------------------------------- ChangeLog reaches some 500 lines for this update. Following is a just Release numbers and their date for that. ---------------------------------------------------------------- 5.90103 - 2015-11-12 introduced in 5.90102. This is a recommended upgrade (tsibley++, mst++) 5.90102 - 2015-10-29 5.90101 - 2015-09-04 5.90100 - 2015-08-24 5.90097 - 2015-07-28 5.90096 - 2015-07-27 5.90095 - 2015-07-27 5.90094 - 2015-07-24 5.90093 - 2015-05-29 5.90092 - 2015-05-19 - Refactor the change introduced in 5.90091 to solve reported issues (for 5.90091 - 2015-05-08 5.90090 - 2015-04-29 - Merged all changes from 5.90089_XXX development cycle. 5.90089_004 - 2015-04-28 5.90089_003 - 2015-04-27 5.90089_002 - 2015-04-17 5.90089_001 - 2015-03-26 - New development branch synched with 5.90085. 5.90085 - 2015-03-25 5.90084 - 2015-02-23 5.90083 - 2015-02-16 5.90082 - 2015-01-10 5.90081 - 2015-01-10 5.90080 - 2015-01-09 5.90079_008 - 2015-01-07 5.90079_007 - 2015-01-07 - Merged from Stable (5.90079) changes introduced in v5.90080. 5.90079_006 - 2015-01-02 5.90079_005 - 2014-12-31 - Merged changes from 5.90078 5.90079_004 - 2014-12-26 5.90079_003 - 2014-12-03 5.90079_002 - 2014-12-02 5.90079_001 - 2014-12-02 5.90079 - 2015-01-02 5.90078 - 2014-12-30 introduced in 5.90060. You can use this if that feature is causing you 5.90077 - 2014-11-18 5.90076 - 2014-11-13 5.90075 - 2014-10-06 5.90074 - 2014-10-01 5.90073 - 2014-09-23 5.90072 - 2014-09-15 5.90071 - 2014-08-10 in the wild (Catalyst-Plugin-Authentication-0.10023) - (removed in 5.90070) - Reverted changes to debug log/handling (5.90069_003) to fix 5.90070 - 2014-08-07 5.90069_004 5.90069_003 5.90069_002 5.90069_001 5.90065 - 2014-06-04 5.90064 - 2014-05-05 5.90063 - 2014-05-01 5.90062 - 2014-04-14 5.90061 - 2014-03-10 5.90060 - 2014-02-07 - Same as 5.90059_006, just marking it as stable, no functional changes. 5.90059_006 - 2014-02-06 5.90059_005 - 2014-01-28 5.90059_004 - 2014-01-27 5.90059_003 - 2013-12-24 5.90059_002 - 2013-12-21 5.90059_001 - 2013-12-19 5.90053 - 2013-12-21
2015-11-27Added www/p5-Plack-Middleware-MethodOverride version 0.15mef1-1/+2
2015-11-27Import p5-Plack-Middleware-MethodOverride-0.15 as ↵mef3-0/+45
www/p5-Plack-Middleware-MethodOverride. Writing RESTful apps is a good thing, but if you're also trying to support web browsers, it would be nice not to be reduced to GET and POST for everything. This middleware allows for POST requests that pretend to be something else: by adding either a header named X-HTTP-Method-Override to the request, or a query parameter named x-tunneled-method to the URI, the client can say what method it actually meant. That is, as long as it meant one of these: GET POST HEAD PUT DELETE OPTIONS TRACE CONNECT PATCH If so, then the REQUEST_METHOD in the PSGI environment will be replaced with the client's desired value. The original request method is always stored under the plack.original_request_method key.
2015-11-27distfile fixesnils2-6/+7
2015-11-27Pypi and Github distfiles are different. Docs are missing on Pypi.nils1-2/+3
2015-11-27add & enable py-pelicannils1-1/+2
2015-11-27Initial import of Pelican, version 3.6.3.nils4-0/+223
Pelican is a static site generator, written in Python. - Write your weblog entries directly with your editor of choice (vim!) in reStructuredText or Markdown - Includes a simple CLI tool to (re)generate the weblog - Easy to interface with DVCSes and web hooks - Completely static output is easy to host anywhere
2015-11-27add & enable py-feedgeneratornils1-1/+2
2015-11-27Initial import of feedgenerator, version 1.7.nils4-0/+74
Feedgenerator-py3k is a standalone version of Django's feedgenerator. It is based on the current Django Version 1.5.dev20120824122350. The previous feedgenerator 1.2.1 is based on rather old code, and during the port to Python 3 it became obvious that (at least) the handling of unicode strings has to be refactored. Django has evolved since, so I decided to create a new standalone version which is based upon modern code. See http://parenchym.com/pymblog/ for details.
2015-11-27add & enable siegenils1-1/+2
2015-11-27Initial import of siege, version 3.1.2.nils5-0/+113
Siege is an http regression testing and benchmarking utility. It was designed to let web developers measure the performance of their code under duress, to see how it will stand up to load on the internet. Siege supports basic authentication, cookies, HTTP and HTTPS protocols. It allows the user hit a web server with a configurable number of concurrent simulated users. Those users place the webserver "under siege."
2015-11-27Updte 1.19 to 1.20mef2-8/+7
------------------ 1.20 2015-10-29 15:28:27-05:00 America/Chicago - Documentation fixes. - Don't clobber some response headers if they are already set.
2015-11-26Update 5.9007 to 5.9009mef2-8/+7
------------------------ 5.9009 - 2014-12-13 - fixed a new error in the manual regarding "component" -> "components" (RT#99131, RT#100597, RT#100767) 5.9008 - 2014-07-26 - misc small documentation tweaks (thanks Karen Etheridge, Matthew Horsfall, Andreas Marienborg, Dagfinn Ilmari Manns Cvs: ----------------------------------------------------------------------
2015-11-26Update 0.04 to 0.05mef2-8/+7
------------------- 0.05 2015-08-16 05:58:41Z - bump namespace::clean prereq to guarantee needed Package::Stash interfaces
2015-11-26Update 0.20 to 0.21mef2-8/+8
------------------- 0.21 2015-07-21 09:02:04 PDT - Fix to restore the selected filehandle correctly #12
2015-11-26Changes 1.8.7:adam3-8/+11
* Fixed settings leak possibility in date template filter * Bug fixes
2015-11-25Remove mk/find-prefix.mk usage from the www category.jperkin8-30/+17
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-25Do not add spaces in front of LINKFLAGS and GSSAPI_LIBSadam2-5/+5
2015-11-24Changes 3.2.0:adam3-210/+332
new welcome page to help new users touch-screen support for most editing interfaces, for sizes from small tablets to table-top devices enhanced and polished user interface much-needed improvements to the structure-board enhancements to components such as the pop-up plugin editor, sideframe (now called the overlay) and the toolbar significant speed improvements on loading, HTTP requests and file sizes restarts are no longer required when changing apphook configurations a new content wizard system, adaptable to arbitrary content types
2015-11-24Changes 1.0.6:adam3-102/+143
Unknown