summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2015-06-14Fix build problem after changing rd2 handling.taca3-2/+30
2015-06-13Remove contao34, it reached EOL by release of contao 3.5.0.taca11-4129/+0
2015-06-13Remove contao34.taca1-2/+1
2015-06-13Add and enable contao35.taca1-1/+2
2015-06-13Update to 1.3138wen2-8/+8
Change CGI module to BUILD_DEPEND instead of DEPEND Upstream changes: 1.3138 2015-06-12 - Promote 1.3137 to non-trial release. [ STATISTICS ] - code churn: 1 file changed, 1796 insertions(+), 1754 deletions(-) 1.3137 2015-06-05 [ BUG FIXES ] - Dancer::Logger->init invocation was using `setting()` instead of `settings()`. (GH#1103, jwittkoski) - Skip utf8 tests on cygwin. (GH#1046, mokko) - Dancer::Session::YAML now refuse cookies that aren't alphanumerical. (yanick) [ ENHANCEMENTS ] - Provide a way to load settings directly from hash. (GH#1113, fgabolde) - Remove 'auto-reload' feature. (GH#1058, alambike) - Add methods to interact with TT's wrappers. (GH#1034, David Zurborg) [ STATISTICS ] - code churn: 13 files changed, 277 insertions(+), 212 deletions(-)
2015-06-12Update c-icap-modules to 0.3.2.taca6-25/+35
0.3.2 Changes * Bug fix: "clamd_get_versions: parse error ..." * Bug fix: Bug 66: decoding deflate encoded files produces huge files 0.3.1 New features * The virus engines now loaded as external modules to c-icap. Currently the "clamd" which uses clamd daemon and "clamav" which uses the libclamav, engines are provided 0.2.5 * virus_scan viralator mode fixes
2015-06-12Update c-icap to 0.3.5.taca16-131/+369
0.3.5 Changes * Bug fix: Wrong status code for REQMOD requests without preview * Bug fix: Spaces on header may result to bad request error * Bug fix: cache drops non expired items * Add the "DefaultService" configuration parameter. For use with buggy clients which are not include icap service name in urls. * Add support for ICAP requests pipelining * Add the "SupportBuggyClients" configuration parameter. If enabled c-icap tries to handle buggy ICAP clients which are not include correct delimiters between HTTP and ICAP headers. Other minor fixes 0.3.4 Changes * Berkeley databases may have problems when newer Berkeley DB library used hash_table, always uses a very small hash table resulting to slow search operations * c-icap crashes when trying to parse lookup table parameters * local cache items are never expired. Affects dnsbl and ldap lookup tables * posix interprocess locking does not work Other minor fixes 0.3.3 Changes * bug 67: "Bug in the service. Please report to the service author..." * Bug fix: ci_format_text function may exceeds the buffer Other minor fixes 0.3.2 Changes * Bug fix: Restrict permissions on c-icap.ctl * Author: Mathieu Parent sathieu@debian.org * Bug-Debian: http://bugs.debian.org/645122 * Bug fix: Correctly daemonize * Author: Mathieu Parent sathieu@debian.org * Bug-Debian: http://bugs.debian.org/645310 0.3.1 For installation instructions: * https://sourceforge.net/apps/trac/c-icap/wiki/configcicap * https://sourceforge.net/apps/trac/c-icap/wiki Changes * New interfaces added to help service developers. 0.2.6 Bugs fixes * The c-icap does not build correctly in some platforms * The c-icap-client does not display ICAP headers on 204 preview response * The xheaders are not displayed when %<ih fmt code used * Fix deadlocks in access log subsystem
2015-06-12Allow build on Ruby 2.2.taca1-2/+1
2015-06-12ruby-webrobots builds on Ruby 2.2. Fix one of pbulkscan problems.taca1-3/+1
2015-06-12update dillo to 3.0.4.1. changes:snj2-7/+6
- Avoid a corner case segfault when no search URL is found in dillorc. - Fix linking problem with fltk-1.3.3 and fl_oldfocus. - Don't follow redirections or meta refresh in --local mode. - Don't load background images in --local mode. - Make sure window is resizable with fltk-1.3.3. - Remove Fl_Printer stub that always gave problems compiling under OSX.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz383-652/+766
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-06-12Update to 0.160003wen2-6/+6
No upstream changelog.
2015-06-12Update to 1.3136wen2-6/+7
Upstream changes: 1.3136 2015-05-24 [DOCUMENTATION] - Remove mention of format 'with_id' from Dancer::Logger::Abstract. (GH#112, Fabrice Gabolde) [ENHANCEMENTS] - Cache sessions such that they are only retrieved once per request. (GH#1105, GH#992, Yanick Champoux)
2015-06-11Allow this package build on Ruby 2.2.taca2-6/+2
2015-06-11Update ruby-sinatra-contrib to 1.4.4.taca3-8/+10
Changes are not available except commit log: <https://github.com/sinatra/sinatra-contrib/commits/master>.
2015-06-11Fix build problem on Ruby 2.2.taca2-1/+26
2015-06-11Update ruby-websocket to 1.2.2.taca3-23/+22
pkgsrc change: remove RUBY_VERSION_SUPPORTED since it has default value. ## 1.2.2 - fix handshake for draft 11+ sending Sec-WebSocket-Origin instead of Origin
2015-06-11Update ruby-unicorn to 4.9.0.taca4-15/+15
pkgsrc change: add support for pkg_alternatives. unicorn 4.9.0 - TempfileReaper support in Rack 1.6 This release supports the Rack::TempfileReaper middleware found in rack 1.6 for cleaning up disk space used by temporary files. We also use Rack::TempfileReaper for cleaning up large temporary files buffered with TeeInput. Users on rack 1.5 and earlier will see no changes. There's also a bunch of documentation/build system improvements. This is likely to be the last Ruby 1.8-compatible release, unicorn 5.x will require 1.9.3 or later as well as dropping lots of cruft (the stupid "Status:" header in responses being the most notable). 21 changes backported from master: ISSUES: update with mailing list subscription FAQ: add entry for Rails autoflush_log dev: remove isolate dependency unicorn.gemspec: depend on test-unit 3.0 remove RubyForge and Freecode references remove mongrel.rubyforge.org references examples: add run_once to before_fork hook example t/t0002-parser-error.sh: relax test for rack 1.6.0 switch docs + website to olddoc README: clarify/reduce references to unicorn_rails gemspec: fixup olddoc migration GNUmakefile: fix clean gem build + reduce build cruft doc: update support status for Ruby versions fix uninstalled testing and reduce require paths test_socket_helper: do not depend on SO_REUSEPORT ISSUES: add section for bugs in other projects explain 11 byte magic number for self-pipe Links: mark Rainbows! as historical, reference yahns doc: document UNICORN_FD in manpage tee_input: support for Rack::TempfileReaper middleware support TempfileReaper in deployment and development envs
2015-06-11Update ruby-sinatra to 1.4.6.taca3-9/+9
= 1.4.6 / 2015-03-2x * Improve tests and documentation. (Daro HereЏ, Seiichi Yonezawa, kyoendo, John Voloski, Ferenc-, Renaud Martinet, Christian Haase, marocchino, huoxito, Damir Svrtan, Amaury Medeiros, Jeremy Evans, Kashyap, shenqihui, Ausmarton Fernandes, kami, Vipul A M, Lei Wu, 7stud, Taylor Shuler, namusyaka, burningTyger, Cornelius Bock, detomastah, hakeda, John Hope, Ruben Gonzalez, Andrey Deryabin, attilaolah, Anton Davydov, Nikita Penzin, Dyego Costa) * Remove duplicate require of sinatra/base. (Alexey Muranov) * Escape HTML in 404 error page. (Andy Brody) * Refactor to method call in `Stream#close` and `#callback`. (Damir Svrtan) * Depend on latest version of Slim. (Damir Svrtan) * Fix compatibility with Tilt version 2. (Yegor Timoschenko) * Fix compatibility issue with Rack `pretty` method from ShowExceptions. (Kashyap) * Show date in local time in exception messages. (tayler1) * Fix logo on error pages when using Ruby 1.8. (Jeremy Evans) * Upgrade test suite to Minitest version 5 and fix Ruby 2.2 compatibility. (Vipul A M)
2015-06-11Update ruby-sass to 3.4.14.taca2-6/+6
3.4.14 (22 May 2015) * Further avoid race conditions when caching. * Only emit one warning for each line that uses the deprecated form of unquote(). * Stop parsing and emitting invalid @supports directives. * Add a deprecation warning for using != to compare a number with units to a number without. Such a warning already existed for ==. * Improve rounding of the results of color operations.
2015-06-11Update ruby-rack to 1.6.1.taca3-8/+10
Update HOMEPAGE. Changes are not available except commit log: <https://github.com/rack/rack/commits/1-6-stable>.
2015-06-11Update ruby-puma to 2.11.3.taca3-25/+8
=== 2.11.3 / 2015-05-18 * 5 bug fixes: * Be sure to unlink tempfiles after a request. Fixes #690 * Coerce the key to a string before checking. (thar be symbols). Fixes #684 * Fix hang on bad SSL handshake * Remove `enable_SSLv3` support from JRuby * 1 PR merged: * Merge pull request #698 from looker/hang-handshake === 2.11.2 / 2015-04-11 * 2 minor features: * Add `on_worker_fork` hook, which allows to mimic Unicorn's behavior * Add shutdown_debug config option * 4 bug fixes: * Fix the Config constants not being available in the DSL. Fixes #683 * Ignore multiple port declarations * Proper 'Connection' header handling compatible with HTTP 1.[01] protocols * Use "Puma" instead of "puma" to reporting to New Relic * 1 doc fixes: * Add Gitter badge. * 6 PRs merged: * Merge pull request #657 from schneems/schneems/puma-once-port * Merge pull request #658 from Tomohiro/newrelic-dispatcher-default-update * Merge pull request #662 from basecrm/connection-compatibility * Merge pull request #664 from fxposter/on-worker-fork * Merge pull request #667 from JuanitoFatas/doc/gemspec * Merge pull request #672 from chulkilee/refactor
2015-06-11Update ruby-jekyll-gist to 1.2.1.taca3-7/+10
## 1.2.1 / 2015-03-22 * Use `has_key?` (#6) ## 1.2.0 / 2015-03-21 ### Minor Enhancements * Allow variables as parameters (#4) ### Development Fixes * Fix RSpec deprecation warning (#5)
2015-06-11Update ruby-http to 0.8.12.taca3-12/+33
pkgsrc change: allow build on Ruby 2.2. ## 0.8.12 (2015-05-26) * Fix `HTTP.timeout` API (was loosing previously defined options). (@ixti) ## 0.8.11 (2015-05-22) * SNI support for HTTPS connections. See #229. (@tarcieri) * Use "http.rb" in the User-Agent string. See #227. (@tarcieri) ## 0.8.10 (2015-05-14) * Fix cookie headers generation. (@ixti) ## 0.8.9 (2015-05-11) * Add cookies support. (@ixti) * Enforce stringified body encoding. See #219. (@Connorhd) ## 0.8.8 (2015-05-09) * Fix CONNECT header for proxies. See #217. (@Connorhd) ## 0.8.7 (2015-05-08) * Fix `HTTP.timeout` API with options only given. (@ixti) ## 0.8.6 (2015-05-08) * Reset global timeouts after the request finishes. See #215. (@zanker) ## 0.8.5 (2015-05-06) * Add simple timeouts configuration API. See #205. (@ixti) * Deprecate `Request#request_header`. Use `Request#headline` instead. (@ixti) ## 0.8.4 (2015-04-23) * Deprecate `#default_headers` and `#default_headers=`. (@ixti) * Deprecate chainable methods with `with_` prefix. See #207. (@ixti) * Add support of HTTPS connections through proxy. See #186. (@Connorhd) ## 0.8.3 (2015-04-07) * Fix request headline. See #206. (@ixti) * Remove deprecated `Request#__method__`. (@ixti) ## 0.8.2 (2015-04-06) * Fix Celluloid::IO compatibility. See #203. (@ixti) * Cleanup obsolete code. (@zanker) ## 0.8.1 (2015-04-02) * Add missing `require "resolv"`. See #202. (@ixti) * Add block-form `#persistent` calls. See #200, #201. (@ixti) ## 0.8.0 (2015-04-01) * Properly handle WaitWritable for SSL. See #199. (@zanker) * Add support for non-ASCII URis. See #197. (@ixti) * Add configurable connection timeouts. See #187, #194, #195. (@zanker) * Refactor requests redirect following logic. See #179. (@ixti) * Support for persistent HTTP connections (@zanker) * Add caching support. See #77 and #177. (@Asmod4n, @pezra) * Improve servers used in specs boot up. Issue was initially raised up by @olegkovalenko. See #176. (@ixti) * Reflect FormData rename changes (FormData -> HTTP::FormData). (@ixti) * `HTTP::Headers` now raises `HTTP::InvalidHeaderNameError` in case of (surprise) invalid HTTP header field name (e.g.`"Foo:Bar"`). See #173. (@ixti)
2015-06-11Update ruby-http-form_data to 1.0.1.taca2-6/+6
## 1.0.1 (2015-03-31) * Fix usage of URI module.
2015-06-11Update ruby-csspool to 4.0.5.taca3-10/+9
4.0.5 New Features * Support the ratio data type 4.0.4 (Broken release, do not use)
2015-06-11Allow build this package no Ruby 2.2.taca1-3/+1
2015-06-11Fix build problem on Ruby 2.2.taca2-1/+26
2015-06-11Fix build problem of ruby-clearsilver package on Ruby 2.2.taca2-1/+26
2015-06-11Update ruby-pygments.rb to 0.6.3.taca2-7/+7
pkgsrc change: update minimum version of ruby-yajl to 1.2.0. * Fix Python hunting logic on Windows.
2015-06-11Add fix for CVE-2015-0253.taca3-2/+28
Bump PKGREVISION.
2015-06-11Switch to use tesxtproc/ruby-rdtool/ruby-rdtool.mk instead of buildlink3.mk.taca2-4/+4
2015-06-11Update to 3.20150610. From the changelog:schmonz3-16/+16
[ Joey Hess ] * New emailauth plugin lets users log in, without any registration, by simply clicking on a link in an email. * Re-remove google from openid selector; their openid provider is gone for good. * Make the openid selector display "Password" instead of "Other" when appropriate, so users are more likely to click on it when they don't have an openid. * Converted openid-selector into a more generic loginselector helper plugin. * passwordauth: Don't allow registering accounts that look like openids. * Make cgiurl output deterministic, not hash order. Closes: #785738 Thanks, Daniel Kahn Gillmor [ Simon McVittie ] * Do not enable emailauth by default, to avoid surprises on httpauth-only sites. Enable it by default in openid instead, since it is essentially a replacement for OpenIDs. * Make the attachment plugin work with CGI.pm 4.x (Closes: #786586; workaround for #786587 in libcgi-pm-perl) * Add a public-domain email icon from tango-icon-theme * Populate pagectime from either mtime or inode change time, whichever is older, again for more reproducible builds * debian: build the docwiki with LC_ALL=C.UTF-8 and TZ=UTC * debian/copyright: consolidate permissive licenses * debian/copyright: turn comments on provenance into Comment * brokenlinks: sort the pages that link to the missing page, for better reproducibility * Add [[!meta date]] to news items and tips, since the git checkout and build process can leave the checkout date in the tarball release, leading to unstable sorting * Sort backlinks deterministically, by falling back to sorting by href if the link text is identical * Add a $config{deterministic} option and use it for the docwiki * haiku: if deterministic build is requested, return a hard-coded haiku * polygen: if deterministic build is requested, use a well-known random seed
2015-06-10Update typo3_62 to 6.2.13 (TYPO3 6.2.13).taca3-9/+11
The TYPO3 community announces the release of TYPO3 CMS version 6.2.13 LTS, which is now ready for you to download. This version is a maintenance release and contains bug fixes as well as various improvements for the day-to-day administration of a TYPO3 website (Extension Manager and management of reference index). PHP 5.6 support - --------------- Although the TYPO3 CMS Team aims at eventually supporting PHP 5.6 with TYPO3 6.2 LTS, we are aware of some in-depth issues. As such, we highly recommend to keep PHP 5.3 - 5.5 when running TYPO3 6.2 LTS for the time being. Hopefully this should be fixed with the next release. Image handling - -------------- The base data used for the checksum calculation of processed files have been changed. This should be transparent for you unless you are having a large installation. In such case, we enjoin you to read the details about this release (link below) and to make use of the dedicated upgrade wizard.
2015-06-10Changes 4.4.12:adam3-7/+15
Bugs Fixed 1. If the WSGI application when run under daemon mode returned response content as many small blocks, this could result in excessive memory usage in the Apache child worker process proxying the request due to many buckets being buffered until the buffer size threshold was reached. If the number of buckets reaches a builtin threshold the buffered data will now be forcibly flushed even if the size threshold hadn’t been reached.
2015-06-10This package should not self-conflict. Prefix the files in $SHAREDIR withrodent3-57/+59
${PYPKGPREFIX} to avoid such an instance. Some people will run apps with different versions of python, so we can handle that accordingly with ALTERNATIVES. Bump PKGREVISION.
2015-06-09Bump PKGREVISION for hs-parsec-3.1.9szptvlfn2-4/+4
2015-06-08Revert, taca adjusted the problematic package.joerg1-3/+1
2015-06-08Explicitly depend on libgnome-keyring now.joerg1-1/+2
2015-06-08Dependency doesn't support Ruby 2.2, so restrict here as well.joerg1-1/+3
2015-06-08Allow this packabe build on Ruby 2.2.taca1-3/+1
2015-06-07Allow this package build on Ruby 2.2.taca1-3/+1
2015-06-07Update libsoup references in buildlink files.youri5-10/+10
2015-06-07Update libsoup buildlink path.youri7-16/+16
2015-06-07Update to 1.0.5gdt3-8/+10
(March 24, 2015) Trac 1.0.5 provides several fixes. The following are some highlights: Images are not rendered in the timeline (#10751). Git tags are shown in the browser view (#11964). Added support for journal_mode and synchronous pragmas in sqlite: database connection string (#11967).
2015-06-06Update typo3_62 package to 6.2.12.taca3-7/+8
2015-04-16 012f31e [RELEASE] Release of TYPO3 6.2.12 (TYPO3 Release Team) 2015-04-14 ad23774 #65117 [TASK] EM: Update extension to latest possible (Alexander Opitz) 2015-04-14 7477185 #66410 [BUGFIX] Store dependency errors before further dependency tests (Nicole Cordes) 2015-04-14 07be3df #65506 [BUGFIX] Re-add parsing for list elements (Nicole Cordes) 2015-04-13 bebf919 #62184 [BUGFIX] Invalid file identifier with GIFBUILDER (Xavier Perseguers) 2015-04-13 5a15c87 #63675 [BUGFIX] Cache results of explodeSoftRefParserList() (Stephan Großberndt) 2015-04-13 eeaf6d9 #66208 [BUGFIX] Handle post_max_size = 0 (Markus Klein) 2015-04-13 934e4e1 #66243 [BUGFIX] Write references for FAL relations (Nicole Cordes) 2015-04-13 225eb71 #65980 [BUGFIX] indexed_search: Correct js for section titles (Tymoteusz Motylewski) 2015-04-13 c2cbc8e #58003 [BUGFIX] IndexedSearch: Fix various issues in extbase plugin (Robert Vock) 2015-04-13 2451486 #52126,#57129 [FOLLOWUP][BUGFIX] Fix readable output for type "group" and MM-tables (Xavier Perseguers) 2015-04-13 c73d3d4 #52126,#57129 [BUGFIX] Fix readable output for type "group" and MM-tables (Georg Ringer) 2015-04-10 670bb70 #66347 [BUGFIX] Use title property for File Links (Mathias Brodala) 2015-04-10 b724d60 #58800 [BUGFIX] Prevent extension download if disabled (Nicole Cordes) 2015-04-10 e1bdf78 #65480 [BUGFIX] Compare field names without configuration (Nicole Cordes) 2015-04-10 e400018 #22167 [BUGFIX] Automatic scrolling of editing form when inserting paragraph (Andreas Fernandez) 2015-04-10 c58ba3e #66263 [BUGFIX] Respect access method with updater in EM (Jigal van Hemert) 2015-04-09 b57bf36 #17774 [BUGFIX] Use less memory in CLI lowlevel_refindex (Christian Weiske) 2015-04-09 5538ff4 #66338 [BUGFIX] Skip nonRelationTables in lowlevel_refindex CLI script (Christian Weiske) 2015-04-09 de6f536 #65829 [BUGFIX] Cancel button "id" in workspaces contains a typo (Pierre Boivin) 2015-04-08 e12a261 #66270 [BUGFIX] Only downscale images in ProcessedFile::CONTEXT_IMAGEPREVIEW (Frans Saris) 2015-04-08 9371564 #65654 [BUGFIX] Error code 1238108067 is used twice (Xavier Perseguers) 2015-04-08 75f50dd #58782 [TASK] Add a signal after importer init in ImportExportUtility (Marc Bastian Heinrichs) 2015-04-08 07c2094 #16773 [BUGFIX] Indexed_search: add CSSsufix to title class (Tymoteusz Motylewski) 2015-04-08 917ea76 #65126 [BUGFIX] Fix grouping of file references in FlexForms of workspaces (Stephan Großberndt) 2015-04-06 2a03fac #65848 [BUGFIX] Hooks/Signals cannot be used during extension install (Oliver Hader) 2015-04-04 acde441 #66033 [BUGFIX] Replace split_fileref() by pathinfo() in ResourceStorage (Frans Saris) 2015-04-04 6c9dcb6 #66268 [BUGFIX] Add imageMagickIdentify fallback to ImageInfo::getImageSizes() (Frans Saris) 2015-04-03 2049732 #65520 [BUGFIX] Handle missing relations gracefully (Frans Saris) 2015-04-02 3d380ef #66229 [TASK] Better structure for .gitignore file (Markus Klein) 2015-04-01 2a00b45 #59224 [BUGFIX] Do not fix uniqueInPid for empty values (Markus Klein) 2015-03-31 05ee513 #66085 [BUGFIX] Link to file not editable anymore (Wouter Wolters) 2015-03-31 973cadf #65941 [BUGFIX] Check for existing types before binding (Andreas Fernandez) 2015-03-31 b08cf78 #66083 [BUGFIX] Re-enable absolute external links (Nicole Cordes) 2015-03-31 19dde7d #65746 [BUGFIX] Correct typo of ActionService->getDataHandler() (Stephan Großberndt) 2015-03-31 c1bb631 #63670 [BUGFIX] DataHandler: Cache TCA field eval array (Stephan Großberndt) 2015-03-31 af44141 #64627 [BUGFIX] Fix whitespace replacement for older PCRE versions (Andreas Fernandez) 2015-03-30 34dd118 #65965 [BUGFIX] Allow value 0 in textfields with eval int (Markus Klein) 2015-03-30 93080d3 #66148 [BUGFIX] Invalid syntax for swapping arguments in sprintf() (Xavier Perseguers) 2015-03-30 dea2c66 #60851 [BUGFIX] System>Configuration: Fix search in (Michael Oehlhof) 2015-03-30 f0f0f10 #66146 [BUGFIX] Mixed-up original and XCLASS class names in reports (Xavier Perseguers) 2015-03-29 92fcab3 #65341 [BUGFIX] EM: Update extension versions not in TER (Alexander Opitz) 2015-03-28 0afd642 #65871 [BUGFIX] Show commands for GDlib tests (Georg Ringer) 2015-03-28 67f03fd #65727 [BUGFIX] Avoid cObject to create a temporary file (Benjamin Mack) 2015-03-28 26c4f4b #62189 [BUGFIX] Correctly render menu link for translated shortcuts (Markus Klein) 2015-03-27 aacde3b #66068 [BUGFIX] Use current time for new sys_log entries (Frans Saris) 2015-03-26 9aaba26 #65836 [BUGFIX] Fix order of generator meta tag (Wouter Wolters) 2015-03-26 d643a32 #63927 [BUGFIX] Last-Modified response header broken by design (Patrick Broens) 2015-03-26 10779eb #62080 [BUGFIX] Do not overwrite page title of USER plugins (Markus Klein) 2015-03-26 a335865 #66028 [BUGFIX] Use early return in cObj::getImgResource (Oliver Hader) 2015-03-25 1f98368 #66023 [BUGFIX] Performance issue with caching empty text menus (Oliver Hader) 2015-03-25 bd8c701 #59589 [BUGFIX] Check folder permission for default upload folder (Nicole Cordes) 2015-03-25 71277f9 #65983 [BUGFIX] FileList uses wrong basefolder for isWithinFolder (Frans Saris) 2015-03-24 a8900b7 #65936 [BUGFIX] Allow Video Text Tracks files (Andreas Fernandez) 2015-03-24 5d6d720 #65974 [BUGFIX] TCAtree must use BackendUtility::getRecordTitle() (Georg Ringer) 2015-03-24 d7cd1a8 #65804 [BUGFIX] helhum/class-alias-loader version in composer.json (Alexander Stehlik) 2015-03-23 a84d942 #65817 [BUGFIX] indexed_search fix advanced search select boxes in extbase plugin (Tymoteusz Motylewski) 2015-03-22 80b566f #65844 [TASK] Use LOWER instead of LCASE (Andreas Fernandez) 2015-03-19 d6659aa #65853 [BUGFIX] RTE: Paste structure does not remove on[event] attributes (Stanislas Rolland) 2015-03-19 5ef2236 #65792 Revert "[BUGFIX] SelectViewHelper must respect option(Value|Label)Field for arrays" (Anja Leichsenring) 2015-03-19 3d95bf2 #65693 [BUGFIX] RTE: Paste structure fails in Google Chrome (Stanislas Rolland) 2015-03-19 0671b4c #60998 [FOLLOWUP][BUGFIX] Fix PHP warning in shouldFieldBeOverlaid() (Markus Klein) 2015-03-19 04effb2 #62100 [BUGFIX] Set session cookie when FE_SESSION_KEY is used (Nils Heuermann) 2015-03-18 0708920 #65816 [BUGFIX] Indexed_search: Fix access to 'blind' settings in extbase plugin (Tymoteusz Motylewski) 2015-03-18 0a6dfcd #65806 [TASK] Improve deprecation message of raw query result (Christian Kuhn)
2015-06-06Add Contao 3.5.0 package.taca8-2/+3925
Contao is an Open Source PHP Content Management System for people who want a professional website that is easy to maintain. Visit the https://contao.org for more information. This is new Long Term Support release which replase existing Contao 3.2 and the last stable release from Contao 3.x series. Please refer system/docs/CHANGELOG.md in detail.
2015-06-06Add small description about the status of this release.taca1-1/+1
2015-06-06Add several security related fixes from Contao 3.2.21.taca6-2/+148
Bump PKGREVISION.
2015-06-06Update contao32 to 3.2.21.taca2-6/+6
Version 3.2.21 (2015-06-05) --------------------------- ### Fixed Back-ported two security related changes from the upstream versions.