summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2013-08-31Fixed a pkglint warning.rillig1-2/+2
2013-08-31Fixed pkglint warnings.rillig2-6/+6
2013-08-31New texinfo wants =encoding.joerg3-1/+29
2013-08-31Update fengoffice to 2.3.1.1.taca5-37/+64
There are too many changes to write here from 2.2.4.1, please refer readme.txt.
2013-08-30Files should be installed into vendor subdirectory. From morr@joerg1-2/+2
2013-08-30Deal with gethostbyname_r fallout.joerg2-8/+19
2013-08-30Update drupal7 pacakge to 7.23.taca2-7/+8
Drupal 7.23, 2013-08-07 ----------------------- - Fixed a fatal error on PostgreSQL databases when updating the Taxonomy module from Drupal 6 to Drupal 7. - Fixed the default ordering of CSS files for sites using right-to-left languages, to consistently place the right-to-left override file immediately after the CSS it is overriding (API change: https://drupal.org/node/2058463). - Added a drupal_check_memory_limit() API function to allow the memory limit to be checked consistently (API addition). - Changed the default web.config file for IIS servers to allow favicon.ico files which are present in the filesystem to be accessed. - Fixed inconsistent support for the 'tel' protocol in Drupal's URL filtering functions. - Performance improvement: Allowed all hooks to be included in the module_implements() cache, even those that are only invoked on HTTP POST requests. - Made the database system replace truncate queries with delete queries when inside a transaction, to fix issues with PostgreSQL and other databases. - Fixed a bug which caused nested contextual links to display improperly. - Fixed a bug which prevented cached image derivatives from being flushed for private files and other non-default file schemes. - Fixed drupal_render() to always return an empty string when there is no output, rather than sometimes returning NULL (minor API change). - Added protection to cache_clear_all() to ensure that non-cache tables cannot be truncated (API addition: a new isValidBin() method has been added to the default database cache implementation). - Changed the default .htaccess file to support HTTP authorization in CGI environments. - Changed the password reset form to pre-fill the username when requested via a URL query parameter, and used this in the error message that appears after a failed login attempt (minor data structure and behavior change). - Fixed broken support for foreign keys in the field API. - Fixed "No active batch" error when a user cancels their own account. - Added a description to the "access content overview" permission on the permissions page (string change). - Added a drupal_array_diff_assoc_recursive() function to allow associative arrays to be compared recursively (API addition). - Added human-readable labels to image styles, in addition to the existing machine-readable name (API change: https://drupal.org/node/2058503). - Moved the drupal_get_hash_salt() function to bootstrap.inc and used it in additional places in the code, for added security in the case where there is no hash salt in settings.php. - Fixed a regression in Drupal 7.22 that caused internal server errors for sites running on very old Apache 1.x web servers. - Numerous small bug fixes. - Numerous API documentation improvements. - Additional automated test coverage.
2013-08-30Contao project has switched download site from SourceForge.net to GitHub.taca9-29/+35
So, change primary download download.contao.org which redirects to GitHub. No functional change should be made.
2013-08-30Update contao211-translations to 201308270.taca3-8/+8
Update Japanese translation to supoprt Contao 2.11.12.
2013-08-30Don't use '\0' as pointer. Copy Clang related patches from Firefox.joerg6-4/+50
Remove empty patch file.
2013-08-30Update to 4.28wen2-6/+6
Upstream changes: 4.28 2013-08-29 - Added support for non-blocking operations in bridges to Mojolicious::Routes. - Added continue method to Mojolicious::Controller. - Added continue method to Mojolicious::Routes. - Added current attribute to Mojolicious::Routes::Match. - Fixed automatic rendering bug in Mojolicious::Routes.
2013-08-29Fix endianess testmartin1-2/+2
2013-08-29Conditionalize the last remaining PLIST difference on sparc64martin2-4/+11
2013-08-29Skia does not support GL on big endian machines yet - so adjust PLISTmartin2-4/+9
by conditionalizing it.
2013-08-28Update py-werkzeug and py-werkzeug-docs to 0.9.4.kleink2-6/+6
Version 0.9.4 ------------- (bugfix release, released on August 26th 2013) - Fixed an issue with Python 3.3 and an edge case in cookie parsing. - Fixed decoding errors not handled properly through the WSGI decoding dance. - Fixed URI to IRI conversion incorrectly decoding percent signs.
2013-08-27Update contao31 to 3.1.2.taca4-9/+10
Version 3.1.2 (2013-08-27) -------------------------- ### Fixed Add the global date format in `PageModel::loadDetails()` (see #6104). ### Fixed Do not override the referer upon Ajax requests (see #5956). ### Fixed Fixed the content slider in IE < 9 (see #5878). ### Fixed Do not set a database driver by default (see #6088). ### Fixed Decode punycode domains in the listing module (see #5946). ### Fixed Show all themes a template is defined in (see #6071). ### Fixed Do not add the domain name twice in `redirectToFrontendPage()` (see #6076). ### Fixed Use the `currentLogin` field to sort users by their last login (see #5949). ### Fixed Fix the offset handling in the CSS grid (see #5943). ### Fixed Do not use the `date`, `time` and `datetime` input types (see #5918). ### Fixed Show tooltips for selected single images in the file picker (see #6031). ### Fixed Correctly synchronize if a sub folder is selected (see #5979). ### Fixed Correctly handle password which are longer than 64 characters (see #6015). ### Fixed Added missing Vietnamese characters to the UFT8 mapper (see #6010). ### Fixed Decode entities in the page and file pickers (see #5989). ### Fixed Ensure that the default user and group are integer values (see #6017). ### New Added the Czech typolinks translations (thanks to ShiraNai7) (see #6051). ### Fixed Added an option to purge the search cache (see #6041). ### Fixed Preserve the repository tables when importing a theme (see #6037). ### Fixed Pass the module to `getAttributesFromDca()` in the registration and personal data module classes (see #6002). ### Fixed Validate the e-mail address when creating an admin user (see #6003). ### Fixed Fix the newslist pagination count (see #5997). ### Fixed Make the GD image max width and height parameters mandatory (see #5940). ### Fixed Replace all insert tags when exporting a page as PDF (see #5990). ### Fixed Correctly validate the options in `Widget::isValidOption()` (see #5951). ### Fixed Decode IDNA domains in any system mail (see #5932). ### Fixed Store integers bigger than `PHP_INT_MAX` as string (see #5939). ### Fixed Fix the alignment of the versions menu in IE (see #5962). ### Fixed Do not cache the result of `Model::count*()` (see #5973). ### Fixed Added some missing office file extensions to the configuration (see #6021). ### Fixed Fixed the "indexPage" hook (see #5967). ### Fixed Do not copy the autologin hash when duplicating members (see #5945). ### Fixed Added .svgz support to the default `.htaccess` file (see #5938).
2013-08-27Update to 2.20wen2-7/+6
Upstream changes: 2.20 - August 10th, 2013 - Updated to support HTML5 (RT #75933, thanks to charsbar) 2.11 - June 3rd, 2013 Updated tests so that they pass with Perl 5.18 (Mark Stosberg)
2013-08-27Update to 1.05wen2-7/+6
Upstream changes: 1.05 Tue Jul 9 08:56:00 2013 - No code changes. - Rename CHANGES to Changes as per CPAN::Changes::SPEC. - Recreate META.* files so they say licence is artistic_2 rather than artistic_1. Build.PL and Makefile.PL already said artistic_2, but the META.* files didn't. There is no reference to licences in the source of the module itself. This was requested by Christopher Meng who packages stuff for Fedora.
2013-08-27Update to 0.28wen2-6/+6
Upstream changes: 0.28 08/24/2013 - allow passing options to backend (clkao)
2013-08-27Update to 1.0029wen2-6/+6
Upstream changes: 1.0029 2013-08-22 14:05:44 PDT [NEW FEATURES] - Plack::Test now has a simpler object-oriented interface that doesn't take multiple callbacks. #420 [IMPROVEMENTS] - bump dependencies for Test::TCP and HTTP::Tiny - Set no_proxy for HTTP::Tiny in tests (kazeburo) [INCOMPATIBLE CHANGES] - Split HTTP::Server::Simple handler from Plack distribution and merge to HTTP-Server-Simple-PSGI distribution
2013-08-27Update to 2.15wen2-7/+6
Upstream changes: 2.15 Wed Nov 14 23:22:07 CET 2012 - use the recurse parameter to also limit the number of retries to be done, avodiing endless loops with broken servers, as reported by Carl Chambers. 2.14 Sun Apr 22 14:57:51 CEST 2012 - Time::Local::timegm croaks on out-of-range values. Don't let this disturb AnyEvent::HTTP (reported by: tell me, I forgot...).
2013-08-27Update to 4.27wen2-7/+7
Upstream changes: 4.27 2013-08-26 - Added acceptors attribute to Mojo::Server::Daemon. - Added handle method to Mojo::IOLoop::Server. - Added -V option to eval command. - Added reuse option to Mojo::IOLoop::Server::listen. - Added reuse parameter to Mojo::Server::Daemon::listen. - Fixed console message bug in Mojo::Server::Daemon. - Fixed SNI bug in online tests.
2013-08-26Update ruby-sinatra-contrib to 1.4.1.obache3-9/+14
bug fixes
2013-08-25Fix NetBSD/i386 5.2 build, PR pkg/48152.ryoon1-1/+5
* Set -march=i486 for i386.
2013-08-24Update to 5.0.10ryoon3-12/+214
Changelog: Version 5.0.10 Aug 12th 2013 Configurable logfile date format Several Oracle fixes Several MSSQL fixes Make default language configurable New CLI upgrade script Correctly calculate folder size Fix display of search results Database upgrade fixes Smaller filesystem cache fixes Remember password fixes Encryption fixes Fix problems with german “Umlauts” in folder name IE fixes Improved upgrade logging Improved external storage status display Flicker free versions dropdown Don’t create empty versions Less noisy debug logfile Don’t show firstrunwizard during upgrade Several Calendar fixes Contacts fixes Fixes for Gallery Several smaller fixes
2013-08-24Update to 4.26wen2-7/+7
Upstream changes: 4.26 2013-08-18 - Fixed support for Netscape cookies in Mojo::Cookie::Response. - Fixed element method bug in Mojo::Collection. 4.25 2013-08-17 - Added support for calling element methods to Mojo::Collection. - Added compact method to Mojo::Collection.
2013-08-23Update py-flask-security to 1.6.9.kleink2-6/+6
Version 1.6.9 ------------- Released August 20th 2013 - Fix bug in SQLAlchemy datastore's `get_user` function - Fix bug in PeeWee datastore's `remove_role_from_user` function - Fixed import error caused by new Flask-WTF release
2013-08-23Update py-flask-login to 0.2.7.kleink2-6/+6
No changelog provided; fixes to unicode handling.
2013-08-23Update to 0.37wen2-7/+16
Upstream changes: 0.37 2013-02-25 - Fix t/live_verify_address.t to skip of Catalyst::Plugin::Authentication is not installed, fixing RT#81506. 0.36 2012-10-19 - Re-pack with new Module::Install which doesn't get MYMETA.yaml wrong. - Remove use of Plack::Middleware::ForceEnv from the tests as it was not used / needed 0.35 2012-04-24 - Implement a 'change_session_expires' method (gshank) - Fixed bug from last version where session does not persist across a redirect 0.34 2012-03-30 - Fixed up t/live_verify_address.t per https://rt.cpan.org/Ticket/Display.html?id=71142 - Merged in dpetrov's 0.32 changes (extend_session_expire) 0.33 2012-03-08 - Note that flash is deprecated / not recommended due to it's inherent races. Point out Catalyst::Plugin::StatusMessage instead
2013-08-23Update to 0.07wen2-8/+9
Add LICENSE Add missing DEPENDS Switch PERL5_MODULE_TYPE to Module::Install::Bundled Upstream changes: 0.07 2011-01-14 19:07:00 - Converted to use Module::Install instead of Module::Build. - Removed unused 'default' method from the app (triggered a deprecation warning). - Fix Perl Critic test for hard tabs (t0m) - Fix POD coverage (t0m) - Added allow_ssl() (norbi) - Added detach_on_redirect config option (norbi) - Cleaned up _redirect_uri() (RT #38996) (norbi) - Switch from NEXT to MRO::Compat (RT #48328) (t0m)
2013-08-23Update to 0.32wen2-7/+6
Upstream changes: 0.32 Thu Mar 14 2013 - Don't ship .git inside the tarball, whoops. 0.31 Sat Mar 09 2013 - Fix repository location in metadata.
2013-08-23Update to 0.96wen2-8/+6
Upstream changes: 0.96 2011-11-27 - fix test failure 0.95 2011-11-20 - switch Class::Data::Accessor to Catalyst::ClassData - address rt #68997 "log levels too high" ticket
2013-08-23Update to 1.0023wen2-8/+7
Upstream changes: 0.10023 11 Jan 2013 - Add Howto on using the auth from the proxy server with ::Credential::Remote (Robert Rothenberg)
2013-08-23Update to 0.10wen2-7/+6
Upstream changes: 0.10 - 2011/12/06 - Unbork tests (thanks richardc)
2013-08-23Update to 5.9007wen2-7/+6
Upstream changes: 5.9007 2013-05-06 - Fix pod warnings (RT#83398 - thanks, Paul Waring!) - Fix repository metadata (thanks, Lars L)
2013-08-23Update to 0.41wen2-7/+7
Upstream changes: 0.41 2013-02-28 - New local attribute to let you override the default content type when no content type has been set for the response. 0.40 2013-01-15 20:52:14 - Fix hash randomisation breakage in tests (RT#82703) 0.39 2012-04-11 07:40:00 - Fix warning from tests. RT#75104 - Fix ExtUtils::MakeMaker version requirement (due to last release being made with faulty Module::Install). RT#76488 0.38 2012-02-15 20:42:00 - Change documentation to reflect use of Moose. - Change documentation to highlight how to configure UTF-8 in templates. - Change documentation to recommend putting calls to MyApp->path_to into the app class itself, ergo avoiding recursive dependencies and making the view compile standalone. - Change code generated by Catalyst::Helper::View::TT to use Moose.
2013-08-23Add p5-CatalystX-CRUD-Controller-RESTwen1-1/+2
2013-08-23Import CatalystX-CRUD-Controller-REST-0.003 as ↵wen3-0/+30
www/p5-CatalystX-CRUD-Controller-REST This module extends Catalyst::Controller::REST to work with the CatalystX::CRUD::Controller API. It is designed for web services, not managing CRUD actions via HTML forms.
2013-08-22Set visibility to hidden for BZ2_crc32Table for clang too.joerg2-1/+18
2013-08-22Note update of contao211 to 2.11.12.taca4-17/+14
Version 2.11.12 (2013-08-22) ---------------------------- ### Fixed Allow to paste into the root page in "edit multiple" mode (see #5620). ### Updated Updated TCPDF to version 6.0.010 (see #5676). ### Fixed Backported the changes from e44864d2 (see #5683). ### Fixed Handle all possible errors when uploading files (see #5934). ### Improved Improved the memory footprint of the search index rebuild (see #5681). ### Fixed Do not trigger the "setNewPassword" hook twice (see #5247). ### Updated Updated SimplePie to version 1.3.1 (see #5604). ### Fixed Delete the `pathconfig.php` file in the install tool (see #5536).
2013-08-22Make it buildable on sparc64 againmartin2-1/+18
2013-08-22Update to 1.016wen2-7/+8
Upstream changes: 1.016 2013-07-27 - Fix repository metadata. RT#87114 1.015 2012-06-27 - Add broken_dotnet_digest_without_query_string option Allows digest authentication from .NET, which does not include the query string in the uri in the digest Authorization header. - Fix broken synopsis. RT#75254 1.014 2012-02-05 - Add require_ssl configuration setting. - Add no_unprompted_authorization_required configuration setting.
2013-08-22Update to 1.11wen2-9/+8
Update DEPENDS Upstream changes: Tue 29 May 2012 20:19:00 BST - Release 1.01 Add Catalyst::Action::Deserialize::JSON::XS Fix JSON::XS useage to depend on JSON.pm v2.0, and rely on the fact that can be backed by XS code, by explicitly setting $ENV{'PERL_JSON_BACKEND'} = 2 Fri 13 Apr 2012 09:31:00 BST - Release 1.00 Repack without auto_include to stop Module::Install inlining Test::More without Test::Builder. RT#76524 Tue 28 Feb 2012 09:09:00 GMT - Release 0.99 Repack with new Module::Install to stop depending on an unnecessary ExtUtils::MakeMaker version. Tue 21 Feb 2012 11:40:00 GMT - Release 0.98 More fixes as per last release. Tue 21 Feb 2012 09:58:00 GMT - Release 0.97 Fix test with latest Catalyst version which passes _log into requests. Mon 20 Jan 2012 11:22:00 GMT - Release 0.96 Added fix for RT 63537 (from Gerv) and tests to check it. Wed 04 Jan 2012 19:34:00 GMT - Release 0.95 Fix regex for JSONP parameter name to be able to include the . character in Catalyst::Action::Serialize::JSONP. RT#73741 Add optional location parameter to status_accepted handler. RT#73691 (ghenry) Fri 09 Dec 2011 08:35:00 GMT - Release 0.94 Add 403 Forbidden and 302 Not Found status methods to Catalyst::Controller::REST (Caleb Cushing) Wed 12 Oct 2011 11:37:00 CDT - Release 0.93 Add a "Callback" serializer/deserializer to allow for more customization in how the REST data is parsed/generated (bphillips) Sat 01 Oct 2011 11:04:00 BST - Release 0.92 Add a Catalyst::Action::DeserializeMultiPart, allowing one part of a multipart request to be deserialized as the REST data (allowing other parts to be used for file uploads, for example) (bphillips)
2013-08-22using hicolor-icon-theme.obache1-2/+3
Bump PKGREVISION.
2013-08-22Update to 5.90042wen2-10/+9
Update DEPENDS Upstream changes: 5.90042 - 2013-06-14 - Removed more places where an optional dependency shows up in the test suite. Hopefully really fixed the unicode regression introduced in 5.90040 - reverted the change we introduced in 5.90040 where a unicode conversion error warned instead of died. Now it dies again, like in the stand alone plugin - More work to make sure nothing happens with encoding unless you explicitly ask for encoding - Code to hopefully fix an issue where file uploads using the unicode plugin caused trouble. 5.90041 - 2013-06-14 - Bug fix release to fix regressions introduced in previous. I would consider this a likely upgrade and if you are having trouble with the previous I hope this fixes all of them. - Fix regression with the cored Unicode plugin that broke systems where you are setting encoding type in an external configuration file - Fixed circular dependency introduced when we cored the unicode plugin tests - Fixed a longstanding problem with stats when locale uses , instead of . for number decimals - Fixed some docs that didn't properly date the previous release. 5.90040 - 2013-06-12 ! Stricter checking of attributes in Catalyst::DispatchType::Chained: 1) Only allow one of either :CaptureArgs or :Args 2) :CaptureArgs() argument must be numeric 3) :CaptureArgs() and :Args() arguments cannot be negative - Add Devel::InnerPackage to dependencies, fixing tests on perl 5.17.11 as it's been removed from core. RT#84787 - New support for closing over the PSGI $writer object, useful for working with event loops. - lets you access a psgix.io socket, if your server supports it, for manual handling of the client - server communication, such as for websockets. - Fix waiting for the server to start in t/author/http-server.t - new config flag 'abort_chain_on_error_fix' that exits immediately when a action in an action chain throws and error (fixes issues where currently the remaining actions are processed and the error is handled at chain termination). - Cored the Encoding plugin. Now get unicode out of the box by just setting $c->config->{encoding} = 'UTF-8'. BACKCOMPAT WARNING: If you are using the Encoding plugin on CPAN, we skip it to avoid double encoding issues, so you should remove it from your plugin list, HOWEVER the 'encoding' config setting is now undef, rather than 'UTF-8' (this was done to avoid breaking people's existing applications) so you should add the encoding setting to you global config. There's some other changes between the stand alone plugin and the cored version, if you use it be sure to see Catalyst::Upgrading for more. - minor documentation typo fixes and updates 5.90030 - 2013-04-12 ! POSSIBLE BREAKING CHANGE: Removed Regexp dispatch type from core, and put it in an external package. If you need Regexp dispatch types you should add "Catalyst-DispatchType-Regex" as a distribution to your build system. - make $app->uri_for and related methods return something sane, when called as an application method, instead of a context method. Now if you call MyApp::Web->uri_for(...) you will get a generic URI object that you need to resolve manually. - documentation updates around forwarding to chained actions. - Fixed bug when a PSGI engine need to use psgix logger. - Added cpanfile as a way to notice we are a dev checkout. - Added 'x-tunneled-method' HTTP Header method override to match features in Catalyst::Action::REST and in other similar systems on CPAN. - smarter valiation around action attributes. 5.90020 - 2013-02-22 ! Catalyst::Action now defines 'match_captures' so it is no long considered an optional method. This might break you code if you have made custom action roles/classes where you define 'match_captures'. You must change your code to use a method modifier (such as 'around'). - New match method "Method($HTTP_METHOD)" where $HTTP_METHOD in (GET, POST, PUT, HEAD, DELETE, OPTION) and shortcuts in controllers called "GET, POST PUT, HEAD, DELETE, OPTION"). Tests and documentation. Please note if you are currently using Catalyst::ActionRole::MatchRequestMethods there may be compatibility issues. You should remove that actionrole since the built in behavior is compatible on its own. - Initial debug screen now shows HTTP Method Match info - security fixes in the way we handle redirects - Make Catalyst::Engine and Catalyst::Base immutable - Some test and documentation improvements
2013-08-22Update to 1.39wen2-7/+6
Upstream changes: 1.39 2013-06-14 12:44:17 - Write =encoding utf8 into generated Pod files so that things work as expected for people with utf-8 characters in their unix username as returned by getpwuid (RT#84613) - Fix unbalanced parenthesis in comptest.tt (RT#85661) 1.38 2013-04-11 20:54:00 - Remove all PAR based deployment options, as they're unsupported and don't even pretend to work on 5.9 RT#83936 1.37 2012-05-19 11:19:00 - Add x_authority metadata to the distribution for PAUSE. - Fix restarter regex to apply to files being created/changed, not just those being deleted. - Use iomode => ":raw" to stop PNG files getting corrupted when being slurped on windows as noted on the mailing list.
2013-08-22Update to 0.20wen2-7/+8
Upstream changes: 0.20 2013-06-24 16:09:21 PDT - Fix packaging (name casing) 0.19 2013-06-24 15:09:55 PDT - Use Milla - Add prereqs to LWP/HTTP::Cookies 0.18 Tue Feb 12 02:56:23 PST 2013 - Repackaging 0.17 Mon Feb 11 15:40:50 PST 2013 - Use constant time comparison of HMAC signature to be precautious for timing attacks 0.16 Sun Feb 10 11:41:14 PST 2013 - Fix minimum version requirement for Test::Fatal 0.15 Tue Sep 4 14:15:13 PDT 2012 - Fixed CPAN dependencies
2013-08-22Update to 0.15wen2-11/+7
Adjust DEPENDS Upstream changes: 0.15 Mon Jan 7 15:59:54 PST 2013 - Cut down dependencies for tests (kazeburo) 0.14 Sat May 26 20:19:23 PDT 2012 - Fixed Plack dependency 0.13 Mon May 14 02:30:13 EEST 2012 - Reverted the fix in 0.12, instead fixing the test to not check port number 0.12 Sun May 13 09:30:58 EEST 2012 - Fixed the default HTTP port detection in case if it was https and use :80 (doy)
2013-08-22Update to 0.11wen2-7/+6
Upstream changes: 0.11 Tue Aug 6 23:24:07 JST 2013 - fix bug around crc calculation and footer generation. Thanks syohex-san 0.10 Fri Jul 19 10:42:33 JST 2013 - replace IO::Compress with PM::Deflater::Encoder for performance improvement 0.09 Mon May 24 14:24:04 JST 2013 - buffering a first chunk. It contains only the gzip header 0.08 Mon Jun 18 23:40:04 JST 2012 - do compress->close instead of autoflush to write gzip footer 0.07 Mon Jun 11 17:13:20 JST 2012 - added perlcriticrc, no code changes 0.06 Wed May 16 18:24:27 JST 2012 - Support Streaming, Thank you ranguard.
2013-08-22Update to 0.03wen2-7/+6
Upstream changes: 0.03 Wed Aug 8 09:08:55 PDT 2012 - Fixed packaging 0.02 Wed Aug 8 09:07:44 PDT 2012 - Fixed warnings (mschilli)