Commit Graph

253 Commits

Author SHA1 Message Date
Manuel Friedli be221aa88d use Function.bind() instead of passing the 'this' object to each and every
function. but that's no nice solution either ...
2014-07-04 13:47:16 +02:00
Manuel Friedli b23a56f866 set up testing structure 2014-07-04 01:08:39 +02:00
Manuel Friedli 6f6feb5cf5 re-indented the code 2014-07-04 00:52:09 +02:00
Manuel Friedli de75a3bdaf no more JSHint errors for now 2014-07-04 00:50:16 +02:00
Manuel Friedli ec8a185dd7 more JSHinting 2014-07-04 00:42:05 +02:00
Manuel Friedli cd58ff4ba3 converted many old-fashioned for-loops to modern ones 2014-07-03 22:03:54 +02:00
Manuel Friedli dd752c8db0 use forEach() instead of for(i=0...) 2014-07-03 21:26:13 +02:00
Manuel Friedli 9720d1dcd1 accept "unsafe" line breaks 2014-07-03 21:25:47 +02:00
Manuel Friedli df9e435da3 renamed _currentMinute to currentMinute 2014-07-03 21:20:20 +02:00
Manuel Friedli 60e68ffeaf renamed _id to id 2014-07-03 21:18:27 +02:00
Manuel Friedli ec9b44427c renamed _timer to timer 2014-07-03 21:16:47 +02:00
Manuel Friedli 08cca0a915 helper variables don't need to be wrapped in their own object. 2014-07-03 21:06:06 +02:00
Manuel Friedli 3d0245abfa wrap the layout definitions in immediately executing anonymous functions 2014-07-03 20:37:34 +02:00
Manuel Friedli 85b5670dfc removed the window.uhr global variable! hooray! 2014-07-03 20:33:26 +02:00
Manuel Friedli 5a9ec0e0df basically the whole thing is rewritten :) 2014-07-03 20:10:55 +02:00
Manuel Friedli 7b0e77f16f fixed syntax error. was probably introduced while refactoring 2014-07-03 20:09:01 +02:00
Manuel Friedli 218a0f40e5 fixed the path to the font 2014-07-03 20:06:37 +02:00
Manuel Friedli 09562d47a4 intermediate commit 2014-07-03 18:36:43 +02:00
Manuel Friedli afe923c136 some JSHint'ing and reorganizing of the project-structure 2014-07-03 16:53:28 +02:00
Manuel Friedli 340669c5eb fixed 24h bug 2014-06-28 23:46:12 +02:00
Manuel Friedli 348177e52a Merge branch 'feature/fix-cookie-path' into 'develop'
Feature/Fix Cookie Path
2014-06-28 23:32:27 +02:00
Manuel Friedli 719a2a8343 update manifest version 2014-06-28 23:31:47 +02:00
Manuel Friedli c890429dd6 consider the path when setting a cookie, but make it overridable with the configuration parameter 'cookiePath'. 2014-06-28 23:27:41 +02:00
Manuel Friedli 6047499a18 Merge branch 'develop' into feature/fix-cookie-path 2014-06-28 23:16:36 +02:00
Manuel Friedli 4811367f46 deleted test.html 2014-06-28 23:14:09 +02:00
Manuel Friedli 065d9a2853 update manifest version 2014-06-28 23:12:54 +02:00
Manuel Friedli bd3fb48b0d find all stylesheets, not only those defined in the head. 2014-06-28 23:12:20 +02:00
Manuel Friedli 9eba4192ed Merge branch 'develop' into feature/fix-cookie-path 2014-06-28 23:07:26 +02:00
Manuel Friedli 0461411c6a Merge branch 'feature/lang-it' into 'develop'
Feature/Lang It
2014-06-28 22:52:12 +02:00
Manuel Friedli 9971763697 added it layout and updated documentation and manifest.appcache 2014-06-28 22:50:42 +02:00
Manuel Friedli ff850fca64 Merge branch 'feature/lang-fr' into 'develop'
Feature/Lang Fr
2014-06-28 22:16:52 +02:00
Manuel Friedli 120574c36b i guess this version deserves a minor-version-bump, not only micro, as _normalizeHours() is gone. 2014-06-28 22:14:05 +02:00
Manuel Friedli e666350b3f updated the documentation 2014-06-28 22:12:59 +02:00
Manuel Friedli a378f45470 activate french in the showcase and update manifest 2014-06-28 22:06:15 +02:00
Manuel Friedli f7defa96d5 added french layout 2014-06-28 22:04:24 +02:00
Manuel Friedli f93083c128 preparing to support languages that make a difference between AM and PM 2014-06-28 22:03:35 +02:00
Manuel Friedli bde19624b2 Merge branch 'develop' into feature/fix-cookie-path 2014-06-28 17:04:47 +02:00
Manuel Friedli 75568578f6 deleted commented old stuff 2014-06-28 17:04:30 +02:00
Manuel Friedli 07b64480cd Merge branch 'develop' into feature/fix-cookie-path
Conflicts:
	manifest.appcache
2014-06-28 17:00:30 +02:00
Manuel Friedli 56f20907d9 Merge branch 'feature/refactor-layout-definition' into 'develop'
Feature/Refactor Layout Definition
2014-06-28 16:49:07 +02:00
Manuel Friedli f04d5a9aef remove trailing newline 2014-06-28 16:47:44 +02:00
Manuel Friedli 59c5b8d358 updated manifest, including the version 2014-06-28 16:44:03 +02:00
Manuel Friedli bb027261b2 register languages with help of a function. that enables advances functionality with fallback-language and makes it generally more robust.
this commit concludes the refactoring of the layout definition.
2014-06-28 16:40:24 +02:00
Manuel Friedli d9ae1f3783 removed unnecessary comma 2014-06-28 16:38:12 +02:00
Manuel Friedli 2564eec812 added yellow theme 2014-06-28 16:04:06 +02:00
Manuel Friedli 194ebc58de fix sizing 2014-06-28 15:58:28 +02:00
Manuel Friedli 480736e877 refactor: move every helper function inside the scope-limiting block in order not to pollute world 2014-06-28 15:53:08 +02:00
Manuel Friedli ffcf8fa2f2 added showcase 2014-06-28 15:52:48 +02:00
Manuel Friedli 135a180e12 make cookie path configurable 2014-06-28 14:41:30 +02:00
Manuel Friedli d334101ae0 updated version in manifest.appcache 2014-06-28 14:36:46 +02:00