Simon Kornblith
bc6d24882f
- closes #586 , scraped item doesn't get added to collection
...
- removes nonfunctional popup menu code
2007-03-27 00:06:50 +00:00
Dan Stillman
07db0d8fe3
Remove (harmless) SQL mistake
2007-03-26 20:52:17 +00:00
Dan Stillman
f43acd85c9
Addresses #527 , Add translators' names to install.rdf and about.xul
...
- Added translator names to About window
- Moved icon attributions from Special Thanks to separate section, leaving just funders in Special Thanks
- Removed ellipses in "Documentation" and "About Zotero" lines in Actions menu
2007-03-26 20:12:50 +00:00
Dan Stillman
9729c7dce5
This will hopefully fix the scraping crash.
2007-03-26 19:33:14 +00:00
Dan Stillman
afb03baaff
Replace hand-drawn icon for minimized annotations
...
Added menu separator between annotation and highlighting toolbar buttons
2007-03-26 18:55:48 +00:00
Dan Stillman
a9bff0e316
Restore clearSelection() call in itemTreeView.rememberSelection(), since workaround didn't fix crash
...
Made rememberSelection() in certain notify() conditions only get called when necessary, which may or may not fix or reduce the crash, depending on where it was happening
Added debug output to better tell where the crash is occurring
2007-03-26 17:57:26 +00:00
Dan Stillman
8fff3ddad2
Fix errors in WebPageDump saving due to being with XPCOM -- and, since the error was the only thing causing scripts to be downloaded, switched script saving to true
2007-03-26 17:45:24 +00:00
Dan Stillman
fe23c04b36
Fix for web links not being added to current collection
2007-03-26 14:56:02 +00:00
Dan Stillman
13d5d59b01
Strip potentially invalid characters in auto-generated attachment filenames
2007-03-24 22:57:14 +00:00
Dan Stillman
d803831856
Fix for title not showing up when scraping a page when sorting by Date Added
2007-03-24 22:43:16 +00:00
Simon Kornblith
95938c359e
modify URL regexps for gated collections to allow URLs as subdomains (to deal with proxies we don't currently support automatically)
2007-03-24 22:13:18 +00:00
Dan Stillman
206e18c351
Addresses #442 , Add abbreviated item title and formatting logic
...
Add shortTitle field, just for real this time
2007-03-24 21:49:01 +00:00
Simon Kornblith
af1ac0db7e
simplify use of base fields in citations (thanks Dan S.)
2007-03-24 21:42:03 +00:00
Dan Stillman
8a9da660fd
Only get the most recent window in ZoteroPane.loadURI() if we need to
2007-03-24 17:28:02 +00:00
Dan Stillman
9bc8583703
This may or may not fix the crashes on site translation
2007-03-24 17:23:29 +00:00
Dan Stillman
cb72c9bcaa
Pushed updated JSTOR translators to repo
2007-03-24 16:47:31 +00:00
Simon Kornblith
f34100bd77
use base fields in citations
2007-03-24 05:47:27 +00:00
Simon Kornblith
0a21edc131
closes #583 , detectWeb icons not "sticky"
2007-03-23 22:59:03 +00:00
Simon Kornblith
dd143fa800
- delete from JSTOR after retrieval (this may or may not help)
...
- fix Chicago Note with Bibliography sorting
2007-03-23 21:20:09 +00:00
Simon Kornblith
624902c726
fix citation sort issues
2007-03-23 21:05:44 +00:00
Dan Stillman
d35ca68586
Addresses #442 , Add abbreviated item title and formatting logic
...
Closes #578 , rename "Publication" to "Book Title" on bookSection type
Also moved URL above call number on all fields.
2007-03-23 20:04:31 +00:00
Simon Kornblith
7c2a413010
fixes broken <- arrow in multiple citation selector for Word integration
2007-03-23 19:15:11 +00:00
Simon Kornblith
fd4cd28545
closes #483 , Improve Chicago Manual of Style date/publisher/place handling
2007-03-23 19:12:17 +00:00
Dan Stillman
2f51eeb7e2
Fixes #579 , can't delete access date
2007-03-23 17:58:54 +00:00
Simon Kornblith
97b24b3752
closes #464 , ability to use endnotes (not yet tested on Windows, but it's easier to commit first and make changes if necessary)
2007-03-23 16:47:40 +00:00
Simon Kornblith
e8f7d2320e
fix locator issues with multiple citations
2007-03-23 14:37:29 +00:00
Simon Kornblith
f3a16b5e00
- fix issues with subsequent author substitute
...
- fix comma before "and" with two authors in MLA style citations
2007-03-23 14:29:47 +00:00
Simon Kornblith
0042dde43d
assume first name is initials when there is only one capital letter, even if last name is all caps
2007-03-23 14:10:27 +00:00
Simon Kornblith
f3664a8c6e
fix issues with initials with periods
2007-03-23 13:55:55 +00:00
Simon Kornblith
c6bc536f64
better handling of initials in cleanAuthor
2007-03-23 03:32:06 +00:00
Simon Kornblith
85fb1f7cf3
closes #572 , 'Multiple sources" does not work
2007-03-23 02:46:35 +00:00
Dan Stillman
f01fd20826
Closes #554 , Add help menu option to Actions menu
...
"Documentation..." with link to http://www.zotero.org/documentation/
2007-03-23 01:12:50 +00:00
Dan Stillman
8a39b9ee7c
Didn't mean to commit this
2007-03-23 00:58:28 +00:00
Dan Stillman
2b4d0926e3
Fixes #542 , Better icons for preferences window
...
Also better spacing of prefpane buttons
2007-03-23 00:56:24 +00:00
Simon Kornblith
c8737e946a
closes #463 , ibid and repeat citation support in footnotes
...
attempts, but fails, to suppress an inconsequential error related to communication with Word on the Mac (perhaps on the PC, too?). i encased it in a try block, but it still throws an exception. strange.
2007-03-23 00:51:44 +00:00
Dan Stillman
4b52c8c44d
Closes #451 , conference paper needs "publicationTitle" field?
...
Added proceedingsTitle with base field publicationTitle for now, since the hierarchical item type structure will require both (the conference itself will be an event)
Copied any conferenceName value to proceedingsTitle
2007-03-23 00:43:27 +00:00
Dan Stillman
b7caed7e71
Fixes #576 , Stuck at "Loading library..."
2007-03-23 00:40:26 +00:00
Simon Kornblith
c25836f373
don't use url in Wikipedia citation unless accessdate is present
2007-03-22 23:29:19 +00:00
Simon Kornblith
8a177c519d
fix et al issue
2007-03-22 21:08:22 +00:00
Simon Kornblith
2e9c9de761
oops
2007-03-22 20:43:15 +00:00
Simon Kornblith
97850dabb3
closes #476 , Add Wikipedia CSL/export format
2007-03-22 20:41:23 +00:00
Simon Kornblith
6d452d44fd
fix errors exporting directory hierarchy with Zotero RDF
2007-03-22 19:30:56 +00:00
Dan Stillman
66cce6c55d
Removed conflict markers in scrapers.sql
2007-03-22 18:12:46 +00:00
Simon Kornblith
936cdd361c
better handling of untitled items in Open WorldCat
2007-03-22 17:59:44 +00:00
Dan Stillman
16c07308a9
Pushed Open Worldcat to repo
2007-03-22 17:57:19 +00:00
Simon Kornblith
89b3dbf816
closes #575 , integrate Sean's Open WorldCat translator. unfortunately, sandboxing issues prevent us from integrating this translator with the existing Open WorldCat search translator.
2007-03-22 17:49:54 +00:00
Simon Kornblith
632e98691d
closes #574 , create bibliography chokes on forum post
...
fixes copy to clipboard (from dialog, not quick copy) feature
2007-03-22 17:34:19 +00:00
Simon Kornblith
a9c2536515
closes #573 , google scholar issues
2007-03-22 17:25:30 +00:00
Dan Stillman
583f996636
Fix version number on Max Planck translator
2007-03-22 16:27:54 +00:00
Simon Kornblith
b272eb2de3
closes #570 , Voyager translator not working for "unlinked" search results
2007-03-22 16:21:58 +00:00