| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-22 | Fix YAML single quote escape (use global) | Teddy Wing | |
| The YAML single quote escape wasn't replacing globally so only the first quote in the page title would be escaped. This results in incorrect formatting and YAML files that can't be imported without escaping separately. | |||
| 2014-06-22 | CHANGELOG: update for v0.1.1 | Teddy Wing | |
| 2014-06-22 | manifest.json: v0.1.0 -> v0.1.1v0.1.1 | Teddy Wing | |
| 2014-06-22 | Merge branch 'filename-incorrect-on-chrome-35' | Teddy Wing | |
| 2014-06-22 | TODO: update, fix for 'download.txt' filename bug | Teddy Wing | |
| 2014-06-22 | Fix downloaded filename 'download.txt' bug | Teddy Wing | |
| As of Chrome 35, the downloaded file would appear with the filename 'download.txt' instead of the custom defined timestamped filename. Use a JS blob instead of a data URL to download the file so that the filename sticks. | |||
| 2014-06-12 | Update TODO | Teddy Wing | |
| Add entry for the `download.txt` filename bug. | |||
| 2014-04-01 | Update TODO | Teddy Wing | |
| 2014-03-30 | README: add installation instructions | Teddy Wing | |
| 2014-03-30 | Add attribution to chrome-bootstrap.cssv0.1.0 | Teddy Wing | |
| 2014-03-30 | Add basic README | Teddy Wing | |
| 2014-03-30 | Add LICENSE | Teddy Wing | |
| MIT license. | |||
| 2014-03-30 | Merge branch 'add-download-functionality' | Teddy Wing | |
| 2014-03-30 | Update CHANGELOG | Teddy Wing | |
| 2014-03-30 | Add icons | Teddy Wing | |
| 2014-03-30 | Add CHANGELOG | Teddy Wing | |
| 2014-03-30 | manifest.json: convert spaces to tabs | Teddy Wing | |
| 2014-03-30 | Move filename generation code | Teddy Wing | |
| Move code that generates the filename (without the extension) to a separate function so that we can get it in the header of the main page. | |||
| 2014-03-30 | Bump version to 0.1.0 | Teddy Wing | |
| 2014-03-30 | Update TODO | Teddy Wing | |
| 2014-03-30 | Add functionality for downloading backup on icon click | Teddy Wing | |
| If the download option is set, a backup file is now downloaded when the extension button is clicked. | |||
| 2014-03-30 | Refactor backup text | Teddy Wing | |
| Instead of updating the textarea directly, add the backup text to a string and assign that string to the textarea later. This allows us to add the text to a file for download on click of the extension button and outside the context of the extension's main page. | |||
| 2014-03-30 | Page: reduce height of textarea in accordance with link | Teddy Wing | |
| Now that the download link is moved, reduce the size of the textarea. | |||
| 2014-03-30 | Page: move download link to top | Teddy Wing | |
| Move the download link to the top of the page and style it. | |||
| 2014-03-30 | Update TODO | Teddy Wing | |
| 2014-03-30 | Generate HTML output | Teddy Wing | |
| 2014-03-30 | Fix minute format of downloaded filename | Teddy Wing | |
| Add leading zero to minute. | |||
| 2014-03-30 | Append correct file extension depending on format | Teddy Wing | |
| For the download link, append a file extension appropriate to the type of file being downloaded. | |||
| 2014-03-30 | Page: size textarea to fit in page | Teddy Wing | |
| Textarea now resizes according to window height. | |||
| 2014-03-30 | Remove YAML library | Teddy Wing | |
| Since I'm now outputting YAML manually for better looks, get rid of the YAML serialiser I included previously. | |||
| 2014-03-30 | Add YAML output | Teddy Wing | |
| 2014-03-30 | Page: update 'text' format output | Teddy Wing | |
| * Remove <a> tags * Show page title and URL for each entry | |||
| 2014-03-30 | Options: update status text on save | Teddy Wing | |
| Move to the right side of the save button and show it for a longer amount of time. | |||
| 2014-03-30 | Store options & load values from storage | Teddy Wing | |
| 2014-03-30 | Add 'storage' to permissions in manifest | Teddy Wing | |
| Turns out I need this to store option values. | |||
| 2014-03-30 | options.js: convert spaces to tabs | Teddy Wing | |
| 2014-03-30 | options: add form elements from extension | Teddy Wing | |
| Markup for form elements on options page. | |||
| 2014-03-30 | Update options page | Teddy Wing | |
| * Copy sample code from the docs http://developer.chrome.com/extensions/options * Include Chrome UI Bootstrap CSS https://github.com/roykolak/chrome-bootstrap | |||
| 2014-03-30 | Update TODO | Teddy Wing | |
| 2014-03-30 | Use monospace type in textarea | Teddy Wing | |
| 2014-03-30 | Fix bug with date format minutes | Teddy Wing | |
| Add leading zero. | |||
| 2014-03-30 | Style URL page header | Teddy Wing | |
| 2014-03-30 | Add options page | Teddy Wing | |
| 2014-03-30 | Add TODO | Teddy Wing | |
| 2014-03-30 | Add comment: where the file download code came from | Teddy Wing | |
| 2014-03-25 | Update header time function for leading zero in hoursv0.0.1 | Teddy Wing | |
| Add leading zero to hours. | |||
| 2014-03-25 | Generate a file download link to easily save the data | Teddy Wing | |
| 2014-03-24 | Initial commit: initial working version | Teddy Wing | |
| From 2014.03.17. Clicking on the extension's icon button opens a new tab containing a textarea with all URLs in open tabs collected by window. | |||
