Commit Graph

1482 Commits

Author SHA1 Message Date
Dan Stillman
75cccc8aaf Fix setting of firstRun pref 2007-08-27 04:53:15 +00:00
Dan Stillman
d86dcabaaf Merge [1660-1663] to 1.0.0rc3 tag 2007-08-27 04:43:46 +00:00
Dan Stillman
586cc777bd Adding r1658, opening Quick Start Guide on first run, to rc3 tag for rebuild 2007-08-27 03:08:20 +00:00
Dan Stillman
62ada82412 Update version numbers on tag 2007-08-23 07:13:51 +00:00
Dan Stillman
5cccfe2ea8 Tagging 1.0.0rc3 2007-08-23 07:11:55 +00:00
Dan Stillman
cfaa82cc1d Update install.rdf and update.rdf for more secure extension serving 2007-08-23 06:38:41 +00:00
Dan Stillman
9c12c8d56c Version number bump to 1.0.0rc3 2007-08-23 05:53:38 +00:00
Dan Stillman
002ec35328 Addresses #726, Localize remaining hard-coded strings
Merged new English strings to locales for RC3
2007-08-23 05:48:11 +00:00
Dan Stillman
a831653074 Add missing space in Quick Start Guide message
Make Quick Start Guide use CURRENT_TIMESTAMP for date
2007-08-23 04:33:50 +00:00
Dan Stillman
74bc769a1e Addresses #726, Localize remaining hard-coded strings
Adds a couple more strings in about.dtd (zotero.alumni and zotero.about.additionalSoftware)

Adds "Alumni" and "Third-Party Software and Standards" sections

Splits up new Quick Start Guide localized string into several parts (and removes "tell your friends" line).
2007-08-23 04:27:44 +00:00
Dan Stillman
a0063289bc Update install.rdf for Flock 0.9 2007-08-23 00:21:43 +00:00
Dan Stillman
6f2e797c10 Addresses #726, Localize remaining hard-coded strings
Use existing string for "Advanced Search"
2007-08-22 23:33:44 +00:00
Dan Stillman
fe528a4ded Addresses ##726, Localize remaining hard-coded strings
More strings
2007-08-22 23:32:27 +00:00
Dan Stillman
c48807bf6e Addresses #726, Localize remaining hard-coded strings
Added all strings identified in BZ forum post
2007-08-22 16:30:43 +00:00
Dan Stillman
90f8febf53 Broken localized string in timeline 2007-08-22 16:17:28 +00:00
Dan Stillman
ee92e3603c Fixes #727, Dragging linked file out of Zotero copies entire parent directory 2007-08-22 15:25:30 +00:00
Dan Stillman
43c3618a5c Fix for Date Added and Date Modified being identical--and both being UTC--in reports 2007-08-22 08:15:05 +00:00
Dan Stillman
c25dc1e8ec Fix inability to right-click a metadata field (to access text transform options) on Windows 2007-08-22 07:56:43 +00:00
Simon Kornblith
65ff7e6c3f remove a line of debug code 2007-08-21 22:08:13 +00:00
Simon Kornblith
01c408695e integration fixes:
- fixes maximum length issue
- fixes empty field issue
- fixes issues with deleted items
2007-08-21 22:07:02 +00:00
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
271c6416f0 Version bump for RC2 2007-08-17 19:42:05 +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
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