055cb6aca6fixed path to the main uhr.css in the README.mdManuel Friedli2015-01-19 01:09:38 +0100
b8fbffdf3ealso invoke the version task on grunt buildonly.Manuel Friedli2015-01-19 01:07:09 +0100
91ac2ce048added grunt-version. what's now left to do is automatic/semi-automatic incrementation of version numbers. i'm not so sure anymore whether the files in dist/ should contain the version number in their filename. i'll ponder on that and decide later.Manuel Friedli2015-01-19 01:01:06 +0100
6692d2d6d9Merge branch 'feature/update-toolchain' into feature/unify-versioninfoManuel Friedli2015-01-19 00:51:15 +0100
316e045770also minify the CSS files and store them in dist/Manuel Friedli2015-01-19 00:42:16 +0100
959e4a41aaMerge branch 'feature/update-toolchain' into feature/unify-versioninfoManuel Friedli2015-01-18 22:39:58 +0100
607eeabfd2use separate .jshintrc for the tests. this allows us to remove the "predef" section from the productive .jshintrc, which is good.Manuel Friedli2015-01-18 21:49:19 +0100
bb69485b9fjshint didn't like the "e" variable, because of some possible problem in IE8; so I renamed it to "elem".Manuel Friedli2015-01-18 21:40:36 +0100
1e314cba57added more tests: - test config options (default and custom) - test invalid parameters (language and theme) - test URL params (long and short)Manuel Friedli2015-01-18 21:36:55 +0100
2295283ba4Merge branch 'feature/update-toolchain' into feature/unify-versioninfoManuel Friedli2015-01-18 18:54:18 +0100
a8f8aa0947first tests with firefox and chrome seem to indicate that it is working. i will have to deploy it onto my test server and perform some more tests.Manuel Friedli2015-01-18 18:31:23 +0100
e035362905inserted some commented code in order to remind myself what to do about versioning. it's very tedious to maintain the version in 3 different places, so this needs to be handled by the build process, and one and only one source must be provided for the final version string; that is probably going to be package.json.Manuel Friedli2015-01-18 17:24:17 +0100
dfac2ae47aexecuted grunt in order to update the version info in the dist/* filesManuel Friedli2015-01-18 17:17:17 +0100
8c08c93b1dadded description for the cookiePath config option, which has been completely undocumented so far. my bad.Manuel Friedli2015-01-18 17:11:32 +0100
3c193c5472Merge branch 'feature/update-toolchain' into feature/update-docsManuel Friedli2015-01-18 17:01:37 +0100
9218b331f9Merge branch 'develop' into feature/update-toolchainManuel Friedli2015-01-18 16:52:55 +0100
0684b57321updated the version to 8.0.0-dev.0, as that's actually correct for a semver string; v7 has been released, so the next one needs to be 8.0.0-PRE or something; increasing major version because ôf backwards-incompatible changesManuel Friedli2015-01-18 16:50:11 +0100
5bed926072clarified the use of URL configuration and pointed out that the settings apply to all Uhr elements on a page.Manuel Friedli2015-01-18 16:18:06 +0100
1eb733b069updated README.md to reflect the latest changes; also added new paragraph about the URL parameter configuration, which was forgotten in the previous releaseupdated README.md to reflect the latest changes; also added new paragraph about the URL parameter configuration, which was forgotten in the previous release..Manuel Friedli2015-01-18 16:14:23 +0100
0c7aebc200added the first two test methods that actually work!Manuel Friedli2015-01-16 17:50:23 +0100
51d21d8ff6added a few more build targets: - base: includes the main uhr.js plus de_CH - baselangs: includes all languages except de_CH - complete: includes uhr.js and all languages (existed before) - langs: includes all languages (existed before) - main: includes only uhr.js (existed before) - libs: includes required libs: jquery, jquery-ui (core + widget), jquery-cookieManuel Friedli2015-01-16 15:48:51 +0100
d0a28a0097Merge branch 'develop' into feature/update-toolchainManuel Friedli2015-01-15 17:23:26 +0100
9848cc4961Merge branch 'feature/updatecharsetmetatag' into 'develop'Manuel Friedli2015-01-15 17:21:37 +0100
057d2a51a8Merge branch 'develop' into feature/updatecharsetmetatagManuel Friedli2015-01-15 17:20:32 +0100
319c08d74eMerge branch 'feature/no-appcache' into 'develop'Manuel Friedli2015-01-15 17:15:48 +0100
a28df80158deleted manifest.appcache and removed the attribute from the html tag. appcache causes a major headache on firefox, need to really look into that one day!Manuel Friedli2015-01-15 15:05:50 +0100
f9b6bd6117- added lang=de to the html tag - changed the charset meta tag to the new and simpler HTML5 syntaxManuel Friedli2015-01-15 15:04:06 +0100
2e55875262- updated version to a correct semver string - disable qunit in the default grunt task, as no tests are available yet and that causes the build to fail (i don't like the --force option)Manuel Friedli2015-01-15 14:48:10 +0100
387a89dcbc"gruntified" the libraries, too. and updated the license and the version information in Gruntfile.js and package.jsonManuel Friedli2015-01-13 20:06:02 +0100