Thomas Waldmann
70c9f9e24a
use error views without templating, fixes #365
2018-10-19 00:50:50 +02:00
TW
90e59c7a89
Merge pull request #367 from ThomasWaldmann/http-error
...
http error templates simplified, catch session-saving OperationalError
2018-10-01 17:21:14 +02:00
Thomas Waldmann
e0a373dfcc
upgrade jquery from 3.2.1 to 3.3.1, fixes #366
2018-10-01 15:40:40 +02:00
Thomas Waldmann
8c6d6c6346
use a much simpler errorpage.html template, related to #356 #365
...
the normal base template does quite a lot of stuff and the context /
session needs to be prepared for that. in case of errors, we do not
want to do any heavy stuff, like accessing the db / session.
2018-10-01 14:10:43 +02:00
Fabian Weisshaar
262fce4476
Update jquery to v3.2.1
2018-01-30 12:37:12 +01:00
Fabian Weisshaar
55f47ff52d
Update to Django 1.11 LTS, fixes #293
2018-01-30 12:37:12 +01:00
Fabian Weisshaar
8a56770870
upgrade to jQuery 3.1.1, bootstrap 3.3.7 and font-awesome 4.7.0 fixes #178
2016-12-28 20:20:15 +01:00
Fabian Weisshaar
bca9aaf296
Update font awesome and jquery, add subresource integrity see #23
2016-04-13 09:48:06 +02:00
Fabian Weisshaar
d7715e0975
Update bootstrap and font-awesome
2015-12-30 12:05:28 +01:00
Jonathan
a77fb0e77e
Updated Font Awesome
2015-12-28 11:17:24 +01:00
Jonathan
6fe32b5c90
Updated Bootstrap
2015-08-09 21:03:46 +02:00
Thomas Waldmann
21c1a9dab7
upgrade jquery to 1.11.3
2015-06-04 10:58:50 +02:00
Thomas Waldmann
0bba7d30e5
upgrade to bootstrap 3.3.4 and also use other cdn
2015-06-04 10:57:34 +02:00
Thomas Waldmann
bdf0af0c3d
upgrade font-awesome cdn link from 4.2.0 to 4.3.0
2015-02-08 20:06:48 +01:00
Thomas Waldmann
a8921abe67
upgrade jQuery cdn link from 1.11.1 to 1.11.2
2015-02-08 19:56:54 +01:00
Thomas Waldmann
a617d21d07
upgrade bootstrap cdn links from 3.3.1 to 3.3.2
2015-02-08 19:55:04 +01:00
Thomas Waldmann
19f0d76c2a
render error pages using base template
2015-02-08 19:38:01 +01:00
Thomas Waldmann
dd11a45108
improve error pages, add 403
2015-02-08 19:25:10 +01:00
Thomas Waldmann
b87babb9ac
move http error page templates to where they are expected (and work)
2015-02-08 19:18:40 +01:00
elnappo
e69fe96904
New layout for user area (change password, delete acc, change profil)
2014-12-29 17:27:45 +01:00
Thomas Waldmann
36d4445c97
upgrade to bootstrap 3.3.1
2014-11-15 15:52:12 +01:00
Thomas Waldmann
84b04ee1ab
use blocktrans trimmed to have better template formatting, simplify blocktrans to trans at some places
2014-11-01 23:03:02 +01:00
Thomas Waldmann
dc23b56537
fix form name for language selector
...
(so it works with lang.name that has blanks)
2014-11-01 19:37:47 +01:00
Thomas Waldmann
8a39d6a90e
reduce amount of i18n strings / words, standardize some terms, use placeholders
2014-09-04 18:48:29 +02:00
Thomas Waldmann
37f26d6031
unify hosts and domains overview views into one
2014-08-31 01:23:38 +02:00
Thomas Waldmann
c6bdd34fee
split off add host / add domain view from hosts overview / domains overview
2014-08-31 01:03:19 +02:00
Thomas Waldmann
762799fc5c
upgrade to bootstrap 3.2.0 (cdn urls)
2014-08-28 11:31:54 +02:00
Thomas Waldmann
456ab687e5
upgrade to font-awesome 4.2.0 (cdn url)
2014-08-28 11:26:49 +02:00
Thomas Waldmann
d1bf450f7f
upgrade to jquery 1.11.1 (cdn url)
2014-08-28 11:24:23 +02:00
Thomas Waldmann
cc630e342f
move the link outside the form to make language dropdown look prettier
2014-08-25 01:04:01 +02:00
Thomas Waldmann
bc6dd6f1bc
upgrade to font-awesome 4.1.0 (cdn)
2014-08-25 00:03:52 +02:00
Thomas Waldmann
b1afe75a62
add language selector, use set_language redirect view from django
2014-08-25 00:01:26 +02:00
Thomas Waldmann
ff49b3d7e8
fix footer template: remove duplicate css validator link, fix indentation
2014-06-07 00:25:31 +02:00
Thomas Waldmann
077b91c0dd
Merge branch 'pu_translations' of github.com:mandrag0ra/nsupdate.info into mandrag0ra-pu_translations
...
Conflicts:
nsupdate/main/templates/main/includes/tabbed_router_configuration.html
nsupdate/main/templates/main/status.html
nsupdate/templates/base.html
2014-06-06 22:46:32 +02:00
mandrag0ra
25449d447b
correct presumed latest syntax errors
2014-05-30 14:55:50 +02:00
Thomas Waldmann
d47793b71c
s/WE_HAVE_SSL/WE_HAVE_TLS/g
...
SSL is the old/outdated name. Since 1999, it's called TLS.
Changed the name of the configuration setting.
2014-05-30 01:18:50 +02:00
mandrag0ra
c3ab638092
correct syntax errors
2014-05-27 01:36:57 +02:00
mandrag0ra
064ec12be6
{% trans %} on .html files
2014-05-23 17:27:18 +02:00
Thomas Waldmann
ca7ef3988d
move jquery / bootstrap back to head, broke my socialshareprivacy stuff on nsupdate.info
2014-01-26 03:55:11 +01:00
Thomas Waldmann
ee60c89d2d
remove view for legalese
...
we don't want to be responsible for its contents (do it yourself and, if in doubt, ask your lawyer).
depending on applicable law, you might be required to have multiple directly reachable views,
thus this one view was not flexible enough anyway,
2014-01-21 19:24:34 +01:00
Fabian Weisshaar
0dc403ae04
change some links, move jquery to bottom and add some trans strings
2013-12-29 22:16:22 +01:00
Thomas Waldmann
01d278489f
upgrade bootstrap cdn url to 3.0.3
2013-12-18 01:16:32 +01:00
Thomas Waldmann
201b930334
use jquery cdn
2013-12-18 01:14:58 +01:00
Thomas Waldmann
6b9c7e9511
add reverse dns lookup results for viewer's current IPs to session, show on hosts overview view (see panel at lower right)
...
not showing it in home view's jumbotron due to potential cosmetic issues
2013-11-27 08:16:49 +01:00
Thomas Waldmann
98db942e3e
use bootstrap 3.0.2 from cdn
2013-11-23 00:54:03 +01:00
Thomas Waldmann
ca43191890
move footer contents to base_footer.html, so it is customizable
2013-11-18 09:10:04 +01:00
Thomas Waldmann
aa755d2ce2
so much pain and duplication just to get the cursor into the right field using html5 autofocus attr
2013-11-15 10:07:40 +01:00
Thomas Waldmann
5e2ddfec1c
add a warning if we have no javascript
...
it is needed e.g. for the IP address detection and also other functions.
2013-11-12 14:28:50 +01:00
Thomas Waldmann
7aa48d7d4f
ajax get ips: increase delay for first call, add a second call later to update the view (again)
...
sometimes those v6 tunnels are a bit slow...
2013-11-10 16:41:29 +01:00
Thomas Waldmann
22c44afbe9
document why ip detection is implemented like this
2013-11-07 03:09:53 +01:00