Commit Graph

65 Commits

Author SHA1 Message Date
André Ockers 98bc1ed0ec
NL translation of update of thank you for registering your event
continuous-integration/drone/push Build is passing Details
2024-01-23 19:55:56 +01:00
tobiasd d833beff45
added links for booth preparation
continuous-integration/drone/pr Build is passing Details
2023-12-15 17:33:40 +01:00
tobiasd df7090d0b5
put mail to donor into a template
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2023-06-15 15:37:18 +02:00
tobiasd 543f769aa3
indentation 2023-06-15 14:43:38 +02:00
tobiasd d67026f887
split template for staffer and customer mail
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2023-06-15 14:26:14 +02:00
tobiasd b36ba06ce1
HTML for the template of the mail
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2023-06-15 13:57:33 +02:00
tobiasd c43340f15e
adopt templates for event registration
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2023-06-15 10:32:08 +02:00
tobiasd a96e0cccaa uppercase Du 2023-01-05 10:56:02 +01:00
tobiasd 1565035225 typo
continuous-integration/drone/pr Build is passing Details
2023-01-05 10:37:07 +01:00
tobiasd 045942ebec added DE translation for the event registration success template 2023-01-05 10:30:03 +01:00
tobiasd eb0600c698 adopted the change in the filenames in all reffering documents 2023-01-05 10:06:09 +01:00
Reinhard Müller 7d9ec041c3 Add separate fields for zip and city in order form
continuous-integration/drone/push Build is passing Details
Many people forget to enter zip and city in their merchandise order, so
we add seaprate fields to remind them.
2022-03-04 09:28:12 +01:00
André Ockers 658ae8e109 NL translation of Error
continuous-integration/drone/push Build is passing Details
2021-07-04 07:55:50 +02:00
Reinhard Müller c88aa22038 Change VAT for merchandise back from 16% to 19%
continuous-integration/drone/push Build is passing Details
This reverts commit d17098a80d.
2020-12-31 12:11:12 +01:00
Max Mehl b57f2e2e0e Allow registration of online events (#1667)
continuous-integration/drone/push Build is passing Details
2020-10-13 15:53:53 +02:00
Max Mehl 727b580fe1
Revert my false revert. Actually, all was fine
continuous-integration/drone/push Build is passing Details
This reverts commit 12ab791c37.
2020-09-18 11:39:04 +02:00
Max Mehl 12ab791c37
Revert "Merge branch 'master' of git.fsfe.org:fsfe/fsfe-website"
continuous-integration/drone/push Build is passing Details
This reverts commit 3a7da1e527, reversing
changes made to de9ef3e3f2.
2020-09-18 11:19:47 +02:00
Max Mehl 3547174e7f
lowercase country tag keys for new events
continuous-integration/drone/push Build is passing Details
2020-09-14 14:50:24 +02:00
Max Mehl 3edd78501e
Remove "FSFE" when used as prefix or suffix 2020-07-30 14:32:47 +02:00
Nico Rikken dec922bb23 chore: update links on other filetypes
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2020-07-03 07:55:00 +02:00
Reinhard Müller d17098a80d Change VAT for merchandise from 19% to 16%
continuous-integration/drone/push Build is passing Details
2020-07-01 08:26:20 +02:00
nico.rikken 1fe7bbb205 fix: convert mailman links to lists.fsfe.org (#1425)
continuous-integration/drone/push Build is passing Details
2020-06-02 12:10:55 +02:00
Max Mehl 1b7e7add82
add version tag to event template
continuous-integration/drone/push Build is passing Details
2020-06-02 10:12:32 +02:00
Reinhard Müller dfc13f9039 Remove timestamp at the bottom of each page
continuous-integration/drone/push Build is passing Details
Fixes #837
2020-05-04 00:49:28 +02:00
Reinhard Müller 646c81a273 Change tag syntax
continuous-integration/drone/push Build is passing Details
Old: `<tag content="Human Readable Text">internal-id</tag>`
New: `<tag key="internal-id">Human Readable Text</tag>`

Fixes #826
Fixes #1095
2020-04-26 15:29:12 +02:00
Reinhard Müller c4cb7aeef4 Introduce content version in source files
continuous-integration/drone/push Build is passing Details
Fixes #2
2020-04-15 14:07:46 +02:00
Reinhard Müller 46545576be Add automatic shipping costs determination
the build was successful Details
Shipping costs are now automatically determined based on the country selected in the address. At the same time, the numbers were adapted to our real costs, and also we now only differ between within Germany and worldwide.

Fixes #877
2019-09-03 17:28:10 +02:00
André Ockers 8b9f10b03a NL translation of update of Thank you for registering your event!
the build was successful Details
2019-06-22 13:46:30 +02:00
Reinhard Müller fed37a588d Update invoice form for new parameters
the build was successful Details
2019-05-28 14:48:51 +02:00
Max Mehl 26909230d4 Merge PR #945: Unify tags (fixes #827)
the build was successful Details
2019-05-27 13:44:25 +02:00
jzarl 189bc2540a Remove empty "content" attribute in tags.
the build was successful Details
This is a bulk action performed using tagtool.sh
2019-05-26 12:53:52 +02:00
jzarl 3cef26a6eb Fixes #893: Add link to add another event after event submission. (#928)
the build was successful Details
2019-05-25 21:10:04 +02:00
Max Mehl 2d519fb4f2
enhance eventregistration form
This add multiple features to the form:

- The description field does automatic HTML paragraphs and linebreaks,
  showing the text as the registrator intends
- The description field escapes HTML
- The form contains a field to select the event entry's language. This
  helps set an automatic filename
- The tag for the country contains the full country name as visible
  content
- The country field is now inserted automatically without the need to
  translate it
- The country-list template can now be extended with a CSS class
2019-02-19 16:02:47 +01:00
Max Mehl 4e5445445f
fix bug-prone php short tags, fix event tag array, and use both country name and code correctly
the build was successful Details
2019-01-30 18:59:47 +01:00
Reinhard Müller b1fba9adbd Add generation of invoice to merchandise order page
the build was successful Details
2019-01-01 20:21:27 +01:00
Max Mehl 5b09a21552 replace fsfeurope email addresses 2018-12-20 15:57:24 +01:00
eal 0dd4c2d2a4 adding buttons to event tool
the build was successful Details
2018-11-25 14:50:09 +01:00
Reinhard Müller 43f9b0f4d2 Change concardis templates to use UTF-8 payment form
the build was successful Details
2018-05-29 22:48:15 +02:00
Reinhard Müller 268a0010a7 Improved promotion order letter template by using variable fields for name and
the build was successful Details
position of the sender.
2018-02-22 00:14:13 +01:00
Reinhard Müller dce7ec41ed Upon receiving a promo order, autogenerate the letter to be sent along with the
the build was successful Details
promotion material.
2018-02-21 01:30:32 +01:00
Jonas Oberg cdb62fe6a7 Smaller changes 2017-10-30 12:23:52 +01:00
jonas e09899b58a Fixed misspelled contact address
svn path=/trunk/; revision=35871
2017-09-11 13:30:34 +00:00
cryptie 4c30c7d924 replace fellowship@fsfeurope.org by contact@fsfe.org
svn path=/trunk/; revision=35118
2017-03-06 19:58:19 +00:00
paul 54e3e05935 use of wiki event fetcher
svn path=/trunk/; revision=34736
2016-12-20 20:37:43 +00:00
jonas 01a7e699e6 Updated contact address of felloship
svn path=/trunk/; revision=34427
2016-11-02 09:06:50 +00:00
eal 8ab8bd5db4 improving mail-text that is send
svn path=/trunk/; revision=32022
2015-10-05 15:14:03 +00:00
mjammes 246afc709b Updating the event registration form to a new version
svn path=/trunk/; revision=31538
2015-07-22 09:51:28 +00:00
nico.rikken 32fef18025 Initial translation by Nathan.
svn path=/trunk/; revision=30538
2015-02-07 17:14:57 +00:00
guest-Besnik_b aa8b8b64fa Update
svn path=/trunk/; revision=29801
2014-11-06 17:26:45 +00:00
eal f03e8b2373 changing address and time
svn path=/trunk/; revision=29742
2014-10-28 17:56:09 +00:00