This website requires JavaScript.
ee087d302d
Merge timestamper-gui
main
origin/main
Jonathan Bernard
2024-08-04 21:42:33 -05:00
5b24dac2b8
Move timestamper-gui into a subfolder.
temp
Jonathan Bernard
2024-08-04 21:41:47 -05:00
b6dc3eb98c
Merge branch 'temp'
Jonathan Bernard
2024-08-04 21:23:13 -05:00
ea3f554224
Move time-analyzer into it's own directory in preparation to merge into the main timestamper project.
Jonathan Bernard
2024-08-04 21:22:38 -05:00
111be977c6
Move web application into /web.
Jonathan Bernard
2024-08-04 20:48:32 -05:00
338eab1c96
Merge Web application.
Jonathan Bernard
2024-08-04 20:45:13 -05:00
fbc9052e5a
Move CLI application code into /cli.
Jonathan Bernard
2024-08-04 20:44:46 -05:00
0a49df1828
Merge CLI project.
Jonathan Bernard
2024-08-04 20:42:37 -05:00
e32c6358e9
Move library code into lib folder in preparation for consolidating the lib, CLI, and web projects.
Jonathan Bernard
2024-08-04 20:42:26 -05:00
168d7cd03f
Moved to gradle. FIXME: This is broken.
gogs-cli/master
Jonathan Bernard
2015-02-05 00:54:06 -06:00
66c00e2473
Moved to gradle build system.
gogs-lib/master
gogs-lib/HEAD
Jonathan Bernard
2015-02-05 00:41:26 -06:00
3cb9bfc228
Updated .gitignore to ignore new build file name.
gogs-web/master
Jonathan Bernard
2015-01-13 11:57:16 -06:00
950f4a0b70
Added DEV build target and configuration.
Jonathan Bernard
2015-01-13 11:55:32 -06:00
12bae10384
New entry field auto-focusses. Bugfix.
Jonathan Bernard
2015-01-13 11:55:10 -06:00
7ae584bec9
Cleaning up whitespace.
Jonathan Bernard
2014-12-22 09:58:24 -06:00
0da15ef102
Stubs for WebSocket push notifications.
Jonathan Bernard
2014-12-22 09:57:31 -06:00
bb713abeed
Refresh entry on save. Fixed Ctrl-Enter detection.
Jonathan Bernard
2014-12-22 09:55:56 -06:00
3f21f62889
Updated yaws_api.hrl to the version from Yaws 1.98
Jonathan Bernard
2014-07-28 08:30:27 -05:00
dc70b00403
Bugfix, started working on mobile UI.
Jonathan Bernard
2014-03-30 03:37:59 +00:00
54eb4fdafa
Fixed a bug in the makefile: missing the z flag to tar.
Jonathan Bernard
2014-03-30 03:36:06 +00:00
59c9544ab9
Updated test database to match latest schema.
Jonathan Bernard
2014-03-30 03:33:46 +00:00
846f505f6b
Bugfix to periodic refresh behavior.
Jonathan Bernard
2013-11-13 10:32:42 -06:00
de405f01f1
Prevent the current mark from rerendering when the user is editing it.
Jonathan Bernard
2013-11-04 03:55:41 +00:00
4a7486305c
Fixed bug in options definition.
Jonathan Bernard
2013-10-26 10:09:01 -05:00
26c5435b5c
Makefile now creates build.tar.gz
Jonathan Bernard
2013-10-25 16:00:43 +00:00
839646b154
Fixed Session timeouts.
Jonathan Bernard
2013-10-25 15:47:20 +00:00
e8bebb49fb
UI and build process tweaks.
Jonathan Bernard
2013-10-24 20:42:53 +00:00
c42a3805c2
Fixed UI surrounding day separators.
Jonathan Bernard
2013-10-24 14:55:08 +00:00
f4eeb91d1a
Fixed deploy target, new entry creation.
Jonathan Bernard
2013-10-22 16:46:34 +00:00
a3c55e918e
Bugfixes: session management, new entry creation.
Jonathan Bernard
2013-10-22 15:32:22 +00:00
0278179452
Extended the session timeout to 6 hours.
Jonathan Bernard
2013-10-15 14:26:38 +00:00
8cc257c24e
Fixed bugs in initial 2.0 release.
2.1
Jonathan Bernard
2013-10-11 16:37:11 -05:00
216b3c5303
Updated to library 2.1. Fixed auto-generated start script.
1.1
Jonathan Bernard
2013-10-11 16:34:36 -05:00
774778ee55
Added UUID binary.
Jonathan Bernard
2013-10-11 20:45:45 +00:00
98032e2b89
Added UUIDs to timestamps, refactored the build process
Jonathan Bernard
2013-10-11 20:06:31 +00:00
d473d74112
Updated lib version 2.0 and promoted CLI to 1.0
1.0
Jonathan Bernard
2013-10-11 20:04:12 +00:00
d720c6c645
Version 2.0: Added UUID to markers, truncated timestamps to seconds field.
2.0
Jonathan Bernard
2013-10-11 19:59:44 +00:00
9b357359b6
Rewrote resource URLs to use the page protocol.
Jonathan Bernard
2013-09-22 21:48:56 +00:00
15750f65d4
Upgrading timestamper-lib version.
Jonathan Bernard
2013-09-22 15:23:15 -05:00
bc51d17932
Upgrading to Griffon 1.2.0
gogs-gui/master
Jonathan Bernard
2013-09-22 15:22:44 -05:00
4c8d8a9f2d
Version 1.5: Fixed an issue with JDBLabsWebTimeline persist.
1.5
Jonathan Bernard
2013-09-22 15:19:44 -05:00
621e00deaa
Using lists instead of atoms for things being turned into JSON.
Jonathan Bernard
2013-09-21 15:52:29 -05:00
100ca8fd74
Added SSL, CORS support for the API.
Jonathan Bernard
2013-09-21 17:19:13 +00:00
1e05258381
Bugfixes.
Jonathan Bernard
2013-09-15 00:33:02 +00:00
4992d7cac9
Version 1.4: SyncTarget syncOnExit property is meaningful now.
Jonathan Bernard
2013-09-13 09:24:44 -05:00
e296e87003
Version 1.6: Added help section, bugfix, updated build process.
0.6
Jonathan Bernard
2013-08-27 16:51:10 -05:00
269a9b9125
Version 0.5: Added support for syncing timelines.
0.5
Jonathan Bernard
2013-09-13 08:54:49 -05:00
68ce5bb272
Version 1.3: bugfix, add shutdown for SyncTarget threads.
1.3
Jonathan Bernard
2013-09-13 08:48:50 -05:00
38dc560686
Updated yaws_api.hrl, prod configuration (to live alongside VBS).
Jonathan Bernard
2013-09-13 01:56:45 +00:00
76bf676c2c
Added edit and delete commands.
0.4
Jonathan Bernard
2013-08-10 01:30:43 -05:00
284a4159d1
Added command to re-read the timeline source.
0.3
Jonathan Bernard
2013-08-09 11:45:56 -05:00
6e6d799dee
Added TimelineProperties.reloadTimeline() method.
1.2
Jonathan Bernard
2013-08-09 11:37:55 -05:00
e4a756baf5
Moved back to realtime update model.
0.2
Jonathan Bernard
2013-08-08 23:14:18 -05:00
f78cd57ec7
Can now add marks. Display is single-threaded, refresh on command.
0.1
Jonathan Bernard
2013-08-08 20:09:15 -05:00
769245b690
Working on UI using ANSI escape sequences.
Jonathan Bernard
2013-08-08 14:21:00 -05:00
f9e700f27b
Updated common-build to 1.10
Jonathan Bernard
2013-07-30 11:30:43 -05:00
ec154c8a49
Updated build reference.
Jonathan Bernard
2013-07-19 18:54:22 -05:00
fcbb0bd1ee
Updated build script.
Jonathan Bernard
2013-07-19 18:52:07 -05:00
988ed2bb51
Minor reformatting.
Jonathan Bernard
2013-07-19 18:47:45 -05:00
00a5252542
Small changes to Category and Event toString()
gogs-time-analyzer/master
Jonathan Bernard
2012-09-04 10:41:40 -05:00
5dff4de089
Support for weekly summaries and daily analysis.
Jonathan Bernard
2012-09-01 22:20:28 -07:00
2650fca7f1
Removed unnecessary dependancy.
Jonathan Bernard
2012-08-30 22:50:52 -05:00
10677e5705
Migrated to jdb-build-1.9, documentation.
Jonathan Bernard
2012-08-30 06:33:35 -07:00
d076b739f5
Reorganized the code into new packages.
Jonathan Bernard
2011-10-27 20:14:08 -05:00
b56a708a09
Version 1.2: Refactored JDBLabsWebTimeline, cleaned up libs.
Jonathan Bernard
2011-06-28 18:14:43 -05:00
5b2ecf7b65
Added libraries required to support lib-java 1.1.
Jonathan Bernard
2011-06-27 17:22:43 -05:00
3ca6909b95
Version 1.1: Added support for web timelines.
Jonathan Bernard
2011-06-27 17:13:07 -05:00
cda3544cac
Creating initial project structure.
Jonathan Bernard
2011-06-19 07:23:36 -05:00
b01421d45d
Adjusted session timeout to be 12 hours.
Jonathan Bernard
2011-06-18 09:36:03 -05:00
f3ef7db088
Work on front-side UI.
Jonathan Bernard
2011-06-17 16:02:26 -05:00
81503112a8
Work on day separators.
Jonathan Bernard
2011-06-17 10:58:01 -05:00
1fff94b622
Implemented entry exclusions in UI.
Jonathan Bernard
2011-06-16 17:50:47 -05:00
c061ea6c1f
Added libraries, ammended build file, built v1.0 release.
Jonathan Bernard
2011-06-16 12:41:53 -05:00
98071f270d
Refactored code packages, com.jdbernard -> com.jdblabs
Jonathan Bernard
2011-06-16 12:33:54 -05:00
eef44ecd0c
Moved code to the com.jdblabs.timestamper.core package and fixed contact information.
Jonathan Bernard
2011-06-16 12:14:22 -05:00
6573503094
Initial commit of the TimeStamper Java core library.
Jonathan Bernard
2011-06-16 12:09:56 -05:00
602bdca7e3
Minor fixes needed for last_timeline to work.
Jonathan Bernard
2011-06-15 18:31:53 -05:00
cd182d54c3
Fixing problems introduced by the model change.
Jonathan Bernard
2011-06-15 16:50:38 -05:00
3999e736be
Bug fixes and implementation refinement around `ts_ext_data
`.
Jonathan Bernard
2011-06-15 07:34:41 -05:00
658091e947
Bugfixing, compile-error-sqhashung.
Jonathan Bernard
2011-06-15 00:54:58 -05:00
7d11112226
Fixed extended data handling in `ts_json
` module.
Jonathan Bernard
2011-06-15 00:26:31 -05:00
8bb50c058d
Changed Data Model ------------------
Jonathan Bernard
2011-06-14 15:24:57 -05:00
99d04935cb
Implemented timeline selection.
Jonathan Bernard
2011-06-10 11:49:45 -05:00
b5eadd6fc4
Fixed timeline creation, API logical fixes.
Jonathan Bernard
2011-06-07 20:47:23 -05:00
bc364b2ebd
Merge branch 'client-redesign'
Jonathan Bernard
2011-06-07 08:38:09 -05:00
89336e844f
Implemented new timeline functionality client-side.
Jonathan Bernard
2011-06-07 08:34:20 -05:00
76083b5972
Added icons for timeline creation.
Jonathan Bernard
2011-06-07 08:29:26 -05:00
cf42d133f6
Added UI for timeline creation.
Jonathan Bernard
2011-06-01 06:29:48 -05:00
72ef1ac277
Moved issues to issue tracker.
Jonathan Bernard
2011-05-27 09:50:43 -05:00
2cc17b85f1
Implemented notes UI.
Jonathan Bernard
2011-05-16 04:09:37 -05:00
65a9a517f9
Updated test data.
Jonathan Bernard
2011-05-09 10:54:24 -05:00
808492154d
Adding hover-able icons to timeline entries.
Jonathan Bernard
2011-05-09 10:52:21 -05:00
74d8a7f015
Duration display, time formatting, UI tweaks.
Jonathan Bernard
2011-05-07 22:03:02 -05:00
036177cfed
Duration display, time formatting, UI tweaks.
Jonathan Bernard
2011-05-07 21:31:30 -05:00
b22c10c6c2
Created todo documentation.
Jonathan Bernard
2011-05-07 21:30:32 -05:00
850edf9e25
Updated test data.
Jonathan Bernard
2011-05-07 21:30:00 -05:00
1161f6b752
Added feature brainstorming doc.
Jonathan Bernard
2011-05-06 17:47:16 -05:00
65dbab9c13
Replaced jQuery UI login dialog with home-grown login.
Jonathan Bernard
2011-05-06 17:45:56 -05:00
06556020d4
UI Tweak: column headers, re-alignments.
Jonathan Bernard
2011-05-06 13:14:57 -05:00
dd3387a0f1
Trying to tighten up the design. More functionality implemented.
Jonathan Bernard
2011-05-03 12:50:03 -05:00