583da438eb
Merge branch 'svg_icons' into 'main'
...
Draft: Replace Font Awesome with inline SVG icons
See merge request bde/nk20!188
2024-03-24 22:50:31 +01:00
e20df82346
Main branch is now called main
...
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org >
2021-12-15 15:55:13 +01:00
466cbd9878
Replace Font Awesome with inline SVG icons
...
Font Awesome 4 adds 106kB of dependencies on each page and require to
query multiple assets. It also sometimes causes icons to appear after
page loading. Font Awesome 4 is deprecated and replaced by version 5
which is not packaged in every GNU/Linux distributions.
This commit replaces icons with inline SVG which does not require
external assets, does not require an additionnal dependency and is
widely supported by modern browsers. It makes the page loading faster
and enables us to no longer require fonts-font-awesome Debian package.
2021-10-06 17:15:33 +02:00
601534d610
Add link to the documentatioh on the README
...
Signed-off-by: ynerant <ynerant@crans.org >
2021-04-23 21:07:27 +02:00
c0c64f225c
Merge branch 'ansible-fix' into 'beta'
...
Ansible fix
See merge request bde/nk20!139
2020-12-29 20:01:43 +01:00
8434c0062c
Merge branch 'beta' into JS_translations
...
# Conflicts:
# apps/note/static/note/js/consos.js
# locale/de/LC_MESSAGES/django.po
# locale/es/LC_MESSAGES/django.po
# locale/fr/LC_MESSAGES/django.po
2020-11-16 00:59:26 +01:00
b9d49d53f2
Export JS translation files as static files
2020-11-16 00:29:27 +01:00
2682e9a610
Add line in README on how to extract localized string in JS files
2020-11-15 23:31:10 +01:00
51d5733578
less hardcoded ansible config
2020-10-30 16:58:49 +01:00
bbe53b3b63
Update README.md
2020-10-05 16:25:06 +02:00
3d733ed6af
Use memcached cache
2020-09-21 15:13:43 +02:00
70448db8e5
Remove Django CAS server and add oauth toolkit
2020-09-21 10:31:42 +02:00
dcdd8e56e8
Migrate LaTeX to XeTeX
2020-09-06 15:30:12 +02:00
69f87c0f64
Dev should do a recursive clone
2020-09-06 13:16:47 +02:00
8c23726f88
Don't rebuild systematically migrations
2020-09-05 10:07:32 +02:00
e85ec1fa05
Fix TOC link in README
2020-09-02 15:31:57 +02:00
d74007d523
TOC and update dev instructions
2020-09-02 15:30:03 +02:00
cf7101fc0f
Less deps in README and ansible role
2020-09-02 12:57:46 +02:00
0395717d19
Add instructions for backports
2020-09-01 16:54:34 +02:00
4bb8a443d5
Update sample Traefik config
2020-09-01 16:49:55 +02:00
cf4e1f33b4
Add mirror variable
2020-09-01 16:35:43 +02:00
5efb150583
Update Ansible packages
2020-09-01 16:32:13 +02:00
d89f6dcf5c
Update install instructions
2020-09-01 14:39:03 +02:00
55be6be6c5
Docker instruction before Docker compose
2020-09-01 14:03:06 +02:00
c277d8bccd
Fix CI broken link in README
2020-08-10 18:27:45 +02:00
4a4c3d33b0
Format README and fix link
2020-08-10 18:26:45 +02:00
3b49b7f4c1
Add how to translate in README
2020-08-10 18:12:50 +02:00
8c1cf754ed
Revert to NOTE_URL
2020-08-09 18:39:17 +02:00
efe833cec3
Merge production settings in base settings
2020-08-09 18:34:51 +02:00
b7ae411f96
✨ Export activities in the Crans Wiki
2020-08-06 12:15:23 +02:00
4761d46696
🎨 Apply Django migrations
2020-07-15 11:32:08 +02:00
b0efe08a13
Why coding something custom when Django implements it natively?
2020-05-08 15:59:03 +02:00
f35246c9e2
Send a mail to webmasters when an error occurs (in production mode)
2020-04-25 19:29:01 +02:00
04f9ae51ed
Fix docker setup, remove select2 files (unused)
2020-04-03 04:03:58 +02:00
18f6daf2ac
Merge remote-tracking branch 'origin/master' into tresorerie
...
# Conflicts:
# locale/de/LC_MESSAGES/django.po
# locale/fr/LC_MESSAGES/django.po
# note_kfet/settings/base.py
# templates/base.html
2020-03-22 01:04:03 +01:00
a220ca7549
We need the french latex package
2020-03-21 17:54:08 +01:00
b3bc30b72b
LaTeX is now a requirement (if we want to use the treasury app)
2020-03-21 17:21:28 +01:00
9786a2250e
config requirements
2020-03-20 20:46:44 +01:00
d8a785d309
Replace contact email
2020-03-11 17:51:42 +01:00
5d25f9830c
Add quotes in env file
2020-03-11 17:13:19 +01:00
daef806507
More envs
2020-03-11 15:54:12 +01:00
a128ed4803
Use environment rather than hardcoding strings, closes #36
2020-03-11 13:24:48 +01:00
67c20fada9
Merge branch 'typo_readme' into 'master'
...
Typo in README.md
See merge request bde/nk20!40
2020-03-09 11:43:49 +01:00
c7ba0e470e
Split requirements into files
2020-03-08 22:42:22 +01:00
9f41f7c9a5
New typo in README.md
2020-03-07 22:20:42 +01:00
d0667ad7cb
Typo in README.md
2020-03-07 21:29:45 +01:00
414ef0fb38
Correction typos + ajout d'acl + passage à python3-venv
2020-02-25 10:50:22 +01:00
362880511d
[readme] How to load initial data
2020-02-20 22:10:37 +01:00
74189f1f4e
Docker
2020-02-03 11:50:42 +01:00
3ddc757e25
add ALLOWED_HOSTS to local variables
2020-02-02 13:41:43 +01:00