This website requires JavaScript.
Explore
Help
Sign In
jdb
/
timestamper
Watch
1
Star
0
Fork
0
You've already forked timestamper
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
839646b154
Branches
Tags
View all branches
timestamper
/
.gitignore
4 lines
25 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added UUIDs to timestamps, refactored the build process * Added UUIDs to `ts_entry` records. Updated `ts_json:construct_record` to respond to `uuid` member properties if present. UUIDs are not required by the strict parsing functions in `ts_json` because the client will make a request with no UUID if it is a purely new timestamp. IN fact, this is the normal case. The UUID is only present when another tool is syncing its copy of this timeline wand adding entries that it has created and assigned UUIDs to. * `ts_entry:new` will create a UUID for a new entry if it does not already have one. * Restructured the build process to put all build artifacts into a dedicated `build` subdirectory, instead of mising them in an amongst the source code. * Added the `uuid` module to the project. It can be found at https://gitorious.org/avtobiff/erlang-uuid * Rewrote asset URLs to use relative paths instead of absolute paths. Relative paths are correct in this case, becuase assets always live alongside the HTML pages. This change was needed to accomodate the new organization of the JDB Labs dev environment, where all projects live under subdirectories of the same virtual server instead of subdomains. * Tweaked the timestamp entry fields in the web UI to save when the field is blurred, not just when <Enter> or <Ctrl>-<Enter> is pressed (though those still work).
2013-10-11 20:06:31 +00:00
build/
Beginning API documentation.
2011-01-28 03:22:21 -06:00
*.sw?
Testing out design ideas.
2011-02-11 08:32:12 -06:00
.sass-cache
Reference in New Issue
Copy Permalink