Dan Stillman
ebeb9976d2
getByKey() doesn't take an array
2009-04-09 20:54:28 +00:00
Simon Kornblith
b1b0bd47a0
add a platform attribute to the Zotero pane and make border fix work with Firefox 3.1
2009-04-09 07:58:29 +00:00
Simon Kornblith
e8ce1d30d2
make fake window border gray when window is inactive on OS X
2009-04-09 07:16:41 +00:00
Simon Kornblith
c351486ed2
remove debug statement
2009-04-09 05:55:27 +00:00
Simon Kornblith
7f8fe0ce78
restore toolbars properly when Zotero pane is closed
2009-04-09 05:54:05 +00:00
Simon Kornblith
f5b2f77a3a
hide toolbars when Zotero is in fullscreen mode. this doesn't look quite right on OS X, but I can't figure out how to fix it.
2009-04-09 05:28:41 +00:00
Simon Kornblith
593d2958f0
actually pass nonblocking parameter as a flag
2009-04-04 23:05:45 +00:00
Dan Stillman
f9f6e5340c
Add lastName search condition (API only, not in the search UI)
2009-04-04 20:52:44 +00:00
Simon Kornblith
24654a8bce
shouldn't actually need bibliography-Integration at all
2009-04-04 07:10:29 +00:00
Simon Kornblith
41d8b7b341
-addresses #1213 , Bibliography customization broken (change to plug-in also needed)
...
-uses blocking IO to send integration responses to fix problems with very large documents on slow machines
2009-04-04 07:07:55 +00:00
Dan Stillman
ff5631d9ec
Addresses #1239 , Add options to Locate button
...
When an item has a URL, turn Locate button into a menu and allow lookup via Wayback Machine
Support for additional user-configurable providers is forthcoming
2009-03-31 09:12:24 +00:00
Dan Stillman
96f836f58d
Fix "attachmentSyncState can only be set for snapshots and imported files" error
2009-03-26 20:40:23 +00:00
Dan Stillman
240637e044
Fix "attachmentPath cannot be set for link attachments" CR error
2009-03-26 19:31:37 +00:00
Dan Stillman
d78c31eb2b
Fix URL-linking regexp a bit
2009-03-24 03:55:56 +00:00
Simon Kornblith
1f0d24ceef
- use DOIs for PDF metadata lookup when available (needs testing)
...
- fix accessibility of createContextObject in Zotero.Utilities
- improved CrossRef translator
2009-03-24 02:08:08 +00:00
Simon Kornblith
9ca461c59b
Proxy system overhaul
...
- Only one preference for recognizing proxies for transparent redirection
- Blacklists sites and http://%h/%p
- Fixes to EZProxy
This will clear all existing proxies from Zotero
2009-03-23 19:55:57 +00:00
Dan Stillman
5aae6bc9ce
Hack to wrap URLs and DOIs in HTML bibliography output in <a href=""> links -- regexps might need to be improved
2009-03-21 20:08:57 +00:00
Elena Razlogova
20a42741cf
Addresses #842 , Mappings required
...
Addresses #1408 , Incorect format for legal case citations in CMS note without biblography style
On the trunk, maps court in case item type to authority, a new CSL variable
2009-03-20 12:40:37 +00:00
Dan Stillman
78365a095f
Add Zotero.Utilities.processAsync(sets, callbacks, onDone) -- this can be used from translators to make it easier to correctly chain sets of asynchronous callbacks, since most translators that require multiple callbacks currently do it incorrectly.
...
This function definition will be automatically prepended to translators sent to older clients from the repo.
2009-03-19 22:25:00 +00:00
Dan Stillman
d5a092da42
Don't exec pdfinfo if pdfMaxPages is 0
2009-03-17 20:36:47 +00:00
Dan Stillman
551c8a36a7
Fix upgrade error "counts[0] is undefined" (or "counts[1]")
2009-03-17 08:23:45 +00:00
Dan Stillman
505d3e6ac7
Add a couple localized strings
2009-03-17 08:11:22 +00:00
Dan Stillman
0df7f4afd4
Always show "Reindex item", even if item is indexed, and flicker the refresh icon briefly on click to show that it's doing something
2009-03-17 07:59:41 +00:00
Dan Stillman
468cd16534
Fix error: "[QUERY: DELETE FROM creatorData WHERE creatorDataID=?] [ERROR: constraint failed]"
2009-03-16 07:09:30 +00:00
Dan Stillman
4e7dfbad42
Proper locale-based sorting of saved searches
2009-03-15 22:58:44 +00:00
Dan Stillman
5920f22c52
Addresses #1408 , Incorect format for legal case citations in CMS note without biblography style
...
Added 'docketNumber' to 'case' item type and mapped it to base field 'number'
2009-03-15 18:18:09 +00:00
Dan Stillman
e2dc73c75b
Don't copy item storage folder to orphaned-files every time the file changes via storage sync
2009-03-15 17:39:09 +00:00
Dan Stillman
6dbcc678c8
Fix a possible error purging orphaned storage server files if WebDAV server strips trailing slash
2009-03-15 16:07:52 +00:00
Dan Stillman
d5de9c7a4a
Always show PDF recognize option when appropriate, and prompt to install PDF tools first if necessary
2009-03-15 06:00:59 +00:00
Dan Stillman
7c1cc3b3d0
Update auto-sync expiry date
2009-03-14 23:21:38 +00:00
Dan Stillman
95e3bb7a3a
Better debugging for Zotero.Utilities.trim() error
2009-03-14 22:17:23 +00:00
Dan Stillman
f0def44c29
Fix repeated unlock requests, probably (and remove old request limiting code, which was never finished)
2009-03-14 22:13:20 +00:00
Dan Stillman
d904470200
Fixes #1393 , "Error when adding existing tag beginning with certain extended characters to an item", but not properly
...
SQLite's COLLATE NOCASE doesn't work for Unicode characters, so it won't find existing tag "Äbc" if "äbc" is entered and will allow a duplicate tag to be created
2009-03-14 21:48:47 +00:00
Dan Stillman
7107be3cdd
Fix error opening Zotero pane after tag deletion
2009-03-14 20:19:44 +00:00
Dan Stillman
41aad110c7
Support single-field mode in translators (with .fieldMode=1)
2009-03-10 00:34:16 +00:00
Dan Stillman
0746824c0f
Addresses #1146 , Check for duplicate items functionality
...
Ben's duplicate detection code, with the integration reworked a bit
Very rough, so currently requires creation of a boolean extensions.zotero.debugShowDuplicates pref to view the Actions menu option
2009-03-06 21:44:47 +00:00
Dan Stillman
accce9f2b4
Properly scope a couple variables in Frank's patch
2009-03-06 19:49:13 +00:00
Dan Stillman
4f6491d6ad
Speed up sync XML generation by a factor of a lot
2009-03-04 06:00:22 +00:00
Dan Stillman
7edfd0aa03
Modifying an attachment with a missing file and then performing a storage sync would erase the attachment path on the sync server
2009-03-04 02:38:57 +00:00
Sean Takats
17d07b37bc
Checking in Frank Bennett's single-to-multiple citation dialog fix.
2009-02-28 23:11:10 +00:00
Dan Stillman
7e3d8a8319
Fix overflow problem with long attachment filenames
2009-02-23 08:31:10 +00:00
Dan Stillman
ff24aec739
Apply r3954 to trunk
2009-02-23 08:03:16 +00:00
Dan Stillman
5108e61ea8
Missed file
2009-02-23 05:13:14 +00:00
Dan Stillman
035cdd9e5a
Closes #1371 , Add "Create account" and "Lost password?" links to Sync pane
2009-02-23 05:01:35 +00:00
Dan Stillman
66a92a5f43
Hide another idle message
2009-02-23 04:54:26 +00:00
Dan Stillman
664b17190a
Delete one numbered backup lower on DB upgrade
2009-02-23 04:32:08 +00:00
Dan Stillman
b39054ddda
Don't show debug message every 10 seconds of idle
2009-02-23 04:27:58 +00:00
Dan Stillman
df8e1f15f8
Cap numBackups at 24
2009-02-23 02:40:17 +00:00
Dan Stillman
dd230b278b
Closes #972 , Keep additional backups of zotero.sqlite
...
Closes #984 , Switch database backup to use mozIStorageConnection.backupDB()
2009-02-23 02:34:40 +00:00
Dan Stillman
744d6a5a0a
Fixes #1320 , Last synced tool tip should tell how long ago a sync occurred
2009-02-22 10:30:01 +00:00
Dan Stillman
fb0202fef9
Add server-based auto-sync throttling to client
2009-02-22 09:56:11 +00:00
Dan Stillman
4d1081be1a
Fix FK constraint error with tags, often after the tag conflict window
2009-02-21 22:13:57 +00:00
Dan Stillman
5f60f6043c
- Fix problem that was causing lots of sync errors on upload, and adjust a previous attempted fix that was making it worse
...
- Should also keep timestamps from going too far into the future when saving many items at once (which they were after my previous fix), though this can still be improved
2009-02-21 04:23:50 +00:00
Dan Stillman
d7d4bc01d7
Fixed "getFile() can only be called on attachment items" error whent here was a conflict set with both a regular item and an attachment
2009-02-19 20:35:04 +00:00
Dan Stillman
7572703065
Auto-sync on idle every hour and when coming back from an idle of more than 15 minutes
2009-02-19 05:26:48 +00:00
Dan Stillman
26e6125450
- More efficient purging logic -- instead of purging all objects whenever an item is deleted, flag just the object type and do the necessary purge when the Zotero pane is next opened. This also fixes a sync error edge case due to purging during synced item deletions.
...
- Disable unresponsive script warning during items list refresh
- Zotero.UnresponsiveScriptIndicator.disable() now returns true if it disables the indicator and false if it was already disabled
2009-02-18 03:09:39 +00:00
Dan Stillman
8233e54ea1
Fixes #1295 , Info pane text spills out of column
2009-02-12 17:40:22 +00:00
Dan Stillman
bafd02759b
Add non-English strings for deleted items folder
2009-02-12 16:18:28 +00:00
Dan Stillman
fd1ac3104a
- Fix "creator.serialize() is not a function" sync error
...
- Added Zotero.Utilities.isEmpty(obj)
2009-02-12 08:00:29 +00:00
Dan Stillman
e84f7f6ef8
Fix "col.lockDateModified is not a function" error
2009-02-11 20:05:45 +00:00
Dan Stillman
4e4f6f74a1
Only mark tag cache as fully loaded if it is
2009-02-11 19:28:06 +00:00
Dan Stillman
893bbc2c89
Add dateAdded to all objects
2009-02-06 06:37:13 +00:00
Dan Stillman
76e360ae2a
Fix an endless spin problem
2009-02-06 06:29:01 +00:00
Dan Stillman
f307698ae3
Fix error when upgrading from a database with an older version of a style with a different URI
2009-02-06 01:27:12 +00:00
Dan Stillman
942b732455
Update auto-sync expiry date
2009-02-05 09:58:50 +00:00
Dan Stillman
3efb6e5730
Fix brokenness in advanced search due to trash (and an error when modifying an item with the search window open)
2009-01-31 06:55:06 +00:00
Dan Stillman
e36b41f6c2
Display trash can all the time, unless showTrashWhenEmpty is set to false
...
- Icon isn't currently reset to empty state when all trashed items are removed
- Dragging doesn't yet work
Addresses #513
2009-01-31 06:19:14 +00:00
Dan Stillman
61e1131fc1
Temporarily removing trash icon (to avoid SVN issue with renaming)
2009-01-31 06:12:35 +00:00
Dan Stillman
e5c1f5a70b
Addresses #513 , Deleted Items folder
...
Hide restore button when no items are selected
2009-01-29 23:03:13 +00:00
Dan Stillman
e200fd154c
Addresses #513 , Deleted Items folder
...
Remember selection of trash in collection pane and don't lose focus after a restore
2009-01-29 08:26:21 +00:00
Dan Stillman
5e774efc42
Addresses #513 , Deleted Items folder
...
Adds handling for parent/child items in trash -- non-deleted context items will appear in gray, and "Restore to Library" and the delete keystrokes won't be available if any of those are selected
Like other search views, Select All will select only the deleted items
2009-01-29 01:14:46 +00:00
Dan Stillman
cb8e226ae9
Addresses #513 , Deleted Items folder
...
Missed in previous commit
2009-01-28 21:25:55 +00:00
Dan Stillman
eb79a0f659
Addresses #513 , Deleted Items folder
...
- Still experimental, but committing for testing
- Sync conflicts with deleted items aren't yet supported
Unrelated: deprecated ZoteroPane.deleteSelectedItem() in favor of more accurately named deleteSelectedItems()
2009-01-28 21:25:06 +00:00
Dan Stillman
0a61514349
Fix an error after resetting from server between file upload and metadata sync
2009-01-26 23:23:15 +00:00
Dan Stillman
bf39f716f6
Tweak debuggina and skip unnecessary step in Item.getFile()
2009-01-22 17:12:34 +00:00
Dan Stillman
8e07effc0d
Missed change from last week -- ensures that no two successive DB transactions use the same timestamp, to avoid some sync-related problems
2009-01-21 20:20:27 +00:00
Dan Stillman
0208806a95
Better fix for invalid HEAD responses -- Wiley was returning 405 on HEAD even for GETs that succeeded, so we're not just leaving the MIME type blank if the HEAD response is rejected
...
Also made the 'pdf' match check a bit more flexible -- now can be the end of the last segment or the query string and not just the extension
2009-01-15 21:40:15 +00:00
Dan Stillman
bd070f7b63
- Adds file conflict resolution -- not particularly attractive at the moment, and no Apply to All button, but possibly functional
...
- Fixes file syncing after editing a file locally
- Fixes a few storage bugs that could result in eternal spinning, invalid percentages, and other unpleasantries
- Made the attachment display box more flexible, including a filename field that we may or may not want to keep in the main view
2009-01-15 06:58:06 +00:00
Dan Stillman
a1277ccaa9
Bail on attachment save if HEAD request returns a status code other than 200 or 204
2009-01-15 04:24:10 +00:00
Simon Kornblith
90d7f9e937
fix iframe bug introduced by r3987
2009-01-12 07:31:36 +00:00
Simon Kornblith
4f467568fb
fix frame handling
2009-01-11 10:08:53 +00:00
Dan Stillman
fe1692fb16
Don't start the progress window close timer after every translated item is saved -- only call it at the end
...
This should fix premature closing when saving multiple items. It also means that translators must call Zotero.done() or else the window will stay open.
This change is not being made on the 1.0 branch, since we don't want to have to push dozens of fixed translators.
2009-01-08 08:38:07 +00:00
Dan Stillman
ae10d4c5d0
Closes #1044 , Don't use <toolbar> for Zotero toolbar
...
Fixes problem described in ticket and ugliness in Fx3.1b3pre -- hopefully with no ill effects. Not tested on Windows or Linux.
2009-01-07 08:27:37 +00:00
Dan Stillman
8d51a09eda
Fix empty subcollection problem
2009-01-03 06:27:40 +00:00
Dan Stillman
1bd36605d4
Fix for items with notes not showing up in collections on import
2009-01-03 00:11:03 +00:00
Dan Stillman
3c419f9f5a
Addresses #1276 , RDF export loses collection info
2009-01-02 18:55:44 +00:00
Dan Stillman
a161217f3b
Fixes #1276 , RDF export loses collection info (broken by me in r3652)
2009-01-02 18:53:06 +00:00
Dan Stillman
d98f0ab07a
Fix error when attempting a Restore from Server immediately after Restore to Server
2009-01-02 17:36:49 +00:00
Dan Stillman
fa4df719e1
Fix error exporting items with child notes with tags
2009-01-02 17:32:23 +00:00
Dan Stillman
94f004002b
Hide sync debugging menu behind extensions.zotero.sync.debugMenu by default, now that there are user-friendly replacements
2009-01-02 16:51:13 +00:00
Dan Stillman
b9121177e5
Display prompt on locked session
2009-01-02 06:45:40 +00:00
Dan Stillman
3b0f20c493
Add initial implementations of "Restore to Server" and "Restore from Server" to the Sync pref pane
2009-01-02 00:35:09 +00:00
Dan Stillman
d26eed03dc
Update expiry date
2008-12-31 20:22:41 +00:00
Dan Stillman
3122339d8a
Adding as new file
2008-12-29 21:03:52 +00:00
Dan Stillman
93474c1e80
This is annoying.
2008-12-29 21:02:06 +00:00
Dan Stillman
3e9437dcbd
Re-copying arrow-down.gif from branch
2008-12-29 20:58:43 +00:00
Dan Stillman
72670ad446
Trying to fix another annoying SVN auth issue/bug
2008-12-29 20:57:46 +00:00
Dan Stillman
a28b54bae6
Use SQL that actually works with SQLite
2008-12-29 10:33:32 +00:00
Dan Stillman
2468ad5dfc
Fix a potential upgrade error due to the initial 1.5 migration step not adding a UNIQUE index to key
in syncDeleteLog
2008-12-29 10:31:29 +00:00
Dan Stillman
38be4790a1
Merged r3901 from branch
2008-12-29 09:38:58 +00:00
Dan Stillman
f2cd272786
Merged r3888 from branch
2008-12-29 09:35:11 +00:00
Dan Stillman
8512ba8d39
Merge revisions from branch
2008-12-29 07:57:20 +00:00
Dan Stillman
f2d8c72ec1
Fixes #1255 , Link to parent file in note title broken
2008-12-29 07:09:21 +00:00
Dan Stillman
8ad23d7eea
- Abstract attachment info pane into XBL binding
...
- Add attachment conflict resolution
2008-12-29 06:18:41 +00:00
Dan Stillman
1d972ae92c
If a tag is deleted remotely and modified locally, keep local and display warning
2008-12-27 07:24:55 +00:00
Dan Stillman
c7b2c84869
- Add automatic merging of collection and tag metadata and associated items, with warning alerts (eventually to be converted to logged notifications)
...
- Switch to using only keys for deleted items
- Fix various tag-related problems
- Probably other things
2008-12-27 05:42:52 +00:00
Dan Stillman
b4c0df32cc
Fix one or two tag errors resulting from an uncleared cache
2008-12-26 01:10:55 +00:00
Dan Stillman
2cfcec4d8e
Fix error when renaming tag to an existing tag with no associated items
2008-12-25 21:46:21 +00:00
Dan Stillman
7e5eecae6e
Add 1/4-second delay to advanced search autocomplete
2008-12-24 14:57:37 +00:00
Dan Stillman
107c1bdf4b
Keep focus in creator field when using two-field autocomplete
2008-12-22 09:48:25 +00:00
Simon Kornblith
f5fb1fa806
don't download snapshots when snapshot is given as a document object and automaticSnapshots preference is false
2008-12-21 18:16:31 +00:00
Dan Stillman
574e6197a2
Fixes bug in test for quoted string when value is numeric
2008-12-20 16:16:01 +00:00
Dan Stillman
9d9d4faffb
Fixes #1244 , duplicating changes editors into authors
2008-12-20 07:00:41 +00:00
Dan Stillman
573dea6dcd
Addresses #1262 , Broken pluralization with et al. + other issues
...
Values enclosed in double quotes now fail is-numeric test, and the double quotes are stripped on output to CSL -- if any fields actually need enclosing quotes, this could be limited to certain fields such as edition.
2008-12-20 01:18:15 +00:00
Dan Stillman
2689f92335
Fixes #1265 , Year suffix disambiguation doesn't scale
...
Patch seems to work (tested with "2007z", "2007aa", "2007ab") -- applying to branch and trunk
2008-12-19 23:15:52 +00:00
Dan Stillman
bac79ed2ac
Addresses #1262 , Broken pluralization with et al. + other issues
...
Patch 1 from Frank -- Names using "et al." were incorrectly being considered singular
2008-12-19 22:40:09 +00:00
Dan Stillman
dbb07937f0
Fix for attachment/note tag popup not displaying in Firefox 3 if there wouldn't be enough space on screen -- now auto-adjusts, though possibly with some artifacts after closing on OS X
2008-12-17 10:14:12 +00:00
Dan Stillman
b5f3448304
Fixes #1253 , Note export generates invalid RDF
...
In Item.toArray(), use toArray() for descendants as well
2008-12-15 05:51:35 +00:00
Dan Stillman
16f98f76e0
Disable duplication only for tagged items, not all items
2008-12-02 09:36:41 +00:00
Dan Stillman
c95ce030ba
Work around createUnique() brokenness on Windows (fixed in Fx3.0.5, but that's a couple weeks off) that was causing schema upgrade errors
2008-12-02 07:50:24 +00:00
Dan Stillman
f95291af88
Fix broken doc prefs window
2008-12-01 20:51:16 +00:00
Dan Stillman
8012d08354
Not going to deal with merging locales right now
2008-12-01 08:57:46 +00:00
Dan Stillman
39fd9b55d7
Updated comments
2008-12-01 08:33:07 +00:00
Dan Stillman
727426fd4f
Fix erroneous conflict after deleting an item and then deleting the collection it was in
2008-12-01 08:31:59 +00:00
Dan Stillman
faa9f2345c
Update expiry date
2008-11-30 20:22:13 +00:00
Dan Stillman
337b16361a
Merge [3617-3838] from branch to trunk
2008-11-30 20:18:48 +00:00
Dan Stillman
6456b6f561
Adds partial collection conflict resolution support -- items are auto-merged, and an alert is displayed. Support for collection metadata and collection hierarchy conflicts is forthcoming, and the alert will be fed to a new notifications system.
2008-11-30 19:30:15 +00:00
Dan Stillman
2a1caa7227
Missing icon from previous commit
2008-11-29 14:14:53 +00:00
Dan Stillman
49a7537fa6
Much improved storage syncing (theoretically)
...
Metadata sync now always runs before storage sync, and file transfers can be stopped.
Needs testing
2008-11-29 14:13:29 +00:00
Dan Stillman
e161f19272
Clarify the 990
2008-11-26 08:42:45 +00:00
Dan Stillman
5d7b37a157
Account for other bound parameters in statement when setting max
2008-11-26 07:45:55 +00:00
Dan Stillman
d387f99710
Merge r3824 to trunk
2008-11-25 21:54:08 +00:00
Dan Stillman
5cd824136e
Fix translator error reporting on trunk (inRepository property was missing on Zotero.Translator objects)
2008-11-25 17:13:57 +00:00
Dan Stillman
6078eb1d59
Update schema migration comments
2008-11-24 09:12:49 +00:00
Dan Stillman
ca30ea2ff8
Register difference between tags if linked items change
2008-11-21 08:32:49 +00:00
Dan Stillman
9e8d822b90
Fix another problem with Sakai's href attribute handling
2008-11-20 21:29:54 +00:00
Dan Stillman
c942afb2b0
Until it's fixed, add a proper error message when trying to duplicate an item
2008-11-18 00:06:36 +00:00
Dan Stillman
7c081170d5
Fix error replacing non-empty export directory
2008-11-16 13:36:59 +00:00
Dan Stillman
63c90f2ae7
Display error icon and message on sync attempt if browser is offline
2008-11-15 21:01:23 +00:00
Dan Stillman
e45ee36117
Fix invalid progress values due to Firefox bug (fixed in 3.1)
2008-11-15 20:26:36 +00:00
Dan Stillman
6a9b372e66
Fixes #1204 , Automatic proxy code gets stuck in a loop
2008-11-15 16:35:02 +00:00
Dan Stillman
3d615f2b9c
- Fix errors when auto-saving proxies with transparent setting off (due to proxy variable not being set)
...
- Fixed display of proxy settings validation failure window
- Tweaked validation failure window title
2008-11-14 19:15:18 +00:00
Dan Stillman
03a0cced19
New expiry date
2008-11-14 18:39:06 +00:00
Dan Stillman
cdcb7533b2
Apply the rest of r3775 to trunk
2008-11-14 17:20:21 +00:00
Dan Stillman
4438ef9ee8
Fix display error in metadata pane if Abstract or Extra was stored as integer
2008-11-14 17:19:30 +00:00
Dan Stillman
c6ae811dde
Remove temp directory on shutdown
2008-11-14 13:43:01 +00:00
Dan Stillman
6f9033d206
Resolve some compatibility issues with Jungle Disk (though none that would've caused failures, as far as I can tell)
...
Storage username/password are no longer required, since JungleDiskMonitor doesn't require them
2008-11-14 12:55:47 +00:00
Dan Stillman
ecfc779b2d
Fix breakage in post-3.0.4 Firefox builds due to SQLite 3.6.4 upgrade (due to 'indexed' keyword from new INDEXED BY syntax)
2008-11-14 11:40:15 +00:00
Dan Stillman
a76eaef5bf
Fixes #1214 , different translator behavior on the branch and the trunk
...
Fix error when creator name field is left blank in two-field mode
2008-11-13 15:30:03 +00:00
Dan Stillman
79a89184d2
Upload objects earlier than earliest object mod time on server -- with any luck, this will fix the majority of "Invalid response" sync errors
2008-11-12 09:58:20 +00:00
Dan Stillman
11f2810586
Fix "New Zotero.Item objects shouldn't be accessed after save" warning during sync
2008-11-10 09:42:57 +00:00
Dan Stillman
fdcc02d953
Add mod time mismatch debugging
2008-11-10 06:34:47 +00:00
Dan Stillman
0cece91741
Better sync/storage error handling
2008-11-08 09:55:57 +00:00
Dan Stillman
12fdfe7dc4
Fix problem changing item types
2008-11-08 08:34:08 +00:00
Dan Stillman
81622ea56f
Fix devious id-assignment bug
2008-11-08 08:24:21 +00:00
Dan Stillman
4f2583f1df
Fix a few bugs in csl.js
2008-11-06 08:59:30 +00:00
Dan Stillman
79cedb822c
Allow periods in sync usernames
2008-11-05 17:28:28 +00:00
Simon Kornblith
2117745a63
- fix bookmarks mode in OOo plug-in
...
- disable bookmarks mode for note-based styles
- display an error when attempting to insert a bookmark into a footnote
- closes #1201 , Keyboard focus stays in Word when creating or editing a citation
2008-11-03 10:11:47 +00:00
Dan Stillman
5bb3529c0e
Closes #1200 , Keyboard focus should go to note
2008-11-01 13:24:58 +00:00
Dan Stillman
c06dd16ffa
Fix web-based installation of non-small styles
2008-10-31 19:46:10 +00:00
Dan Stillman
4d7bca4f43
Fix for some numeric directories being left behind during upgrade process, except this time maybe for real
2008-10-31 00:29:04 +00:00
Dan Stillman
b8b75dd115
Don't report any "Unrecognized command line flag" errors
2008-10-30 20:53:47 +00:00
Dan Stillman
a24200b30c
Imported snapshot path wasn't being set properly
2008-10-30 19:57:51 +00:00
Dan Stillman
d951bab1be
Remove extraneous debugging
2008-10-30 07:15:16 +00:00
Dan Stillman
6f4414ed4d
More accurate error message on server error (instead of "Empty response from server")
2008-10-29 19:01:32 +00:00
Simon Kornblith
92ea15948f
closes #1186 , ask before upgrading field codes
...
adds field code warning to Word plug-in and updates API version
2008-10-29 06:57:34 +00:00
Dan Stillman
9c02d05c33
Update About panel
2008-10-29 04:26:49 +00:00
Dan Stillman
051581cbb0
Make storage sync a bit more open-minded about 20x response codes for PUTs
2008-10-28 21:57:22 +00:00
Dan Stillman
04ea113823
Change invalid style warning to allow for non-CSL styles
2008-10-28 17:53:30 +00:00
Dan Stillman
cf644465e3
Fix a couple more potential upgrade errors with space trimming
2008-10-28 06:18:11 +00:00
Dan Stillman
fa2a8bb30e
Fix note import
2008-10-28 05:33:54 +00:00
Dan Stillman
e52ea34e2b
Fix obj.isAttachment() sync error (which really should be a "Reconciliation unimplemented" error)
2008-10-28 05:18:55 +00:00
Dan Stillman
094fe1c6a2
Fix export error (broken by r3603)
2008-10-28 05:14:06 +00:00
Dan Stillman
b9430a5fb1
Fix potential upgrade error
2008-10-27 22:45:07 +00:00
Dan Stillman
6b82ca8aa6
Fix creator glue
2008-10-27 19:08:04 +00:00
Dan Stillman
2197efc2df
Add creator XML as glue if not already included in sync session
2008-10-27 18:48:41 +00:00
Dan Stillman
41a3756102
Restore EndNote® import
2008-10-27 18:16:45 +00:00
Dan Stillman
95024e50d5
Update sync expiry
2008-10-27 18:04:54 +00:00
Dan Stillman
8070a22d08
Load TinyMCE as chrome to avoid NoScript blockage
2008-10-27 16:39:18 +00:00
Dan Stillman
11b05a5a41
Fix upgrade error with empty data values and tags
2008-10-26 22:58:44 +00:00
Dan Stillman
8660095c54
Fixes #1182 , Translator priority is ignored
2008-10-25 20:55:02 +00:00
Dan Stillman
5688acbdc9
Fix truncated default terms when using custom <terms> element ( http://forums.zotero.org/discussion/4384/ )
2008-10-25 10:51:01 +00:00
Dan Stillman
d2118dc5fc
Apparently we still use this (in csledit.xul and cslpreview.xul)
2008-10-25 10:47:01 +00:00
Dan Stillman
310e233480
Merged r3581-3616 from 1.0 branch, plus some report tweaks
2008-10-25 08:01:43 +00:00
Dan Stillman
01edde493f
Fix error toggling RIS/Refer intercept pref
2008-10-25 07:39:32 +00:00
Dan Stillman
93bbed579e
Missed file from r3450-3580 merge from 1.0 branch
2008-10-25 07:38:50 +00:00
Dan Stillman
0f0c531247
Merged r3450-3580 from 1.0 branch
2008-10-25 07:37:47 +00:00
Dan Stillman
f50a5fe603
Run storage server verification automatically when clicking sync button
...
If there's a storage error, it either needs to be resolved or file sync needs to be disabled for regular sync to proceed.
2008-10-25 04:01:36 +00:00
Dan Stillman
99f9bcb79d
More tag/space handling
2008-10-25 03:10:50 +00:00
Dan Stillman
6a20d690e0
Fix errors adding tags with leading or trailing spaces to items (since yesterday)
2008-10-25 02:47:47 +00:00
Dan Stillman
7a6656ae5c
Fix error from previous commit
2008-10-25 02:09:59 +00:00
Dan Stillman
4f2bcb15d5
Fix error when purging tags that have already been erased
2008-10-24 23:03:53 +00:00
Dan Stillman
56eb416e3e
Fix error in doc prefs window if lastStyle is set to an invalid style
2008-10-24 21:08:44 +00:00
Dan Stillman
7a2d7594d4
Fixes #1194 , RDF Export fails to export files in 1.5
2008-10-24 20:11:34 +00:00
Dan Stillman
a7f73f0d82
Fix sync regression from previous commit
2008-10-24 11:29:08 +00:00
Dan Stillman
85087c4859
Fix upgrade error from previous commit
2008-10-24 11:14:16 +00:00
Dan Stillman
108fd304ab
Fixed lots of sync bugs
...
- All string values are now trimmed going into the DB (with a migration step for existing values) -- this fixes erroneous conflicts due to leading/trailing whitespace in sync XML being ignored
- Case disambiguation fixed on server
- Added basic diff ability to collections and tags so that identical objects won't trigger conflicts
- Fixed various other bugs that could cause erroneous conflicts
- Moved string fields in serialize() objects into a 'fields' object for consistency with Zotero.Item
Upshot of most of the above is that identical pre-upgrade libraries should now merge cleanly
Also reorganized/simplified/modularized parts of the sync code
2008-10-24 11:10:05 +00:00
Dan Stillman
3fdb212dd6
Fix for some attachment directories not being properly migrated to keys
...
Also migrates remaining files for past upgrades on the trunk (assuming their ids haven't been changed by syncing--if the item that has a given id already has a directory or if there is no attachment item with that id, the directory will be moved to orphaned-files)
2008-10-22 07:45:27 +00:00
Dan Stillman
25f8b8350c
Fix broken note window when opened without an associated item
2008-10-21 19:19:18 +00:00
Dan Stillman
405c5114b8
Debugging for TinyMCE page load
2008-10-20 22:11:33 +00:00
Dan Stillman
7c0bc7035b
Some debug lines for key upgrade process testing
2008-10-17 21:49:43 +00:00
Dan Stillman
0c01dc2d6e
- Fix note saving on Windows
...
- Remove some extra stuff from read-only note page
2008-10-17 20:39:39 +00:00
Elena Razlogova
cda9ced2a5
Adds "sub verbo" locator to the trunk
2008-10-17 18:18:27 +00:00
Dan Stillman
df8d13df84
Revert unnecessary change from r3562
2008-10-17 17:37:33 +00:00
Dan Stillman
9373e19aa8
Fix error saving automatic tags
2008-10-17 17:31:34 +00:00
Dan Stillman
d5215618aa
Additional debugging for setStorageModificationTime() error
2008-10-17 00:33:22 +00:00
Dan Stillman
994de2e65c
Fix TinyMCE in XPI builds
2008-10-16 22:29:26 +00:00
Dan Stillman
4de529c03f
Fixed a couple tag-related errors (from caching change)
2008-10-16 17:12:33 +00:00
Dan Stillman
1fad45da63
Fix erroneous caching of attachment path after relinking
2008-10-15 06:27:52 +00:00
Dan Stillman
5b3a3a1ad2
Fix missing space after formatted words in custom citations
2008-10-15 06:14:12 +00:00
Dan Stillman
ad5ac7ba64
- Fix error saving attachments
...
- Increase default separate note window height
2008-10-15 05:30:59 +00:00
Dan Stillman
1d6dea45ec
Remove our plaintext timed textarea
2008-10-15 05:26:16 +00:00
Dan Stillman
2bbf3d7c80
- Restored read-only mode for notes (using a separate HTML file, for lack of a better way)
...
- HTML file is now loaded on-demand the first time it's required
2008-10-15 05:24:38 +00:00
Dan Stillman
5e1ca7172a
- Reduced TinyMCE to two rows
...
- Removed font-family, font-size, full justify
- Restored outdent and indent
- Some style improvements, including quotation marks around blockquotes
2008-10-14 03:02:26 +00:00
Dan Stillman
31ef0eab13
Moved 'tiny_mce' directory to 'tinymce'
2008-10-13 23:31:53 +00:00
Dan Stillman
ea5d51b93d
- Remove indent/outdent buttons
...
- Remove extraneous debugging
2008-10-13 23:27:57 +00:00
Dan Stillman
9dfca12594
Fix creator breakage from object caching changes
2008-10-13 22:33:28 +00:00
Dan Stillman
8f2a7524e7
Fix error during creator add (since data caching change)
2008-10-13 22:05:27 +00:00
Dan Stillman
47285a0567
Convert plaintext notes on the fly, to deal with multi-version syncing issues
2008-10-13 21:12:55 +00:00
Dan Stillman
71ca2c1b2c
Fix previous commit
2008-10-13 20:12:19 +00:00
Dan Stillman
80dc7be1be
Allow SVN builds without SVN root to still start
2008-10-13 20:11:43 +00:00
Dan Stillman
651bcf2380
Adds rich text support to notes
...
- Still a few issues
- Converts plaintext notes to HTML on upgrade
2008-10-13 19:51:53 +00:00
Dan Stillman
b46860f6a4
- Switch to uncompressed JS files for TinyMCE so we can debug and make changes if necessary
...
- Add utils directory containing scripts needed for various features
2008-10-12 07:51:40 +00:00
Dan Stillman
7f1677d726
Fix error on object delete
2008-10-11 22:11:15 +00:00
Dan Stillman
1434b8aa7a
Reworked and standarized data object caching -- this should fix problems of long-term references containing stale, orphaned versions of data objects
2008-10-10 01:48:19 +00:00
Dan Stillman
5f0aa6aa9f
Better handling of missing attachments and empty attachment paths
2008-10-08 18:49:48 +00:00
Dan Stillman
675184d160
Firefox 3.1 compatibility fix (from Simon)
2008-10-07 02:56:06 +00:00
Dan Stillman
e32e6aa2f5
Fix csledit and cslpreview with new styles architecture -- dependent styles will not be displayed
2008-10-06 21:43:16 +00:00
Dan Stillman
f8a5ddc047
All creator types defaulted to author on import
2008-10-06 21:07:59 +00:00
Dan Stillman
f4a8822ea7
Fix "constraint failed" error when trying to delete attachment with annotations/highlights
2008-10-03 19:33:59 +00:00
Dan Stillman
6256d6fee8
Fix excessive updating of translators and styles in XPI builds
2008-10-02 22:11:23 +00:00
Simon Kornblith
ac551b3a2f
use TinyMCE for styled-textbox.xml
2008-09-24 23:44:34 +00:00
Simon Kornblith
de013f0c02
- closes #921 : Revise handling of deleted citations. Upon encountering a deleted citation, the plug-in now highlights the citation and allows the user to reselect the item (which applies to all places the item is cited), to delete all citations of the item from the document, or to cancel the update
...
- adds syntax checking to build script
- only display the last 5 lines of the python error/traceback
2008-09-23 23:11:27 +00:00
Dan Stillman
e65473d618
Missing locale line
2008-09-23 03:57:19 +00:00
Dan Stillman
cb38ee8b02
Merge locales
2008-09-23 02:34:57 +00:00
Dan Stillman
4f87dd1323
Merged r3351-3450 from 1.0 branch
2008-09-23 02:11:56 +00:00
Dan Stillman
b4ac8b949e
More explicit error when responseXML is null
2008-09-22 21:55:14 +00:00
Dan Stillman
9b9a450527
Disable EndNote® style support
2008-09-22 21:45:50 +00:00
Simon Kornblith
ac75376d51
use fewer xmlns attributes when serializing integration XML
2008-09-19 19:08:45 +00:00
Dan Stillman
a9dc3301af
Move debug line in sync error handler to a more helpful place in the output
2008-09-18 09:37:25 +00:00
Dan Stillman
44c2783c76
Don't display session id in debug output
2008-09-18 09:32:36 +00:00
Dan Stillman
ac5071e94e
- Handle URL encoding of 'href' value in PROPFIND response when purging files
...
- Fix a scoping issue that could prevent some property files from being purged
- Properly handle systems with millisecond-level file mod time granularity (clearing of storage sync history is required)
- Fix issue that might have erroneously removed property files
2008-09-17 19:35:37 +00:00
Dan Stillman
083bdd4753
- Switch to using separate property files for storage sync rather than WebDAV properties, which aren't supported on all servers
...
- Fix potential security issues with symlinks in ZIP files due to Firefox brokenness
- Zotero.Utilities.HTTP.doGet() can now take a URI instead (and doesn't display the password that way for authenticated requests)
- For now, delete orphaned files immediately when using "Purge Orphaned Storage Files" instead of waiting a day
- Properly remove deleted files from delete log
- Better debugging of various things
2008-09-17 11:27:36 +00:00
Dan Stillman
be47357e48
Fix restore of Quick Copy pref in preferences
2008-09-17 04:51:07 +00:00
Simon Kornblith
3ae7cc308f
don't install text/x-csl files as hidden
2008-09-17 04:25:18 +00:00
Dan Stillman
854842c003
Localize version header pref
2008-09-17 03:13:05 +00:00
Simon Kornblith
cccdbdb8e5
Zotero.Style.delete -> Zotero.Style.remove
2008-09-17 00:45:14 +00:00
Dan Stillman
e5bdfbb019
Full comment
2008-09-16 21:44:23 +00:00
Dan Stillman
21e7fe1fbc
Handle URL-encoded 'href' values in PROPFIND request
2008-09-16 21:43:11 +00:00
Dan Stillman
d0e4852be6
Don't fail if SVN style symlink points to missing file
2008-09-16 21:39:02 +00:00
Dan Stillman
340f54c8b0
Add X-Zotero-Version header to HTTP requests to zotero.org
2008-09-16 20:11:27 +00:00
Simon Kornblith
bf8e4eae28
- implement Zotero.Styles.install, refine Zotero.Style.delete, and restore functionality to Styles prefpane
...
- allow deletion of multiple styles simultaneously
- split Zotero.Styles/Zotero.Style and Zotero.CSL into style.js and csl.js respectively
- add Zotero.File.getBinaryContents for binary-safe file reading
- add Zotero.MIMETypeHandler to provide a unified interface for registering observers and capturing MIME types with Zotero
2008-09-16 19:14:52 +00:00
Dan Stillman
0769e0e1f8
Accept 200 for PROPPATCH (and now compatible with Air Sharing iPhone app)
2008-09-16 06:25:44 +00:00
Dan Stillman
edad44c2db
Allow 200 status code on DELETE in one other place
2008-09-16 04:34:48 +00:00
Dan Stillman
c9a3d49a5e
- Add 'styles' directory with symlinks to actual styles for default styles
...
- Change schema.js to use 'styles' directory
2008-09-15 20:13:33 +00:00
Dan Stillman
1ab118c9af
Don't throw error if there's no Zotero.Styles.lastCSL
2008-09-15 19:54:09 +00:00
Dan Stillman
b7fc5e66f2
Adds support for Microsoft IIS (5.1) WebDAV
2008-09-15 10:40:10 +00:00
Dan Stillman
eac0c1a94d
- Remove overriding OPTIONS response to text/plain -- the problem is incorrect status codes generated by IIS that result in "No element found" errors
...
- Replace passwords in malformed XML messages when generating error reports
2008-09-15 09:48:27 +00:00
Dan Stillman
1619491157
Don't log XML error to console if OPTIONS response isn't XML
2008-09-15 08:57:23 +00:00
Dan Stillman
86678aba27
Install/upgrade support for flat-file translators and styles
...
Files are copied from translators.zip and styles.zip (or, for SVN installs, 'translators' and (for now) 'csl' directories) in the installation directory to 'translators' and 'styles' directories in the data directory. A build_zip file is provided for testing translators.zip (which will take precedence over a 'translators' directory) but isn't required.
The timestamp stored in repotime.txt is stored in the database and is sent to the server for updates since that time.
Updating a file in [install-dir]/translators or [install-dir]/styles automatically copies all files in that directory to the data directory.
2008-09-12 22:09:54 +00:00
Simon Kornblith
85290b6c95
add hidden property to styles
2008-09-11 23:38:34 +00:00
Dan Stillman
79ef2eac4d
Better startup error debugging
2008-09-11 23:19:23 +00:00
Simon Kornblith
ca1cf1c8a3
use more consistent function names
2008-09-11 22:58:18 +00:00
Simon Kornblith
a4032fe817
remove debug code
2008-09-11 22:07:57 +00:00
Simon Kornblith
d2c3f0fa12
add support for parent/child relationships
2008-09-11 22:06:31 +00:00
Simon Kornblith
f06ce2705c
implements Zotero.Styles and Zotero.Style using flat files
2008-09-11 21:29:05 +00:00
Simon Kornblith
f6b1d6e56e
better handling of invalid JSON objects
2008-09-11 20:53:15 +00:00
Simon Kornblith
7d9493827e
fix bug in translator caching
2008-09-11 20:45:01 +00:00
Simon Kornblith
89e7d6a1ef
don't run translators on about: URIs
2008-09-11 19:40:38 +00:00
Simon Kornblith
492d3a8cb2
shuffle around initialization code
2008-09-11 19:35:53 +00:00
Simon Kornblith
d6f0dc28ef
use Zotero.log instead of calling consoleService.logMessage() directly
2008-09-11 18:04:56 +00:00
Simon Kornblith
643ada4905
Convert translator architecture to use files
...
This will break translation for the dev XPI and on the trunk until Dan commits his part of this (or you copy the translators dir in SVN to the zotero dir in your profile dir)
2008-09-11 17:35:56 +00:00
Dan Stillman
f85f21db32
Merge r3371 to trunk
2008-09-11 17:30:40 +00:00
Dan Stillman
4648ae0f3b
Zotero.getStylesDirectory(), Zotero.getTranslatorsDirectory(), and Zotero.File.createDirectoryIfMissing(dir)
2008-09-11 17:20:09 +00:00
Dan Stillman
6a3c62c23c
Tweak to previous commit -- use 'this' instead of full chain
2008-09-10 16:55:45 +00:00
Dan Stillman
7f76b35ab4
Clear last sync error when starting sync
2008-09-10 16:53:11 +00:00
Dan Stillman
62290e0bcd
Additional debugging for unexpected status code storage error
2008-09-10 15:50:25 +00:00
Simon Kornblith
9cb95ac77c
don't show option to retrieve metadata if PDF indexer is not installed
2008-09-09 21:01:47 +00:00
Simon Kornblith
0284e5339b
remove cache file even when it is < 20 lines long
2008-09-09 16:03:37 +00:00
Simon Kornblith
3fd346ed06
close input stream in recognizePDF
2008-09-09 16:00:40 +00:00
Dan Stillman
ecfc44ee57
Closes #1166 , Add http access to WebDAV
2008-09-09 15:19:22 +00:00
Dan Stillman
1f334a2eb8
Fixes storage upload with subfolders
2008-09-09 14:15:53 +00:00
Dan Stillman
c6de353d23
Fix error and blank CR window when an item with tags is in conflict
2008-09-05 06:03:45 +00:00
Dan Stillman
5bc80d4cfe
Additional output for debugging tag problem
2008-09-05 06:00:03 +00:00
Dan Stillman
49593266e1
Generate conflict if number of item creators changed
2008-09-05 05:42:59 +00:00
Dan Stillman
4d7fc6b10c
Include response text from server in error log on Invalid Response sync error
2008-09-05 04:29:34 +00:00
Dan Stillman
e38c86cba2
Remove referrer in recognizePDF requests
2008-09-05 04:08:56 +00:00
Dan Stillman
714011d1d3
Fix ACCESS_DENIED storage sync error on Windows
2008-09-05 02:42:54 +00:00
Dan Stillman
0dbd02abe9
Fix regression from r3335 that caused some creator changes not to sync
2008-09-04 22:27:51 +00:00
Dan Stillman
c822aad2b6
- Fix "Creator must be a Zotero.Creator object in Zotero.Item.setCreator()" problem -- now looks for creator data within item block when it doesn't exist locally
...
- Fix a couple other problems with creators that could cause changes not to be synced or to cause unnecessary conflicts
2008-09-04 20:27:41 +00:00
Dan Stillman
e3acd9a513
Better cleanup of cached data after sync error
...
Clearer error message for "Creator must be a Zotero.Creator object in Zotero.Item.setCreator()" problem (which isn't yet fixed)
2008-09-03 18:04:50 +00:00
Dan Stillman
088c057837
Reverting to recognizePDFcache.txt filename -- I requested the hidden filename when I thought that the cache file was stored in storage directories
2008-09-03 06:23:41 +00:00
Simon Kornblith
5fc9782860
- better interface for PDF recognizer
...
- slightly improved PDF recognizer performance
2008-09-03 06:20:19 +00:00
Simon Kornblith
c9f1592704
fix strict mode error and add JSDoc to selectitems.js
2008-09-02 19:30:14 +00:00
Simon Kornblith
c4c65f0a50
Use Zotero.Items.get() instead of using new items directly after saving
2008-09-02 19:28:57 +00:00
Dan Stillman
d5bf5c9120
Fixes #1157 , Adding an existing tag to an item with no tags breaks Zotero
2008-09-01 17:59:25 +00:00
Dan Stillman
f0c4eec238
Fix sync icon error handling (trunk and SP2 tag)
2008-09-01 08:09:37 +00:00
Dan Stillman
02fd1f89b6
Fix sync button breakage after error (trunk and SP2 tag)
2008-09-01 08:00:46 +00:00
Dan Stillman
2dffa33364
Merge recent English strings to other locales on trunk
2008-09-01 06:45:03 +00:00
Dan Stillman
d662466ff6
Merged revisions 3306,3309 from 1.0 branch via svnmerge
2008-09-01 06:09:56 +00:00
Dan Stillman
ee8229b80a
Two JS strict warnings
2008-09-01 04:34:47 +00:00
Dan Stillman
68f7f933c2
Fix properToProxy() translator error (regression from merge)
2008-09-01 04:25:40 +00:00
Dan Stillman
a1cd958cd6
Attachment directory wasn't removed when deleting attachment
2008-09-01 03:59:55 +00:00
Dan Stillman
f9c07bb8e0
Fix one other case where the sync could never end
2008-09-01 03:42:42 +00:00
Dan Stillman
a30106c887
Storage sync never stopped if file-to-download was missing
2008-09-01 03:28:04 +00:00
Dan Stillman
93a213e9e5
- Add "Debuggin" labels to Actions menu options
...
- Add extra temporary debug output
2008-09-01 03:08:30 +00:00
Dan Stillman
4da7a006c3
Fix bug displaying "Rename associated file" dialog (on trunk and branch)
2008-09-01 02:10:40 +00:00
Dan Stillman
4da36c4f19
Fix two JS strict warnings
2008-09-01 02:00:17 +00:00
Dan Stillman
f37d724a9e
Merged revisions 3080-3081,3084,3087-3088,3090,3092,3099-3103,3113-3114,3132,3134-3143,3145,3148-3151,3154-3159,3165,3174,3194,3234-3235,3239-3240,3244,3246-3254,3258-3262,3268,3270,3274,3279,3286-3288,3294-3295 from 1.0 branch via svnmerge
2008-09-01 01:54:00 +00:00
Dan Stillman
84ef07c874
Missed file from r3296 and better debugging of invalid DB parameters
2008-08-31 23:39:14 +00:00
Dan Stillman
a8bb8dae40
Adds WebDAV file sync
...
- Still experimental and incomplete, with no lock support and not much error handling
Also:
- New expiry date for sync functions
- Attachment character set was being dropped during syncing
- Possibly improves sizing issues with preferences window
- Fixes problems with attachment filenames with extended characters
- Fixes some problem with tags that I don't remember
- Makes XMLHTTPRequest calls are now background requests (no auth windows or other prompts)
- Z.U.HTTP.doOptions() now takes an nsIURI instead of a URL spec
- New methods:
- Zotero.Utilities.rand(min, max)
- Zotero.Utilities.probability(x)
- Zotero.Utilities.Base64.encode(str) and decode(str)
- Zotero.getTempDirectory()
- Zotero.Date.dateToISO(date) - convert JS Date object to ISO 8601 UTC date/time
- Zotero.Date.isoToDate(isoDate) - convert an ISO 8601 UTC date/time to a JS Date object
2008-08-31 23:36:01 +00:00
Simon Kornblith
8c91c8fc90
don't put MAX_PAGES in global namespace
2008-08-22 05:41:00 +00:00
Simon Kornblith
225c62df18
fix JS warnings
2008-08-22 05:38:36 +00:00
Simon Kornblith
4cf79691ed
Add feature to retrieve metadata for PDFs, currently accessible as a contextual menu item.
...
The feature grabs relevant fragments from the document and then searches them on Google Scholar. This will only work with OCRed PDFs, so it doesn't work with JSTOR, but it should work fairly well with everything else.
2008-08-22 05:35:44 +00:00
Simon Kornblith
f20ed8507e
Commit missing proxy components from r3266
2008-08-22 05:23:03 +00:00
Simon Kornblith
501d6c6e77
closes #1098 , Edit Citation not working in new document
2008-08-21 21:30:36 +00:00
Dan Stillman
3633b053bb
Fix "second argument to Function.prototype.apply must be an array" error in schema.js line 1636 on upgrade
2008-08-21 16:25:17 +00:00
Simon Kornblith
c77fe5462a
references #831 , transparent EZProxy support
...
changes default behavior. transparent redirection is now enabled by default, and a caution dialog appears when proxies are first accessed. when transparent redirection is turned off, no dialog appears, and proxies get saved automatically. when the user switches transparent redirection on, there is a warning that s/he should check that there are only trusted proxies in the list. i'm not sure how well i've worded the messages, so feel free to suggest better alternatives.
also, a bit of jsdoc cleanup on proxy.js
2008-08-21 05:46:54 +00:00
Dan Stillman
4c2a37e510
Fixes saved search syncing, probably
2008-08-20 14:52:24 +00:00
Dan Stillman
78731858ab
More helpful error message for compat styles in cslpreview and csledit on trunk
2008-08-20 01:41:29 +00:00
Dan Stillman
c73513576a
- Fix inability to add existing tags to item
...
- Fix error if a local tag matches a different remote tag
- Add additional triggers to enforce referential integrity
2008-08-15 05:32:18 +00:00
Dan Stillman
7637434a2a
Fix error saving imported attachments on trunk (since r3178)
2008-08-14 17:58:45 +00:00
Dan Stillman
96e88bda1e
- Change local key if remote item has different id but different key (which should mostly be with the Quick Start Guide)
...
- Moved common singleton data logic (for now, just getByKey()) into Zotero.DataObjects, and use that as template for other data objects
2008-08-13 06:38:47 +00:00
Dan Stillman
4450e12152
Proper updating of cached parent collections
2008-08-13 02:21:49 +00:00
Dan Stillman
0fb1d5866f
Fixes #1077 , Add tag to note dialog broken
...
The manual Add Tag popup isn't popping up for me when I drag a note to the tag selector. If you're still getting that, please open a new ticket.
2008-08-13 00:08:51 +00:00
Dan Stillman
4a37c5647a
Fix error with Create New Item from Current Page (after r3178)
2008-08-12 07:45:04 +00:00
Dan Stillman
2d5c89cb9d
Fix error saving new creators after r3178
2008-08-12 07:20:45 +00:00
Dan Stillman
fa82b66c9f
Fix error in Zotero.Attachments.importFromDocument()
2008-08-12 07:13:04 +00:00
Dan Stillman
595f775c39
Improved subcollection support -- fixes "Cannot set parent of collection [x] to invalid parent [x]" error, among other things
...
Removed child collections from XML -- now uses parent attribute exclusively -- and increased API version to 2
2008-08-12 07:10:50 +00:00
Dan Stillman
6c56cc9b73
r3178 may find some crazy things
2008-08-08 22:06:42 +00:00
Dan Stillman
1cb7aa6a06
Better detection of invalid parameter counts passed to Zotero.DB query methods (including inadvertently passing an undefined value)
2008-08-08 21:16:26 +00:00
Asa Kusuma
005375cc33
Adds tag cloud feature. Use about:config to turn on.
2008-08-08 19:39:06 +00:00
Dan Stillman
4588e0dfe6
Fix a few JS strict warnings
2008-07-29 17:55:44 +00:00
Dan Stillman
411b300e27
Add foreign key for proxy tables
2008-07-29 17:49:55 +00:00
Dan Stillman
fe3ff13571
Fix id changing with items with highlights or annotations
2008-07-29 17:47:07 +00:00
Simon Kornblith
a4d049fe46
Fix "Zotero.Ingester.Proxies is undefined" error
2008-07-29 09:27:54 +00:00
Simon Kornblith
79d759fd8d
Better support for proxy-by-port EZProxies (like the GMU EZProxy). When we see a link or redirect from (e.g.) mutex.gmu.edu:3793 to mutex.gmu.edu:3618, we now make a background request to the latter site with no cookies in order to get the EZProxy log-in screen. From the log-in screen, we can find the real URL of the latter site.
2008-07-29 05:08:26 +00:00
Simon Kornblith
17c3d1cc34
update proxy preferences without a restart (thanks Sean)
2008-07-28 22:12:11 +00:00
Simon Kornblith
ce210afe2d
Fix mis-recognition of GMU EZProxy under some circumstances
2008-07-28 21:24:29 +00:00
Simon Kornblith
09e8249db8
closes #743 , Support non-EZproxy proxies
...
closes #831 , transparent EZProxy support
adds a proxy pane to the preferences
asks before saving proxies to the DB (to avoid the potential phishing risk #831 would otherwise pose)
2008-07-28 11:11:12 +00:00
Dan Stillman
30e4ae859d
Fix "data mismatch" error, for real
2008-07-25 19:00:44 +00:00
Dan Stillman
d875079377
Revert part of last commit
2008-07-25 18:12:35 +00:00
Dan Stillman
4c1f8c729d
Fix "data type mismatch" error on upgrade, I think
2008-07-25 18:01:16 +00:00
Simon Kornblith
1da2221d40
closes #971 , Add support for secondary key
2008-07-24 22:25:03 +00:00
Dan Stillman
e591acb783
Fix report generation of items with tags
2008-07-24 19:52:09 +00:00
Simon Kornblith
5efeeb6089
remove support for old-style CSLs
2008-07-23 05:05:03 +00:00
Dan Stillman
0f71fdbc35
Merged revisions 2989,2994,2996-2999,3001,3003-3004,3007,3010,3012,3015-3016,3026-3029,3036-3038,3040-3041,3046,3048,3050,3052,3054-3055,3057-3058,3066,3069-3073 from 1.0 branch via svnmerge
2008-07-22 05:45:32 +00:00
Dan Stillman
5171f8c091
Save Unicode files with Zotero.File.putContents()
2008-07-22 05:38:05 +00:00
Dan Stillman
5f45009a18
Fixes #1071 , Create bibliography from collection fails
2008-07-16 01:19:05 +00:00
Dan Stillman
685294e908
Fix tags being undefined when exported in 1.5
2008-07-16 01:13:56 +00:00