Commit graph

16 commits

Author SHA1 Message Date
Greg Taylor
2e397df4d5 We now have user authentication via the web interface. @whee. 2007-08-02 19:37:16 +00:00
Greg Taylor
edfae1349a Eh, we don't really need a staff link on the codebase example. We'll leave that for each game to worry about, as their staff situation may differ. 2007-07-31 19:25:32 +00:00
Greg Taylor
65e1b85c6f Some cosmetics. Also make searching news match against Title and Body for now. Will eventually have some checkboxes to with the option to do both or only one. 2007-07-31 18:39:48 +00:00
Greg Taylor
85d13fe16b I forgot to add the flatpages templates directory, whoops. Also fix a pluralization cosmetic thing in the admin interface for News entries. 2007-07-31 18:28:42 +00:00
Greg Taylor
613edc774f Yay, the news system is looking good now. We'll re-visit it later to add searching/sorting by news categories and stuff. 2007-07-31 18:25:24 +00:00
Greg Taylor
762e0f83bc The news archives and searching news is now operational. Next up, flatpages. 2007-07-31 14:59:00 +00:00
Greg Taylor
648bee599e Improvements on the news app. It's not nearly done yet, don't bother playing with it for a while unless you're really curious and want to see ugly, un-refined code :) 2007-07-30 20:30:16 +00:00
Greg Taylor
9db148f98c Add a placeholder page, tbi.html, and a tbi view /tbi, that can be used to link to when a particular web feature isn't complete yet rather than leaving dead links. 2007-07-30 15:23:42 +00:00
Greg Taylor
6aab3a4145 Added a view for looking at an individual news entry. It's ugly, one of you artsy people should make it less so :) 2007-07-26 15:50:24 +00:00
Greg Taylor
1afcd6bf99 We've now got a sane template structure. webtemplates/base.html is the parent of all pages. index.html in that directory is the default page, and sub-directories from there will hold the templates for various applications. Notice how in index.html and the file in the news directory are put together. It's really simple, see the Template documentation on djangoproject.com for more in-depth details. 2007-07-26 13:52:46 +00:00
Greg Taylor
ebb145654f Some more work towards having a working news module. This isn't anywhere near ready yet! 2007-06-12 03:37:22 +00:00
Greg Taylor
115a420cee The default front webpage now has some good examples on how to add in custom functionality. You'll obviously want to customize this for your game, but it'll be a good start. 2007-06-12 02:35:37 +00:00
Greg Taylor
a4b6973c7a Forgot to include some context stuff. You'll need to re-create your settings.py from the settings.py.dist file. 2007-06-10 16:01:35 +00:00
Greg Taylor
72ebe9cc7b Finished the Players content block on the default main page. Yay. http://sandbox.evennia.com is the front page for the test site. None of the links work yet, just working on the front page. 2007-06-06 13:49:52 +00:00
Greg Taylor
e2cc754441 Lots of goodies in this one. More work on the default web front page, a few extra utility functions for functions_db as well. Some cleanup in the session code to use some of the new abstraction I added a while back. Player's last login time is now also set on the User object. Issue 28: Forward slashes causing crashes, found by Kuros, fixed by me. 2007-06-06 13:38:13 +00:00
Greg Taylor
1e13d94b20 Beginnings of the integrated front-end website. 2007-06-05 20:06:21 +00:00