Commit Graph

547 Commits

Author SHA1 Message Date
Dan Stillman
b9793ac765 Add pref browserContentContextMenu to disable Zotero context menu items in the browser content area -- will make non-hidden after the string freeze 2007-08-21 08:50:44 +00:00
Dan Stillman
dd3acad06b Add pref launchNonNativeFiles to launch PDF and other non-native files rather than displaying in-browser 2007-08-21 08:33:17 +00:00
Dan Stillman
68d880173d Changing "EndNote" line in prefs to "RIS/Refer", per ResearchSoft's request
Removed non-English strings
2007-08-21 08:21:03 +00:00
Dan Stillman
5d25360cad Addresses #718, Drag and drop fails under XP
Fixes problem with dragging multiple identical files -- now gives subsequent ones unique filenames
2007-08-17 19:23:24 +00:00
Dan Stillman
28ebd6d996 Fixes #720, Autocomplete not working with creator fields under XP 2007-08-17 18:50:17 +00:00
Dan Stillman
6de65fc11e Closes #718, Drag and drop fails under XP 2007-08-16 18:33:30 +00:00
Dan Stillman
16a4d6a73d Fixes #717, Cannot manually enter date field in XP
Also fixes Date and Extra alignment on Windows
2007-08-16 13:40:06 +00:00
Dan Stillman
cb74cb802c Move scrapers updating out of transaction to shrink it further, since we're still getting "database disk image is malformed" errors 2007-08-16 04:28:07 +00:00
Dan Stillman
96890b8e95 Fix for "database disk image is malformed" error during the upgrade process
A direct SQL copy of fulltextItems seems to expose an SQLite or Firefox bug related to the size of the transaction, so we save the rows to a JS array and update after the transaction

Hopefully I did this without breaking regular upgrades.
2007-08-16 02:22:03 +00:00
Dan Stillman
a64c4f8e15 Remove DB corruption marker after wiping DB 2007-08-15 20:19:11 +00:00
Dan Stillman
dca8b3a572 Fix #634, Author info alignment on XP
Also:

- Fixed a couple other minor visual glitches in the metadata pane on OS X and XP
- Added a zotero-platform content package that can be used for platform-specific CSS, etc.
2007-08-15 06:24:05 +00:00
Dan Stillman
b3535841b6 Fix regression from r1592 that caused the creator field to be selected when creating a new blank item 2007-08-14 22:39:05 +00:00
Dan Stillman
9bded1bd2b Fix bug in firstCreator SQL and remove some extraneous lines 2007-08-14 22:32:13 +00:00
Dan Stillman
a53169a593 Fixes #558, Make annotation content searchable 2007-08-14 21:50:52 +00:00
Simon Kornblith
d8d683061e oops 2007-08-14 21:46:49 +00:00
Simon Kornblith
289abf6133 - fix highlights
- improve error handling in annotations
2007-08-14 21:45:34 +00:00
Dan Stillman
9c436a331f Addresses #401, Add keyboard shortcuts
- New creators can now be added via the keyboard with Shift-Enter
- Fixed bug in data layer that caused modified creators to not be fully reloaded
- Fixed error in Zotero.Items.add() example (ISBN field is capitalized)
2007-08-14 21:24:24 +00:00
Dan Stillman
bda6a3675d Closes #287, "et al." handling in Creator column needs refinement
An oldie but a goodie.
2007-08-14 09:39:52 +00:00
Simon Kornblith
8620584f96 - APA style now uses a period with a space after it
- closes #701, Other CSL issues (Sean, re-open this if/when you have more issues)
	- fixes sorting issues
	- subsequent-author-substitute now works
	- adds citation-number variable
2007-08-14 09:11:26 +00:00
Dan Stillman
c548398dfa Update Quick Copy to new Cite API 2007-08-14 06:47:45 +00:00
Simon Kornblith
27041dffb2 addresses #637, Annotations can be lost if a snapshot is opened in multiple places. since notifier support will not be ready in time, this patch presents a warning when two copies of the same snapshot are opened, and does not enable annotation on the second. 2007-08-13 19:33:14 +00:00
Dan Stillman
a546bdd2bf Search improvements:
- includeParents, includeChildren, and includeParentsAndChildren search modifiers, which allow some types of searches not previously possible (such as searching on the title of a child attachment and the tag of a parent) -- new checkbox in Advanced Search window to enable includeParentsAndChildren
- Fixed incorrect behavior of Attachment Content condition with ANY/ALL modes
- Attachment Content regexp mode now actually works
- beginsWith modifier (not currently used)
- Removed leftbound mode on tag condition
- Possibly other fixes, and probably some regressions
2007-08-12 00:59:04 +00:00
Simon Kornblith
ee443152c9 addresses #640, Improve user-entered text character handling
This should fix issues with accented characters. Sean, are you having other issues with RPC? Can you reproduce them?
2007-08-08 18:59:12 +00:00
Simon Kornblith
81120865e7 - closes #700, Update csledit.xul to use new citation API (I think)
- closes #640, Improve user-entered text character handling
- addresses #701, Other CSL issues
- might add support for <text value="(text)"/> (I haven't tested this)
- fixes a bug where the document preferences window would appear when adding the second reference after Firefox or the document had been opened and closed (introduced in r1577)
- fixes a bug in purging deleted citations

again, this has not been tested in OOo or WinWord
2007-08-08 10:02:14 +00:00
Dan Stillman
b78b7eb777 Closes #700, Update csledit.xul to use new citation API
Think this works. Reopen if problems.
2007-08-07 19:10:47 +00:00
Simon Kornblith
5e1191b43e closes #689, eliminate initial prompt to migrate from fields to bookmarks
closes #618, Word plugin should have required-version logic

still need to:
	- test with Word for Windows
	- test with OOo (I assume the codebase is similar enough between Mac and Win)
	- test with files from old Word plug-in
but, I will probably try to get all of the Word plug-in stuff done before I worry about this (unless there are objections)
2007-08-07 08:29:11 +00:00
Simon Kornblith
2615dc9684 - use priority exclusively for translator ordering
- full disambiguation support (including adding additional authors to disambiguate, adding first names, or adding a letter after the year)
- brings Zotero into line with current CSL revision
- fixes miscellaneous issues with new CSL interpreter
- closes #614, Same-Year Citation Suffix problems
2007-08-04 22:45:08 +00:00
Ben Parr
3491798be2 Timeline Update:
- Changed the URL format to use query strings in order to make URLs more flexible 
- Changed the "Jump to Year" option...
	 1) goes to the typed year 1 second after a change to the text field or when the user pushes the return key
	 2) deleting everything in the text field returns the timeline to today's date
	 3) removed the "Go..." button
2007-08-02 19:35:55 +00:00
Ben Parr
f054f41519 Timeline Update
-Users can now create a timeline from the Zotero items in a saved search or collection if that is what is in the current view.
-Fixed javascript warnings
-Noted changes from original code in bundle.js and timeline-api.js
2007-08-01 20:36:12 +00:00
Dan Stillman
f503693da9 Fix error in browser.js when displaying pages through custom protocol handler 2007-08-01 18:21:08 +00:00
Dan Stillman
a2501bd91a Fix timeline breakage with e-mail item types (which don't have titles, so title property is undefined from toArray()) 2007-07-31 19:05:44 +00:00
Dan Stillman
844c503cf7 Make ZU.htmlSpecialChars() error message more verbose 2007-07-31 18:51:37 +00:00
Ben Parr
0f5bd0d1cf Creates a timeline from Zotero items using the Timeline tool from MIT's Simile project. You can create a timeline by clicking the Actions icon in Zotero and then clicking Create Timeline. 2007-07-31 17:08:12 +00:00
Dan Stillman
7a168bd228 Fix for Zotero.ItemFields.getLocalizedString() with field "itemType" 2007-07-26 20:43:41 +00:00
Dan Stillman
ce85104f97 Addresses #653, Remember last-accessed collection
Skipped file
2007-07-25 20:34:40 +00:00
Dan Stillman
08da46cab3 Closes #653, Remember last-accessed collection
Because of the way item caching works, this doesn't fix most of the startup delay problems, though
2007-07-25 20:33:35 +00:00
Dan Stillman
667c1e4743 Closes #652, Command-Backspace should delete from library in a collection
Ctrl on Win/Linux. Also works in saved searches.
2007-07-25 04:59:03 +00:00
Dan Stillman
311bccaa78 Closes #603, Add preference to disable title-casing in translators
- Zotero.Utilities.capitalizeTitle() now follows the capitalizeTitles pref, enabled by default; added |force| parameter to override

- Added context menu on metadata fields to lowercase or title case title-ish fields; only works in non-editor mode currently, since overriding the textbox context menu is more annoying

- Fixed error in capitalizeTitle() on string with just whitespace
2007-07-24 21:10:17 +00:00
Dan Stillman
9d8c427d1e Addresses #680, Implement left-bound search pref
Implemented for tags and the fulltext word index, which should speed things up a bit. Not implemented for notes and fields, since those might have multiple words -- would have to put them in the fulltext word index...
2007-07-20 19:06:29 +00:00
Sean Takats
ff654dbdda Closes #685. 2007-07-20 18:30:08 +00:00
Dan Stillman
edb66a779c Zotero.File.getContentsFromURL(url) 2007-07-20 18:19:03 +00:00
Dan Stillman
886ce6b4a6 Fixes #679, drag-and-drop to Word and "copy item to clipboard" shortcut don't work in dev r1546
Simon, fix any of this if it's incorrect
2007-07-18 15:01:05 +00:00
Dan Stillman
c4c3b4ad84 Fix symlinked pdftotext on Linux 2007-07-17 20:57:15 +00:00
Dan Stillman
d5b126caf2 Fixes #674, Saved search referencing a deleted saved search cannot be deleted 2007-07-17 06:34:37 +00:00
Dan Stillman
2af5590122 Some quick code to run a manual PRAGMA integrity_check from the prefs 2007-07-16 22:34:36 +00:00
Dan Stillman
de4f449c45 Fix JS strict warning in overlay.js and error when right-clicking the browser content area before anything is selected in Zotero 2007-07-16 21:52:28 +00:00
Dan Stillman
de6f35be6b Fix case of Zotero.DB call (thanks Sean) 2007-07-16 11:45:32 +00:00
Dan Stillman
6e6e5fb306 Fix error upgrading from old versions 2007-07-16 07:59:19 +00:00
Dan Stillman
c257672b7c Closes #523 -- implement Title field like Extra field (except Enter still saves, since titles don't need newlines) 2007-07-15 20:26:27 +00:00
Dan Stillman
b2284f2404 Don't do a VACUUM in the middle of a transaction 2007-07-15 18:31:59 +00:00