Author: suokko
Date: Mon Aug 11 23:39:45 2008
New Revision: 28475
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28475&view=rev
Log:
* Added license headers to php files.
* Made minor changes to css and autohide js for better look
* Added build history page
Added:
trunk/utils/tests/htdocs/build_history.php (with props)
trunk/utils/tests/include/FilenameConverter.php (with props)
trunk/utils/tests/include/ParameterValidator.php (with props)
trunk/utils/tests/smarty_workdir/templates/build_history.tpl (with props)
trunk/utils/tests/smarty_workdir/templates/build_list.tpl (with props)
Modified:
trunk/utils/tests/autotester/path_settup.sh.template
trunk/utils/tests/autotester/run_unit_tests.php
trunk/utils/tests/autotester/run_unit_tests.sh
trunk/utils/tests/htdocs/index.php
trunk/utils/tests/htdocs/js/autohide.js
trunk/utils/tests/htdocs/styles/unit_test.css
trunk/utils/tests/include/Build.php
trunk/utils/tests/include/Config.php
trunk/utils/tests/include/DBCreator.php
trunk/utils/tests/include/Footer.php
trunk/utils/tests/include/Header.php
trunk/utils/tests/include/SVNUpdater.php
trunk/utils/tests/include/TestError.php
trunk/utils/tests/include/TestResult.php
trunk/utils/tests/include/TestRunner.php
trunk/utils/tests/include/WesnothSmarty.php
trunk/utils/tests/smarty_workdir/plugins/modifier.autohide.php
trunk/utils/tests/smarty_workdir/templates/footer.tpl
trunk/utils/tests/smarty_workdir/templates/header.tpl
trunk/utils/tests/smarty_workdir/templates/index.tpl
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/utils/tests/autotester/path_settup.sh.template
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/autotester/path_settup.sh.template?rev=28475&r1=28474&r2=28475&view=diff
Modified: trunk/utils/tests/autotester/run_unit_tests.php
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/autotester/run_unit_tests.php?rev=28475&r1=28474&r2=28475&view=diff
Modified: trunk/utils/tests/autotester/run_unit_tests.sh
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/autotester/run_unit_tests.sh?rev=28475&r1=28474&r2=28475&view=diff
Added: trunk/utils/tests/htdocs/build_history.php
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/htdocs/build_history.php?rev=28475&view=auto
Modified: trunk/utils/tests/htdocs/index.php
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/htdocs/index.php?rev=28475&r1=28474&r2=28475&view=diff
Modified: trunk/utils/tests/htdocs/js/autohide.js
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/htdocs/js/autohide.js?rev=28475&r1=28474&r2=28475&view=diff
Modified: trunk/utils/tests/htdocs/styles/unit_test.css
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/htdocs/styles/unit_test.css?rev=28475&r1=28474&r2=28475&view=diff
Modified: trunk/utils/tests/include/Build.php
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/include/Build.php?rev=28475&r1=28474&r2=28475&view=diff
Modified: trunk/utils/tests/include/Config.php
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/include/Config.php?rev=28475&r1=28474&r2=28475&view=diff
Modified: trunk/utils/tests/include/DBCreator.php
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/include/DBCreator.php?rev=28475&r1=28474&r2=28475&view=diff
Added: trunk/utils/tests/include/FilenameConverter.php
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/include/FilenameConverter.php?rev=28475&view=auto
Modified: trunk/utils/tests/include/Footer.php
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/include/Footer.php?rev=28475&r1=28474&r2=28475&view=diff
Modified: trunk/utils/tests/include/Header.php
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/include/Header.php?rev=28475&r1=28474&r2=28475&view=diff
Added: trunk/utils/tests/include/ParameterValidator.php
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/include/ParameterValidator.php?rev=28475&view=auto
Modified: trunk/utils/tests/include/SVNUpdater.php
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/include/SVNUpdater.php?rev=28475&r1=28474&r2=28475&view=diff
Modified: trunk/utils/tests/include/TestError.php
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/include/TestError.php?rev=28475&r1=28474&r2=28475&view=diff
Modified: trunk/utils/tests/include/TestResult.php
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/include/TestResult.php?rev=28475&r1=28474&r2=28475&view=diff
Modified: trunk/utils/tests/include/TestRunner.php
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/include/TestRunner.php?rev=28475&r1=28474&r2=28475&view=diff
Modified: trunk/utils/tests/include/WesnothSmarty.php
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/include/WesnothSmarty.php?rev=28475&r1=28474&r2=28475&view=diff
Modified: trunk/utils/tests/smarty_workdir/plugins/modifier.autohide.php
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/smarty_workdir/plugins/modifier.autohide.php?rev=28475&r1=28474&r2=28475&view=diff
Added: trunk/utils/tests/smarty_workdir/templates/build_history.tpl
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/smarty_workdir/templates/build_history.tpl?rev=28475&view=auto
Added: trunk/utils/tests/smarty_workdir/templates/build_list.tpl
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/smarty_workdir/templates/build_list.tpl?rev=28475&view=auto
Modified: trunk/utils/tests/smarty_workdir/templates/footer.tpl
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/smarty_workdir/templates/footer.tpl?rev=28475&r1=28474&r2=28475&view=diff
Modified: trunk/utils/tests/smarty_workdir/templates/header.tpl
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/smarty_workdir/templates/header.tpl?rev=28475&r1=28474&r2=28475&view=diff
Modified: trunk/utils/tests/smarty_workdir/templates/index.tpl
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/tests/smarty_workdir/templates/index.tpl?rev=28475&r1=28474&r2=28475&view=diff
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits