Gero Nagel
ff3a49ab2a
Docs: Remove redundant package dependency ( #4327 )
...
* remove naming python3-dev twice
* Revert "ListExporter: Do not create excel sheets with more than 30 characters"
This reverts commit ca3802da90 .
* Revert "remove naming python3-dev twice"
This reverts commit 7adf2d65e89e4afd82a198e5c0a7416ed8d44b3b.
* Revert "Revert "ListExporter: Do not create excel sheets with more than 30 characters""
This reverts commit d289dc0d1dbf5831452799995a2264642c284c5d.
* delete naming pyhton3-dev twice
2024-07-23 15:54:37 +02:00
Raphael Michel
f0a06cd9fe
Replace SCSS compilation with CSS variables ( #4191 )
...
* Replace SCSS compilation with CSS variables
* Update tests
* Update src/pretix/presale/style.py
Co-authored-by: Mira <weller@rami.io >
* Update src/pretix/presale/context.py
Co-authored-by: Mira <weller@rami.io >
* Update src/pretix/presale/views/widget.py
Co-authored-by: Mira <weller@rami.io >
* Update src/pretix/presale/context.py
Co-authored-by: Mira <weller@rami.io >
* Update src/pretix/static/pretixbase/scss/_variables.scss
Co-authored-by: Richard Schreiber <schreiber@rami.io >
* Last minor changes
* Rename file
---------
Co-authored-by: Mira <weller@rami.io >
Co-authored-by: Richard Schreiber <schreiber@rami.io >
2024-06-25 13:01:20 +02:00
Wikinaut
03701eaa82
Docs: Add explicit user change to installation guide ( #3972 )
...
* Update manual_smallscale.rst
(I propose to)
add
- sudo su pretix ; and
- deactivate
commands to the documentation,n
* Update doc/admin/installation/manual_smallscale.rst
* Update doc/admin/installation/manual_smallscale.rst
* Update doc/admin/installation/manual_smallscale.rst
---------
Co-authored-by: Raphael Michel <mail@raphaelmichel.de >
2024-04-23 15:18:33 +02:00
Raphael Michel
3bd491151b
Add upgrade notes to docs
2023-11-28 17:17:20 +01:00
Raphael Michel
27e8be7e92
Docs: Update minimum version of PostgreSQL
2023-09-26 11:34:41 +02:00
Raphael Michel
e55e3eeb0c
Docs: Adjust install guide for Debian 12
2023-09-08 09:50:00 +02:00
Fabian
3139b9fe6f
Docs: update requirements and links
2023-06-15 13:21:22 +02:00
Raphael Michel
00d901b04b
Test on Python 3.11, drop Python 3.7-3.8 ( #2982 )
2023-01-30 17:54:19 +01:00
Raphael Michel
f99e1dd5be
Deprecate MySQL support ( #3017 )
2023-01-30 13:28:30 +01:00
Fabian
50596b7543
bump debian version ( #3055 )
2023-01-23 21:37:17 +01:00
Raphael Michel
b288ea1e96
Docs: Add procedure after debian updates ( #2984 )
2022-12-16 19:28:24 +01:00
Raphael Michel
9ce519bb0b
Docs: Fix missing redirect from http to https
2022-08-01 13:07:06 +02:00
Raphael Michel
0b8432b2c5
Docs: Add node on MySQL's SQL mode
2022-01-31 15:44:26 +01:00
Raphael Michel
0757542f4f
Drop Python 3.6 compatibility
2022-01-19 16:49:19 +01:00
Raphael Michel
837b03fff3
Add ugprade note to docs
2021-10-22 11:01:35 +02:00
Raphael Michel
6d08e7a8b0
Docs: libmariadbclient-dev has been replaced by libmariadb-dev
2021-08-30 12:58:15 +02:00
Fabian
9a002bf172
Docs: no diff in mysql / pstgres in upgrade ( #2180 )
2021-08-19 12:37:48 +02:00
Raphael Michel
8f5f95b04e
nginx: Do not attempt to parse and rewrite our URLs, please
2021-07-30 16:46:03 +02:00
Martin Gross
bb80ef067a
Fix nodejs doku link
2021-07-12 15:09:16 +02:00
Marc-Pascal Clement
2f1dd79162
Docs: Recommend upgrade strategy "eager" ( #2135 )
...
Pip's default strategy is to keep the version of all packages which do not explicitly require an upgrade. This caused issues for me for the second time now in the migration step, because some dependencies were not compatible with the new pretix version, but not explicitly listed as a such. Also I think the "eager" strategy better resembles what happens in the docker container build, as it always installs the newest versions.
2021-06-29 14:36:35 +02:00
Raphael Michel
ec08faf205
Docs: Fix a missing colon
2021-06-03 09:08:03 +02:00
Fabian
a1cc17094d
Docs: Note to use UTF8 in PostgreSQL #2096 ( #2103 )
...
* Docs: Note to use UTF8 in PostgreSQL #2096
* Docs: Same like 288f85b but for Docker docs
2021-06-01 13:57:30 +02:00
Raphael Michel
1c763ccce3
Docs: Fix missing typo
2021-06-01 12:28:51 +02:00
Raphael Michel
66cf9c1ac7
Docs: We do no longer require the [postgres] item
2021-06-01 12:20:13 +02:00
Fabian
0b9b67d603
Docs: Update Python Version in Nginx Config ( #2101 )
...
Debian 10 is shipping with Python 3.7 so the Debian 10 based and tested guide should use Python 3.7 in the nginx config.
2021-06-01 08:16:42 +02:00
Raphael Michel
398f264dbc
Docs: Update minimum PostgreSQL version
2021-05-28 17:26:18 +02:00
Raphael Michel
1275995575
Fix #2017 -- Add nodejs to install guide
2021-04-05 17:08:52 +02:00
pajowu
6f694b60ca
Add minimum postgres version to docs ( #1738 )
2020-07-31 09:24:43 +02:00
Raphael Michel
af23d6e4bf
Upgrade to Django 3.0 and other dependencies ( #1568 )
...
* Upgrade Django to 3.0 and other dependencies to recent versions
* Fix otp version contsraint
* Remove six dependency
* Resolve some warnings
* Fix failing tests
* Update django-countries
* Resolve all RemovedInDjango31Warnings in test suite
* Run isort
* Fix import
* Update PostgreSQL version on travis
2020-03-23 15:02:20 +01:00
Raphael Michel
018d345008
Add trust-x-forwarded-proto settings
2019-12-14 13:37:44 +01:00
Raphael Michel
d5820d74d3
Fix #1025 -- Python 3.7 support ( #1245 )
...
* Fix #1025 -- Python 3.7 support
* Upgrade redis-py
* Travis: xenial
* Fix version specifier
2019-04-06 22:58:36 +01:00
Raphael Michel
7219575b84
Fix #1066 -- Change installation tutorials to PostgreSQL
...
This is the recommended database server so this documentation should use that
2019-03-23 15:04:12 +01:00
bastardop
c7627f631f
Docs: Added Debian dependency ( #1149 )
...
the libopenjp2-7-dev Packages was required during installation on raspbian
2019-01-28 08:59:49 +01:00
Raphael Michel
94be46ffdb
Fix #978 -- Allow to split names ( #1049 )
...
- [x] attendee names
- [x] Invoice address names
- [x] Data migration
- [x] API serializers
- [x] orderposition
- [x] cartposition
- [x] invoiceaddress
- [x] checkinlistposition
- [x] position API search
- [x] invoice API search
- [x] business/individual required toggle
- [x] Split columns in CSV exports
- [x] ticket editor
- [x] shredder
- [x] ticket/invoice sample data
- [x] order search
- [x] Handle changed naming scheme
- [x] tests
- [x] make use in:
- [x] Boabee
- [x] Certificate download order
- [x] Badge download order
- [x] Ticket download order
- [x] Document new MySQL requirement
- [x] Plugins
2018-11-05 15:43:21 +01:00
Raphael Michel
afd766999c
Upgrade to Django 2.1 ( #710 )
...
* Upgrade to Django 2.0
* more models
* i18n foo
* Update setup.py
* Fix Sentry exception PRETIXEU-JC
* Enforce slug uniqueness
* Import sorting
* Upgrade to Django 2.1
* Travis config
* Try to fix PostgreSQL failure
* Smaller test matrix
* staticfiles→static
* Include request in all authenticate() calls
2018-08-06 12:48:46 +02:00
Tobias Kunze
d54d25a432
Follow redirects in documentation urls ( #842 )
2018-03-28 08:44:47 +02:00
Raphael Michel
98a58779ad
Consistent markdown parsing, docs on markdown and display settings
2017-12-03 15:19:15 +01:00
ari-s
a08cb3b8e4
fix "typo" Referrer-Options -> Referrer-Options ( #685 )
...
this header was probably meant - at least it's the one that's actually used in the wild.
2017-11-20 08:29:23 +01:00
Tobias Kunze
98aa70c9ce
Remove minor typos in documentation ( #673 )
2017-11-05 12:54:05 +01:00
BenBE
602947a3d7
Add more security headers ( #458 )
...
* Include some missing security headers
This change adds the following security headers:
* X-Content-Type-Options to prevent content type sniffing
* Referrer-Policy to prevent leaking referrer information when navigating away from the instance
* Migrate from Docker sample to manual configuration
Migrate the additional security headers from the Docker configuration sample to the manual configuration guide.
2017-04-06 17:30:26 +02:00
Raphael Michel
455b0f2015
Add documentation on backups and monitoring
2017-03-25 22:54:39 +01:00
Marc-Pascal Clement
43facbecda
Fix path in cronjob of smallscale deployment guide ( #401 )
2017-02-04 14:10:41 +01:00
Raphael Michel
0dfca824e2
Fix install docs, thanks @buenaventure
2017-02-04 14:09:04 +01:00
Raphael Michel
3c75072868
Fix manual install docs and improve nginx config
2017-02-03 15:01:47 +01:00
Raphael Michel
8e09aa9b54
Remove redundant sudo in docs
2017-02-03 14:48:56 +01:00
Lukas Martini
d6503e3e48
Correct wrong module name for Postgres in example configs ( #394 )
2017-01-26 09:18:56 +01:00
Raphael Michel
559864dd01
Fix errors in install documentation
2017-01-14 13:31:37 +01:00
Raphael Michel
f6d8b825d5
Add plugin installation docs and rebuild command
2017-01-04 23:33:07 +01:00
Tobias Kunze
f13965da92
Consistently refer to 'pip3'. Closes #318 .
2016-11-26 13:10:30 +01:00
Raphael Michel
9ca8e26551
Fix typo in documentation
2016-11-26 12:13:40 +01:00