zotero/chrome/chromeFiles/skin/default/scholar
Dan Stillman b684e97366 Closes #252, Metadata not displaying for page snapshots
Closes #304, change references to "website" to "web page"

More changes as per discussions with Dan:

- Linked URLs have been given a second chance at life, though they still shouldn't be used for (most, if any) scrapers (which should use snapshots or the URL field instead)
- Renamed the "website" item type to "webpage"
- Removed "web page" from the New Item menu
- Added Save Link To Current Page toolbar button
- Added toolbar separator between New Item buttons and link/attachment/note to differentiate
- Added limited metadata (URL and accessDate) for attachments
- URL for attachments now stored in itemData (itemAttachments.originalPath is no longer used, but I'm probably not gonna worry about it and just wait for SQLite to support dropping columns with ALTER TABLE) -- getURL() removed in favor of getField('url')
- Snapshots now say "View Snapshot"
- Added Show File button to file attachments to show in filesystem
- Added timed note field to attachments for single notes and adjusted Item.updateNote(), etc. to work with attachments
- Fixed bug with manually bound params in fulltext indexer and Item.save() (execute() vs. executeStep()) -- any recently added items probably aren't in the fulltext index because of this


Known bugs/issues:

- Attachment metadata and notes probably aren't properly imported/exported now (and accessDate definitely isn't)
- Scrapers don't save metadata properly
- Attachment title should be editable
- File attachments could probably use some more metadata (#275, more or less, though they won't be getting tabs)
2006-10-02 00:00:50 +00:00
..
about.css Closes #12, credits panel. 2006-07-06 20:43:32 +00:00
addCitationDialog.css - closes #225, ability to cite a specific page/paragraph/etc in Word integration. the output isn't quite right at the moment, but the interface works. 2006-09-11 01:05:26 +00:00
citation-add-gray.png - closes #225, ability to cite a specific page/paragraph/etc in Word integration. the output isn't quite right at the moment, but the interface works. 2006-09-11 01:05:26 +00:00
citation-add.png - closes #225, ability to cite a specific page/paragraph/etc in Word integration. the output isn't quite right at the moment, but the interface works. 2006-09-11 01:05:26 +00:00
citation-delete-gray.png - closes #225, ability to cite a specific page/paragraph/etc in Word integration. the output isn't quite right at the moment, but the interface works. 2006-09-11 01:05:26 +00:00
citation-delete.png - closes #225, ability to cite a specific page/paragraph/etc in Word integration. the output isn't quite right at the moment, but the interface works. 2006-09-11 01:05:26 +00:00
cog.png A cog menu each for collections and items (the same as the contextual menu, for now) 2006-06-22 00:13:21 +00:00
item-attachments-add.png Renamed "Files" to "Attachments" -- since Files could be links as well as actually files (or both, for web page snapshots), things were getting just about as confusing as when Items were called Objects. 2006-08-12 00:18:20 +00:00
overlay.css Closes #252, Metadata not displaying for page snapshots 2006-10-02 00:00:50 +00:00
scholar.css Closes #252, Metadata not displaying for page snapshots 2006-10-02 00:00:50 +00:00
search-cancel-active.png Closes #154, Clicking an item in Related should display that item. 2006-08-02 15:13:31 +00:00
search-cancel.png Closes #154, Clicking an item in Related should display that item. 2006-08-02 15:13:31 +00:00
tag.png Fixes #32, implement tags in tags tab 2006-07-05 13:09:58 +00:00
textfield-dual.png Closes #247, Add interface option for institutional creators in item edit pane 2006-09-08 22:46:49 +00:00
textfield-single.png Closes #247, Add interface option for institutional creators in item edit pane 2006-09-08 22:46:49 +00:00
toolbar-collection-add.png Got some new icons for the lists 2006-06-20 17:08:30 +00:00
toolbar-collection-edit-gray.png Got some new icons for the lists 2006-06-20 17:08:30 +00:00
toolbar-collection-edit.png Got some new icons for the lists 2006-06-20 17:08:30 +00:00
toolbar-fullscreen-bottom.png The fullscreen button is now an image. It looks different depending on whether the pane is on top or bottom, and changes background when activated. 2006-07-28 16:49:19 +00:00
toolbar-fullscreen-top.png The fullscreen button is now an image. It looks different depending on whether the pane is on top or bottom, and changes background when activated. 2006-07-28 16:49:19 +00:00
toolbar-go-arrow-disabled.png Cross-posting to BC for discussion: http://chnm.grouphub.com/projects/310105/msg/cat/2114872/3538662/comments 2006-09-27 08:12:09 +00:00
toolbar-go-arrow.png Cross-posting to BC for discussion: http://chnm.grouphub.com/projects/310105/msg/cat/2114872/3538662/comments 2006-09-27 08:12:09 +00:00
toolbar-item-add.png Got some new icons for the lists 2006-06-20 17:08:30 +00:00
toolbar-item-from-page.png Cross-posting to BC for discussion: http://chnm.grouphub.com/projects/310105/msg/cat/2114872/3538662/comments 2006-09-27 08:12:09 +00:00
toolbar-link-add.png Closes #252, Metadata not displaying for page snapshots 2006-10-02 00:00:50 +00:00
toolbar-note-add.png The fullscreen button is now an image. It looks different depending on whether the pane is on top or bottom, and changes background when activated. 2006-07-28 16:49:19 +00:00
toolbar-snapshot-add.png Cross-posting to BC for discussion: http://chnm.grouphub.com/projects/310105/msg/cat/2114872/3538662/comments 2006-09-27 08:12:09 +00:00
treeitem-artwork.png closes #22, button in note pane for new note 2006-06-26 12:58:22 +00:00
treeitem-attachment-file.png Renamed "Files" to "Attachments" -- since Files could be links as well as actually files (or both, for web page snapshots), things were getting just about as confusing as when Items were called Objects. 2006-08-12 00:18:20 +00:00
treeitem-attachment-link.png Renamed "Files" to "Attachments" -- since Files could be links as well as actually files (or both, for web page snapshots), things were getting just about as confusing as when Items were called Objects. 2006-08-12 00:18:20 +00:00
treeitem-attachment-snapshot.png Cross-posting to BC for discussion: http://chnm.grouphub.com/projects/310105/msg/cat/2114872/3538662/comments 2006-09-27 08:12:09 +00:00
treeitem-attachment-web-link.png Renamed "Files" to "Attachments" -- since Files could be links as well as actually files (or both, for web page snapshots), things were getting just about as confusing as when Items were called Objects. 2006-08-12 00:18:20 +00:00
treeitem-attachment.png Renamed "Files" to "Attachments" -- since Files could be links as well as actually files (or both, for web page snapshots), things were getting just about as confusing as when Items were called Objects. 2006-08-12 00:18:20 +00:00
treeitem-book.png Got some new icons for the lists 2006-06-20 17:08:30 +00:00
treeitem-bookSection.png closes #22, button in note pane for new note 2006-06-26 12:58:22 +00:00
treeitem-film.png closes #22, button in note pane for new note 2006-06-26 12:58:22 +00:00
treeitem-interview.png closes #22, button in note pane for new note 2006-06-26 12:58:22 +00:00
treeitem-journalArticle.png Got some new icons for the lists 2006-06-20 17:08:30 +00:00
treeitem-letter.png closes #22, button in note pane for new note 2006-06-26 12:58:22 +00:00
treeitem-magazineArticle.png closes #22, button in note pane for new note 2006-06-26 12:58:22 +00:00
treeitem-manuscript.png closes #22, button in note pane for new note 2006-06-26 12:58:22 +00:00
treeitem-newspaperArticle.png closes #22, button in note pane for new note 2006-06-26 12:58:22 +00:00
treeitem-note.png closes #22, button in note pane for new note 2006-06-26 12:58:22 +00:00
treeitem-thesis.png closes #22, button in note pane for new note 2006-06-26 12:58:22 +00:00
treeitem-webpage.png Closes #252, Metadata not displaying for page snapshots 2006-10-02 00:00:50 +00:00
treesource-collection.png Got some new icons for the lists 2006-06-20 17:08:30 +00:00
treesource-library.png Got some new icons for the lists 2006-06-20 17:08:30 +00:00
treesource-search.png Closes #172, add preference for EndNote MIME type stealing feature 2006-08-09 15:44:11 +00:00
zotero-z-16px-active.png Closes #297, Toolbar button 'S' needs to be replaced with 'Z' 2006-09-27 20:24:39 +00:00
zotero-z-16px-hover.png Closes #297, Toolbar button 'S' needs to be replaced with 'Z' 2006-09-27 20:24:39 +00:00
zotero-z-16px.png Closes #297, Toolbar button 'S' needs to be replaced with 'Z' 2006-09-27 20:24:39 +00:00
zotero-z-24px-active.png Closes #297, Toolbar button 'S' needs to be replaced with 'Z' 2006-09-27 20:24:39 +00:00
zotero-z-24px-hover.png Closes #297, Toolbar button 'S' needs to be replaced with 'Z' 2006-09-27 20:24:39 +00:00
zotero-z-24px.png Closes #297, Toolbar button 'S' needs to be replaced with 'Z' 2006-09-27 20:24:39 +00:00
zotero_logo_14px.png Replaced "Scholar is loaded" line with Zotero logo 2006-08-30 05:34:12 +00:00
zotero_logo_18px.png Closes #59, logos 2006-08-30 18:56:10 +00:00
zotero_logo_20px.png Transparent and larger Zotero status bar logo; fixed white side margins 2006-08-30 16:37:43 +00:00
zotero_logo_20px_2.png With the three different versions of Zotero, for comparison purposes (a gross misuse of SVN, I know) 2006-08-30 17:00:17 +00:00
zotero_logo_20px_3.png With the three different versions of Zotero, for comparison purposes (a gross misuse of SVN, I know) 2006-08-30 17:00:17 +00:00
zotero_z_32px.png Closes #297, Toolbar button 'S' needs to be replaced with 'Z' 2006-09-27 20:24:39 +00:00