Dan Stillman
8fcbf7093d
Recognize three-digit years
2007-04-04 18:32:05 +00:00
Dan Stillman
d1b2567663
- Fix missing file extension when using importFromDocument() on a non-HTML file
...
- Fix PDF indexing for importFromDocument() files
(Reverted to using saveURI() rather than WebPageDump for non-HTML files in Attachments.importFromDocument(), since custom filename logic was being lost and it was just calling saveURI() itself anyway)
2007-04-03 06:59:33 +00:00
Dan Stillman
ed058f75e5
- Fixed an error when moving collections
...
- Select collection when moving under another collection (by opening parent first)
- Streamlined collection load/notify code a bit
2007-04-03 05:01:38 +00:00
Dan Stillman
1f3f9ea2e1
Dramatically speed up adding/removing items to/from collections
2007-04-02 14:22:17 +00:00
Dan Stillman
eef19de220
Fix for error when rapidly showing-hiding-showing the items list
2007-04-02 13:57:56 +00:00
Dan Stillman
d2de91d872
Revert r1364 fix, since that just postponed the error the user was experiencing
2007-03-31 06:59:44 +00:00
Dan Stillman
50e7767c93
Fix error upgrading from 1.0.0b2.r2 that as far as I can figure out shouldn't actually happen
2007-03-29 22:37:12 +00:00
Dan Stillman
f1f82e318b
Don't mess up main schema update iterator variable
2007-03-29 14:02:56 +00:00
Dan Stillman
188a450d68
Repair steps for note-saving bug
2007-03-29 13:51:54 +00:00
Dan Stillman
794349b374
Fix critical bug with note saving
2007-03-29 13:16:07 +00:00
Simon Kornblith
90c1dcc3ef
closes #442 , Add abbreviated item title and formatting logic
2007-03-28 08:54:31 +00:00
Dan Stillman
ac31a36ee4
Fix error when using "Show in Library"
...
Fix for scraped item not being selected in a collection with the tag selector open
Fix error adding a child item to the item at the of a list
2007-03-28 07:47:06 +00:00
Dan Stillman
b694727029
Fixes #589 , Add .pdf extension to downloaded PDFs for Windows compatibility
...
Just never implemented something I should've
2007-03-27 21:22:48 +00:00
Dan Stillman
a28ec9857f
Map COinS series to series field, not seriesTitle ( http://forums.zotero.org/discussion/567 )
2007-03-27 18:52:01 +00:00
Dan Stillman
69c1dc17be
Addresses #541 , Option to force use of English (or any arbitrary locale?) in bibliographies
...
Set Zotero.locale based on the locale of the Firefox build rather than the system locale
2007-03-27 17:57:33 +00:00
Simon Kornblith
016e36d09e
closes #442 , Add abbreviated item title and formatting logic
2007-03-27 03:20:26 +00:00
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
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
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
af1ac0db7e
simplify use of base fields in citations (thanks Dan S.)
2007-03-24 21:42:03 +00:00
Dan Stillman
9bc8583703
This may or may not fix the crashes on site translation
2007-03-24 17:23:29 +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
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
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
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
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
8a177c519d
fix et al issue
2007-03-22 21:08:22 +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
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
9840084f8c
<titles relation="event"> is conferenceName
2007-03-22 15:49:12 +00:00
Simon Kornblith
8125de3cfc
closes #562 , Add automatic/manual tag flagging to RDF export
2007-03-22 15:42:35 +00:00
Simon Kornblith
4e98dc8c02
- closes #566 , chicago note-with-bibliography style does not allow generation of a bibliography
...
- closes #547 , Add ECL license header to Word plugin
2007-03-22 14:20:05 +00:00
Dan Stillman
12f1189ac6
Fixes #565 , "generate report" fails
2007-03-22 04:47:57 +00:00
Dan Stillman
06cb2b8354
Fix migration of date field to dateEnacted in report item type
2007-03-21 20:40:33 +00:00
Simon Kornblith
b0b91267f4
collapsed annotation icon should not be visible until annotation has been collapsed
2007-03-21 19:27:17 +00:00