Eric S. Raymond
803fd0ca08
Political cover.
2009-12-09 03:46:38 +00:00
Nils Kneuper
d6b83dbbcf
updated index file
...
regenerate po files
updated Latvian translation
2009-12-08 22:40:05 +00:00
Mark de Wever
db84892967
Fix some typos.
2009-11-20 18:35:48 +00:00
Eric S. Raymond
777bc2c8c1
Mention alink's UI tuning.
2009-11-18 00:02:08 +00:00
Nils Kneuper
254089680f
regenerate index.en.html based on the latest template.html
2009-11-16 11:28:39 +00:00
Nils Kneuper
8054e891f7
add en_shaw and is files...
...
...(though they are likely not going to be used... add those two
langs to the list of selectable ones once they are complete enough
regenerated po files based on the still incomplete announcement
template
2009-11-16 11:27:50 +00:00
Ignacio R. Morelle
2fffa064cd
Convert http://www.wesnoth.org/wiki and http://wesnoth.org/wiki...
...
...hyperlinks to use the http://wiki.wesnoth.org alias.
2009-11-16 02:11:06 +00:00
Ignacio R. Morelle
833d783fbc
Fix typo.
2009-11-16 02:07:12 +00:00
Eric S. Raymond
5ca0c063be
Add note on localized images.
2009-11-15 23:36:46 +00:00
Alexander van Gessel
bb28a30fc3
Typo fixes in 1.8 announcement
2009-11-15 23:27:48 +01:00
Mark de Wever
ede8cc021a
Fix some typos.
2009-11-15 21:30:15 +00:00
Nils Kneuper
650ea11af7
generate po files from the new announcement version
2009-11-15 21:29:09 +00:00
Jordà Polo
ae4e6a301d
Ignore .stamp directory
2009-11-15 21:28:28 +00:00
Jordà Polo
297ce679d1
Close <p> section
2009-11-15 21:26:21 +00:00
Nils Kneuper
1f214c804b
the edits should go into template.html, *not* into index.en.html
2009-11-15 21:20:33 +00:00
Eric S. Raymond
d4feffab7d
Revise sections on the AI.
2009-11-15 20:24:31 +00:00
Eric S. Raymond
253de1f413
Second draft of 1.8 announcement.
2009-11-15 20:10:09 +00:00
Nils Kneuper
c2fe7618a4
add files to create the new announcement
...
so far this is basically a copy of the 1.6 announcement (including po
files) where the content itself was replaced with "fill me with
content" entries
2009-11-15 11:14:24 +00:00
Gunter Labes
e7ddf51bb7
added the links section here, too
2009-10-25 15:16:56 +00:00
Nils Kneuper
297801b713
add Shavian translation to g.w.o
2009-10-07 21:28:43 +00:00
Gregory Shikhman
10c0aecea1
[[Improvements to the stats system]]
...
Changed turbogears to use packages installed via easy_install... in
the virtualenv rather than system-wide packages.
Moved the bulk of the upload log code into the helperlib.
Made the map tiler look for existing copies of a map tile to avoid
doing redundant work.
Made the map tiler kill stalled wesnoth clients (they typically stall
because an uploaded map uses custom tiles).
Updated URL handling to correctly send out a 404 for nonexistent URLs
instead of a 501.
Updated killview backend to support multiple datatables instead of one
hardcoded one (now supports GAMES,GAMES_AI,GAMES_MP, any other GAMES*
table).
Updated URL references in the html templates to stats.wesnoth.org
instead of wesnoth.org/wesstats.
Added a title to graph view pages.
Increased size of pie graphs.
2009-09-26 01:20:14 +00:00
Nils Kneuper
f4648685ab
Vietnamese is back...
2009-09-08 11:51:15 +00:00
Nils Kneuper
c3c540eddf
switch default g.w.o stats to "Development"
2009-09-07 11:24:06 +00:00
Gregory Shikhman
7e7ddafed6
Fixed logic error that caused all singleplayer upload_logs...
...
...to be marked as ai vs ai multiplayer logs.
2009-09-02 13:25:21 +00:00
Gregory Shikhman
89a7a2b648
Added browser-viewable info to the uploader page.
...
Made the view add/delete pages inaccessible since they're not done.
2009-09-02 06:30:55 +00:00
Gregory Shikhman
9c634a07af
Debugged remaining problems with multiple table support.
...
Fixed duplicate lines in logfile. Fixed 500 Internal Server Error
being shown as 404 Not Found.
2009-09-02 06:20:14 +00:00
Gregory Shikhman
67e90827f7
Enabled logging in wsgi app.
...
Changed log type to RotatingFileHandler and changed logging file to
/var/tmp/wesstats.log. Added support for multiple tables, although
still broken and incomplete. Refactored some long string catenations
into a cleaner style.
2009-09-02 05:29:20 +00:00
Gregory Shikhman
fabb57d0e4
Changed the database user in sampling script.
2009-09-01 05:36:36 +00:00
Gregory Shikhman
b55784c099
Completely rewrote the table sampling code...
...
...to work with multiple tables and cleaned it up significantly in the
process.
2009-09-01 05:30:56 +00:00
Gregory Shikhman
96ab5bffa7
Added initial version of config files for apache+mod_wsgi stack...
...
...to replace the current apache+mod_proxy+cherrypy stack. Added
conn.commit() to actually commit INSERTs - required now since all
tables are InnoDB type. Fixed bugs in log_type parsing.
2009-08-31 08:11:48 +00:00
Gregory Shikhman
e967816a5c
Changed map hash from md5 to sha256.
...
Refactored server-side upload code. Fixed sql username for uploader
from the read-only username to the read/write username. Added a
seperate GAMES_AI table for ai vs. ai games.
2009-08-30 20:12:47 +00:00
Gregory Shikhman
af28cd0973
Fixed CSS bug - moved nav bar out of header div.
2009-08-24 21:01:03 +00:00
Gregory Shikhman
6a825dfc2c
Updated link to wesnoth.org instead of my staging site.
2009-08-24 20:48:09 +00:00
Gregory Shikhman
2a04be6b55
Renamed GAMES to GAMES_SP since it only stores singleplayer game data.
2009-08-24 20:43:07 +00:00
Gregory Shikhman
0935e7819f
Turned off sqlalchemy again; I ended up not using it for authentication.
2009-08-23 14:44:43 +00:00
Gregory Shikhman
d22ebb2aa3
Added configuration files.
2009-08-23 14:40:35 +00:00
Gregory Shikhman
90fc4bd800
Optimized hex grid generation to not calculate tile geometry...
...
...for uncolored hexes. Changed the wesnoth copyright into a hyperlink
to the homepage.
2009-08-17 05:19:42 +00:00
Gregory Shikhman
eecac8d70f
Deleted more artifacts from the default tg install.
...
Added comments to </div> end tags so that they're easier to
match. Added a new <div id="global"> tag around everything in the body
to pick up more formatting from the CSS.
2009-08-17 00:01:43 +00:00
Gregory Shikhman
7497ed882c
Deleted artifacts from default turbogears installation. More UI work.
2009-08-16 23:14:23 +00:00
Gregory Shikhman
802c46b797
Refactored the menu into a separate header file...
...
...that can be imported into other files. Added a footer. Added a link
to the stats in the main menu. Removed a stub file that I ended up not
using.
2009-08-16 05:23:35 +00:00
Gregory Shikhman
1d211ce9f6
Date selection is now saved between page refreshes on the killmap page.
...
Removed some code now unnecessary because of the SQL JOIN.
2009-08-15 21:36:38 +00:00
Gregory Shikhman
947ad4154b
Added an SQL JOIN to merge GAMES/GAMES_MP and KILLMAP tables...
...
...when doing filtering. Still need to refactor things to get rid of
temporary hacks. Added some debugging to look at a rare change in
[kill_event] format that my parser does not handle.
2009-08-15 20:53:24 +00:00
Gregory Shikhman
435280f3eb
Changed all instances of dateconstruct()...
...
...with the more general rangeconstruct(). Added unique game-id
generation to rows added to GAMES/GAMES_MP.
2009-08-15 19:20:11 +00:00
Gregory Shikhman
e6a47f2353
Added support for filtering by level range in killmaps.
2009-08-15 01:51:15 +00:00
Gregory Shikhman
578e898568
Finished filter support for columns from the KILLMAPS table.
...
A JOIN still needs to be done to add filter support for columns from
the GAMES/GAMES_MP table.
2009-08-15 01:18:58 +00:00
Gregory Shikhman
9ebdcebbb3
Added filter selection to frontend.
...
Improved UI of killmaps page slightly.
2009-08-13 22:45:56 +00:00
Ignacio R. Morelle
37aaf6fd13
Add cycholka's hack for overriding PM limits...
...
...and attachment quotas on the Art Director user and hidden group,
respectively.
This patch is in serious need of a cleanup.
2009-08-12 00:24:46 +00:00
Ignacio R. Morelle
83ae2eeab2
Add cycholka's phpBB registration check hack to the repository.
2009-08-12 00:17:55 +00:00
Gregory Shikhman
f1074db22a
Added date and level range selection to the killmaps html template.
...
Initial work on filter support for killmaps.
2009-08-11 23:54:52 +00:00
Gregory Shikhman
0442cecab5
Added hex coloring based on kill frequency to the killmap.
...
Still need to add filter support and detailed per-hex statistics to
the overlay that comes up when you click a hex.
2009-08-11 03:27:34 +00:00