Commit graph

471 commits

Author SHA1 Message Date
Griatch
9ddd0ecf33 Fixed the login/out links on the default website. Cleaned up some template lookups. 2016-05-22 20:41:36 +02:00
Griatch
4fd06b8976 Cleaned up the web folder to make two separate 'apps'-webclient and website, each with their own static and template dirs. Also merged the prosimii template files into the website template folder. This will make it clearer how to override, since the static/template_override dirs will now look like website/static/... etc rather than using the template names, of which we only ever have used one anyway. 2016-05-22 20:41:36 +02:00
Griatch
5ea9d100d9 Further work with css. 2016-05-22 20:41:36 +02:00
Griatch
f7f0e93214 Having trouble with css positioning 2016-05-22 20:41:36 +02:00
Griatch
fc74b24646 Started getting the webclient in some sort of shape. 2016-05-22 20:41:36 +02:00
Griatch
d8c5031ff9 Updated js version for better css (not currently working though 2016-05-22 20:41:36 +02:00
Griatch
fa370510da Made client use Foundation.css 2016-05-22 20:41:35 +02:00
Griatch
e4e9877ebd Added the new webclient relay component, evennia.js. 2016-05-22 20:41:35 +02:00
Russell Jones
06c3dc0ed3 Run "futurize -1 -w -n ." 2015-10-01 20:00:28 +01:00
Griatch
5429ede5f7 Changed how the webclient looks up the webcocket_url. This auto-lookups the url while still respecting a custom given settings.WEBSOCKET_CLIENT_URL (for proxy setups?). This means settings.WEBSOCKET_CLIENT_URL is now defaulting to None. Resolves #806. 2015-09-27 09:57:23 +02:00
Griatch
27bde5129b Fixed a simple typo bug in urls.py that made the webclient fail after latest devel merger. 2015-09-27 09:55:31 +02:00
Griatch
793a307867 Changed permanent call in url to satisfy deprecation warning for upcoming Django 1.9. 2015-09-26 18:56:13 +02:00
Jonathan Piacenti
453ba1afc3 Fixed comment and wording on web templates. 2015-03-01 11:54:22 -06:00
Griatch
b015f4802a Added better docstrings to subpackages and cleaned out some places which were unclear. 2015-02-23 17:46:42 +01:00
Griatch
f0eec11ac5 Some more information when using fallback ajax client. 2015-02-23 16:41:10 +01:00
Griatch
be71aee08f Minor update to web code. 2015-02-22 22:29:37 +01:00
Griatch
b3c8a37f89 Updated webclient to use the latest refactored oob syntax. 2015-02-15 11:49:36 +01:00
Griatch
950c107ed4 More fixes to webclient 2015-02-15 10:17:20 +01:00
Griatch
850c5effaa Starting reworking the webclient to use the new oob system format. 2015-02-15 08:58:50 +01:00
Griatch
ad3f19896c Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
Griatch
c7325a5032 Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00