Commit Graph

1456 Commits

Author SHA1 Message Date
Dan Stillman
2e7a7fe54d 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
1a9a405d44 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
77dad6a722 Update version numbers on rc1 tag 2007-08-15 21:21:40 +00:00
Dan Stillman
9ab6df5725 Tagging for 1.0.0rc1 2007-08-15 21:19:37 +00:00
Dan Stillman
a64c4f8e15 Remove DB corruption marker after wiping DB 2007-08-15 20:19:11 +00:00
Michael Berkowitz
2819eba236 2007-08-15 15:24:15 +00:00
Dan Stillman
265ba0b210 Update RDF files to rc1 2007-08-15 10:53:50 +00:00
Dan Stillman
8f776b31b6 Closes #710, Merge locales for RC 1 2007-08-15 08:37:52 +00:00
Dan Stillman
7feb7995d7 Fixes #694, Problems with zotero://select
- Custom protocol handler extensions like zotero://select can now not return a channel and the request will be automatically cancelled without throwing an error
- Switched Timeline code to use the stringbundle methods to access timeline.properties
- Even though zotero://select now works properly, switched Timeline to access ZoteroPane directly and call selectItem() (calling toggleDisplay() first to open the Zotero pane if necessary)
- Now getting some localized strings from Zotero ("Date Added" and the short month names)
2007-08-15 08:06:33 +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
2ad1a41a3f Pushed Stuff.co.nz, The Age, New Zealand Herald, Sydney Morning Herald, The Australian to repo 2007-08-14 22:08:08 +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
Simon Kornblith
1f4425fa2f fix pages for APA style 2007-08-14 17:42:43 +00:00
Michael Berkowitz
4a5b2caef9 2007-08-14 15:37:06 +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
Dan Stillman
429ddcdb4d Pushed updated arXiv.org translator to repo 2007-08-10 19:32:31 +00:00
Sean Takats
355be98a39 Fixes arXiv.org translator. 2007-08-09 19:17:18 +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
8e8bd4dc9c Timeline Update:
- HTML title now contains the name of the library / saved search / collection whose items are being displayed in the timeline
- Clearer notes for the changes made to bundle.js, timeline-api.js and timelineControls.js
2007-08-02 21:59:12 +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
7e23e1d3cc - Use same fonts as interface for items on timeline
- Add a little padding between timeline and controls
2007-07-31 21:54:06 +00:00
Ben Parr
87f0b81b3b Now works for both engineeringvillage2.com and engineeringvillage.com 2007-07-31 19:06:13 +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
Dan Stillman
a659f93a04 Clean up license blocks on Timeline files 2007-07-31 18:00:51 +00:00
Ben Parr
56ca32dd96 Fix url's in License block. 2007-07-31 17:51:55 +00:00
Ben Parr
a6a535fc13 Add the Simile Project License to files downloaded from their site. 2007-07-31 17:49:10 +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
d8de14f047 Fix invalid version formats in scrapers.sql (need period between beta part and revision part) 2007-07-31 16:29:52 +00:00
Michael Berkowitz
a238b03bb4 2007-07-31 16:12:14 +00:00
Michael Berkowitz
35d2ee2158 2007-07-31 15:53:38 +00:00
Michael Berkowitz
6fdc785489 2007-07-31 15:03:46 +00:00
Sean Takats
2c5884f117 updated translators:
Voyager: tweaks XPath to be more forgiving (better support for U-W Madison, etc.)
Melvyl: now works on "review" view of search results
ERIC: fixes regex

added translators:
bibsys.no
BBC News
AMS Online Journals (ams.allenpress.com)
Education Week
AGU Journals
LA Times
BioMed Central
OpticsInfoBase
SSRN
RSC Publishing (rsc.org)
GBV
2007-07-30 17:23:14 +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