Commit graph

12649 commits

Author SHA1 Message Date
manu
935473f0c6 Add ecc option for apache 2.2.x backport of ECC support
https://issues.apache.org/bugzilla/show_bug.cgi?id=40132
2013-09-08 03:10:14 +00:00
wen
24d59161b6 Update to 4.33
Upstream changes:
4.33  2013-09-07
  - Fixed portability bug in Mojo::IOLoop::Delay.

4.32  2013-09-06
  - Added error event to Mojo::IOLoop::Delay.

4.31  2013-09-04
  - Deprecated mode specific methods in application class.
      sub production_mode {...}
    becomes (in the startup method)
      if ($app->mode eq 'production') {...}
2013-09-08 01:30:17 +00:00
wiz
76fafa5317 Fix typo 2013-09-07 19:38:41 +00:00
tron
b93907f05f Resign as maintainer of this package as I've migrated my web server
to Apache 2.4.6.
2013-09-07 18:40:13 +00:00
wen
60f47ae8ee Update to 1.21.2
Upstream changes:
Changes since 1.21.1[edit | edit source]
SECURITY: Fix extension detection with 2 .'s
SECURITY: Support for the 'gettoken' parameter to action=block and action=unblock, deprecated since 1.20, has been removed.
SECURITY: Sanitize ResourceLoader exception messages
Purge upstream caches when deleting file assets.
Unit test suite now runs the AutoLoader tests. Also fixed the autoloading entry for the PageORMTableForTesting class though it had no impact.
2013-09-07 14:49:42 +00:00
wiz
89d45dca29 Recursive PKGREVISION bump for serf-1.3.x (major shlib change).
Noted by tron.
2013-09-07 14:00:47 +00:00
adam
1918db65e2 Adjust example config file for Apache 2.4 2013-09-07 07:31:40 +00:00
wiz
d524f8f91c Update to 1.3.1:
Serf 1.3.1 [2013-08-15, from /tags/1.3.1, r????]
  Fix issue 77: Endless loop if server doesn't accept Negotiate authentication.
  Fix issue 114: ssl/tls renegotiation fails
  Fix issue 120: error with ssl tunnel over proxy with KeepAlive off and
                 Basic authentication.
  Fixed bugs with authentication (r2057,2115,2118)
  SCons-related fixes:
   Fix issue 111: add flag to set custom library path
   Fix issue 112: add soname
   Fix issue 113: add gssapi libs in the serf pc file
   Fix issue 115: Setting RPATH on Solaris broken in SConstruct
   Fix issue 116: scons check should return non-zero exit staths
   Fix issue 121: make CFLAGS, LIBS, LINKFLAGS and CPPFLAGS take a space-
                   separated list of flags.
   Fix issue 122: make scons PREFIX create the folder if it doesn't exist
   Mac OS X: Fix scons --install-sandbox
   Solaris: Fix build with cc, don't use unsupported compiler flags
  Require SCons version 2.3.0 or higher now (for the soname support).

Serf 1.3.0 [2013-07-23, from /tags/1.3.0, r2074]
  Fix issue 83: use PATH rather than URI within an ssltunnel (r1952)
  Fix issue 108: improved error reporting from the underlying socket (r1951)
  NEW: Switch to the SCons build system; retire serfmake, serf.mak, autotools
  Improved Basic and Digest authentication:
    - remember credentials on a per-server basis
    - properly manage authentication realms
    - continue functioning when a server sets KeepAlive: off
  Windows: add support for NTLM authentication
  Improved 2617 compliance: always use strongest authentication (r1968,1971)
  Fixed bugs with proxy authentication and SSL tunneling through a proxy
  Fixed bugs the response parser (r2032,r2036)
  SSL connection performance improvements
  Huge expansion of the test suite
2013-09-06 17:23:49 +00:00
taca
0d2b492e00 Update typo3-60 package to 6.0.9.
This release contains a security fix, please refer TYPO3 Security Bulletin
TYPO3-CORE-SA-2013-003: TYPO3-CORE-SA-2013-003: Incomplete Access Management
and Remote Code Execution Vulnerability in TYPO3 Core.

http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-003/

2013-09-04  8506ff6                  [RELEASE] Release of TYPO3 6.0.9 (TYPO3 Release Team)
2013-09-04  952974b  #50886          [SECURITY] Prohibit accessing storage 0 from backend UI (Steffen Ritter)
2013-09-04  1e710fb  #50883          [SECURITY] Identifiers may refer to resources outside the storage (Steffen Ritter)
2013-09-04  6073618  #51495          [SECURITY] Deny arbitrary code execution possibility for editors (Helmut Hummel)
2013-09-04  b3e53a0  #51327          [SECURITY] Refactor and fix FAL user permission handling (Helmut Hummel)
2013-09-04  31d5b88  #51326          [SECURITY] Add possibility to en-/disable file permission checks (Helmut Hummel)
2013-09-04  02aa25d  #51079          [SECURITY] Check permissions in all actions of ResourceStorage (Steffen Ritter)
2013-09-03  77701ad                  [TASK] CGL Cleanup of ResourceStorage (Helmut Hummel)
2013-09-03  ec0a99c  #49842          [BUGFIX] Storage is offline but is still used (Frans Saris)
2013-09-03  1cf9d3c  #51672          [BUGFIX] Fix fatal error in ExtendedFileUtility (Helmut Hummel)
2013-09-01  55724fb  #31998          [BUGFIX] Faulty check for missing SMTP port (Tomita Militaru)
2013-08-31  c73e4fe  #50424          [BUGFIX] Backend Layout Grid Wizard not fully visible in Mac Firefox 22 (Roland Schenke)
2013-08-30  0547211  #51585          [BUGIFX] Missing argument in EM List view VH (Francois Suter)
2013-08-29  2b86070  #51328          [BUGFIX] Only log file/directory actions which were done (Helmut Hummel)
2013-08-29  dc01b69  #51544          [BUGFIX] Sprite manager cache improvement (Christian Kuhn)
2013-08-29  01acc60  #50707          [BUGFIX] TCA 'group' selectedListStyle with 'width' breaking layout (Ernesto Baschny)
2013-08-29  2727a6a  #51460          [BUGFIX] Database integrity check fatal error (Stefan Fürst)
2013-08-29  1a04377  #51474          [BUGFIX] Cast autoload and classAliasMap to Array (Michel Georgy)
2013-08-29  f1ab499  #51509          [BUGFIX] Add missing API method FileInterface::getNameWithoutExtension (Ernesto Baschny)
2013-08-28  2c8a999  #36244          [BUGFIX] Exclude empty passwords from password hashing check (Nicole Cordes)
2013-08-27  05fccd0  #50234          [TASK] Make the extension titles link to the configuration (Nicole Cordes)
2013-08-27  774a1e0  #51304          [BUGFIX] Hide translations in categories selector (Francois Suter)
2013-08-27  ed32255  #50870          [BUGFIX] Tests in Localization\Parser\LocallangXmlParserTest fail (Nicole Cordes)
2013-08-27  f7e4a7e  #50760          [BUGFIX] Escape title tag of image links (Alexander Stehlik)
2013-08-27  7bd1009  #25327,#37026   [BUGFIX] Page tree filtering broken in IE7 & IE8 (Aske Ertmann)
2013-08-25  a735101  #51209          [BUGFIX] Ignore permission checks for processed files (Helmut Hummel)
2013-08-20  910d820  #37892          [BUGFIX] No version overlay should be done for sys_language (Lienhart Woitok)
2013-08-20  19a811d  #46989          [BUGFIX] Files with unclean path indexed multiple times (Stefan Neufeind)
2013-08-18  fb7b686  #50614          [TASK] FilesContentObject::stdWrapValue(): only execute stdWrap once (Stefan Neufeind)
2013-08-18  d368497  #43428          [BUGFIX] Language-module icons need to display in correct size (Stefan Neufeind)
2013-08-17  fbbad86  #30636          [BUGFIX] TCA: subtypes_addlist not processed (Benjamin Mack)
2013-08-17  f39a79d  #47844          [BUGFIX] Query parameters of external link may get altered (Stanislas Rolland)
2013-08-16  a09dc5f  #51115          [TASK] Disable scheduler-tests if EXT:scheduler not loaded (Anja Leichsenring)
2013-08-16  8dfaf9c  #51004          [BUGFIX] Fix file permission methods in BackendUserAuthentication (Helmut Hummel)
2013-08-16  db51023  #51007          [BUGFIX] Fix inconsistencies in getTSConfig in BackenuserAuth (Helmut Hummel)
2013-08-16  221a435                  Revert "[BUGFIX] Fix inconsistencies in getTSConfig in BackenuserAuth" (Helmut Hummel)
2013-08-16  8b33a0d                  Revert "[BUGFIX] Fix file permission methods in BackendUserAuthentication" (Helmut Hummel)
2013-08-15  d3b7851  #51007          [BUGFIX] Fix inconsistencies in getTSConfig in BackenuserAuth (Helmut Hummel)
2013-08-15  329645c  #51004          [BUGFIX] Fix file permission methods in BackendUserAuthentication (Helmut Hummel)
2013-08-14  61506bb  #46094          [BUGFIX] Avoid usage of subheader in mailform (Francois Suter)
2013-08-12  d7ef5a9  #47806          [BUGFIX] Typing after abbr or acronym tag is difficult (Stanislas Rolland)
2013-08-12  c8a83e7  #50193          [BUGFIX] FAL: Image Processing doesn't respect GFX "thumbnails_png" (Benjamin Mack)
2013-08-12  7b16232  #51010          [BUGFIX] Allow reading files if storage is not browsable (Helmut Hummel)
2013-08-11  f92dbbd  #51005          [BUGFIX] Take into account all file and folder permissions (Helmut Hummel)
2013-08-11  4943a8f  #50844          [BUGFIX] Failing tests in Resource\Driver\LocalDriverTest on Windows (Nicole Cordes)
2013-08-11  ac39140  #51012          [BUGFIX] Missing \TYPO3\CMS\Core\Utility\ in ResourceFactory (Wouter Wolters)
2013-08-11  55446c5  #51011          [TASK] Add signal in ResourceFactory for storage creation (Helmut Hummel)
2013-08-11  271e801  #44910          [BUGFIX] LocalDriver: Recursive file listing is broken (Andreas Wolf)
2013-08-11  4978ea7  #50502          [BUGFIX] rtehtmlarea acronym error with static_info_tables 6.0+ (Stanislas Rolland)
2013-08-08  150e458  #48523          [BUGFIX] Reports module tries to load not-installed extension (Wouter Wolters)
2013-08-08  8ed8066  #50868          [BUGFIX] number_format() expects parameter 1 to be double (Wouter Wolters)
2013-08-07  98bc16b  #50568          [BUGFIX] Ignore case in file extension filter (Alexander Stehlik)
2013-08-07  20df928  #50872          [BUGFIX] Correctly set user storage permissions (Helmut Hummel)
2013-08-07  c941199  #50867          [TASK] Introduce AbstractHierarchicalFilesystemDriver (Steffen Ritter)
2013-08-07  f3f221d  #50843          [BUGFIX] Failing Resource\FactoryTest on Windows systems (Nicole Cordes)
2013-08-07  c75eefb  #47106          [BUGFIX] Indexing of external files does not work in indexed_search (Wouter Wolters)
2013-08-07  80aeb3a  #50562          [BUGFIX] Callback in CrawlerHook of indexed_search sysext buggy (Marius Büscher)
2013-08-07  647d075  #50812          [BUGFIX] Backup singletons in unit tests prior to other setUp operations (Nicole Cordes)
2013-08-06  5250c54  #50628          [BUGFIX] Fix EmConfUtility::fixEmConf conflicts generation (Sascha Egerer)
2013-08-06  e3d9d7b  #50125          [BUGFIX] Incorrect check for empty folder (Philipp Gampe)
2013-08-06  0f2a29d  #50615          [TASK] Use magic __CLASS__ in getInstance()-methods (Stefan Neufeind)
2013-08-06  ad9328c  #50751          [BUGFIX] Fix empty href parameter (Anja Leichsenring)
2013-08-06  9e407f0  #50809          [BUGFIX] Fix failing test in StorageRepositoryTest (Anja Leichsenring)
2013-08-06  449dc72  #50803          [BUGFIX] Fatal error: "enableFields on non-object" in extension manager (Ernesto Baschny)
2013-08-04  3cd1045  #50466          [BUGFIX] MySQL: Use ENGINE (not TYPE) for storage-engine (Stefan Neufeind)
2013-08-01  db1c38b  #43893          [BUGFIX] selected = 1 doesn't work in FormContentObject (Wouter Wolters)
2013-08-01  f827fc9  #47123          [BUGFIX] Suppress double page entry in temporary mounted pagetree (Frank Frewer)
2013-07-31  2feccc5  #36031          [TASK] Provide information about import action in TCEmain to hooks (Stefan Galinski)
2013-07-31  07f3578  #43631          [BUGFIX] RTE wizard can't "save document and view page" (Stanislas Rolland)
2013-09-06 14:16:46 +00:00
wiz
c11ca02803 Update to 0.9510:
0.9510 Mon May 13 11:30:15 EEST 2013
	- rt.cpan.org #85211 - pod fix
2013-09-05 19:56:45 +00:00
wiz
a8c8135f74 Update to 2.25:
#-----------------------------------------------------------------------
# Version 2.25 - 24th July 2013
#------------------------------------------------------------------------

* Jon Jensen fixed the behaviour of split() which changed in Perl 5.18.0

* Jay Hannah added repository information for metacpan.org et. al.

* Colin Keith fixed Template::Provider's handling of directories

* Kevin Goess made the date plugin accept the ISO8601 "T" separator

* David Steinbrunner fixed various typos.

* Andreas Koenig silenced recent Pod::Simple warnings

* Slaven Rezic silenced warnings in the replace vmethod.

* Ricardo Signes made the Image plugin emit extra tags in a predictable order

* Johan Vromans added the --link option to ttree.

* Smylers added documentation for the ENCODING option.

* Andy Wardley made some minor documentation changes relating to github.
2013-09-05 19:53:01 +00:00
wiz
5bee4622d9 Update to 1.19:
1.19 15.04.2013
  - meta_merge ref. to Github repo

1.18 24.08.2012
  - fixed [rt.cpan.org #79079] Non-ASCII character seen before =encoding
2013-09-05 19:51:49 +00:00
wiz
9b1f5872e4 Update to 0.04:
0.04     2013-06-16

- Pod fixes.
2013-09-05 19:41:46 +00:00
wen
29a036c6fc Update to 0.29
Upstream changes:
0.29    08/31/2013
        - Better cookie support with the AnyEvent::HTTP backend (Manni Heumann)
2013-09-05 00:53:39 +00:00
wen
f89245e74c Update to 0.28
Upstream changes:
0.28  2013-05-12 15:03:47 PDT
        - Use requires instead of recommends

0.27  2013-04-25 12:02:27 PDT
        - Switch to Milla and use optional_features in CPAN Meta spec 2

0.26
        - Upped versions
2013-09-05 00:48:24 +00:00
schmonz
c9830fa34b Update to 3.20130904.1. From the changelog:
* calendar: Display the popup mouseover when there is only 1 page for a
  given day, for better UI consistency.
* meta: Can now be used to add an enclosure to a page, which is a fancier
  way to do podcasting than just inlining the media files directly;
  this way you can write a post about the podcast episode with show notes,
  author information, etc.
  (schmonz)
* aggregate: Show author in addition to feedname, if different.
  (schmonz)
* Consistently configure LWP::UserAgent to allow use of http_proxy
  and no_proxy environment variables, as well as ~/.ikiwiki/cookies
  (schmonz)
* Fix test suite to work with perl 5.18. Closes: #719969
* Fix cookiejar default setting.
2013-09-04 21:05:41 +00:00
drochner
e0d3d54820 the build insists in Python-2.7.x 2013-09-04 16:25:50 +00:00
obache
4a646b438b recursive bump from graphics/gd shlib major bump. 2013-09-04 12:31:24 +00:00
taca
53e8ece641 Add "used by" in comments. 2013-09-04 02:38:31 +00:00
taca
4f40264905 Fix build problem.
CT_DIST_SUBDIR is no longer used.
2013-09-04 02:38:06 +00:00
taca
9ece7f8527 Fix build problem.
* Use the same MASTER_SITES as Makefile.common.
* Use proper EXTRACT_ELEMENTS with update of distfiles.
2013-09-04 01:05:03 +00:00
adam
4aa90692b9 Changes 6.10:
- Replace clamd STREAM by zINSTREAM protocol as clamav have removed the obsolete STREAM protocol in release 0.97.4.
2013-09-03 13:39:11 +00:00
adam
8e9fef0e21 Changes 0.2.4:
Bug fix: The URL in connect requests is not retrieved correctly inside url_check service
2013-09-03 13:38:08 +00:00
adam
905591a4cb Changes 0.2.5:
This is released only to fix an important bug of the 0.2.4 release which caused the c-icap to not respond to requests.
2013-09-03 13:37:19 +00:00
adam
afe748b01b Added www/squidanalyzer version 5.2 2013-09-03 10:09:04 +00:00
adam
b0ed589a17 Squid proxy native log analyser and reports generator with full statistics
about times, hits, bytes, users, networks, top urls and top domains. Statistic
reports are oriented toward user and bandwidth control; this is not a pure
cache statistics generator.

SquidAnalyzer use flat files to store data and don't need any SQL, SQL Lite or
Berkeley databases.

This log analyzer is incremental and should be run in a daily cron or more
often on huge network trafic.
2013-09-03 10:08:25 +00:00
wen
bddcde3ac2 Update to 0.09
Update DEPENDS

Upstream changes:
0.09      2013-09-02 00:12:58 Asia/Jerusalem

    [ ENHANCEMENTS ]
    * Rewite DSL keyword engine (Mickey Nasriachi)
    * Require minimum Role::Tiny 1.003000 (Alberto Sim玫es)
    * GH#382: Move Request attributes to params, and fix serializers
              behavior (Russell Jenkins)
    * GH#406: Replace Dancer2::ModuleLoader with Class::Load
              (Alberto Sim玫es, Sawyer X)
    * GH#329: Remove 'load_app' DSL keyword. Remove reference to
              'load' as well. (Sawyer X)
    * GH#412: Autopages are now called properly with correct MIME.
              (Alberto Sim玫es)

    [ DOCUMENTATION ]
    * GH#390: minor cookbook documentation fixes (Russell Jenkins)
    * GH#392: remove support to auto_reload and suggest alternative
      in Dancer2::Cookbook (Ahmad M. Zawawi)
    * GH#397,407: Miscellaneous documentation fixes (Andrew Solomon)
    * Documentation cleanups (Alex Beamish)

    [ BUG FIXES ]
    * When compiling route regex object with prefix, add the closing anchor
      (Mickey Nasriachi)
    * GH#386: honor log level defined in config file (Alberto Sim玫es)
    * GH#396,409: Miscellaneous bug fixes (Russell Jenkins)
    * GH#403: Fix forward behavior (Russell Jenkins)

0.08      2013-08-18 15:22:45 Asia/Jerusalem

    [ ENHANCEMENTS ]
    * GH#352: Define content_type as a property for serializers. (Franck Cuny)
    * Cleanup duplicate HTTP status code between Core::Error and Core::HTTP
      (Russel Jenkins)
    * GH#363: Move core methods to Dancer2::Core (Alberto Sim玫es)
    * GH#362: Serializers documentation and test cleanup. (Franck Cuny)
    * Refactoring of the engine method. (Franck Cuny)
    * Misc. code cleanup. (Russel Jenkins)
    * GH#280: Remove the unused ':syntax' importing tag (Sawyer X)
    * Display startup info only if environment is "development" (Franck Cuny)
    * Move postponed_hooks to server from runner (Sawyer X)
    * Provide easier access to global runner (Sawyer X)
    * Bunch of code cleanups which also includes speed boost (Sawyer X)
    * More immutability in the runner class and config role (Sawyer X)

    [ BUG FIXES ]
    * GH#85, GH#354: Fix autopages, especially in subdirs
      (Stefan Hornburg, Alberto Sim玫es)
    * GH#365: Fix serializer settings (Steven Humphrey)
    * GH#333: callerstack for logger was too short (Alberto Sim玫es)
    * GH#369: Move request deserialization from Dispatcher to Content & Request
      (Russell Jenkins)

    [ DOCUMENTATION ]
    * GH#192: Documentation the current usage of middlewares using
              Plack::Builder (Sawyer X)
    * GH#195, GH#197, GH#372: Multiple apps with Plack::Builder (Sawyer X)
    * GH#348: Documentation of Role::Logger (Franck Cuny)
    * GH#350: Move part of README.md to GitGuide.md (Franck Cuny)
    * GH#353: Documentation of Role::Serializer (Alberto Sim玫es, Franck Cuny)
    * Misc. minor documentation tweak (Alberto Sim玫es, Franck Cuny)
2013-09-03 09:50:39 +00:00
wen
3c6bc72719 Update to 4.30
Upstream changes:
4.30  2013-09-01
  - Fixed memory leak in Mojolicious::Routes.

4.29  2013-08-31
  - Fixed automatic rendering to work after non-blocking operations have been
    performed in bridges.
2013-09-03 00:43:57 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
obache
ebf6fc31f0 Update p5-HTTP-Server-EV to 0.67
(resolve PR pkg/47641, updated to newer version including the bugfix).

Revision history for Perl extension HTTP::Server::EV.

0.67
	- (not recorded, but released at same date of 0.66)

0.66
	- Bugfix, thanx Edgar Fuß

0.65
	- ~300% Faster urldecode
	- Any HTTP methods now supported. Server just parses headers, use
	  $cgi->fh to process body of PUT or other methods
	- Added ->flush_wait and ->give_up_handle methods in
	  HTTP::Server::EV::Buffer
	- Fixed stack corruption, thanx Edgar Fuß

0.6
	- Implemented HTTP::Server::EV::Buffer onerror(ondisconnect) callback
	- Listen now can accept IO::Socket::INET object with socket to listen
	- Added support of sharing one listening socket per several forks, and
	  fork_hook cb to integrate with fork managers
	- Fixed bug when only first defined port listener worked
	- Fixed segfault when starting/stopping PortListener
2013-09-02 13:26:32 +00:00
rillig
0cc208408e Fixed a pkglint warning. 2013-08-31 22:15:10 +00:00
rillig
6522f2cba4 Fixed pkglint warnings. 2013-08-31 22:10:31 +00:00
joerg
a948d8c688 New texinfo wants =encoding. 2013-08-31 14:55:13 +00:00
taca
c1d3a485bb Update fengoffice to 2.3.1.1.
There are too many changes to write here from 2.2.4.1,
please refer readme.txt.
2013-08-31 02:04:54 +00:00
joerg
0b330e26cb Files should be installed into vendor subdirectory. From morr@ 2013-08-30 22:41:45 +00:00
joerg
360205902d Deal with gethostbyname_r fallout. 2013-08-30 16:56:08 +00:00
taca
a857166a6f Update drupal7 pacakge to 7.23.
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-30 15:47:26 +00:00
taca
0c4d3aa15f Contao project has switched download site from SourceForge.net to GitHub.
So, change primary download download.contao.org which redirects to GitHub.

No functional change should be made.
2013-08-30 15:46:25 +00:00
taca
a4715b8017 Update contao211-translations to 201308270.
Update Japanese translation to supoprt Contao 2.11.12.
2013-08-30 15:43:05 +00:00
joerg
d74fc4ed17 Don't use '\0' as pointer. Copy Clang related patches from Firefox.
Remove empty patch file.
2013-08-30 13:00:37 +00:00
wen
23c6326b41 Update to 4.28
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-30 07:53:14 +00:00
martin
ea16228103 Fix endianess test 2013-08-29 20:49:26 +00:00
martin
2f06043197 Conditionalize the last remaining PLIST difference on sparc64 2013-08-29 18:48:25 +00:00
martin
19d7b65369 Skia does not support GL on big endian machines yet - so adjust PLIST
by conditionalizing it.
2013-08-29 14:14:34 +00:00
kleink
637f835497 Update py-werkzeug and py-werkzeug-docs to 0.9.4.
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-28 15:52:15 +00:00
taca
1109df3b36 Update contao31 to 3.1.2.
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-27 16:08:03 +00:00
wen
b710bd20e1 Update to 2.20
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-27 05:06:21 +00:00
wen
1baed02d91 Update to 1.05
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-27 05:01:33 +00:00
wen
d0b02dc8cf Update to 0.28
Upstream changes:
0.28    08/24/2013
        - allow passing options to backend (clkao)
2013-08-27 04:53:35 +00:00
wen
3924b0112a Update to 1.0029
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-27 03:10:19 +00:00