Commit Graph

223 Commits

Author SHA1 Message Date
XhmikosR 126207f3e5 htdocs: update .htaccess from the latest html5 boilerplate. 2013-11-14 12:57:19 +02:00
XhmikosR f40257c49e htdocs: minor tweaks.
Update the tools to their latest versions.
2013-11-05 08:10:44 +02:00
XhmikosR e9848bdc80 htdocs: update html5 boilerplate. 2013-11-05 08:10:44 +02:00
Daniel Marjamäki 4f578a5e4b htdocs: Added DACA2 link on the dev page 2013-10-16 22:52:51 +02:00
XhmikosR c59b9aabab Actually show the "by author" info when it's not null. 2013-10-12 18:50:54 +03:00
XhmikosR 5fa41f5873 htdocs/devinfo/index.php: fix error when there's no author info in Trac's rss item. 2013-10-12 18:50:54 +03:00
XhmikosR 2a2212043f htdocs/css: Add 0 to numbers.
Clean-css takes care of this.
2013-10-12 18:50:54 +03:00
XhmikosR 911e1f9559 Revert "htdocs: move inline JS to a separate file."
This reverts commit 3a9740b110.

Conflicts:
	htdocs/archive/index.php
	htdocs/demo/index.php
	htdocs/make.js
	htdocs/run-tests.js
	htdocs/site/js/cppcheck.js
	htdocs/site/js/pack.js
2013-10-12 17:42:19 +03:00
Daniel Marjamäki cd87699eb1 1.62: Updated download link on main page 2013-10-12 14:55:03 +02:00
Daniel Marjamäki d45d32d9dd htdocs: removed archive 2013-10-12 14:48:52 +02:00
XhmikosR 564d36698b htdocs: run node make. 2013-10-05 18:16:21 +03:00
XhmikosR 8fd8398379 htdocs: add Google Analytics support.
Use IP Anonymization.
2013-10-05 18:15:44 +03:00
XhmikosR a9bae18502 htdocs: update html5bp and normalize.css. 2013-10-01 09:20:19 +03:00
XhmikosR 4cf0ac549d htdocs/make.js: rename variable. 2013-10-01 09:20:19 +03:00
XhmikosR 01ea91ed87 htdocs: enable strict mode. 2013-10-01 09:19:54 +03:00
XhmikosR 12c46c4738 htdocs: update dependencies. 2013-10-01 09:19:54 +03:00
XhmikosR 4c0ba2b36a htdocs: Move scripts one dir up. 2013-08-20 07:46:29 +03:00
XhmikosR fddb5ee556 htdocs: move .jshint.rc to package.json. 2013-08-20 07:46:18 +03:00
XhmikosR dd4bbebe45 htdocs: include normalize.css first. 2013-08-20 07:46:18 +03:00
XhmikosR 66f96daf4e htdocs/site/js/github.js: switch to one var per line. 2013-08-20 07:46:18 +03:00
Daniel Marjamäki 4c7e92f67b web archive: don't allow users to delete gtk and windows 2013-08-09 19:25:59 +02:00
PKEuS a9a5dc0354 Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
XhmikosR 5a6194060c Update website for v1.61. 2013-08-04 14:07:42 +03:00
Daniel Marjamäki c1278fd2b2 Archive: add Makefile for building and moving cgi files 2013-08-03 20:41:22 +02:00
XhmikosR 197046b761 Partially revert b2e140389f
" Move system includes before local ones"
2013-08-03 21:11:58 +03:00
XhmikosR 900259a8bc htdocs: update .htaccess to the latest git. 2013-08-01 17:00:26 +03:00
XhmikosR f7e93f9942 htdocs: move the id to the parent element instead of using empty <a>. 2013-07-31 18:21:06 +03:00
XhmikosR a901c33d93 htdocs: update normalize.css. 2013-07-31 18:21:06 +03:00
XhmikosR c57879e578 htdocs: tweak the "Download Now!" button. 2013-07-31 18:21:06 +03:00
XhmikosR 05dc0433fb htdocs: use span element for maxChars. 2013-07-31 18:21:06 +03:00
XhmikosR 67afb6b2ba archive: minor tweaks. 2013-07-31 18:21:06 +03:00
XhmikosR b2e140389f * Move system includes before local ones
* Remove superfluous newlines
2013-07-31 18:21:06 +03:00
XhmikosR c4890a782f htdocs: Fix XHTML validation errors. 2013-07-31 14:02:56 +02:00
XhmikosR 2cc2d17bc6 htdocs/archive/index.php: switch to XHTML 1.1. 2013-07-31 14:02:39 +02:00
XhmikosR 3a9740b110 htdocs: move inline JS to a separate file. 2013-07-31 14:02:21 +02:00
XhmikosR 6f278b9131 htdocs/demo/report/index.php: add "Archive" link in navbar. 2013-07-31 14:02:07 +02:00
Tim Gerundt 851b80341c htdocs: Fix escaping of html characters in /devinfo. 2013-07-31 14:01:56 +02:00
Daniel Marjamäki 9656e71c03 archive: replace &amp; since it doesn't work well 2013-07-30 20:36:32 +02:00
Daniel Marjamäki e559b6da65 archive: use camelCase in js function names 2013-07-30 18:06:03 +02:00
Daniel Marjamäki e1acef1217 archive: moved <script> from report.cgi. don't output <html> etc from report.cgi because it is inlined in /archive/index.php 2013-07-30 17:40:30 +02:00
Daniel Marjamäki 545aad579f archive: fixed addfile URL from the report.cgi. improved xml validation for '_' in attribute values and <abc/> elements. 2013-07-29 10:21:10 +02:00
Daniel Marjamäki f353713718 archive: use '<?php .. ?>' instead of '<? .. ?>'. Thanks XhmikosR. 2013-07-28 23:17:56 +02:00
XhmikosR 8e59ea9842 Add a link to the Archive in navbar. 2013-07-28 20:19:04 +02:00
XhmikosR 9f8fcdddb9 Use the full sourceforge url. 2013-07-28 20:18:53 +02:00
XhmikosR 0a97fd972c Update make.js
Simplify echo commands.

Thanks @vBm for pointing it out.
2013-07-28 18:38:46 +02:00
XhmikosR 53bf8308fa htdocs:
* update deps
* use double quotes and fix warnings
2013-07-28 18:38:40 +02:00
Daniel Marjamäki 43f0be06fa astyle formatting 2013-07-28 10:38:56 +02:00
Daniel Marjamäki be11c47b82 archive: renamed createzip.cgi to archive.zip. allow rules in the archive and append .rule if the file is a rule and .cfg otherwise. 2013-07-26 11:21:42 +02:00
Daniel Marjamäki 464dccc188 htdocs/archive: added download 2013-07-22 08:22:06 +02:00
Daniel Marjamäki e54bc77ad2 astyle formatting 2013-07-22 07:26:15 +02:00