lochmueller member since: Jun 22, 2016

lochmueller's packages

  • PHP

    hdnet/cdn-fastly

    Extension for handling TYPO3 requests for better CDN integration in fastly.

  • PHP

    lochmueller/autoloader

    Automatic components loading of ExtBase extensions to get more time for coffee in the company ;) This ext is not a PHP SPL autoloader or class loader - it is better! Loads CommandController, Xclass, Hooks, FlexForms, Slots, TypoScript, TypeConverter, BackendLayouts and take care of createing needed templates, TCA configuration or translations at the right location.

  • PHP

    lochmueller/calendarize

    Create a structure for timely controlled tables (e.g. events) and one plugin for the different output of calendar views (list, detail, month, year, day, week...). The extension is shipped with one default event table, but you can also 'calendarize' your own table/model. It is completely independent and configurable! Use your own models as event items in this calender. Development on https://github.com/lochmueller/calendarize

  • PHP

    lochmueller/calendarize-content

    Add content to EXT:calendarize

  • PHP

    lochmueller/calendarize-news

    Add Event options to the news extension

  • PHP

    lochmueller/calendarize-pages

    Add pages to EXT:calendarize

  • PHP

    lochmueller/custom-shortcut

    Add custom shortcut types to the page properties.

  • PHP

    lochmueller/faq

    Basic FAQ (Frequently Asked Questions) extension in a clean extbase/fluid structure. Questions and Question categroies with a smart plugin structure.

  • PHP

    lochmueller/fl_realurl_image

    Add the RealURL functionality to image files. 'typo3temp/2d972d5c89b5.jpg' goes 'nice-name.jpg'! Many different fallbacks like file reference, file, content element or page settings to get the right file name.

  • PHP

    lochmueller/focuspoint

    Focuspoint integrate the focal point method to crop images in the frontend of the web page. Use the jQuery-focuspoint plugin (https://github.com/jonom/jquery-focuspoint example http://jonom.github.io/jquery-focuspoint/demos/helper/index.html) to crop the images. Use the function as wizard in the file list view and directly in the content element.

  • PHP

    lochmueller/form-footnote

    Footnotes for EXT:form

  • PHP

    lochmueller/google_services

    A package of usefully Google Services as library for other extensions or directly use: Google Sitemaps incl. different Sitemap Provider, Google Verify, Google Analytics, Google Document Viewer

  • JavaScript

    lochmueller/html5videoplayer

    A video extension for TYPO3 built on the VideoJS HTML5 video player library. Allows you to embed video in your website using HTML5 with Flash fallback support for non-HTML5 browsers. Work on VideoJS 4.12.6 and support YouTube and Vimeo video in the same style.

  • PHP

    lochmueller/html5videoplayer-powermail

    Connect both extenion to fetch user input (one powermail form) before the user can access the detail view.

  • PHP

    lochmueller/http-range

    Use PSR-7 messages and a PSR-15 handler/middleware to handle HTTP Range request and trigger valid partial download for streams/files. Hande multiple ranges and check different env requirements.