Gunter Labes
e56cb08ae3
don't try to trap SIGKILL but SIGHUP instead
2008-08-31 21:37:30 +00:00
Gunter Labes
be64181bb7
run the script with bash since we're really expecting bash not sh
2008-08-31 21:25:58 +00:00
Pauli Nieminen
65e4eec6f5
Made sanity_check script detect correct path to top directory
2008-08-27 09:12:14 +00:00
Mark de Wever
22886e3d2a
Fix the output for negative numbers in a cell.
...
When the text starts with a negative number it's parsed as a new row, by
adding a space in front of all texts this problem is fixed. Cells with
hardcoded text this isn't needed so not done.
2008-08-24 09:58:23 +00:00
Gunter Labes
a3a9ff258a
correct syntax..
2008-08-24 00:17:16 +00:00
Nils Kneuper
62a11d4754
made the default location of the add-on server add-ons.wesnoth.org...
...
...instead of campaigns.wesnoth.org it will point to the same machine,
just make it clear that there is more than only campaigns on the
machine
2008-08-13 14:54:07 +00:00
Pauli Nieminen
c181daee5a
moved unit test website code to branches/resources/ from trunk/utils/
...
[[Split portion of a mixed commit.]]
2008-08-12 22:44:15 +00:00
Pauli Nieminen
fffd8f131d
Made build hitory paging work
2008-08-12 22:27:58 +00:00
Pauli Nieminen
cdab9e31c4
Added missing pagiante.tpl
2008-08-12 20:10:50 +00:00
Pauli Nieminen
c80483b9b1
Fixed typo in variable name
2008-08-12 20:06:24 +00:00
Pauli Nieminen
5f3d3d0716
Added initial implementation for pagination for build history
2008-08-12 20:01:59 +00:00
Pauli Nieminen
0bffeec9d4
Fixed FilenameConverter not to do type-check for string paramter
2008-08-12 20:01:43 +00:00
Gunter Labes
a4c1a18d26
make the script also stop on error 98 (port in use)
...
some more quoting to make the script a bit more robust
2008-08-12 16:19:31 +00:00
Pauli Nieminen
9c8382b323
Added license headers to php files.
...
Made minor changes to css and autohide js for better look
Added build history page
2008-08-11 21:39:45 +00:00
Pauli Nieminen
efab5f8300
[[big heap of miscellaneous fixes]]
...
* Made map labels not to register if having empty text. (labels are
still needing rewrite)
* Fixed filter check for missing tags report
* Made SDL_Init(TIMER) called in all platforms (This initializes
variables in sdl; eg SDL_GetTicks counter)
* Added campaignd server cr encoding conbersion so old data is
converted to new format
* Made Unit test website find old error with less strict parameters
2008-08-11 01:16:11 +00:00
Pauli Nieminen
6c5a6aa32a
Added scons compilation output files to svn:ignore
...
Made send_file test sending multiple files simultanously
Added test_utils:one_of<class T> which test if value matches any one
in the given list
Made send_file report if there is problems streaming file for networking
Improved javascript code creating mouseover full text elements in test
website
2008-08-10 16:37:28 +00:00
Pauli Nieminen
843c0dd4e2
Changed test name for auto parameterized test case
...
Added test for network::send_file
Changed test website error version reporting to show when error was
first found
2008-08-10 10:50:11 +00:00
Pauli Nieminen
2beb53d1c4
Minor tweaks to index.php look
2008-08-09 21:15:38 +00:00
Pauli Nieminen
3439af1d6a
Made improvements to unit test website.
2008-08-09 19:59:06 +00:00
Pauli Nieminen
03ba3a86cd
game_event.cpp detect any tag starting filter as valid
...
Made run_unit_tests.sh work when starting from cron
Added error detection to TestRunner class
2008-08-09 07:13:44 +00:00
Pauli Nieminen
56d173be89
Added css file to unit test website.
2008-08-08 20:54:38 +00:00
Pauli Nieminen
1d02c5850e
Made run_unit_test.sh work with any cwd
2008-08-08 20:29:20 +00:00
Pauli Nieminen
e46877aad0
rm misc directory too
2008-08-08 20:25:28 +00:00
Pauli Nieminen
40aea24b6f
rm NEWS that I forgot in previous commit
2008-08-08 20:24:44 +00:00
Pauli Nieminen
1508c8ca48
deleted smarty and adodb from svn (They can be downloaded as needed)
...
Improved path settings code a bit
2008-08-08 20:17:05 +00:00
Pauli Nieminen
b207fc4c4b
Renamed config.php to settup.php
2008-08-08 19:11:55 +00:00
Pauli Nieminen
5180282d74
Fixed path in autotest run script
2008-08-08 17:42:14 +00:00
Pauli Nieminen
e96ef04f09
Moved include also out from htdocs
2008-08-08 17:39:25 +00:00
Pauli Nieminen
9fbaecb561
Moved smarty and adodb out from htdocs
2008-08-08 17:34:42 +00:00
Pauli Nieminen
36d7c8e39e
Added code for test website. Including:
...
* Smarty 2.6.19
* ASOdb Lite 1.42
2008-08-08 17:21:38 +00:00
Pauli Nieminen
e9464f297e
Script to analyse campaignd server log for trafic numbers
2008-08-06 16:58:59 +00:00
Mark de Wever
484230845f
Add support for container tables.
2008-07-19 15:33:35 +00:00
Mark de Wever
964a0fcab4
Add a extra \n to the table data,
...
...this avoids the last line not to be displayed when there's no extra
\n in the data.
2008-07-19 08:08:55 +00:00
Mark de Wever
60bb964163
Make the default value match for a variable non-greedy.
...
This avoids the problem where a closing brace in the description was
seen as terminator.
2008-07-19 07:58:54 +00:00
Mark de Wever
2283975313
Add some error output...
...
...so we can see something went wrong instead of grepping through the
output.
2008-07-19 07:45:22 +00:00
Mykola Konyk
e75686c82f
Submitting new (partial), rails based stats website.
2008-07-08 23:16:07 +00:00
Mykola Konyk
1f36883e25
Restructuring old stats project, as per Rusty's request.
2008-07-08 22:42:59 +00:00
Pauli Nieminen
7c7871b337
added expiration time to bans
...
fixed minor memory leak
2008-05-15 16:27:20 +00:00
Gunter Labes
4ded7bc6eb
correct a test
2008-05-12 12:09:31 +00:00
Gunter Labes
cf77ef5ac2
build dev servers with the default -O2
...
use the now implemented program_suffix option of scons
2008-05-11 10:35:58 +00:00
Gunter Labes
de6130605f
some tweaks..
2008-05-11 10:16:14 +00:00
Pauli Nieminen
7c3b6f494b
MP server start script working with gracefull server restart
2008-05-09 08:15:41 +00:00
Mark de Wever
92275b897d
Also commit the changes to wiki_grabber...
2008-05-01 09:31:42 +00:00
Gunter Labes
5bbb0afe2f
go back to using sed to find the build dir, seems more reliable after all
2008-04-27 01:08:49 +00:00
Gunter Labes
7fa4661094
send error messages to STDERR
...
get the server port from the redirect.cfg (which needs to be changed anyway)
2008-04-26 18:10:52 +00:00
Gunter Labes
9ec6985365
correct some log file paths
2008-04-26 02:10:47 +00:00
Gunter Labes
82cc3608c9
add ban reason support to the ban list
2008-04-25 22:38:31 +00:00
Mark de Wever
584df8c958
Seems the move of the wiki grabber didn't delete the original.
2008-04-24 17:54:14 +00:00
Mark de Wever
2ca2486a65
Add more info when an error occurs.
2008-04-24 16:22:31 +00:00
Mark de Wever
a34996108b
Fix default directory after moving the file.
2008-04-23 19:48:12 +00:00