Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ jobs:
- name: PHP lint
run: "find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l"

documentation-rendering:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Documentation without warnings
run: |
mkdir -p Documentation-GENERATED-temp \
&& docker run --rm --pull always -v $(pwd):/project \
ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log

coding-guideline:
runs-on: ubuntu-latest
needs:
Expand Down
14 changes: 6 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,17 +196,15 @@ test:codception:php83:typo3_12:
documentation:
stage: documentation
image:
name: t3docs/render-documentation:v2.4.0
entrypoint: [""]
before_script:
- cp -a ${CI_PROJECT_DIR}/. /PROJECT
- mkdir -p ${CI_PROJECT_DIR}/Documentation-GENERATED-temp
name: ghcr.io/typo3-documentation/render-guides:latest
entrypoint: [ "" ]
script:
- cd /ALL/venv
- /ALL/Menu/mainmenu.sh makehtml-no-cache -c resultdir ${CI_PROJECT_DIR}/Documentation-GENERATED-temp
- mkdir -p Documentation-GENERATED-temp
- /opt/guides/entrypoint.sh --config=Documentation --no-progress --fail-on-log
before_script: []
artifacts:
paths:
- ${CI_PROJECT_DIR}/Documentation-GENERATED-temp/Result/project/0.0.0
- Documentation-GENERATED-temp/
expire_in: 1 day
when: always

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

=============
Configuration
=============

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.. include:: ../../../Includes.txt
.. include:: ../../../Includes.rst.txt

==================
Main Configuration
==================

Expand Down
14 changes: 14 additions & 0 deletions Documentation/Administrator/Index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.. include:: ../Includes.rst.txt

.. _administrator:

==================
For Administrators
==================

.. toctree::
:maxdepth: 5
:titlesonly:

Installation/Index
Configuration/Index
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

============
Installation
============

Expand Down
11 changes: 0 additions & 11 deletions Documentation/AdministratorManual/Index.rst

This file was deleted.

5 changes: 3 additions & 2 deletions Documentation/Changelog/1.0/Index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

===========
1.0 Changes
===========

The version 1.0.0 is a release for TYPO3 v8.7 only and skipped for TYPO3 v9. `2.0 Changes <../2.0/Index.html>`_.
The version 1.0.0 is a release for TYPO3 v8.7 only and skipped for TYPO3 v9.5. This version is compatible to Cart v5.0+.
5 changes: 3 additions & 2 deletions Documentation/Changelog/2.0/Index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

===========
2.0 Changes
===========

This is the initial release of cart_events for TYPO3 v9.5. It is part of the cart extension.
The version 2.0.0 is a release for TYPO3 v9.5 only. This version is compatible to Cart v6.0+.

.. IMPORTANT::
**If upgrading from cart version 4.8.1 or earlier: Please read the documentation very carefully! Please make a backup of your filesystem and database!** If possible test the update in a test copy of your TYPO3 instance.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

====================================================
Feature: #26 - Add addToCart form framework finisher
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

====================================
Feature: #33 - Add ke_search indexer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

===================================================================
Important: #38 - Render begin and end of eventDate in show template
Expand Down
3 changes: 2 additions & 1 deletion Documentation/Changelog/2.1/Index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

===========
2.1 Changes
===========

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

====================================
Breaking: #36 - Add price categories
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

===================================
Feature: #36 - Add price categories
Expand Down
3 changes: 2 additions & 1 deletion Documentation/Changelog/2.3/Index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

===========
2.3 Changes
===========

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

=====================================================
Feature: #59 - Add Hook to Allow Changing the Product
Expand Down
3 changes: 2 additions & 1 deletion Documentation/Changelog/2.4/Index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

===========
2.4 Changes
===========

Expand Down
3 changes: 2 additions & 1 deletion Documentation/Changelog/3.0/Index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

===========
3.0 Changes
===========

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

===================================================
Breaking: #64 - Move Fluid Pagination to Controller
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

============================================
Breaking: #64 - Add Pagination to Controller
Expand Down
3 changes: 2 additions & 1 deletion Documentation/Changelog/4.0/Index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

===========
4.0 Changes
===========

Expand Down
11 changes: 11 additions & 0 deletions Documentation/Changelog/5.0/Index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. include:: ../../Includes.rst.txt

===========
5.0 Changes
===========

**Table of contents**

.. contents::
:local:
:depth: 1
4 changes: 3 additions & 1 deletion Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
.. include:: ../Includes.txt
.. include:: ../Includes.rst.txt

=========
ChangeLog
=========

.. toctree::
:maxdepth: 5
:titlesonly:

5.0/Index
4.0/Index
3.0/Index
2.4/Index
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions Documentation/Index.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.. include:: Includes.txt
.. include:: Includes.rst.txt

.. _start:

===========================
================
EXT: Cart Events
===========================
================

.. image:: Images/cart_events_logo.png
:height: 200
Expand Down Expand Up @@ -52,5 +52,5 @@ EXT: Cart Events
:titlesonly:

Introduction/Index
AdministratorManual/Index
Administrator/Index
Changelog/Index
3 changes: 1 addition & 2 deletions Documentation/Introduction/Index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. include:: ../Includes.txt
.. include:: ../Includes.rst.txt

Introduction
------------
Expand All @@ -12,4 +12,3 @@ Cart Events provides an own data storage for events. Events can be offered via a

Support/Index
Sponsoring/Index
NoteOfThanks/Index
4 changes: 0 additions & 4 deletions Documentation/Introduction/NoteOfThanks/Index.rst

This file was deleted.

6 changes: 2 additions & 4 deletions Documentation/Introduction/Sponsoring/Index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

==========
Sponsoring
==========

Expand All @@ -10,7 +11,4 @@ There is also the possibility to support the further development independently o
* Ask for an invoice.
* `GitHub Sponsors <https://github.com/sponsors/extcode>`_
* `PayPal.Me <https://paypal.me/extcart>`_
* `patreon.com <https://patreon.com/ext_cart>`_

Sponsors
--------
3 changes: 2 additions & 1 deletion Documentation/Introduction/Support/Index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.. include:: ../../Includes.txt
.. include:: ../../Includes.rst.txt

=======
Support
=======

Expand Down
21 changes: 0 additions & 21 deletions Documentation/Settings.cfg

This file was deleted.

19 changes: 19 additions & 0 deletions Documentation/guides.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<guides xmlns="https://www.phpdoc.org/guides" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.phpdoc.org/guides ../vendor/phpdocumentor/guides-cli/resources/schema/guides.xsd"
links-are-relative="true">
<extension class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension"
project-repository="https://github.com/extcode/cart_events"
project-issues="https://github.com/extcode/cart_events/issues"
edit-on-github-branch="main"
edit-on-github="extcode/cart_events"
typo3-core-preferred="stable"
interlink-shortcode="extcode/cart_events"
/>
<project title="Cart Events"
release="5.0.0"
version="5.0"
copyright="2018 - 2025"
/>
<inventory id="t3tsref" url="https://docs.typo3.org/typo3cms/TyposcriptReference/"/>
</guides>