8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-20 22:44:08 +00:00
re2o/re2o
Alexandre Iooss e571751c70 Fix footer and about
* Rather than using href="\\host/about/" in page footer, use
  href="protocol://host/about/"

* The old footer uses hacks to be staticly on the bottom. To make it
  much simpler one solution is to turn it white and use official
  Bootstrap code. This leads to less CSS to maintain and better
  cross-browser compatibility.

* On re2o about page (/about/) there is some typos such as :
  * assocations > associations
  * legitlab > le gitlab

* Use Bootstrap navbar-static-top rather than custom CSS.
  The result is the same, so we should be better using directly
  Bootstrap CSS.
2018-09-22 10:15:51 +02:00
..
locale/fr/LC_MESSAGES Fix footer and about 2018-09-22 10:15:51 +02:00
management update of footer and contributor text 2018-08-12 18:30:54 +02:00
templates/re2o translation 2018-08-23 15:12:16 +02:00
templatetags bug fix acl -> this system is not understanble, and is buggy 2018-08-12 18:30:54 +02:00
__init__.py Pylint compliance on re2o 2018-04-15 10:52:27 +00:00
acl.py Translation of re2o/ (front) 2018-08-18 12:16:31 +02:00
aes_field.py Support de postgreSQL pour AESENCryptedField 2018-07-12 14:42:13 +02:00
context_processors.py Fix messages for usage in API 2018-08-12 18:30:54 +02:00
contributors.py update contributors 2018-08-12 18:30:54 +02:00
field_permissions.py Pylint compliance on re2o 2018-04-15 10:52:27 +00:00
login.py Produce newer hash upon login 2018-08-12 19:06:56 +02:00
middleware.py Add support for django-debug-toolbar 2018-06-24 22:09:36 +00:00
mixins.py Translation of re2o/ (front) 2018-08-18 12:16:31 +02:00
script_utils.py Translation of re2o/ (front) 2018-08-18 12:16:31 +02:00
settings.py Produce newer hash upon login 2018-08-12 19:06:56 +02:00
settings_local.example.py API: Add tests 2018-06-20 11:38:58 +00:00
urls.py Headers python2 2018-08-09 11:15:57 +02:00
utils.py Custom invoices. 2018-08-16 00:06:35 +02:00
views.py Translation of re2o/ (front) 2018-08-18 12:16:31 +02:00
wsgi.py Pylint compliance on re2o 2018-04-15 10:52:27 +00:00