forked from widelands/widelands-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
python3.txt
104 lines (85 loc) · 1.61 KB
/
python3.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Anmerkungen zum update auf python3:
Der code für die implementierung vom gravatar-service ist ungetestet, da es nie
implementiert wurde.
virtualenvironment
------------------
Installiere die richtige python Version (hier python3.6).
Erstellen des virtualenvironments:
$:> virtualenv --python=python3.6 wlwebsite
Getestet
========
Wiki
----
- editieren, Vorschau, speichern
- upload von Bildern
- wiki-syntax
- History: Diff anzeigen, Artikel wieder herstellen (Revert)
- Backlinks
- Artikel beobachten
- Atom feed
Registrierung
-------------
- Registrierung, Anmeldung
- Passwortänderung
- Passwort vergessen
- Logout
Maps
----
- Upload maps with comment
- Edit uploader comment, also with polish characters
- Rate a map
- Make a threadedcomment on a map
- Delete map
WlHelp (Encyclopedia)
---------------------
- Run ./manage.py update_help
- Run ./manage.py update_help_pdf
- views
Screenshots
-----------
- upload a new screenshot
- delete screenshot
- delete category
Search
------
- update index
- searching
News
----
- create new News
- public in future (not show)
- edit News
- deletion
- commenting
Polls
-----
- create one
- edit
- deletion
Webchat
-------
- connect
Documentation
-------------
- run ./manage.py create_docs
- views
wlprofile
---------
- editing (Website/signature)
pybb
----
- create topic
- create post
- post with markdown/bbcode
- quoting a post
- edit own post
- stick/unstick topic
- close/open topic
- subscribe to topic (emailing works, also then)
- edit foreign posts by forum mod
- delete post by forum mod
- delete post by posts author
Others
------
- changelog page
- developers page