Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Do not merge the same story. * Actually handle replacing, not merging, records. * Try to replace tapes, when possible. * Search UI will handle dates for queries. * Pasing the correct parameters to the service for search. * Search client service, not exporting unnecessary things. * Chore: removing extra whitespace. * Fix database not being read at startup * Some layout improvements, breaking start and end dates into explicit fields that can be manually set by the user. * Add some basic logging on error * Some layout improvements, breaking start and end dates into explicit fields that can be manually set by the user. * Expand first/last dates. * Current record will collapse on background click. * Adding a new record will set it as current for editing. * Fixing collapse when middle record is selected. * Add icon indicators on right side. * Tests for archive.collapse * Remove extension importing mock logger. * Gulpfile makes builds *much* faster. * Gulp for build; run mocha and karma directly. * Save on close, and show toast when done. * Made webpack less verbose in it's output, took out webpack stream. * Updated mocks. * Add multimedia to detail view layout - Adds videos, images, and notes to layout. - Adds videos and images to the data model. * Don't let stubs span columns * Fix some nits. * Add file upload UI and API route * Reused TabletTop uploader. * Uploads save in data/ directory, and load in sidebar. * Updates after call w/ Stan * Ensure persisted database when no db present. * Only show image loader with valid label. * Miscellaneous. * Cleaned up date entry. * Reload data when loading records. * Added missing static mock. * When renaming a record, move the images as well. * Sort by label when find()ing all records. * Test regression and correctly filter duplicate stories. * Add static Bootstrap, and augment some elements with bootstrap styles. * Bump karma version, see karma-runner/karma#1782 * Records now grouped by family * Futzed with styles for archive record list. * Use same markup in pre and post. * no-sticky the subheaders. * Add toggle between view and edit for record top content. * Responsive record view * Initial markup for video association. * This tweaks a bug with firefox's rendering of md-card. Basically, there is a css prop that sets max height to 100%. Firefox interprets this as the height of the visible viewport rather than 'what is needed', or whatever chrome actually is. By setting this value to inherit, the height is automatically inherited. This works in chrome and firefox. * Added videos api, and /api/videos/incoming route. * Tweak class implementation. * Patch the other card. * worked in video player to responsive design and moved buttons * put back real video code * Changes to labels. Dates crunch and family as a super. * Hey tests actually run now. * So, apparently <super> isn't a tag. Changed to <sup> and added md-subheader class to family on record view. * displays error when server not running * Tigthen list view and fix icons * Changed icon for notes * Fix tests that had bad form, and add Associate route for adding vidoes. * Displaying incoming videos. * Associate incoming videos. * When creating a new record, start in edit state. * Added documentation on how to set up ./incoming * Do not try to focus a record when it does not have an input. * Added image delete button. * Search bar works and even works right! * Allow force set of a Record id * Correct test to use ID convention forced in Record * Set baseId when id is force set; Update test to check for force set id * Remove tslint option * Fix a bunch of breaking things. * Add a form-level action for searching. * Unify data/ and incoming/ * Update docs. * Try ARCHIVE_DATA_ROOT first for image paths. * And do the same for the list of incoming vidoes. * finish refactoring basePath and dataPath. * Moving in a hurry... * Added debugging for video display. * Use more correct images url for video. * Remove console.log * Changes to adding video * Don't attempt to save when a current request is in flight. * Make Notes part of the Editable toggle. * Add videos safely, and show them immediately. * This makes the style bar look not as totally horendous. * Create missing record folders when associating videos. * When users attempt to move a record into an existing label, don't damage data and tell them why it failed. * Ensure newly added & saved records have correct baseId. * URL encodes search and selected record. BIG BUG: Dates are all mucked up. * Fix date handling. * Handle all path permutations. * Records have a more permissive check for when two stories are equivalent. * Clarified and simplified story adding and editing. * Save record when finished editing stories. * Do not dupe when saving renamed stories. * Only allow single story to be edited at a time. * Clearing a story's slug will change save to delete. * Sets focus on slug when editing story. * Merge with a real record. * Search within stories. * Wait for previous record to close before opening new record. * Delete button on images confirms, then deletes. * Sort by family, then first: date. * Punt on performance, and just hide the FAB when a tape is selected. * Use mdButton for virtual click on Add Image. * Delete dialog and button. * Update media links when renaming records. * Always anchorscroll when selecting records. * Apparently we were not merging dates, because we thought they should be computed at one point. * Consistently enters edit mode when creating a new record. * Assume that returned media data is canonical. * Update location when saving and when collapsing. * Return record data after renaming files, and update in memory record. * Turns out, failing to remove an image you want removed is not an exceptional case. * Delete records, as per discussion. * Actually remove the tape after deleting it. * Remove the empty directory on delete. * Make viewing state for notes * add padding to video player * put record medium selector in line * Disable [Delete] when the form is not pristine. * Do not fail save when data/id dir is not present. * addressed Davids notes * a space * another space
- Loading branch information