Commit graph

203 commits

Author SHA1 Message Date
Iustin Pop
a3879e049e Use FunctionalDependencies for internal 'Ref' class
This is needed for reference types which don't necessarily have an Int
type (for example, they could be Text, or Double, etc.).
2012-04-17 22:07:42 +02:00
Iustin Pop
3700fcdfac Fix a simple typo 2012-04-17 21:17:21 +02:00
Johan Tibell
9a48304a96 Bump version number to 0.3.0.5 2012-04-14 19:01:25 -07:00
Johan Tibell
2baf63aa98 Add release notes 2012-04-14 19:00:53 -07:00
Iustin Pop
0932334436 Add original (non-minified) JS files
In order to make distribution in Debian (which doesn't regard the
minified form as the “original” source) easier, ship the non-minified
sources too. They are not installed, just included in the archive.

Additionally, add a LICENSE.javascript file to clarify the origin of
the extra files.

Signed-off-by: Iustin Pop <iusty@k1024.org>
2012-04-13 18:46:03 +02:00
Johan Tibell
77fd0d2e2a Include all license and readme files in the dist tarball 2012-04-04 18:21:27 -07:00
Johan Tibell
1e66ed5ad0 Bump version number to 0.3.0.4 2012-04-03 18:29:32 -07:00
Johan Tibell
9cee1f4bc0 Update changelog 2012-04-03 18:28:59 -07:00
Johan Tibell
c9ad661d7c Change icons to Creative Commons Attribution 3.0 licensed ones 2012-04-03 18:27:06 -07:00
Johan Tibell
3a246d6bba Add license section for the last icon 2012-04-01 16:52:55 -07:00
Johan Tibell
230609d261 Add license file for icons 2012-04-01 15:38:43 -07:00
Johan Tibell
a3af8249c8 Bump dependency on transformers 2012-03-22 20:49:07 -07:00
Johan Tibell
c4c9d264d0 Update release notes 2012-03-19 14:42:44 -07:00
Johan Tibell
56b85922b4 Bump version number to 0.3.0.3 2012-03-19 14:42:10 -07:00
Johan Tibell
36b76e7346 Support Snap 0.8 2012-03-19 14:41:42 -07:00
Johan Tibell
e49b1c57fd Add release notes 2012-03-07 09:28:54 -08:00
Johan Tibell
2085e3a110 Bump version number to 0.3.0.2 2012-03-07 08:56:55 -08:00
Johan Tibell
d7a3c8882b Bump dependency on unordered-containers 2012-03-07 08:53:24 -08:00
Johan Tibell
b2d9947f4b Bump dependency on aeson 2012-01-26 17:55:50 -08:00
Austin Seipp
d292b58aff Add local copy of JQuery 1.6.4 2012-01-26 18:34:52 -06:00
Austin Seipp
09e8feea5e Include Bootstrap CSS, so internet isn't required for a functioning UI 2012-01-26 18:22:57 -06:00
Johan Tibell
ce3af1ba7e Bump version number to 0.3.0.1
Also make HTML validate as HTML5
2012-01-26 11:58:27 -08:00
Johan Tibell
e9afa7a9b3 Remove unused assets 2012-01-26 11:46:41 -08:00
Johan Tibell
9289ea7a7a Switch from Blueprint CSS to Bootstrap CSS 2012-01-26 11:42:20 -08:00
Johan Tibell
c58a824367 Add image to data-files 2012-01-01 17:46:14 -08:00
Johan Tibell
3a9119aa72 Complete release notes 2012-01-01 17:02:09 -08:00
Johan Tibell
e2c4de92f3 Show a message box when the server can't be reached 2012-01-01 16:49:06 -08:00
Johan Tibell
f90d2172fc Comma-ify pretty printed numbers 2012-01-01 15:50:41 -08:00
Johan Tibell
aef1e86114 Add release notes 2011-12-31 18:48:07 -08:00
Johan Tibell
2a77b569c5 Mention that counters are non-negative 2011-12-31 18:39:14 -08:00
Johan Tibell
ac517faa31 Minor doc tweak 2011-12-31 18:29:41 -08:00
Johan Tibell
89ffba4b2a Doc tweaks 2011-12-31 18:27:11 -08:00
Johan Tibell
c817bdfb5b Fix doc typo 2011-12-31 18:15:09 -08:00
Johan Tibell
ae860ea950 Use the server time in the UI 2011-12-31 18:14:25 -08:00
Johan Tibell
3f26e64280 Actual return the server time in the REST API 2011-12-31 18:10:36 -08:00
Johan Tibell
034ffee2eb Improve REST API docs 2011-12-31 11:35:44 -08:00
Johan Tibell
3cf252ee96 Improve counter and gauge documentation 2011-12-30 22:37:36 -08:00
Johan Tibell
e59d03ff27 Show add-graph button when graph is closed 2011-12-30 19:18:30 -08:00
Johan Tibell
484c138d92 Add graph icon 2011-12-30 19:05:07 -08:00
Johan Tibell
caae25c7c7 Bump version number to 0.3.0.0 2011-12-30 18:45:05 -08:00
Johan Tibell
602b6c6353 The example is not a data file 2011-12-30 18:44:17 -08:00
Johan Tibell
3bd23bd43d Add close icon 2011-12-30 18:43:30 -08:00
Johan Tibell
bbd570378d JSLint police 2011-12-30 18:40:40 -08:00
Johan Tibell
06ec1da5a8 Refactor jQuery code 2011-12-30 18:03:51 -08:00
Johan Tibell
8b83c46c76 Make it possible to add graphs for user metrics 2011-12-30 15:42:26 -08:00
Johan Tibell
84b27c3d01 Reorganize jQuery code 2011-12-30 13:52:58 -08:00
Johan Tibell
3832ddfa62 Show built-in counters and gauges in the web interface
Reorganized REST API as that was required to support this feature.
2011-12-30 13:34:01 -08:00
Johan Tibell
3a1ac0f2ae Add table column headers 2011-12-30 12:11:23 -08:00
Johan Tibell
16cf71f019 Add handler logic for gauges 2011-12-30 11:34:36 -08:00
Johan Tibell
6755998783 Improve docs 2011-12-30 11:33:44 -08:00