Commit Graph

99 Commits

Author SHA1 Message Date
XhmikosR 9bf8feb403 htdocs: update dependencies. 2014-02-15 13:26:04 +02:00
XhmikosR 22d1119c22 Update normalize.css to v3.0.0. 2014-02-10 11:43:34 +02:00
XhmikosR f8fc9ff36a Update jquery to v1.11.0. 2014-02-10 11:43:34 +02:00
XhmikosR ad19448817 htdocs: update node.js dependencies. 2014-02-10 11:43:34 +02:00
XhmikosR ad2babcad0 htdocs/site/js/github.js: switch to double quotes like the rest of the files. 2013-12-26 19:04:04 +02:00
XhmikosR f40257c49e htdocs: minor tweaks.
Update the tools to their latest versions.
2013-11-05 08:10:44 +02: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
XhmikosR 564d36698b htdocs: run node make. 2013-10-05 18:16:21 +03:00
XhmikosR a9bae18502 htdocs: update html5bp and normalize.css. 2013-10-01 09:20:19 +03:00
XhmikosR 01ea91ed87 htdocs: enable strict mode. 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
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 3a9740b110 htdocs: move inline JS to a separate file. 2013-07-31 14:02:21 +02:00
Tim Gerundt 851b80341c htdocs: Fix escaping of html characters in /devinfo. 2013-07-31 14:01:56 +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
XhmikosR e09dfadce6 htdocs: Make the Cppcheck header clickable. 2013-07-19 09:39:11 +02:00
XhmikosR bbf3db4d78 Update jquery to 1.10.2 and add a local fallback. 2013-07-10 06:43:07 +02:00
XhmikosR 589614e791 htdocs: Re-license files under GPLv3, the same as Cppcheck itself. 2013-07-07 18:09:37 +02:00
XhmikosR 611e6eaf97 htdocs\site\js\github.js: remove unneeded JSHint rules. 2013-07-07 18:09:19 +02:00
XhmikosR 9ae9c71d0d Update deps and .jshintrc.
JSHint 2.1.4 comes with a `shelljs` option which we can use instead of defining the individual globals.
2013-06-30 12:41:59 +02:00
XhmikosR cbe4095326 htdocs/site/LICENSE.md: Fix copy paste error. 2013-06-06 14:37:19 +02:00
XhmikosR 8862864062 htdocs/site/css/all.css: clean up link styles 2013-06-05 17:27:49 +02:00
XhmikosR 400c96862a htdocs: update picnet table filter 2013-06-05 17:27:35 +02:00
XhmikosR 1e56b94311 htdocs: add a node.js method for minifying the files.
Run `node make` or `node make minify`.

Additionally, you can use `npm run check` or `npm run lint` to check our js and css files for errors with JSHint and csslint.
2013-06-05 17:27:21 +02:00
XhmikosR 56e4487e26 update js/pack.js with the latest uglify-js 2013-05-08 18:37:25 +02:00
XhmikosR ef6a1b6022 update normalize.css 2013-05-08 18:36:59 +02:00
XhmikosR 2d6d1f3250 web:
* add transition to all a:hover
* remove inherited font-family
* specify the default font size
2013-04-09 17:49:09 +02:00
XhmikosR 4df22a47d9 update normalize.css to v2.1.1 2013-04-08 11:53:59 +02:00
XhmikosR 5bff8d6b0b update pack.css with the latest clean-css 2013-03-30 19:06:13 +01:00
XhmikosR b643da690a no need to overqualify the cmd class 2013-03-17 19:55:07 +02:00
XhmikosR 72735677d8 specify the box-sizing property so that the width is what we expect it to be 2013-03-17 19:55:06 +02:00
XhmikosR da3e0daaf2 margin can't be used with display: inline so remove it 2013-03-17 19:55:06 +02:00
XhmikosR 8e13989d6a add a link to the commit author's github profile 2013-03-17 17:34:17 +01:00
XhmikosR cff2126df9 github.js: switch to 4 spaces for indentation 2013-03-05 17:56:55 +01:00
XhmikosR ffc82a9d89 github.js: remove unneeded parentheses 2013-03-03 09:59:29 +01:00
XhmikosR dd76d934d2 github.js: fix author.
When there is no github user just use commit.author.name otherwise the github login name.
2013-03-02 09:26:57 +01:00
XhmikosR 320cbf3f98 github.js: add JSHint settings 2013-03-02 09:26:36 +01:00
XhmikosR c807b12b37 github.js: simplify code 2013-03-02 09:26:11 +01:00
XhmikosR 06c6e78be4 github.js: remove the author.
The author might not be a GitHub user, in which case we have issues like undefined author.
2013-03-02 07:28:49 +01:00
XhmikosR 87abab3765 github.js: fix this.author null error 2013-02-23 08:12:50 +01:00
XhmikosR c64174ab36 htdocs: update minify scripts 2013-02-16 13:25:54 +01:00
XhmikosR ad61ed2f93 all.css: move border-radius property after the vendor prefixed ones 2013-02-06 19:37:28 +01:00
XhmikosR 163cce726c all.css: use white and black instead of the hex since clean-css takes cares of this when it's smaller to use the hex 2013-01-24 21:01:14 +01:00