Dan Stillman
22f9fc04a8
Fix update marking for uploaded file versions that exist remotely
...
If a file version existed on the server, the uploaded attachment wasn't
marked as updated until the next sync.
2013-03-18 20:28:16 -04:00
Dan Stillman
47299c9e85
Remove debug line and update error message
2013-03-18 20:27:54 -04:00
Dan Stillman
8e1b8022ad
Download locally existing remotely modified files in on-demand mode
...
If a file doesn't exist locally it won't be downloaded until opened, but
if a file does exist locally and has been modified remotely the latest
version will be downloaded at sync time regardless of the file sync
mode. (If a locally existing file has been updated remotely, just
opening it won't currently download the latest version. You have to
sync. This may change in the future.)
2013-03-18 20:21:48 -04:00
Dan Stillman
0853dbc070
Fix problem with items list scrollbar size between views
...
Caused by 2cd45be191
, though not sure why it's happening.
2013-03-17 16:12:46 -04:00
Simon Kornblith
c457139573
Merge pull request #270 from aurimasv/RDFimport
...
Fix RDF import for large notes
2013-03-17 13:05:14 -07:00
Dan Stillman
9796e60617
Don't update item when tabbing through empty Date field
2013-03-17 03:49:31 -04:00
aurimasv
f3bda1643d
Normalize DOM nodes after parsing
2013-03-17 02:43:41 -05:00
aurimasv
d974c78cef
Add $rdf.log.error for rdflib.js
2013-03-17 02:43:41 -05:00
aurimasv
dbf6bc0ee1
Don't attempt to mark changes when creating new item.
2013-03-17 02:43:41 -05:00
Dan Stillman
36eae6ad00
Update child attachment order when renaming attachment
...
Also show "1" next to child attachments with embedded notes
2013-03-17 03:14:29 -04:00
Dan Stillman
9bddef21b7
Fix collection row selection issue on Windows
2013-03-17 02:41:43 -04:00
Dan Stillman
6915b7aa56
Merge branch '4.0'
2013-03-17 01:24:50 -04:00
Dan Stillman
5a863d97c8
Context-menu string cleanup
...
- Remove all "Selected" from "Selected Item", because that's how a context menu works
- Change "Remove Selected Item" to "Remove Item from Collection" (fixes #122 )
- Change "Delete Selected Item from Library" to "Move Item to Trash")
- Change "Remove" on Duplicate/Unfiled Items to "Hide" (fixes #122 )
- Change "Create Parent Item from Selected Item" to "Create Parent Item"
2013-03-17 01:22:47 -04:00
Simon Kornblith
3c6728e30f
Remove unnecessary version checking code
2013-03-16 23:51:34 -04:00
Dan Stillman
022ee4481b
Add "Delete Collection and Items..." context-menu option
...
Also update collection/search deletion dialogs with better button text and no more "[JavaScript Application]"
2013-03-16 22:55:50 -04:00
Dan Stillman
5f283a6b7f
Fix tag selector glitch after removing last tag, again
...
Better fix than 4e1fbf9747
2013-03-16 16:25:58 -04:00
Dan Stillman
0f87772b97
Fix broken checkboxes in tag selector context menu (OS X only?)
...
On OS X, the checked state of <menuitem type="checkbox"/> still doesn't
work right if set before the menu is opened. To get around this, the
state is now set manually in onpopupshown(). There's an annoying delay
before the UI update, but this is better than nothing.
2013-03-16 16:25:58 -04:00
Dan Stillman
fec159f969
Fix error on tag change without a selected item (from 1e59c5ab7
)
2013-03-16 16:25:58 -04:00
Dan Stillman
6dbe1d1e19
Show colored tags in tag selector in all views
...
Always show colored tags at the top of the tag selector, regardless of
whether they're in the current scope. If not, they're shown with reduced
opacity (as an equivalent to the gray style for out-of-scope tags in
Display All Tags mode). As a corollary, colored tags are now shown even
if they have no associated items and will remain until they're
explicitly deleted.
Also:
- Don't show outline on out-of-scope tags in "Display All Tags" mode
2013-03-16 16:25:51 -04:00
Dan Stillman
2b7d7ebfbf
Don't rely on object property order to sort tags
...
It works, but in theory it's not guaranteed in JS.
2013-03-15 17:44:07 -04:00
Dan Stillman
2b4f2e3a0f
Merge branch '3.0' into 4.0
2013-03-15 17:01:44 -04:00
Dan Stillman
d726ce41fa
Fixes incorrect post-edit scrolling
...
Fixes #268 , broken in 2cd45be191
Post-edit scrolling can probably be smarter, but this fixes the brokenness.
2013-03-15 16:56:55 -04:00
Dan Stillman
a1197883bb
Disable key navigation on 1-6 keys if any tag colors are assigned
...
Previously any unused numbers were still available for key navigation, but I
think it's too easy hit the wrong key that way, and getting moved to another
part of the items list is annoying.
2013-03-15 14:09:31 -04:00
Dan Stillman
3faa8949ef
Fix glitch entering tag with whitespace
...
If an existing colored tag was added to an item with whitespace around it, the
tag didn't immediately show up with a color.
2013-03-15 04:39:57 -04:00
Dan Stillman
1e59c5ab7e
More tags box fixes (follow-up to f932f312eb
)
...
Use the Notifier for all tags box updates to ensure that it always updates.
Also fix the tag count and some other things.
Post-tab focus still isn't 100% correct in all situations, but it's real close.
2013-03-15 04:13:14 -04:00
Dan Stillman
4e1fbf9747
Fix clearing selected tag when removed from last item in view
...
I somehow broke this in d2f028d797
, though
I'm not sure how.
2013-03-14 20:06:34 -04:00
Dan Stillman
d60b0221db
Fix error trying to toggle colored tag with no tag
...
(This should be fixed so that the setting is always removed, though.)
2013-03-14 19:03:20 -04:00
Dan Stillman
e20bd35756
Don't clear other tag colors when rename colored tag
2013-03-14 19:00:52 -04:00
Dan Stillman
9a4e83dc78
Update version
2013-03-14 03:45:28 -04:00
Dan Stillman
0f85b07aad
3.1 is now 4.0
2013-03-14 01:27:54 -04:00
Dan Stillman
0191601f9f
Fix items tree styling (context rows, attachment pies) in Fx22+
2013-03-13 00:00:27 -04:00
Dan Stillman
d5bfed1c96
Missed changed from 0cd3a34e14
2013-03-12 21:10:11 -04:00
Dan Stillman
487ce7183b
Make tag color chooser window wider
...
Follow-up to d2f028d79
2013-03-12 20:54:53 -04:00
Dan Stillman
0cd3a34e14
Properly handle sync errors thrown from Zotero.HTTP.promise()
2013-03-12 19:58:31 -04:00
Dan Stillman
fe3ad1883d
Use API version 2
2013-03-12 19:57:47 -04:00
Dan Stillman
1217a5409e
Fix Control (and Alt) key shortcuts in items pane on Windows
...
Follow-up to d2f028d
and 0a7cc4448
2013-03-12 02:13:35 -04:00
Dan Stillman
65488b56b6
Remove debug output
2013-03-11 21:42:47 -04:00
Dan Stillman
c270766540
Skip repeated file syncs for libraries with no uploaded files
2013-03-11 21:41:51 -04:00
Simon Kornblith
d25d49de66
Extract PMCID from extra field
2013-03-10 16:58:34 -04:00
Simon Kornblith
687997e963
Parse PMIDs from extra field
2013-03-10 16:17:54 -04:00
Simon Kornblith
2f8f18c957
Ensure that arrays are not strings
2013-03-10 16:17:54 -04:00
Dan Stillman
b7c0427167
Fix various file sync issues
...
- Clear per-library error icon on new sync
- Pass upload errors through to end
- Don't make WebDAV verification error a global failure
- Some other things
2013-03-10 01:49:14 -05:00
Dan Stillman
c8386fb40b
Merge pull request #260 from aurimasv/duplicates
...
Duplicates
2013-03-09 10:29:45 -08:00
Dan Stillman
a921c57d5d
Remove old tags box code from itembox.xml
2013-03-09 03:15:01 -05:00
Dan Stillman
f932f312eb
Overhaul tags box
...
- Improvements to #20 , with the tags box switching to a multiline
textbox in the style of #164 on a multiline paste or Shift-Return. In
the multiline box, Return is a newline and Shift-Return saves
- Allow tabbing through tags via keyboard (and keep the last empty
textbox open on tab, so you can hold down the tab key to get all the
way to the end)
- Fix various post-update focusing issues (though the wrong textbox is
still selected for some multiline updates via Tab/Shift-Tab)
- Make (single-line) tag entering much faster by not reloading the whole
tags list and just placing the new tag in the correct sorted position.
This could be made even faster with tag selector optimizations.
- Allow the Add button to focus when switching to the Tags pane (and the
same for the Related pane, for good measure)
2013-03-09 03:05:29 -05:00
Aurimas Vinckevicius
d30ab9cc4f
[duplicates] DOIs are not case sensitive
2013-03-07 19:38:24 -06:00
Simon Kornblith
d291084af6
Escape backslash
2013-03-07 19:47:57 -05:00
Simon Kornblith
acd6d38a1e
Don't break when DOI is not a string
2013-03-07 19:46:37 -05:00
Dan Stillman
5f4bb73564
Always return order property from strToDate()
...
Broken in merge 995091d0
2013-03-07 18:35:54 -05:00
Dan Stillman
7f25572e49
Update submodules
2013-03-07 18:17:13 -05:00
Dan Stillman
995091d0a1
Merge branch '3.0' into 3.1
...
Conflicts:
chrome/content/zotero/xpcom/date.js
2013-03-07 18:15:03 -05:00
Dan Stillman
dec5af4d6a
Fix file sync error
2013-03-07 16:05:14 -05:00
Simon Kornblith
b5d07e1951
Use hostPort for debug messages
2013-03-07 15:59:21 -05:00
Dan Stillman
3c0e4a2ce4
Don't sync updated settings more than once
2013-03-07 15:23:15 -05:00
Dan Stillman
6ea38df873
Don't sort Year column by full date
2013-03-06 16:41:02 -05:00
Dan Stillman
398cf765f5
Zotero.File.getBinaryContentsAsync()
...
Currently unused, but we might need it at some point
2013-03-06 15:48:00 -05:00
Dan Stillman
b3cb1dbe5e
Fix tag colors in the items pane in XPI builds
2013-03-06 15:35:46 -05:00
Dan Stillman
d9197235d5
Fix whitespace (from 53322e6e
)
2013-03-06 14:32:31 -05:00
Dan Stillman
ca0ad42a6a
Fix Z pane brokenness with no titled items (from 53322e6e
)
2013-03-06 14:32:02 -05:00
Dan Stillman
de1983bf9f
Fix hover effect on unedited item tags (broken in 59913cc5
)
2013-03-06 06:22:14 -05:00
Dan Stillman
fc104e345b
Remove color swatch for last-removed tag color
2013-03-06 05:28:43 -05:00
Dan Stillman
0a7cc44481
Fix Select-All on Windows (broken by d2f028d
)
2013-03-06 04:52:27 -05:00
Simon Kornblith
578ba29cc5
Merge pull request #242 from aurimasv/date
...
Always return year as number in strToDate
2013-03-05 15:40:53 -08:00
Dan Stillman
490a176dcd
Remove whitespace from localized strings
...
Follow-up to #264
2013-03-05 18:08:26 -05:00
Dan Stillman
61aef48381
Add LTR/RTL toggle in notes
...
Initialize the note editor with the default directionality based on the current locale, and add a single button for the opposite direction that functions as a toggle. This avoids needing two buttons.
We should also add locales to TinyMCE, but we can do that separately.
Closes #157
2013-03-05 17:51:30 -05:00
Dan Stillman
5b367b6ac1
Tweaks to name-swapping menu
...
- Don't show menu if item isn't editable
- Make DOM access more robust
- Fix whitespace
2013-03-05 15:35:15 -05:00
Dan Stillman
c6afb86ba6
Put "Swap first/last names" in creator context menu root
...
And remove "Transform Name Form" menu for now
Discussed in #132
2013-03-05 15:03:01 -05:00
Dan Stillman
c68196e7b5
Merge 'gracile/fbennett-patch-authors'
2013-03-05 14:58:31 -05:00
Dan Stillman
4496c8d9e9
Merge remote-tracking branch 'aurimasv/multipleLookup'
...
Conflicts:
chrome/locale/en-US/zotero/zotero.dtd
2013-03-05 14:46:31 -05:00
Dan Stillman
8333c68f77
Fix trailing whitespace from #264
2013-03-05 03:43:50 -05:00
Dan Stillman
0c60911fd1
Tweaks to @gracile-fr's localization changes
...
Addresses #264
2013-03-05 03:43:46 -05:00
Dan Stillman
30f5679ec8
Merge remote-tracking branch 'gracile/3.1-l10n' into 3.1-l10n
2013-03-05 03:06:43 -05:00
Dan Stillman
4b46f252fd
Fix error on column header click
2013-03-04 18:25:44 -05:00
Dan Stillman
9d03697591
Merge branch '3.0' into 3.1
2013-03-04 17:02:58 -05:00
gracile-fr
eb7b301073
Localizes most of the strings marked "todo: localize"
2013-03-04 03:44:37 +01:00
Simon Kornblith
ebd8dfeb65
Don't show "undefined" in attachment progress window
2013-03-03 18:59:29 -05:00
Simon Kornblith
b2a7050dea
Fix PDF recognition
2013-03-03 17:04:37 -05:00
Dan Stillman
b0a71467ea
Fix sorting of top-level attachments in attachments column
...
Also hide the attachments column by default in the select-items dialog
2013-03-03 06:23:43 -05:00
Dan Stillman
98f62c6d3f
Switch notes column back to counts, and hide by default
...
While the attachment icon helps with on-demand download, a count is
probably more useful for notes, and between tag colors and the two
dot columns things were getting a little Dance Dance Revolution.
2013-03-03 06:23:43 -05:00
Dan Stillman
d2f028d797
Tag colors, synced settings, and (stopgap) silent DB upgrades
...
- New tag colors support, with the ability to assign colors to up to 6
tags per library. Tags with colors assigned will show up at the top of
the tag selector and can be added to (and removed from) selected items
by pressing the 1-6 keys on the keyboard. The tags will show up as
color swatches before an item's title in the items list.
- Synced settings, with Notifier triggers when they change and
accessible via the API (currently restricted on the server to
'tagColors', but available for other things upon request)
- Silent DB upgrades for backwards-compatible changes. We'll do
something fancier with async DB queries in 4.0, but this will work for
changes that can be made without breaking compatibility with older
clients, like the creation of new tables. The 'userdata' value is
capped at 76, while further increments go to 'userdata2'.
TODO:
- Try to avoid jitter when redrawing swatches
- Optimize tag color images for retina displays
- Redo attachment dots in flat style?
- Clear all colors from an item with 0 (as in Thunderbird), but I don't
think we can do this without undo
2013-03-03 06:23:25 -05:00
Aurimas Vinckevicius
f64d087926
Don't set unknown mimeTypes to "application/octet-stream"
2013-03-02 19:15:43 -06:00
Aurimas Vinckevicius
cf8a2c2635
Make sure that year is always returned as string
2013-03-02 19:08:36 -06:00
Aurimas Vinckevicius
6dd94f0a3a
When mimeType is not supplied, try to fetch it from server and redo checks for automatic snapshots.
2013-03-02 18:45:38 -06:00
Dan Stillman
aa458dcd63
Merge pull request #261 from gracile-fr/3.1-quickSearch-date
...
Include dateDecided, dateEnacted, issueDate in "Title, Creator, Year"
2013-03-01 16:31:02 -08:00
gracile-fr
58e6f5e07e
Allow searching for dateDecided (case), dateEnacted (statute), issueDate (patent) in the "Title, Creator, Year" quicksearch mode.
2013-03-02 00:29:49 +01:00
gracile-fr
d69ffd2ad8
localize sync.js
2013-03-01 18:37:25 +01:00
Simon Kornblith
68f5202eb6
Merge pull request #218 from aurimasv/mutation
...
Allow translators to re-trigger detectWeb on DOM changes
2013-03-01 09:24:32 -08:00
Simon Kornblith
42d15bf2db
Merge pull request #250 from aurimasv/parentTranslator
...
parentTranslator in detect calls
2013-03-01 09:24:19 -08:00
aurimasv
c4f008a97d
Keep track of currently loaded translator
2013-03-01 03:29:11 -06:00
gracile-fr
217929a3ea
more localization
2013-02-28 23:31:07 +01:00
gracile-fr
cc2f7836f8
localization preferences pane
2013-02-27 17:13:48 +01:00
Dan Stillman
cc39ee8144
Show the startup error in the alert
2013-02-27 04:50:51 -05:00
Dan Stillman
25563d2e04
Merge branch '3.0' into 3.1
2013-02-25 12:49:26 -05:00
Dan Stillman
f92ed125b6
Merge branch '3.0' into 3.1
...
Conflicts:
chrome/content/zotero/tinymce/note.html
chrome/content/zotero/tinymce/noteview.html
chrome/content/zotero/xpcom/zotero.js
install.rdf
update.rdf
2013-02-25 12:46:43 -05:00
aurimasv
53322e6ea0
Duplicate detection tweaks (take 2)
2013-02-24 05:48:11 -06:00
Simon Kornblith
4d2cee7824
Support journal abbreviations
...
Currently disabled by default
2013-02-24 05:57:28 -05:00
Dan Stillman
475b290600
Revert "Merge pull request #252 from aurimasv/patch-1"
...
This reverts commit d2e42bda29
, reversing
changes made to 8f263d0fd9
.
2013-02-24 03:39:14 -05:00
Aurimas Vinckevicius
42f9aaa8a1
Tweaks to duplicate detection
2013-02-24 02:17:49 -06:00
Dan Stillman
e4afbbfcea
Unprefix some CSS properties
2013-02-22 18:48:59 -05:00
Dan Stillman
937c0a3a3a
Fix error in in Error Conosle when clicking on some items
2013-02-22 18:41:49 -05:00
Dan Stillman
d68d510547
Move relative paths pref code into its own object
2013-02-21 06:24:46 -05:00
Dan Stillman
ed94d84a93
Code style/consistency updates for relative path changes
2013-02-21 06:24:46 -05:00
Dan Stillman
27a2a9c1f7
More relative path changes
...
- If attachment exists at same relative path in new base directory,
leave it alone so that it continues to work.
- If attachment doesn't exist in new base directory, revert it to an
absolute path.
- If new base directory is an ancestor or descendant of the previous
base directory, adjust relative paths below the new directory so that
they keep working.
- More dialog changes
- Select current base directory in file picker when changing directory
- Always use .persistentDescriptor instead of initWithPath(), though it
probably doesn't matter, and wrap in try/catch in case the old setting
is broken in some way.
- New function Zotero.File.directoryContains(dir, file), since
nsIFile.contains() isn't recursive
- Don't use a private Zotero.Item property from outside to force path changes.
2013-02-21 06:24:46 -05:00
Dan Stillman
f1eb356c19
Relative path support changes
...
- Changed placeholder to just "attachments:" for consistency with "storage:"
- Reworked dialog text
- Use a fancier (and undocumented) filefield XUL element for path
- A few small code tweaks
2013-02-21 06:24:46 -05:00
Dan Stillman
69cb928d6c
Move zotero.org version header pref to Advanced
...
Translator updates and broken translator reporting both make automatic
requests to zotero.org, but the version pref is just adding a header
with the Zotero version on existing requests.
2013-02-21 06:24:46 -05:00
Dan Stillman
7bc19c0cd3
Separate "Advanced" prefpane into "General" and "Files and Folders"
2013-02-21 06:24:46 -05:00
Will S
b224c5cf66
Relative path support for linked files
2013-02-21 06:24:46 -05:00
Dan Stillman
d4771c5f0d
Focus preferences window if already showing
...
Previously, if the prefwindow was behind another window, nothing would
happen when opening the preferences.
2013-02-19 16:27:16 -05:00
Dan Stillman
6e9167aef1
Fix cancel button in WebDAV verification
2013-02-19 06:10:57 -05:00
Dan Stillman
6c28e61032
More file sync fixes
2013-02-19 05:55:42 -05:00
Dan Stillman
918cb2ef1b
Fix focusing of WebDAV password field on verification auth failure
2013-02-19 05:01:37 -05:00
Dan Stillman
dba00c7cea
Don't Base64-encode filenames in ZIP files
...
Existing encoded filenames will still be read correctly
2013-02-18 23:47:49 -05:00
Dan Stillman
80e7f1c6c1
Various file sync fixes
2013-02-18 22:41:44 -05:00
Dan Stillman
bc800ddc30
Fix WebDAV verification feedback
2013-02-18 22:41:44 -05:00
Simon Kornblith
d14c3fcc92
Avoid importing Q into page scope
2013-02-18 21:40:36 -05:00
Simon Kornblith
ab2cbb0808
Avoid some unnecessary citation updates
2013-02-18 17:21:06 -05:00
Simon Kornblith
6d095b5025
Revert "Load as JS 1.8, to avoid throwing on "for each" for now"
...
This reverts commit b938ce5fdd
.
Not necessary since Mozilla bug 830665 is fixed
2013-02-18 16:16:18 -05:00
Simon Kornblith
d1225c44f7
Revert "Add type="application/javascript;version=1.8" to all JS script tags (for now)"
...
This reverts commit 35b1c16858
.
Not necessary since Mozilla bug 830665 is fixed
2013-02-18 16:15:44 -05:00
Simon Kornblith
6b2bbf80e1
Fix things so that they (hopefully) don't break under latest Q
2013-02-18 16:06:31 -05:00
Dan Stillman
8f5145f555
Version bump
2013-02-18 05:02:25 -05:00
Dan Stillman
82a8d9e2ae
Fix items list freezing in some situations
2013-02-18 04:59:16 -05:00
Dan Stillman
81f67d0ef9
Fix Firefox charset warning displaying note editor
2013-02-18 03:50:24 -05:00
aurimasv
63b9c9fd36
And also don't leave behind unnecessary properties.
2013-02-18 01:47:45 -06:00
aurimasv
db8b8a9662
Do not overwrite set translators
2013-02-18 01:42:08 -06:00
Dan Stillman
ccbccef597
Update versions
2013-02-18 02:37:03 -05:00
Dan Stillman
51365924a3
Accept HTTP headers in Zotero.HTTP.promise() 'options' object
2013-02-18 02:33:13 -05:00
aurimasv
72d3b8b711
Set this.translator for "detect" calls so that parentTranslator is set correctly
2013-02-18 00:16:44 -06:00
Simon Kornblith
e63364c788
Merge branch '3.0'
2013-02-18 01:03:15 -05:00
Simon Kornblith
376db8d9f0
Ensure that we treat 403 as a failure code
2013-02-18 01:02:54 -05:00
Simon Kornblith
755f2bf6f9
Set reasonable min-width and min-height for Standalone
2013-02-17 16:44:56 -05:00
Dan Stillman
ee16d96f92
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/preferences/preferences.xul
chrome/content/zotero/xpcom/storage/webdav.js
chrome/locale/gl-ES/zotero/zotero.dtd
chrome/locale/gl-ES/zotero/zotero.properties
chrome/locale/zh-CN/zotero/zotero.dtd
chrome/locale/zh-CN/zotero/zotero.properties
install.rdf
update.rdf
2013-02-16 05:07:59 -05:00
aurimasv
c279aef6cd
Store username and url inside correct preference keys
2013-02-10 03:17:12 -06:00
Dan Stillman
331a7cef7e
Fix child item duplication (UI-only) when dragging between parents
2013-02-08 02:20:53 -05:00
Dan Stillman
f941c8b6bc
Update repotime, submodules, and versions
2013-02-08 01:49:31 -05:00
Dan Stillman
be48ce06b6
Allow Verify Server to pass if uploaded file doesn't exist
...
With any storage service backed by S3 or another eventually consistent
storage service, there will be a short delay between when files
are uploaded and when they're available, so show a more helpful message
and allow the verification to pass. (Any IIS servers configured not to
serve extensionless files will also fail, but that's probably much
rarer at this point.)
We should also just retry the request on a 404, but that will have to
happen on master.
Addresses #115
2013-02-08 00:57:20 -05:00
Dan Stillman
54af603989
Fix copying of title between book and bookTitle
2013-02-08 00:42:45 -05:00
Dan Stillman
e157d8bc57
Fix sync error downloading new item with related item
2013-02-07 17:37:04 -05:00
Dan Stillman
38cee7e625
Update repotime and submodules
2013-02-07 01:07:03 -05:00
Simon Kornblith
548a6db761
Merge pull request #237 from aurimasv/web-title
...
Consider type-specific "title" alternatives for validating web translations
2013-02-06 18:12:30 -08:00
gracile-fr
81186be076
-Display the Year for types which don't have a proper "date" field (case, patent, statute) in the item description box and in the bubble. (includeBaseMapped set to true in item.getField).
...
-Display the Title for types which don't have a proper "title" field (case, email, statute) in the bubble (use getDisplayTitle).
2013-02-07 00:10:49 +01:00
Simon Kornblith
951ea82cb6
Update to citeproc-js 1.0.425
2013-02-06 01:51:07 -05:00
Simon Kornblith
5afeb9d721
Update to citeproc-js 1.0.425
2013-02-06 01:50:38 -05:00
Dan Stillman
0061ff3ca5
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/preferences/preferences.xul
chrome/content/zotero/xpcom/data/item.js
chrome/content/zotero/xpcom/utilities_translate.js
2013-02-04 07:02:38 -05:00
Dan Stillman
e2ea7532ba
Fixes #47 , Dragging attachment to item removes search results
2013-02-04 04:08:34 -05:00
Dan Stillman
194343cb0f
Don't update item when leaving an empty field
...
It looks like this has been happening for at least all of 3.0, including
when tabbing between empty fields.
2013-02-04 03:40:57 -05:00
Dan Stillman
1b1df60725
Make X-Zotero-Version and RIS/Refer prefs Firefox-only
2013-02-04 02:05:04 -05:00
Dan Stillman
650c393507
Expose launchNonNativeFiles hidden pref in Firefox
...
"Open PDFs and other files within Firefox when possible"
2013-02-04 01:56:29 -05:00
Dan Stillman
2cd45be191
Avoid unnecessary UI updates in various situations
...
beginUpdateBatch() doesn't suppress select events, so various batch
operations were triggering lots of extra selects.
This hopefully fixes the long hang some people were seeing when making
changes with an open quick search (which I was only able to reproduce in
Standalone).
2013-02-04 00:06:27 -05:00
Dan Stillman
dfdfbf1258
Properly clear temp DB tables from items list generation
2013-02-03 06:12:23 -05:00
Dan Stillman
2a0c95d0ad
Cache list of an item's child attachments/notes
2013-02-03 06:10:58 -05:00
Dan Stillman
190fe8ba05
Don't leak a hidden browser for every single imported text/HTML file
...
It is possible we have been doing this for a very long time.
(Only local imports were affected, not snapshot saving.)
2013-02-03 02:55:30 -05:00
gracile-fr
f0ad251097
Localization of hardcoded "Quick Format Citation" dialog title
2013-02-02 15:31:41 +01:00
Dan Stillman
1a0849e489
Fix and change extraData for item change notifications
...
- Some item changes were putting data in the wrong form into extraData,
which was keeping it from being passed through in notifications.
- For item modifications, set a 'changed' object, keyed by itemID, with
just the fields that changed as keys and their old values. For
deletes, keep the 'old' object for now, since sync relies on it.
- Remove item.serialize() for all item changes except deletions, which
should speed up writes (and which will leave extraData empty for some
changes).
- Currently only item fields, creators, related items ('related'), and
'parentItem' are added to 'changed'.
Closes #220
2013-02-02 05:55:38 -05:00
Simon Kornblith
b08e52363b
Merge pull request #229 from aurimasv/args
...
Add a way for translators to pass arguments to callbacks for HTTP requests
2013-01-31 20:00:53 -08:00
Aurimas Vinckevicius
6b878ba9f1
Delete hidden browser even if processDocuments exception handler does not fail.
2013-01-31 19:53:28 -06:00
aurimasv
eed6d2f22c
Pass responseCharset to subsequent doGet calls
2013-01-31 19:42:06 -06:00
Dan Stillman
13a2bb99e1
Tweak patch from 41de387
to keep file style consistent
2013-01-31 17:45:55 -05:00
Aurimas Vinckevicius
41de3876d8
Fall back to link attachments for opening item
2013-01-31 16:17:53 -06:00
Dan Stillman
0eb4db7c33
Merge pull request #235 from aurimasv/webdav
...
Tweaks to WebDAV preferences
2013-01-30 23:37:45 -08:00
Simon Kornblith
6de5cb4ab1
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/recognizePDF.js
chrome/content/zotero/zoteroPane.js
2013-01-31 01:51:54 -05:00
Simon Kornblith
6dd420458f
Detect CAPTCHA
2013-01-29 17:45:57 -05:00
aurimasv
b919d27d1e
Allow web translators to monitor DOM nodes for changes in order to re-trigger detectWeb
2013-01-29 03:25:05 -06:00
Dan Stillman
7cd3479094
Use eraseByURI() instead of eraseByURIPrefix(), and fix params
2013-01-29 04:03:56 -05:00
Dan Stillman
56bb5b17ad
Better MIME type detection of Office files
...
For at least one Windows user, a .docx file was being interpreted as
text/plain. Instead of relying entirely on the system, hard-code some
extensions we know. (More can be added.)
Also:
- Determine MIME type when opening files instead of using stored type,
since we might have gotten smarter
2013-01-28 22:44:02 -05:00
Simon Kornblith
64a40cda69
Fix first run (broken by d64379290c
)
2013-01-28 18:41:32 -05:00
Simon Kornblith
2c04b62a9e
Increase use of _translatorInfo to avoid breaking translation-server
2013-01-28 16:24:29 -05:00
Simon Kornblith
a0f1bbf8a6
Fix code for determining whether to use defaultView as sandbox scope
2013-01-28 15:58:35 -05:00
Simon Kornblith
6520a71788
Merge pull request #236 from aurimasv/generateDiff
...
[Zotero_TranslatorTester] Move _generateDiff and _compare out of prototype
2013-01-27 22:33:50 -08:00
aurimasv
9c7d3c3c4e
Consider type-specific "title" alternatives for validating web translations
2013-01-27 05:27:36 -06:00
aurimasv
baf772741b
[Zotero_TranslatorTester] Move _generateDiff and _compare out of prototype
2013-01-27 02:34:08 -06:00
aurimasv
7e808b9997
Tweaks to WebDAV preferences
2013-01-27 01:40:02 -06:00
Simon Kornblith
0417a1910d
Detect CAPTCHA and stop trying to hit Google Scholar
2013-01-26 02:36:23 -05:00
Simon Kornblith
6f31a3d31a
Limit Google Scholar queries to one per 1.5 seconds
...
Hopefully, this will stop our users from getting locked out.
2013-01-26 02:06:00 -05:00
Simon Kornblith
f9978e8f02
Update citeproc-js to 1.0.422
2013-01-26 01:49:20 -05:00
Simon Kornblith
1c3890e837
Merge branch '3.0'
2013-01-26 00:29:08 -05:00
Simon Kornblith
22eea572e2
Merge pull request #234 from aurimasv/cleanISSN
...
[Utilities] add cleanISSN
2013-01-25 19:47:25 -08:00
Simon Kornblith
5465c885e5
Tweaks to getHiddenPref()
...
- Remove references to configOptions, displayOptions, and hiddenPrefs
from connector/translator.js. We can't rely on them to be set in
Zotero.Translator since https://repo.zotero.org/repo/metadata doesn't
provide them, but we shouldn't need them until we get the translator
code anyway.
- Don't serve configOptions, displayOptions, and hiddenPrefs from Zotero
Standalone server. There's no point in serving anything that
https://repo.zotero.org/repo/metadata doesn't.
- Alias the translator metadata loaded into the sandbox as
Zotero.Translate._translatorInfo. Use this to get configOptions and
hiddenPrefs.
- "v" browserSupport indicates that a translator can be run through
translation-server, not that translation-server is required.
This obviates the need for zotero/zotero-connectors#4 .
2013-01-25 22:40:14 -05:00
aurimasv
0c38ce03ac
Allow translators to define translator-specific hidden preferences.
2013-01-25 22:40:14 -05:00
Aurimas Vinckevicius
1f08592d0e
[Utilities] add cleanISSN
2013-01-25 21:25:04 -06:00
Simon Kornblith
bd688f333c
Merge branch '3.0'
2013-01-22 23:05:15 -05:00
Dan Stillman
5b34dce40f
Remove "Try to override conflicting shortcuts" pref
...
I probably should have removed this years ago in 292c357e
when I made
the shortcut keys only work within the Zotero pane.
2013-01-22 18:38:00 -05:00
Simon Kornblith
39e8b226cb
Revert "Don't refresh item list upon tag selector actions unless the action changes the item list."
...
This reverts commit 7f732f56df
.
2013-01-22 17:25:50 -05:00
Simon Kornblith
b3640a8ae1
Recognize multiple items properly
2013-01-21 23:31:52 -05:00
Simon Kornblith
0e79cf247c
Only set timeout to 50 if undefined
2013-01-21 13:29:26 -05:00
Simon Kornblith
502f814fc4
Use Zotero.wait() to move progress indicator
...
This may help with #230
2013-01-21 04:07:07 -05:00
Simon Kornblith
7c24c27fb3
Merge pull request #231 from aurimasv/defaultHandlers
...
Set default handlers if they are not set
2013-01-20 23:20:46 -08:00
aurimasv
ee33da22e8
Set default handlers if they are not set (even if some other handlers are set).
2013-01-21 01:11:58 -06:00
Simon Kornblith
93cdb72e61
Merge branch '3.0'
2013-01-21 02:10:39 -05:00
Simon Kornblith
99e7235fe1
Fix source files to be UTF-8
2013-01-21 02:10:02 -05:00
Simon Kornblith
dbf2bc265f
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/recognizePDF.js
chrome/content/zotero/xpcom/utilities.js
2013-01-21 02:01:08 -05:00
Simon Kornblith
94619403ca
Tweak loading process
2013-01-21 01:58:01 -05:00
Simon Kornblith
7ff11fdebb
Merge remote-tracking branch 'aurimasv/xregexp' into 3.0
2013-01-21 01:48:18 -05:00
Simon Kornblith
28d83faa64
Use 100 lines
2013-01-21 01:05:56 -05:00
Simon Kornblith
19f5aebbcb
Add missing "new"
2013-01-21 01:05:18 -05:00
Simon Kornblith
91c3374d6b
Merge branch '3.0' and modify recognizePDF.js to use promises
...
Conflicts:
chrome/content/zotero/recognizePDF.js
install.rdf
update.rdf
2013-01-21 01:04:05 -05:00
Dan Stillman
9c80e9ab93
Fix sync error (since beaaf8fc
)
2013-01-20 14:46:07 -05:00
Simon Kornblith
732c785af4
Merge pull request #227 from aurimasv/complete
...
Complete
2013-01-19 11:51:19 -08:00
aurimasv
869d0ce90a
Don't report web translator errors if there is a parent translator
2013-01-19 01:50:48 -06:00
aurimasv
1d1b825c62
Properly handle cases where no translator is specified
2013-01-19 01:50:47 -06:00
Simon Kornblith
03ed7913a6
Merge pull request #226 from aurimasv/processDocuments
...
Eliminate race condition during processDocuments call with multiple URLs
2013-01-18 16:22:41 -08:00
Simon Kornblith
a5dc9d9647
Fix III host code
2013-01-18 18:58:34 -05:00
Simon Kornblith
4ca0e6408c
Fix III host code
2013-01-18 18:58:11 -05:00
aurimasv
13c3e5427e
Eliminate race condition during processDocuments call with multiple URLs
2013-01-18 15:02:46 -06:00
Dan Stillman
7f8de9c5dd
Remove E4X from ZFS and WebDAV, though both need more testing
2013-01-17 04:06:11 -05:00
Simon Kornblith
5ecfb72308
Kill E4X in locateManager
2013-01-15 04:19:04 -05:00
Dan Stillman
0c442dc1f6
Remove E4X in tag-fixing sync code
2013-01-15 04:02:39 -05:00
Dan Stillman
596c6da3ee
Remove Commons code, which contains E4X
...
Some items pane code is still in place, since it's a decent example of
dynamic items pane loading.
2013-01-15 03:23:37 -05:00
Simon Kornblith
35b1c16858
Add type="application/javascript;version=1.8" to all JS script tags (for now)
2013-01-15 03:22:00 -05:00
Simon Kornblith
0f957d6e99
Fix code that never threw a parse error before
2013-01-15 02:53:45 -05:00
Simon Kornblith
b938ce5fdd
Load as JS 1.8, to avoid throwing on "for each" for now
2013-01-15 02:51:55 -05:00
Dan Stillman
f24091626d
Update version and maxVersion
2013-01-14 20:30:46 -05:00
Dan Stillman
2562e64e82
Strip control characters when displaying child notes as well
2013-01-14 20:27:25 -05:00
Dan Stillman
4ea05ce091
Strip control characters when inserting notes and displaying reports
2013-01-14 16:01:02 -05:00
Simon Kornblith
620b8abb2c
Merge pull request #222 from aurimasv/deepCopy
...
[Utilities] Deep copy `null` as `null`. Display object type in varDump
2013-01-13 22:42:21 -08:00
aurimasv
9d8869cd33
[Utilities] Deep copy null
as null
. Display object type in varDump
2013-01-14 00:31:00 -06:00
Dan Stillman
bc12d92639
Make date parts indicator match order in date itself
...
This may not work properly for all inputs, but it worked with everything I tried. (This need unit tests once we have a functional unit-testing framework again.)
2013-01-11 22:31:27 -05:00
Simon Kornblith
f14b1f250e
Make clear that save to server code is non-Firefox only
2013-01-08 19:28:14 -05:00
aurimasv
70c1b1a8c4
Remove unnecessary character classes. Add some useful ones.
2013-01-06 04:27:28 -06:00
Dan Stillman
7a8e06cac2
Context-menu item delete from library root didn't show a prompt
2013-01-05 16:35:33 -05:00
Dan Stillman
d42b741756
Add lowercase 'j' to randomString() (not used for keys)
2013-01-04 14:55:28 -05:00
Dan Stillman
beaaf8fc6b
Accept two missing letters in object keys (but don't use them yet)
...
Also:
- 'T' doesn't come after 'X' (but does probably appear disproportionally
in existing object keys)
This commit has been brought to you by the letters 'L' and 'Y'.
2013-01-04 13:00:26 -05:00
Simon Kornblith
5e6c90d873
Merge pull request #221 from aurimasv/misc
...
Misc changes
2013-01-01 19:05:46 -08:00
aurimasv
6c2b8e1688
Minor documentation update
2013-01-01 21:03:32 -06:00
aurimasv
ea6a1098a6
[recognizePDF] Restructure file
2012-12-22 10:51:12 -06:00
aurimasv
74c9967b95
Tweak recognizePDF to avoid false positives: only count lines with more than 3 words (since we drop first and last later) as cleaned lines, increase number of pages read and number of lines away from median length as good lines (due to more stringent selection criteria), do not attempt to query google with a short query if we run out of lines, try to pick lines for a query that are not next to each other (to avoid finding articles that quote the article we're looking for)
2012-12-21 14:56:08 -06:00
Dan Stillman
11a83e5df3
Don't count as duplicates if DOI/ISBN don't match or year is off by > 1
...
Fixes #214
2012-12-21 02:10:24 -05:00
Dan Stillman
a3f7f97e02
Fix broken Note/Citation option in "Create Bibiography"
2012-12-20 01:21:36 -05:00
Simon Kornblith
45e28cf769
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/recognizePDF.js
chrome/content/zotero/xpcom/cite.js
2012-12-19 23:16:56 -05:00
Simon Kornblith
8b37031174
Merge pull request #215 from aurimasv/typo
...
Fix typo in cookie sandbox.
2012-12-19 20:11:24 -08:00
aurimasv
042e2d7fbc
Fix typo in cookie sandbox. i-- moved for clarity.
2012-12-19 21:15:58 -06:00
Simon Kornblith
040fa31887
Fix issue reported at http://forums.zotero.org/discussion/26922/
...
Since we still use E4X, this is a hack to make sure the span tag has a separate close tag.
2012-12-19 21:01:20 -05:00
Simon Kornblith
69ce6b7d1a
Fix issue reported at http://forums.zotero.org/discussion/26922/
...
In HTML, <span/> counts as <span>, not as <span></span>. We now use the HTML parser and
serializer rather than the XML serializer to create empty span tags.
Separate fix coming for 3.0 branch
2012-12-19 20:54:09 -05:00
Simon Kornblith
87199f6011
Merge pull request #191 from aurimasv/preselect
...
Allow translators to pre-select items in the "multiple" select item dialog.
2012-12-19 16:50:37 -08:00
Simon Kornblith
75999bcc66
Merge pull request #206 from aurimasv/ads
...
Use the last version of the page for translation.
2012-12-19 16:48:23 -08:00
aurimasv
b1cc6e260e
Load XRegExp into Zotero.XRegExp and Zotero.Utilities.XRegExp and make it accessible from translators.
2012-12-19 06:36:08 -06:00
aurimasv
4b13987c7e
Add XRegExp from d06eff50f8/src
2012-12-19 06:33:13 -06:00
aurimasv
68657634ec
Don't import duplicate identifiers
2012-12-12 00:21:47 -06:00
aurimasv
a64fa35ff2
Some tweaks to ISBN discovery
2012-12-12 00:21:47 -06:00
aurimasv
1ca0eb3965
Restructure multiline toggling. Move multiline progress bar next to the search button.
2012-12-12 00:21:46 -06:00
aurimasv
1b9c89fd59
Add support for multiple identifier lookup to the magic wand tool. Enable shift+enter for submitting input in multiline mode. Use shift+enter in single line mode to convert to multiline
2012-12-12 00:21:46 -06:00
Simon Kornblith
55d9d4ba51
Merge pull request #210 from aurimasv/wdp-css
...
[WebPageDump] Don't crash when @import stylesheets are null
2012-12-11 21:30:29 -08:00
aurimasv
524af03570
Make cleanISBN less aggressive. Should yield fewer false-positives.
2012-12-11 22:55:43 -06:00
aurimasv
4b09137402
Call complete() when no translators are set. Don't fail when a translator returns without throwing an error or completing an item.
2012-12-11 22:55:43 -06:00
Dan Stillman
4c58f248d1
Fix getTotalFileSize() error for file sync downloads
...
Also fix 'undefined' in error panel for some errors
2012-12-11 16:46:54 -05:00
Dan Stillman
bb93f019dc
File sync overhaul
...
- New promise-based architecture
- Library-specific file sync queues, allowing other libraries to
continue if there's an error in one library
- Library-specific sync errors, with error icons next to each library
- Changed file uploading in on-demand download mode, which had been missing
- On-demand download progress indicator in middle pane
- More accurate progress indicator
- Various tweaks and bug fixes
- Various future tweaks and bug fixes
2012-12-11 15:16:40 -05:00
Dan Stillman
4c8431ca7d
Generalize Zotero.HTTP.promise() for other methods
...
Also make success codes configurable with an options parameter
2012-12-11 03:35:08 -05:00
Dan Stillman
1a0735b381
Disable debug output on drag over tag
2012-12-11 03:30:48 -05:00
Dan Stillman
0e3d68bdd9
Fix debug output password hiding for HTTP.promise(), and add 'debug' option
...
'debug' option shows response text
The status code is also now displayed for 20x even without 'debug'.
2012-12-10 22:07:06 -05:00
aurimasv
07bcccd92e
[WebPageDump] Don't crash when @import stylesheets are null (caused by adblock)
2012-12-10 20:07:56 -06:00
Simon Kornblith
711b75ee66
Fix exceptions in integration.js
2012-12-06 21:23:13 -05:00
Simon Kornblith
b63886d37d
Only use mappings if mapping target exists
2012-12-06 21:22:56 -05:00
Dan Stillman
73dd60f2c1
Automatic style updating for all installed styles
2012-12-06 21:05:50 -05:00
Simon Kornblith
435b1d7bd8
Merge pull request #208 from aurimasv/PDF-doiScan
...
[PDF metadata retrieval] Fix broken DOI scanning
2012-12-01 17:08:38 -08:00
aurimasv
ab564ed7ca
[PDF metadata retrieval] Fix broken DOI scanning
2012-12-01 18:33:35 -06:00
aurimasv
7bf31afa8c
Pass url to detect function
2012-12-01 01:38:49 -06:00
aurimasv
5a4b280dad
Use the last version of the page for translation.
2012-11-27 16:33:49 -06:00
Simon Kornblith
2e4a218575
Fix cross-domain wrapping under most circumstances.
...
Cross-domain wrapping was previously broken when a page loaded a page from a different SOP, which then loaded another page. Thanks to @aurimasv for debugging this. It's still broken if one page sets document.domain and another does not, since we should wrap in this case but we won't.
Fixes #202
2012-11-25 16:26:09 -05:00
aurimasv
63f1dd163d
Make varDump more resilient to property access errors
2012-11-25 16:22:46 -05:00
Simon Kornblith
428ddbab36
Fix handling of overrides and remove debug code
...
Addresses #202
2012-11-25 16:19:11 -05:00
Simon Kornblith
b1a70bff3d
Merge branch '3.0'
2012-11-25 16:04:39 -05:00
Simon Kornblith
5f66482537
Ensure arrays exist in ZU.itemToExportFormat()
2012-11-25 16:04:20 -05:00
Dan Stillman
4caae896cf
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/xpcom/attachments.js
chrome/content/zotero/xpcom/translation/translate_item.js
install.rdf
update.rdf
2012-11-23 01:49:32 -05:00
Dan Stillman
939719866f
Fixes #199 , Don't lowercase snapshot filenames
...
@aurimasv, let me know if this looks OK to you
2012-11-22 22:51:10 -05:00
Simon Kornblith
a57dd18afa
Use cookieSandbox when saving snapshots
2012-11-22 16:59:13 -05:00
Simon Kornblith
520309bfa4
Fix typo
2012-11-22 16:59:13 -05:00
Dan Stillman
36c5b57449
Update versions
2012-11-22 16:40:23 -05:00
Simon Kornblith
673962e999
Log errors thrown by calls to Zotero.Attachments
2012-11-22 16:38:03 -05:00
Simon Kornblith
11d9c1df04
Fix issue reported by Aurimas at http://forums.zotero.org/discussion/25058/?Focus=140039#Comment_140039 (broken by https://bugzilla.mozilla.org/show_bug.cgi?id=761620 )
2012-11-22 16:35:18 -05:00
Simon Kornblith
09e036e6fa
Fix XMLSerializer from translators
2012-11-22 14:10:53 -05:00
Dan Stillman
02aca0660a
Merge pull request #194 from aurimasv/shortenFN
...
Shorten long file names. Closes #8
2012-11-22 10:14:24 -08:00
Dan Stillman
9665e67042
Fix reports for notes with " " displaying as HTML markup
...
Reports are now always served as text/html
2012-11-21 19:42:47 -05:00
Dan Stillman
a56422be2c
Fix for HTML markup showing up in reports (since 21bf3000
)
2012-11-21 11:56:29 -05:00
Dan Stillman
1208aea99b
Fix double-click on attachments/notes when viewOnDoubleClick is false
2012-11-20 05:34:38 -05:00
Dan Stillman
ac195d2a5e
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/integration/quickFormat.js
chrome/content/zotero/xpcom/attachments.js
chrome/content/zotero/xpcom/utilities.js
install.rdf
styles
update.rdf
2012-11-20 03:22:49 -05:00
Dan Stillman
a0f0d52995
Fix infinite spinning on login error in 3.0.9 (from ade715ff0
)
2012-11-19 00:23:16 -05:00
Dan Stillman
4eb2fae0b3
Potential optimization for itemTags lookup
2012-11-18 23:36:22 -05:00
Dan Stillman
4662c5054c
Update submodules and repotime
2012-11-18 23:27:04 -05:00
Dan Stillman
711e180f8f
Update version
2012-11-18 23:25:58 -05:00
Simon Kornblith
a67cd6afca
Update to citeproc-js 1.0.409
2012-11-18 23:24:30 -05:00
Dan Stillman
21c0408800
Resend tags requested by server to fix tag issue for some libraries
2012-11-18 22:39:08 -05:00
Dan Stillman
231bc38c43
Fix invalid local Date Modified updates in some sync situations
...
(This isn't new in 3.0.9.)
2012-11-17 06:29:40 -05:00
aurimasv
0a6a8dee6d
Fix typo
2012-11-16 02:33:09 -06:00
Simon Kornblith
a0243a24d9
Fix QuickFormat sizing
2012-11-15 16:06:38 -05:00
adam3smith
f6e4e5f938
add field mappings corresponding to CSL 1.0.1 release
2012-11-15 15:13:25 -05:00
Simon Kornblith
12ff659e9f
Workaround for minimum Firefox window height of 60 px
2012-11-14 02:17:41 -05:00
aurimasv
fe04d60981
Shorten long file names. Closes #8
2012-11-13 23:09:17 -06:00
Dan Stillman
e6b4dde472
Debugging for non-PDF PDF download
2012-11-13 05:09:09 -05:00
Dan Stillman
ae39584c68
Notes deleted via "-" button didn't go to trash
2012-11-12 20:25:46 -05:00
Dan Stillman
5586b409e9
Merge pull request #196 from aurimasv/fixRelLink
...
Remove 'about:blank?' from all links
2012-11-12 15:03:56 -08:00
aurimasv
98688c24e5
Remove 'about:blank?' from all links
2012-11-12 16:47:18 -06:00
Simon Kornblith
585e5981f6
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/xpcom/storage/webdav.js
chrome/content/zotero/xpcom/storage/zfs.js
2012-11-12 16:04:39 -05:00
Simon Kornblith
c7e811198f
Include disabled extensions, but note that they are disabled and sort them to the end
2012-11-12 15:39:40 -05:00
Simon Kornblith
89361851c0
Don't list disabled extensions in error reports
2012-11-12 15:26:38 -05:00
aurimasv
b9cc4496b9
Fix translator tester
2012-11-12 11:43:51 -06:00
aurimasv
9c92f50fab
Avoid potential exceptions
2012-11-12 11:12:39 -06:00
Simon Kornblith
49cbb23034
Merge pull request #190 from aurimasv/isbn-util
...
Add cleanISBN to utility functions
2012-11-12 05:52:18 -08:00
Simon Kornblith
829edbdffc
Import Services.jsm
...
Fixes #192 , DOI lookup is broken on 3.0 branch
2012-11-12 08:48:26 -05:00
aurimasv
fed9fe597d
Allow translators to pre-select items in the "multiple" select item dialog.
2012-11-12 03:26:11 -06:00
Simon Kornblith
42215d0441
More saveURI fixes
2012-11-12 01:10:32 -05:00
Simon Kornblith
b6fee9a357
Fix for Firefox 18+
2012-11-12 00:45:35 -05:00
Simon Kornblith
47a5aafda3
Remap attachment URLs so that they are saved through the proxy
2012-11-12 00:42:41 -05:00
Simon Kornblith
f6c3f58bc2
Merge commit '920df48d1da4f9bf33bf1a01c60a2131e589d29c' into 3.0
2012-11-12 00:09:23 -05:00
aurimasv
48b513640d
Add cleanISBN to utility functions
2012-11-11 18:15:44 -06:00
Simon Kornblith
d64379290c
Improve handling of corrupt translator data, and add support for III proxies
2012-11-11 17:59:41 -05:00
Simon Kornblith
bd367dcd85
Merge branch '3.0'
2012-11-11 17:15:30 -05:00
Simon Kornblith
a4f4691b04
Fix http://forums.zotero.org/discussion/23702/chrome-connector-hangs-on-some-pages-when-invoked-from-the-save-zotero-snapshot-context-menu/
2012-11-11 17:14:19 -05:00
aurimasv
920df48d1d
Make sure that absolutely all files that are being downloaded/written to are registered and their file names do not change.
2012-11-11 02:21:45 -06:00
Dan Stillman
61c36b0523
Add ZoteroPaneOpen command line argument to open Zotero automatically
2012-11-10 19:38:22 -05:00
Simon Kornblith
6d48b9224d
Update to citeproc-js 1.0.407
2012-11-10 13:52:30 -05:00
aurimasv
3fc4bc2efe
Pass webpagedump through JSBeutifier
2012-11-08 16:52:31 -06:00
aurimasv
f5d759b336
Fix web page dump when pages contain images/objects with same name as the web page.
2012-11-08 16:49:13 -06:00
Simon Kornblith
2353e73bf2
Save attachments that have snapshot=false when automaticSnapshots and downloadAssociatedFiles are false. This behavior might be confusing, but it's probably the best option given that links are usually important metadata.
2012-11-08 11:37:35 -05:00
Simon Kornblith
73f775950d
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/xpcom/cite.js
2012-11-08 09:40:18 -05:00
Simon Kornblith
6b66dbfafa
Another tweak to processDocuments
2012-11-07 23:52:30 -05:00
Simon Kornblith
7754d530da
Use global counter for hidden browsers
2012-11-07 17:17:16 -05:00
Simon Kornblith
3c52b422fa
Fix missing parens
2012-11-07 15:15:56 -05:00
Simon Kornblith
b3ab9a96dc
Tweak to processDocuments
2012-11-07 12:55:27 -05:00
Simon Kornblith
5305f37ab4
Tweaks to processDocuments
2012-11-06 02:51:34 -05:00
Simon Kornblith
39c1024461
Copy citation list to clipboard, instead of multiple item citation
2012-11-06 01:35:36 -05:00
Dan Stillman
6220bc39f5
"Citations"/"Notes" instead of "Citation"/"Note" in right-click dialog
2012-11-06 01:16:03 -05:00
Simon Kornblith
cdd637f3ec
Save citation lists instead of multiple item citations
2012-11-06 01:00:17 -05:00
Simon Kornblith
b3237ae5e5
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/xpcom/http.js
chrome/content/zotero/xpcom/translation/translate_firefox.js
2012-11-06 00:50:11 -05:00
Simon Kornblith
4b80a52106
Use separate hiddenBrowsers for each request in Zotero.HTTP.processDocuments
2012-11-06 00:48:26 -05:00
Simon Kornblith
32bfb0e407
Merge pull request #186 from aurimasv/attach
...
Fix searching for non-existing attachments with relative paths
2012-11-03 17:48:03 -07:00
Simon Kornblith
067e5ce5b4
Another attempt at fixing Firefox 17 sandboxing issues
2012-11-03 18:34:12 -04:00
Dan Stillman
dfd0a7ad83
Add option to skip tags when copying items between libraries
2012-11-02 05:45:26 -04:00
Dan Stillman
3a9483070e
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/tinymce/plugins/paste/editor_plugin.js
chrome/content/zotero/xpcom/translation/translate_firefox.js
chrome/content/zotero/zoteroPane.js
install.rdf
update.rdf
2012-11-01 22:14:08 -04:00
Dan Stillman
079b767974
Closes #44 , Allow generating citations via right-click
...
Currently generates multi-source citations for multiple items for note
styles, but a list of note citations might be better.
Also, context menu option is unchanged, since it becomes very long if
you add "Citation/Bibliography".
2012-11-01 21:47:10 -04:00
Simon Kornblith
2139603ae1
Fix detection of newer versions of pdf.js
2012-11-01 15:45:20 -04:00
aurimasv
3f43e0f170
Fix searching for non-existing attachments with relative paths
2012-11-01 04:50:24 -05:00
Dan Stillman
c9beb5b45a
Fix "Paste" menu item in Add Item By Identifier context menu
...
Fixes #58
2012-11-01 04:23:43 -04:00
Dan Stillman
9d7cc849cd
Fixes #151 , Allow Tab and Shift-Tab into and out of notes
2012-11-01 03:32:07 -04:00
Dan Stillman
0d0585b217
Update versions
2012-11-01 01:59:09 -04:00
Dan Stillman
cdbb4c28f6
Closes #49 , Open attachments with Return/Enter
...
Standard Firefox modifier keys also work
2012-11-01 01:53:31 -04:00
Dan Stillman
81bfb5c327
Keep New Collection button enabled on Trash if library is editable
...
Fixes #28
2012-10-31 05:22:58 -04:00
Dan Stillman
21bf3000cb
Better method for determining valid XHTML notes in reports
...
Previously looked for <p> tag. Now just check if it's valid XML.
2012-10-31 04:38:45 -04:00
Dan Stillman
aa0a3544bd
Fix XPI note loading in Fx17 due to navigator.userAgent error
2012-10-30 04:46:19 -04:00
Dan Stillman
2fc4ca59bd
Fix XPI note loading in Fx17 due to navigator.userAgent error
2012-10-30 04:40:12 -04:00
Dan Stillman
d7ce389201
Compatibility updates for TinyMCE 3.5.7
...
3.5.7 seems to init before the DOMContentLoaded we were relying on
previously to add the init function gets called, so instead call a
fixed init function from the HTML that we insert before the load
from chrome.
2012-10-30 04:40:12 -04:00
Dan Stillman
87d90e59d9
Update TinyMCE to 3.5.7
2012-10-30 04:40:12 -04:00
Simon Kornblith
e806925844
Fix passing all arrays to sandbox
2012-10-30 02:06:06 -04:00
Simon Kornblith
22c083fe6b
Revert "Fix RDF for Firefox 17"
...
This reverts commit 7022379a87
.
2012-10-30 02:01:45 -04:00
Simon Kornblith
7022379a87
Fix RDF for Firefox 17
2012-10-29 19:31:10 -04:00
Simon Kornblith
1bc98edba4
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/xpcom/translation/translate_firefox.js
install.rdf
update.rdf
2012-10-29 18:04:42 -04:00
Simon Kornblith
52f4bd8f67
Fix processDocuments for Fx 17
2012-10-29 18:02:04 -04:00
Simon Kornblith
7d2c4e6b2d
Fix DOMParser for Fx 17, and set minVersion to Fx 15
2012-10-29 18:01:23 -04:00
Simon Kornblith
78dd74f391
Remove corruption check, since it's no longer necessary and likely to be wrong
2012-10-29 17:32:51 -04:00
Dan Stillman
ef7a3f0121
Update locales submodule
2012-10-29 17:15:54 -04:00
Simon Kornblith
ce355357ae
Remove callback line from merge
2012-10-29 15:55:27 -04:00
Simon Kornblith
1ed47f4823
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/xpcom/attachments.js
chrome/content/zotero/xpcom/utilities.js
2012-10-29 15:54:44 -04:00
Simon Kornblith
d13e7037c3
Fix Zotero.selectItems for Firefox 17 sandboxing changes
2012-10-29 15:52:36 -04:00
Simon Kornblith
66347c2734
Another fixe for https://bugzilla.mozilla.org/show_bug.cgi?id=794602
2012-10-29 15:52:29 -04:00
Simon Kornblith
c6b812f0b1
Fix typo
2012-10-29 15:52:24 -04:00
Simon Kornblith
b41e2368a5
Update for https://bugzilla.mozilla.org/show_bug.cgi?id=794602
2012-10-29 15:52:18 -04:00
Simon Kornblith
a8efc1b874
Fix search translation for Firefox 17 sandboxing changes
2012-10-29 15:51:53 -04:00
aurimasv
e0e4699c3e
Fix cleanDOI
...
Conflicts:
chrome/content/zotero/xpcom/utilities.js
2012-10-29 15:51:14 -04:00
Dan Stillman
bb7ee9b436
Enable autocomplete for programmingLanguage
2012-10-25 14:40:22 -04:00
adam3smith
18be5d396a
add field mappings corresponding to CSL 1.0.1 release
2012-10-21 19:55:23 -06:00
Simon Kornblith
9ea12d5561
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/xpcom/translation/translate_item.js
2012-10-10 17:25:21 -04:00
Simon Kornblith
d18b6ffcf0
Fix Zotero.selectItems for Firefox 17 sandboxing changes
2012-10-10 15:34:35 -04:00
Simon Kornblith
1dd67fe837
Another fixe for https://bugzilla.mozilla.org/show_bug.cgi?id=794602
2012-10-10 15:33:40 -04:00
Simon Kornblith
f339e08894
Fix typo
2012-10-10 15:31:48 -04:00
Simon Kornblith
4535bb5315
Update for https://bugzilla.mozilla.org/show_bug.cgi?id=794602
2012-10-09 18:29:21 -04:00
Simon Kornblith
1ad5b9fd63
Revert sandboxing changes
2012-10-09 18:29:06 -04:00
Simon Kornblith
bdeff96162
Don't skip base fields that are mapped to a field with the same name
2012-10-03 17:54:21 -04:00
Simon Kornblith
dcfdf27c0b
Make item-specific fields override base fields when specified
2012-10-03 14:54:34 -04:00
Dan Stillman
bd75d95da9
Fix "(null)" in Firefox login manager corruption message
...
(It turns out this also displays if the user clicks Cancel on a master
password prompt, though.)
2012-09-26 21:57:40 -04:00
aurimasv
c5061de782
Fix cleanDOI
2012-09-22 18:43:13 -05:00
Dan Stillman
cff1bac7b9
Update CSL locales checkout
2012-09-22 13:45:26 -04:00
Simon Kornblith
c70fd9fa39
Merge pull request #166 from aurimasv/attachments
...
Allow relative file attachment import. Fix some bugs in _parsePath.
2012-09-21 16:51:10 -07:00
Simon Kornblith
df6426af2e
Fixes #168 , Properly adjust index when skipping empty creators
2012-09-21 19:49:37 -04:00
Simon Kornblith
387e9e4fc0
Merge pull request #169 from aurimasv/connector-proxy
...
Fix typo in proxy detection.
2012-09-21 16:43:47 -07:00
Dan Stillman
a9cb1e75f5
Switch to master branch of CSL locales
2012-09-19 15:02:47 -04:00
Dan Stillman
dee75dd417
Save translator names as ASCII during repo updates as well
...
Refs #459 , Non-ascii translator names
2012-09-19 04:19:30 -04:00
Dan Stillman
020eaf2d47
Fix translatorID in filename in ZIP build, hopefully
...
Follow-up from d821778
Refs #459 , Non-ascii translator names
2012-09-19 03:37:44 -04:00
Dan Stillman
d821778d24
Use ASCII for translator filenames
...
Remove diacritics and then use translatorID for anything that still has
extended characters.
Fixes #459 , Non-ascii translator names
2012-09-19 02:37:18 -04:00
Simon Kornblith
4eccdf724d
Fix RDF in Fx >= 17
2012-09-18 11:54:00 -04:00
aurimasv
b700f3ef56
Fix typo in proxy detection.
2012-09-17 01:33:24 -05:00
Simon Kornblith
70fad9730a
Fix CSL checkout
2012-09-16 21:55:39 -04:00
Simon Kornblith
4d41398d73
Fixes for https://bugzilla.mozilla.org/show_bug.cgi?id=553102
2012-09-16 21:49:41 -04:00
aurimasv
cffbed31e8
Make protocol decision clearer
2012-09-14 20:09:58 -05:00
aurimasv
b94837d3da
Recognize URI protocol based on RFC 3986 specification
2012-09-14 02:21:54 -05:00
aurimasv
d6bd353005
Allow relative file attachment import. Fix some bugs in _parsePath.
2012-09-13 22:51:08 -05:00
Dan Stillman
53449d47a9
Install styles served as application/vnd.citationstyles.style+xml
2012-09-13 14:42:15 -04:00
Simon Kornblith
71db21c605
Fix nonbreaking spaces in citations edited using classic add citation dialog
2012-09-12 14:26:34 -04:00
Dan Stillman
878500a011
Add file sync debugging output from e599a207
to master
2012-09-10 17:24:00 -04:00
Dan Stillman
c2e116a49a
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/locale/csl
chrome/content/zotero/xpcom/server_connector.js
chrome/content/zotero/xpcom/storage.js
2012-09-10 17:18:08 -04:00
Dan Stillman
e1159b9838
Update submodules, and point CSL locales to 1.0.1 for now
2012-09-10 16:54:41 -04:00
Simon Kornblith
027ea09457
Merge pull request #161 from aurimasv/itemComplete
...
Fix bug in item.complete()
2012-09-09 14:44:07 -07:00
Simon Kornblith
4e1f6f63a0
Fix clearing bibliography when all citations have been removed from the document
2012-09-09 17:33:30 -04:00
aurimasv
addfaa75f7
Fix bug in item.complete()
2012-09-03 04:46:36 -05:00
Simon Kornblith
c81c9478d9
Make Zotero Standalone use the browser's user agent string when making requests on its behalf via connectors
...
In conjunction with a change to the translator, this fixes the issue reported at http://forums.zotero.org/discussion/22409/
2012-08-19 19:06:05 -04:00
Simon Kornblith
9ca142c4f6
Fix a situation under which Zotero could fail to embed item data in a document
2012-08-19 12:39:49 -04:00
Dan Stillman
ade715ff04
Fixes #155 , Slow offline syncs
...
Don't reload all data for failed /login and /updated requests
2012-08-15 06:01:47 -04:00
Dan Stillman
e599a207a1
Some additional debug output for file syncing
2012-08-14 18:30:11 -04:00
Dan Stillman
7dad7bcd5a
Require exact 8-character, uppercase item key for quick search
2012-08-08 03:17:14 -04:00
Dan Stillman
f6e7cf83fa
Add ability to search for item by key from quick search bar
...
Matches beginning of key only, and only when search string is >= 2 chars
2012-08-08 01:56:25 -04:00
Simon Kornblith
0a89a787a3
Merge branch '3.0'
2012-08-06 02:04:52 -04:00
Simon Kornblith
2b00819253
ie_compat.js -> common_ie.js
2012-08-06 02:04:20 -04:00
Simon Kornblith
ab4c2f247d
Merge branch '3.0'
2012-08-05 19:44:57 -04:00
Simon Kornblith
c57f512aea
Don't save null tags to server
2012-08-05 19:44:34 -04:00
Simon Kornblith
cd6d528519
Be more resilient when IE DOMParser fails
...
Fixes JSTOR in IE
2012-08-04 19:38:21 -04:00
Simon Kornblith
0e2cf3146f
Support namespaces in ZU.xpath in IE
2012-08-03 12:39:54 -04:00
Simon Kornblith
009e315fa1
Fix compatibility with latest Nightly
2012-08-02 20:25:58 -04:00
Dan Stillman
bacd25633b
Fix error updating types menu after installation of NSF item type
2012-08-02 16:59:28 -04:00
Dan Stillman
77f422039f
Don't assume "text/" MIME types can be opened internally
...
Previously, dragging a Python script ("text/x-python-script") would
trigger an open/save dialog (at least on OS X), since Firefox was under
the impression that it couldn't read the file.
2012-08-02 09:08:49 -04:00
Dan Stillman
1dca17c96b
Add autocomplete for 'book' 'series' field
2012-08-02 09:01:59 -04:00
Simon Kornblith
cd6e78899b
Fix "Use profile directory" option to use correct app name
2012-08-01 10:52:00 -04:00
Simon Kornblith
3a3efbc430
Drop "0-" before the URL on III proxies before attempting subdomain dropping for connectors
2012-07-30 19:20:44 -04:00
Simon Kornblith
80d98e0bcb
Drop "0-" before the URL on III proxies before attempting subdomain dropping
2012-07-30 19:19:22 -04:00
Simon Kornblith
7dbe6d728a
No need to import Q here
2012-07-30 14:54:53 -04:00
Simon Kornblith
9e75aba8fd
Convert arrays passed to Z.selectItems to objects
2012-07-30 14:54:53 -04:00
Simon Kornblith
59913cc5c0
Tweak notes/tags/related pane appearance
2012-07-30 03:08:38 -04:00
Simon Kornblith
bdfbfc10b2
Use methodjit...
2012-07-30 02:37:39 -04:00
Simon Kornblith
da6149b06f
Tweak XPath utilities to behave more appropriately on IE XML documents
2012-07-29 21:29:24 -04:00
Simon Kornblith
36871467b6
Merge branch '3.0'
2012-07-29 21:28:33 -04:00
Simon Kornblith
13958bfaba
Revert "ZU.xpath tweak for IE"
...
This reverts commit cb7640a96a
.
2012-07-29 19:54:38 -04:00
Simon Kornblith
fef0970dce
Merge branch '3.0'
2012-07-27 18:47:51 -04:00
Simon Kornblith
cb7640a96a
ZU.xpath tweak for IE
2012-07-27 18:47:35 -04:00
Simon Kornblith
b266f1414a
Always set libraryCatalog for search translators, even when a parent translator is present
2012-07-27 18:27:08 -04:00
Simon Kornblith
ec43117edf
Add q and rebalance about dialog
2012-07-27 14:26:19 -04:00
Simon Kornblith
c464321811
Alternative approach to rescuing JIT in Zotero.setTimeout/Zotero.pumpGenerator
2012-07-26 08:56:27 -04:00
Simon Kornblith
344bd1fb74
Revert "Use setTimeout() on hidden window instead of firing an nsITimer to prevent our JS from getting interpreted instead of JITed."
...
This reverts commit 0a9fad4124
.
2012-07-26 08:56:27 -04:00
Simon Kornblith
6f86d85f89
Revert "Fix ReferenceError: timer is not defined from 0a9fad41246f098c3dad1cc72bdaaf634350e371"
...
This reverts commit 99e5bce87c
.
2012-07-26 08:56:27 -04:00
Simon Kornblith
2fd8871998
Avoid extra calls to attachmentCallback
2012-07-24 13:36:55 -04:00
Simon Kornblith
99e5bce87c
Fix ReferenceError: timer is not defined from 0a9fad4124
2012-07-24 03:12:22 -04:00
Simon Kornblith
6e064bb4ce
Avoid excessive calls to XPCWrappedNative::GetWrappedNativeOfJSObject when determining field type
2012-07-24 03:06:44 -04:00
Simon Kornblith
c0c5695bf2
Add preference to connector to control saving attachments and PDFs via server, part 1
2012-07-24 01:31:38 -04:00
Simon Kornblith
9817b02181
Merge branch '3.0'
2012-07-23 23:48:51 -04:00
Simon Kornblith
70440ee8f9
Don't sanitize input from child web translators before passing it to parent translators
2012-07-23 23:47:58 -04:00
Simon Kornblith
0a9fad4124
Use setTimeout() on hidden window instead of firing an nsITimer to prevent our JS from getting interpreted instead of JITed.
...
Still need to make sure this doesn't break things on other platforms.
Closes #149 , Fix JITing for initial pane load
2012-07-23 21:24:44 -04:00
Dan Stillman
69f8ca71cb
Fix broken syncing from 30b389823
2012-07-23 17:20:15 -04:00
Simon Kornblith
02cf62702f
Merge commit 'eae1d7a8fd3cb12e9279491d67ba3e4f2d72c875'
...
Conflicts:
translators
2012-07-22 20:53:03 -04:00
Juan Grigera
eae1d7a8fd
Fixed bug in cutting lines to feed findDOI and cleaned up debug statements
2012-07-22 21:50:26 -03:00
Simon Kornblith
bd2ab16030
Add sourceItemID to list of cached fields
2012-07-22 20:17:20 -04:00
Simon Kornblith
30b3898235
Closes #148 , Optimize Zotero.Item.getSource()
2012-07-22 20:13:40 -04:00
Simon Kornblith
b1a51f900d
Very minor tag selector optimizations
2012-07-22 19:10:10 -04:00
Simon Kornblith
08238aefd0
Speed up adding/deleting tags:
...
- Only refresh tag selector once when tags have changed. (The notifier fires both item-tag and tag events when a tag is added to an item.)
- Marginally improve code for generating tag selector.
2012-07-22 16:41:27 -04:00
Simon Kornblith
7f732f56df
Don't refresh item list upon tag selector actions unless the action changes the item list.
...
This speeds up adding/deleting tags a little bit, but unfortunately updating the tag selector itself is still quite slow.
2012-07-22 15:55:40 -04:00
Simon Kornblith
445b95d60d
Small collection switching speed boost
2012-07-22 15:19:37 -04:00
Simon Kornblith
430e43a6b6
Fix handling of MIME type mismatches
2012-07-22 01:48:18 -04:00
Simon Kornblith
c549166e25
Fix XMLSerializer on older Firefox versions
2012-07-21 21:12:59 -04:00
Simon Kornblith
c6da52f24b
Support saving snapshots from connector, part 1
...
Snapshots are currently saved using a <base> tag. Thus, images are skipped.
2012-07-21 20:17:14 -04:00
Simon Kornblith
23e2d1911c
Merge branch '3.0'
2012-07-21 18:33:53 -04:00
Simon Kornblith
16f4253c6c
Handle cases where Zotero.locale is undefined
2012-07-21 18:33:38 -04:00
Simon Kornblith
349c19fe4d
Merge branch '3.0'
2012-07-21 18:29:04 -04:00
Simon Kornblith
b117da88a3
Don't save unsynchable tags
2012-07-21 18:28:36 -04:00
Simon Kornblith
cc1ab112f6
Don't show an error when canceling integration preferences dialog
2012-07-20 15:31:32 -04:00
Simon Kornblith
c39a489ca9
Fix deleting citations if dialog is cancelled
2012-07-20 13:37:03 -04:00
Simon Kornblith
7ebc59ee2e
Switch csl checkout back to master
2012-07-19 13:34:45 -04:00
Simon Kornblith
4e015ecbe9
Another attempt at getting tests working for translation via server
2012-07-19 13:18:35 -04:00
Simon Kornblith
9159e1c635
Merge branch '3.0'
2012-07-18 15:04:22 -04:00
Simon Kornblith
afef6bc5a7
Fix or strings in IE
2012-07-18 15:03:52 -04:00
Simon Kornblith
54fd18cce3
Fix for strings in IE
2012-07-18 14:56:37 -04:00
Simon Kornblith
263c54d09b
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/locale/csl
2012-07-17 18:40:46 -04:00
Simon Kornblith
ad4eccc54d
Don't error on translation via server
2012-07-17 18:39:23 -04:00
Simon Kornblith
004e6bbd0a
Restore CSL locales checkout to 1.0.1 branch (switched to master by ec391d9346
)
2012-07-17 14:01:01 -04:00
Simon Kornblith
06a7b1438f
Fix operations that remove field codes
2012-07-16 21:56:31 -04:00
Simon Kornblith
d550ac92b4
Q-ize integration.js
...
Adds a new function, Zotero.promiseGenerator, that returns a promise that is fulfilled by the last thing yielded by a generator, or rejected with an error.
2012-07-16 21:50:14 -04:00
Simon Kornblith
8bc56fdeb1
Fix typo
2012-07-16 14:44:30 -04:00
Simon Kornblith
755db116cc
Fix typo
2012-07-16 14:43:33 -04:00
Juan Grigera
554f74a0d2
Improvements to ISBN recognition code in recognizePDF.js
2012-07-16 01:28:55 -03:00
Simon Kornblith
910f698ea2
Alter semantics of Zotero.Exception.Alert() so that toString() returns the cause if there is one
2012-07-15 04:14:24 -04:00
Simon Kornblith
de2d1669fe
Restructure and comment cite.js
2012-07-14 22:26:29 -04:00
Simon Kornblith
0deb2573cc
Kill translate.js code that was only necessary because of E4X limitations
2012-07-14 19:00:35 -04:00
Simon Kornblith
136e7879c8
Kill E4X in QuickCopy
2012-07-14 18:56:36 -04:00
Simon Kornblith
14d669c00a
Kill zoteroconf remnants that used E4X
2012-07-14 18:28:12 -04:00
Simon Kornblith
ed49b867ac
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/locale/csl
2012-07-14 16:43:28 -04:00
Simon Kornblith
d27b0654e8
Fix Zotero.ItemFields.getFieldIDFromTypeAndBase in connector
2012-07-14 16:42:14 -04:00
Simon Kornblith
0766588241
Closes https://www.zotero.org/trac/ticket/1867 , remove Zotero.Hash
2012-07-13 00:06:49 -04:00
Simon Kornblith
ec391d9346
Fix CSL checkout
2012-07-12 12:09:19 -04:00
Simon Kornblith
28c19b54fb
Actually fix spacing
2012-07-12 12:09:03 -04:00
Simon Kornblith
e0995a8032
Fix spacing
2012-07-12 12:03:06 -04:00
Simon Kornblith
8c4e2f0d49
Fix data mismatch false positives
2012-07-12 10:01:59 -04:00
Simon Kornblith
b5e4334df5
Ignore whitespace differences in test results, and provide more readable output upon data mismatch
2012-07-11 21:49:46 -04:00
Simon Kornblith
dae3672318
Add RNV to about box
2012-07-10 19:48:37 -04:00
Simon Kornblith
a35461e2fc
Rename q.jsm to q.js, and use a version of q that's closer to the original and allows use in script tags as well
2012-07-10 15:27:38 -04:00
Simon Kornblith
06825c4767
Validate CSL styles on installation, and restructure Zotero.Styles.install() to use Q.
...
Closes https://www.zotero.org/trac/ticket/1681 , automatic CSL validation
2012-07-10 02:46:57 -04:00
Simon Kornblith
bf4c5c1158
Zotero.Exception.Alert when an alert title is specified
2012-07-10 02:46:24 -04:00
Simon Kornblith
de6a776e88
Modify integration.js to use Zotero.Exception.UserCancelled
2012-07-10 02:36:56 -04:00
Simon Kornblith
53bcccd9e7
Add Zotero.HTTP.promise(), a replacement for Zotero.HTTP.doGet/doPost/doHead/doOptions that returns a promise.
...
Zotero.HTTP.promise() can potentially reject its promise with two new exceptions. Zotero.HTTP.UnexpectedStatusException is thrown if the status code is not 2XX, and Zotero.HTTP.BrowserOfflineException is thrown if the browser is offline.
2012-07-10 02:35:00 -04:00
Simon Kornblith
ede39740c7
Add Zotero.File.getContentsAsync() and Zotero.File.putContentsAsync(), asynchronous versions of Zotero.File.getContents() and Zotero.File.putContents() that return Q promises.
...
Also make Zotero.File.getContents() slightly more efficient by increasing the blockSize.
2012-07-10 02:29:16 -04:00
Simon Kornblith
418a170f2b
Add Zotero.Exception.Alert and Zotero.Exception.UserCancelled
...
Zotero.Exception.Alert is intended for situations in which an error has an associated string that should be displayed in a dialog when the error takes place.
Zotero.Exception.UserCancelled is intended for situations where the user cancelled an action, and the cancellation should propagate.
2012-07-10 02:26:55 -04:00
Juan Grigera
84930baa41
Added option to recognize ISBN numbers in PDF
2012-07-09 21:41:11 -03:00
Simon Kornblith
8ad7367cff
CSL JSON improvements:
...
- Fix export of literal names
- Fix import of dates specified with date-parts
2012-07-08 22:01:52 -04:00
Simon Kornblith
48a8fa352b
Use "Zotero-Bookmarklet" header instead of "X-Zotero-Bookmarklet"
2012-07-08 18:33:50 -04:00
Simon Kornblith
471af0c8ab
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/xpcom/translation/translate_firefox.js
chrome/content/zotero/xpcom/translation/translate_item.js
2012-07-08 13:15:27 -04:00
Simon Kornblith
b13d066062
Fix "TypeError: invalid 'in' operand arg" error introduced by d02fe6d9ab
(thanks @adam3smith)
2012-07-08 13:04:09 -04:00
Simon Kornblith
f07a42a7ec
If document data is corrupted, just show a new Document Preferences window
2012-07-08 11:19:41 -04:00
Simon Kornblith
325c78d1d2
Merge pull request #142 from sss/handle-malformed-uri-sequence-in-getFileNameFromURL
...
Use hex-encoded MD5 of fileBaseName if it is in malformed URI sequence.
2012-07-05 16:49:21 -07:00
Simon Kornblith
ef25740510
Use the same rules for creating links and snapshots, regardless of whether attachments can be saved to the current library
2012-07-05 18:12:00 -04:00
Simon Kornblith
2d475522ad
Fix saving to collections
2012-07-05 17:54:38 -04:00
Simon Kornblith
723213f11f
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/xpcom/translation/translate_firefox.js
chrome/content/zotero/xpcom/zotero.js
install.rdf
update.rdf
2012-07-04 18:24:17 -04:00
Simon Kornblith
d02fe6d9ab
Include speed of Fx5DOMWrapper
2012-07-04 18:22:45 -04:00
SASAKI Suguru
37b65d70f8
Use hex-encoded MD5 of fileBaseName if it is in malformed URI sequence.
...
If the final component of URI can't be decoded with
decodeURIComponent(), Zotero fails to capture a web page,
because Zotero.Attachments._getFileNameFromURL() fails
with 'malformed URI sequence' error.
If we got 'malformed URI sequence' error,
try hex-encoded MD5 of URI's basename instead.
Signed-off-by: SASAKI Suguru <sss.sonik@gmail.com>
2012-07-04 19:50:48 +09:00
Simon Kornblith
695cb47106
Only allow endpoints specifically marked as permitted to be accessed by the bookmarklet to be accessed by the bookmarklet.
2012-07-03 19:50:12 -04:00
Dan Stillman
ca6184ac74
Update versions
2012-07-03 00:19:04 -04:00
Dan Stillman
e6cb523e3c
Update repotime and submodules
2012-07-03 00:17:19 -04:00
Simon Kornblith
a31e5f7704
Update to citeproc-js 1.0.353
2012-07-02 21:49:10 -04:00
Simon Kornblith
73761723c0
Don't use instanceof Array check in ZU.xpath. It fails in Firefox because Array in the sandbox != Array outside of the sandbox. Instead, just check for a length property.
2012-07-02 00:22:14 -04:00
Simon Kornblith
6bed648eb2
Dump stack on translation failure in newer versions of Firefox, where it appears to have ceased to be enumerable
2012-07-02 00:12:01 -04:00
Simon Kornblith
e8ac371042
Rename Zotero.OAuth to Zotero.API, part 2
2012-07-01 16:37:28 -04:00
Simon Kornblith
d8783a93a0
Update for new wrapping code and complain on attempts to activate E4X, part 2
2012-07-01 15:54:37 -04:00
Simon Kornblith
8963dc7d97
Update for new wrapping code and complain on attempts to activate E4X
2012-07-01 15:53:55 -04:00
Simon Kornblith
d780350d24
Merge branch '3.0'
2012-07-01 15:44:06 -04:00
Simon Kornblith
f369af268d
Fix xml/dom mode, part 2
2012-07-01 15:43:47 -04:00
Simon Kornblith
4b498570c0
Fix xml/dom mode
2012-07-01 15:43:08 -04:00
Simon Kornblith
cf29a030f2
Use innerText if no textContent (for IE)
2012-07-01 13:00:41 -04:00
Simon Kornblith
e682ab729c
Merge branch '3.0'
...
Conflicts:
chrome/locale/da-DK/zotero/zotero.dtd
chrome/locale/ko-KR/zotero/zotero.dtd
translators
2012-07-01 11:41:31 -04:00
Frank Bennett
6ab89ec164
Upgrade citeproc-js to version 1.0.351
2012-07-01 11:26:26 -04:00
Frank Bennett
4901c9db0b
Upgrade citeproc-js to version 1.0.350
2012-07-01 11:26:26 -04:00
Frank Bennett
a882818082
Placeholder in CSL processor to accomodate multilingual cite affix configuration
2012-07-01 11:26:26 -04:00
Dan Stillman
941999fd1a
Update submodules
2012-06-29 04:59:05 -04:00
Frank Bennett
4a8831b929
Refresh citeproc-js version 1.0.349
2012-06-27 23:34:44 -04:00
Frank Bennett
7f0c8f3a4d
Update citeproc-js to version 1.0.349
2012-06-27 23:34:44 -04:00
Frank Bennett
2103c955ab
Upgrade citeproc-js to version 1.0.348
2012-06-27 23:34:44 -04:00
Frank Bennett
83b65c9fa9
Upgrade citeproc-js to version 1.0.347
2012-06-27 23:34:44 -04:00
Frank Bennett
3ab9c13d65
Upgrade citeproc-js to version 1.0.346
2012-06-27 23:34:44 -04:00
Frank Bennett
7f9c2bc491
Upgrade citeproc-js to version 1.0.345
2012-06-27 23:34:44 -04:00
Frank Bennett
1aabbbfb67
Upgrade citeproc-js to version 1.0.344
2012-06-27 23:34:44 -04:00
Frank Bennett
b1bacc9816
Upgrade citeproc-js to version 1.0.343
2012-06-27 23:34:44 -04:00
Dan Stillman
dda5deb153
Fix preservation of open/close states after deletions
2012-06-27 23:27:57 -04:00
Simon Kornblith
b9da94a650
Merge branch '3.0'
2012-06-27 22:39:47 -04:00
Dan Stillman
0dd35b952a
Don't clear quicksearch on delete
2012-06-27 17:11:37 -04:00
Dan Stillman
64455e656e
Don't reset selection to top of items list when deleting a child item
2012-06-27 16:03:35 -04:00
Simon Kornblith
96305492f7
Remove "About File Syncing" link from preferences (originally removed by 758216638f
, accidentally reinstated by 4e5d4281f1
)
2012-06-26 20:54:04 -04:00
Simon Kornblith
0ea89d9755
Fix importing RIS/refer
2012-06-26 19:40:33 -04:00
Simon Kornblith
f37a225a30
Fix saving snapshots
2012-06-26 11:59:03 -04:00
Simon Kornblith
ea7b955414
Fix saving snapshots from document objects
2012-06-26 11:10:19 -04:00
Simon Kornblith
4d27b803dc
Fix syntax error
2012-06-25 14:05:11 -04:00
Simon Kornblith
056547f0c0
Merge branch 'kill-e4x'
2012-06-25 01:00:51 -04:00
Simon Kornblith
1622580373
Properly handle invalid XML
2012-06-25 00:59:31 -04:00
Simon Kornblith
57c3d190b4
Merge branch 'kill-e4x'
...
Conflicts:
chrome/content/zotero/xpcom/integration.js
2012-06-25 00:42:32 -04:00
Simon Kornblith
58a41a1940
Remove some unnecessary htmlSpecialChars calls
2012-06-25 00:40:08 -04:00
Simon Kornblith
1f80885aeb
Kill E4X in integration.js
2012-06-25 00:35:51 -04:00
Simon Kornblith
7aeae3817d
Make htmlSpecialChars faster
2012-06-25 00:35:29 -04:00
Simon Kornblith
916db3fd48
Delete unused file that did nothing but show an incompatible version warning for really old versions of the Word plugin, and has been disabled by default for a couple years
2012-06-24 23:34:04 -04:00
Simon Kornblith
66815c118f
Kill E4X in Zotero.Style
...
Also kill enstyle.js, since it no longer works
2012-06-24 23:32:08 -04:00
Simon Kornblith
089909c95e
Kill E4X in Zotero.Cite.makeFormattedBibliography
2012-06-24 22:29:15 -04:00
Simon Kornblith
df2b3b11ef
Merge branch '3.0'
2012-06-24 17:40:20 -04:00
Simon Kornblith
1f53fc8202
Fix serialization of anonymous nodes with no incoming arcs.
...
Fixes #139 , sz.incoming[subject] is undefined during Dublin Core Unqualified RDF export
2012-06-21 01:09:58 -04:00
Simon Kornblith
05acc6dea9
Search for DOI before cleaning lines to first column
2012-06-18 18:01:29 -04:00
Simon Kornblith
7bcc25e986
Trim lines received from pdftotext
2012-06-18 16:50:33 -04:00
Simon Kornblith
698254adb7
Fix "value is undefined" error handling dates from embedded data
2012-06-17 10:12:40 -04:00
Simon Kornblith
69f273a60e
Fix handling of item types and accesDate in ZU.itemFromCSLJSON()
2012-06-15 15:54:27 -04:00
Simon Kornblith
a48a60a230
Update to citeproc-js 1.0.342
2012-06-15 10:48:43 -04:00
Simon Kornblith
fdac7c450f
Fix library sorting in QuickFormat dialog
2012-06-15 10:48:14 -04:00
Simon Kornblith
5859cfc61e
Fix "citation is undefined" error
2012-06-14 23:03:25 -04:00
Dan Stillman
3e969a9c8f
Rename and delete only tags in the current library
2012-06-14 14:37:45 -04:00
gracile-fr
7ee1b1e491
Frank's patch https://github.com/zotero/zotero/issues/132
...
Menu item to swap creator first/last names (#132 )
2012-06-14 17:19:30 +02:00
Simon Kornblith
8f6d38aebe
Still show "Saving Item…" message if Zotero Standalone version is too old to reveal library/folder item is being saved to
2012-06-13 18:24:17 -04:00
Simon Kornblith
e0744f9fd0
Merge branch 'attachment-progress'
2012-06-13 18:22:28 -04:00
Simon Kornblith
0b09ef65f6
Fix saving when an older version of Zotero Standalone is used
2012-06-13 18:22:11 -04:00
Simon Kornblith
18f6a733d0
Merge branch 'no-new-collection-on-import'
2012-06-11 00:27:43 -04:00
Simon Kornblith
450f15cda7
Fix a typo in previous commit and guard against attempts to import from clipboard into a read-only collection (although eventually we should just disable the menu item)
2012-06-11 00:26:47 -04:00
Simon Kornblith
ab72119dd0
Merge branch 'no-new-collection-on-import'
2012-06-11 00:21:40 -04:00
Simon Kornblith
57fe0f65ee
Kill extensions.zotero.import.createNewCollection.fromFile and extensions.zotero.import.createNewCollection.fromClipboard preferences.
...
Imports from file via cog menu now always create a new collection, as before. Imports from clipboard never create a new collection.
2012-06-11 00:20:24 -04:00
Simon Kornblith
ac19b0490a
Merge branch 'no-new-collection-on-import'
2012-06-10 22:39:41 -04:00
Simon Kornblith
83aeae942c
Merge branch 'attachment-progress'
2012-06-10 22:36:40 -04:00
Simon Kornblith
c6be453564
Attachment progress in connector
2012-06-10 22:36:22 -04:00
Simon Kornblith
d26bb24849
Merge branch 'attachment-progress'
2012-06-10 21:56:15 -04:00
Simon Kornblith
5c02a81e81
Fix identification of collections
2012-06-10 21:55:56 -04:00
Dan Stillman
f1f4044018
Merge branch '3.0'
2012-06-10 21:50:14 -04:00
Simon Kornblith
3a6669c66f
Closes #23 , "Saving item..." notification should show the name of the library where item is imported
2012-06-10 16:50:06 -04:00
Simon Kornblith
48f7dd5b6e
Add endpoint for getting selected collection
...
Addresses #23 , "Saving item..." notification should show the name of the library where item is imported
2012-06-10 15:30:23 -04:00
Simon Kornblith
68365e2297
Allow user to control whether files are imported into a new collection.
...
Adds three new preferences controlling whether a new collection is created upon import:
- extensions.zotero.import.createNewCollection.fromFile
Controls whether a new collection is created by import from cog menu
- extensions.zotero.import.createNewCollection.fromClipboard
Controls whether a new collection is created by import from clipboard
- extensions.zotero.import.createNewCollection.fromFileOpenHandler
Controls whether a new collection is created when import is initiated by
double-clicking a file or by dragging it over Zotero. This preference applies only to
Zotero Standalone, and is configurable in the dialog that appears asking the user
to confirm the import.
Closes #19 , [papercuts] (26) Clipboard import into an open collection
2012-06-10 11:05:39 -04:00
Simon Kornblith
42f3875b0c
Remove debug code
2012-06-09 14:58:29 -04:00
Simon Kornblith
d5fa7be95a
Fix import
2012-06-09 14:12:27 -04:00
Simon Kornblith
a750203f4f
Hook up attachment progress notifications in Firefox UI, and simplify a lot of old code.
...
Closes #3
2012-06-09 14:02:21 -04:00
Simon Kornblith
283dba7856
Merge branch '3.0' into attachment-progress
2012-06-07 20:01:03 -04:00
Simon Kornblith
8001c1dc85
Update citeproc-js to 1.0.339
2012-06-06 23:30:35 -04:00
Simon Kornblith
51c9da322f
Fix save to server in IE
2012-06-06 01:27:01 -04:00
Simon Kornblith
8a7a53a606
Set defer to wait for 30 seconds
2012-06-04 16:41:54 -04:00
Simon Kornblith
90bead86ed
Don't cause problems if no callback passed to Zotero.Attachments methods
2012-06-02 17:05:23 -04:00
Simon Kornblith
221d1da340
Attachment progress notifications. These are already hooked up to the UI in the connector, but still need to be hooked up to the UI in Firefox.
...
Addresses #3
2012-06-02 16:58:14 -04:00
aurimasv
a538386d51
In case title is a number, convert to string, so we can do str.replace later
2012-05-31 00:41:38 -05:00
Simon Kornblith
f2d03014b0
Use textContent instead of innerText when both are available
2012-05-30 19:02:57 -04:00
Dan Stillman
f0cd6983f2
Log server response on WebDAV upload error
2012-05-30 01:47:52 -04:00
Simon Kornblith
198850576a
Fix redundant error logging
2012-05-30 00:27:02 -04:00
Simon Kornblith
a549b9a407
Fix integration error reporting, broken by 26f5765c29
2012-05-30 00:23:54 -04:00
Simon Kornblith
f7f5d8b9d6
Ensure error gets shown even if connection to word processor has died
2012-05-30 00:12:33 -04:00
Dan Stillman
2c2c1c797a
Missing file from 1a7631853
2012-05-29 17:00:17 -04:00
Simon Kornblith
a03c10df06
Actually use new unescape technique, and fix global variable
2012-05-28 18:52:35 -04:00
Simon Kornblith
e36c975366
Create a node in a DOM document and use it to implement the same unescape technique in Firefox as we currently use in the connectors. This may cause some data mismatches initially.
2012-05-27 13:30:06 -04:00
Simon Kornblith
d34f3b4ed7
Don't fail with error when item.note is missing
2012-05-26 19:30:49 -04:00
Simon Kornblith
2ecc50f700
Replace double spaces by a single space, to make behavior more uniform with nsIScriptableUnescapeHTML
2012-05-26 19:16:20 -04:00
Simon Kornblith
e1edcb358a
Fix unescape for blank strings
2012-05-26 19:13:03 -04:00
Simon Kornblith
013b080ca5
Unescape HTML properly in IE
2012-05-26 19:09:42 -04:00
Simon Kornblith
4e5d4281f1
Merge branch '3.0'
2012-05-26 18:24:52 -04:00
Simon Kornblith
bf53fe8825
Remove deprecated retrieveSource and retrieveDocument calls
2012-05-25 20:10:29 -04:00
Dan Stillman
4be5452b55
Remove localizers from About pane, in favor of webpage
2012-05-25 15:54:17 -04:00
Dan Stillman
1a76318538
Just focus libraries pane on shortcut key
...
Closes #133
2012-05-25 14:24:08 -04:00
Simon Kornblith
2aa9784ccf
Merge remote-tracking branch 'gracile-fr/3.0icons' into 3.0
2012-05-24 18:42:02 -04:00
gracile-fr
9974f02feb
Clarify about.xul (icons) and delete TODO comment (cachedTypes.js)
2012-05-23 12:11:43 +02:00
Simon Kornblith
c6bdc0f9ae
Fix file syncing link in prefs
2012-05-22 14:48:23 -04:00
Simon Kornblith
bb485181bd
Fix indentation and parse error
2012-05-22 14:47:07 -04:00
Simon Kornblith
f7e4c8e3db
Remove appscript from about box
2012-05-22 14:46:39 -04:00
Dan Stillman
e778c26467
Start processUpdatedXML() inline to avoid wait level errors (hopefully)
2012-05-21 01:43:35 -04:00
Simon Kornblith
3af526f112
Fix bubbling errors in connectors under certain circumstances
2012-05-16 00:18:57 -04:00
Simon Kornblith
5b00b8b98b
Don't create missing attachments if files are missing on import
2012-05-15 17:23:12 -04:00
Simon Kornblith
b3a2682853
Fix indentation and IE parse error
2012-05-15 15:58:14 -04:00
Simon Kornblith
26f5765c29
Don't show exceptions multiple times
2012-05-15 15:57:04 -04:00
aurimasv
f112b0f9c2
Expose RDF.serialize() to translators to assist with debugging.
2012-05-12 05:25:41 -05:00
aurimasv
72789baef6
Minor RDF tweaks
2012-05-12 05:25:13 -05:00
aurimasv
8c6404626f
Tweak SameAs handling to prevent creating entries for a non-canonical subject
2012-05-07 05:35:39 -05:00
aurimasv
945ce41036
Re-expose logging functions to RDF parser after init script rearrangement
2012-05-07 05:34:15 -05:00
Simon Kornblith
18a3c7355c
Make menu bar appear in Zotero Standalone reports on Windows
2012-05-06 21:26:37 -04:00
Simon Kornblith
5894a9511d
Tweak RDF loading code
2012-05-05 16:53:00 -04:00
Simon Kornblith
fb521ea4ad
Get tabulator code working in connector after upgrade, part 1
2012-05-05 15:52:02 -04:00
Simon Kornblith
6e3dfc45ee
Merge pull request #103 from aurimasv/tabulator
...
Tabulator v0.8 RDF Parser
2012-05-05 12:35:24 -07:00
grolimur
2bbfa4f967
Update chrome/content/zotero/zoteroPane.xul
...
(cherry picked from commit 7e18d0cf8e
)
2012-05-04 15:34:06 -04:00
gracile-fr
12a45882fe
Localize editorWarning
...
(cherry picked from commits f1be6125...f84e6b12)
2012-05-04 15:33:43 -04:00
aurimasv
bf0d1ad102
Fix typo from previous commit
2012-05-03 21:55:16 -05:00
Frank
1b41478e21
Upgrade citeproc-js to version 1.0.329
2012-05-03 22:40:41 -04:00
gracile-fr
d7b19a0543
Add attribution for Fugue Icons.
2012-05-04 00:39:50 +02:00
Dan Stillman
d456117ebe
Merge branch '3.0'
2012-05-03 17:56:32 -04:00
Dan Stillman
2bbd2be4e7
Use "%S more..." instead of hard-coding space, and make general string
...
(cherry picked from commit 49b9c14b8d
)
2012-05-03 17:46:49 -04:00
gracile-fr
4ba9b6a4c0
Localization of strings previously hardcoded. All these strings are related to duplicate detection.
...
(cherry picked from commit d6ae1c544d
)
2012-05-03 17:45:15 -04:00
gracile-fr
12fc2eadc0
Localization of strings previously hardcoded in itembox.xml (Move up/down)
...
(cherry picked from commit acb7c22f75
)
2012-05-03 17:42:25 -04:00
gracile-fr
0ece4145cd
Fixes #111 : "Search subcollections" instead of "Search subfolders" in Advanced search.
2012-05-03 17:35:49 -04:00
Dan Stillman
49b9c14b8d
Use "%S more..." instead of hard-coding space, and make general string
2012-05-03 17:33:19 -04:00
gracile-fr
7b5c176f8e
Fixes #111 : "Search subcollections" instead of "Search subfolders" in Advanced search.
2012-05-03 23:06:27 +02:00
gracile-fr
9d4ccfae74
Localization of " more..." (which appears when there are more than 15 creators, cf.: https://www.zotero.org/trac/changeset/10412 )
...
(added to zotero.properties in a previous commit)
2012-05-03 22:51:14 +02:00
gracile-fr
d6ae1c544d
Localization of strings previously hardcoded. All these strings are related to duplicate detection.
2012-05-03 22:38:14 +02:00
gracile-fr
acb7c22f75
Localization of strings previously hardcoded in itembox.xml (Move up/down)
2012-05-03 22:16:24 +02:00
Simon Kornblith
47c4f686e8
Fix some issues with corrupted field codes
2012-05-03 15:41:46 -04:00
Dan Stillman
4bb7f7d08b
Show data directory properly on Linux
...
Previously used a custom selectable alert when reveal() failed, but we
can just launch the directory, as we do for attachments
2012-05-01 20:00:35 -04:00
gracile-fr
6f659e6cc2
Add new icons to items currently using blank documents. Update icons for some items.
...
http://forums.zotero.org/discussion/8544/icon-for-presentation-icon-for-document/#Item_9
2012-05-02 01:52:37 +02:00
Simon Kornblith
64701de5f9
Don't fail if user cancels setDocPrefs window that appears because a style doesn't exist
2012-05-01 09:54:38 -04:00
Dan Stillman
37a24383a3
Update versions, submodules, and repotime
2012-05-01 00:55:15 -04:00
Frank
7a0f7f50ef
Upgrade citeproc-js to version 1.0.328 (refresh once again)
2012-05-01 00:48:53 -04:00
Frank
4303df5079
Refresh citeproc-js version 1.0.328 (again)
2012-05-01 00:48:53 -04:00
Frank
bd389398a7
Refresh citeproc-js version 1.0.328
2012-05-01 00:48:53 -04:00
Frank
53b6312a7f
Refresh citeproc-js version 1.0.328
2012-05-01 00:48:52 -04:00
Frank
ca02bec4df
Upgrade citeproc-js to version 1.0.328
2012-05-01 00:48:52 -04:00
Frank
3869eda57c
Upgrade citeproc-js to version 1.0.327
2012-05-01 00:48:52 -04:00
Frank
525b7dcfa5
Upgrade citeproc-js to version 1.0.327
2012-05-01 00:48:52 -04:00
Dan Stillman
1e87bb9d21
Update versions, maxVersion, submodules, and repotime
2012-04-30 14:43:56 -04:00
Dan Stillman
5804516600
Update version
2012-04-29 23:43:28 -04:00
Dan Stillman
ef370b96a1
Update submodules
2012-04-29 23:38:25 -04:00
aurimasv
1942fb6762
Remove compatibility hack from rdf.js. Fix Zotero code instead. Move all setup to init.js
2012-04-29 20:30:37 -05:00
Simon Kornblith
effffd621b
Allow attachment.path to be one of the following:
...
- An absolute path
- A relative path
- A file:/// URI
- A mangled absolute path that's missing a leading /
2012-04-27 23:15:12 -04:00
Simon Kornblith
24f7b9fe48
Expose path to PDF in Zotero storage folder to export translators as attachment.localPath
2012-04-27 22:25:40 -04:00
aurimasv
805d3ed6a6
Passed through jsbeutifier
2012-04-27 01:53:00 -05:00
aurimasv
87e77593c3
Remove some left-over unnecessary code from previous commits
2012-04-27 00:55:00 -05:00
aurimasv
cecb00cb9b
Remove unused code from the unused n3 parser
2012-04-27 00:52:41 -05:00
aurimasv
23fa1241ab
Simon: fix invalid XML on export due to quotation marks in URI
2012-04-27 00:52:41 -05:00
aurimasv
a381062621
Simon: closes #1732 , Creator sequence breaks in RDF export with > 10 creators (thanks Frank)
2012-04-27 00:52:40 -05:00
aurimasv
eaa50ca9fc
Simon: patches to RDF support
2012-04-27 00:52:40 -05:00
aurimasv
b0923f64a3
Simon: use objects instead of arrays in serialize.js
2012-04-27 00:52:40 -05:00
aurimasv
3742736363
Use shorthand notation for rdf:type and some other constructs.
2012-04-26 23:56:08 -05:00
Frank
524033abc9
Upgrade citeproc-js to version 1.0.326
2012-04-27 00:02:12 -04:00
Frank
6b1396d979
Upgrade citeproc-js to version 1.0.325
2012-04-27 00:02:12 -04:00
Frank
437b1f1c80
Upgrade citeproc-js to version 1.0.324
...
This fixes an anomaly in the application of text escapes to
output identified by Rintze Zelle.
2012-04-27 00:02:12 -04:00
Frank
051cd3ad30
Upgrade citeproc-js to version 1.0.323
2012-04-27 00:02:12 -04:00
Frank
4df9472bd3
Upgrade citeproc-js to version 1.0.322
2012-04-27 00:02:11 -04:00
Frank
f40a97911a
Upgrade citeproc-js to version 1.0.321
2012-04-27 00:02:11 -04:00
aurimasv
113a3d8ef2
Eliminate unintentional globals
2012-04-26 20:55:14 -05:00
aurimasv
ea767e5647
Set up environment for RDF parser
2012-04-26 17:36:35 -05:00
aurimasv
53d336681b
Tabulator v0.8 RDF parser initial commit
2012-04-25 20:14:58 -05:00
Dan Stillman
b9d7992ba8
Respect modifier keys for new tab/window when generating report
2012-04-25 20:43:58 -04:00
Dan Stillman
04b0d26b97
Fix auto-import of application/x-inst-for-scientific-info
2012-04-25 04:36:46 -04:00
Simon Kornblith
01813f57cf
Allow translators to get the translatorID of their parent translator as Zotero.parentTranslator. Among other things, this permits import translators to exhibit different behavior depending on when they are called from web translators.
2012-04-24 02:11:58 -04:00
Simon Kornblith
8faf011b2d
Fix removing codes by pressing "No" in reselect item dialog with Word for Mac
2012-04-20 21:58:57 -04:00
aurimasv
339413e5a6
tabulator.log fix
2012-04-19 21:48:01 -05:00
Simon Kornblith
57ebfcd55e
Fix typo
2012-04-19 00:38:14 -04:00
Simon Kornblith
00f11f4f06
Fix typo
2012-04-19 00:13:55 -04:00
Simon Kornblith
18d9c6be8c
Add print and save options to reports, part 1
2012-04-19 00:12:43 -04:00
Simon Kornblith
e009f56109
Don't try to validate fields whose values are false
2012-04-19 00:12:43 -04:00
Dan Stillman
ef71d544c1
Fixes #62 , Show sync progress bar only for longer syncs
...
Shows the progress bar only if sync takes longer than 100ms
2012-04-18 23:17:28 -04:00
Dan Stillman
5275dafbc9
Clear undo history when switching notes
...
This prevents notes from being overwritten with each other's contents.
This used to work right, but it was broken with the switch to rich-text
notes.
2012-04-17 15:42:15 -04:00
Simon Kornblith
512ae575fa
Don't try to register attachment callback listener in Firefox
2012-04-16 20:20:12 -04:00
Dan Stillman
fa3910f436
Fixes #32 , Focus new notes automatically
...
This broke between Fx 3.6 and 11. Focusing the iframe first fixes it.
2012-04-16 05:05:31 -04:00
Dan Stillman
1c7ac1a9a0
Make "New Note" shortcut key context sensitive
...
- If a regular item is selected, use that as the parent.
- If a child item is selected, use its parent as the parent.
- Otherwise create a standalone note.
2012-04-16 04:22:42 -04:00
Simon Kornblith
c09cbb0e4b
Fix this.overrides is undefined error
2012-04-16 01:37:19 -04:00
Simon Kornblith
2327c5cc98
Not all translators are supported
2012-04-16 01:31:22 -04:00
Simon Kornblith
1972a9522b
Not all translators are supported
2012-04-16 01:29:49 -04:00
Simon Kornblith
efb7cbe9da
Merge branch '3.0'
2012-04-16 01:05:38 -04:00
Simon Kornblith
cfc5bc33e8
Override runMode when running tests
2012-04-16 01:05:31 -04:00
Simon Kornblith
c178d1ab7f
Don't try to use Zotero Standalone on the server
2012-04-16 01:01:19 -04:00
Simon Kornblith
9eb75e3439
Fix IE and Safari support
2012-04-16 00:49:04 -04:00
Simon Kornblith
5ca5b06ebc
Don't try to double-wrap objects
2012-04-16 00:29:23 -04:00
Simon Kornblith
96bb436b20
Make it possible to override TEST_RUN_TIMEOUT
2012-04-16 00:12:58 -04:00
Frank
1d5e23a33e
Upgrade citeproc-js to version 1.0.320
2012-04-14 20:41:39 -04:00
Simon Kornblith
cab868482c
Merge branch '3.0'
2012-04-14 20:38:53 -04:00
Nicolas Chachereau
ffd12cb02e
Fixed Integration Preferences dialog, which was giant with French locale.
2012-04-14 19:53:12 -04:00
Simon Kornblith
6d56004e35
Merge branch '3.0'
2012-04-11 10:32:40 -04:00
Simon Kornblith
62d08bdbbb
Properly report upload errors and properly splice off HTML attachments
2012-04-10 20:06:53 -04:00
Simon Kornblith
3f165a4dc3
Fix stringToUTF8Array
2012-04-10 20:06:46 -04:00
Simon Kornblith
5ff3ab776f
Properly report upload errors and properly splice off HTML attachments
2012-04-10 20:01:11 -04:00
Simon Kornblith
a926259d31
Fix stringToUTF8Array
2012-04-10 20:00:54 -04:00
Simon Kornblith
1c4eebff0b
Deal with spaces in ISBNs
2012-04-09 16:47:12 -04:00
Simon Kornblith
14ac5a7d2d
Use onreadystatechange instead of onloadend, because the latter is not supported by MobileSafari, and add debug messages
2012-04-09 12:47:02 -04:00
Simon Kornblith
1585ece566
Merge branches '3.0' and 'master'
2012-04-09 11:27:01 -04:00
Simon Kornblith
7598370af4
Update submodules
2012-04-09 11:26:54 -04:00
Simon Kornblith
129805c62b
Minor tweak to avoid calling done too early
2012-04-09 11:21:52 -04:00
Simon Kornblith
53b81a5de9
Fix poor choice of variable names
2012-04-09 02:01:11 -04:00
Simon Kornblith
6d4a435838
Small tweaks for server
2012-04-09 01:59:49 -04:00
Simon Kornblith
d3bc2b4046
Merge pull request #93 from aurimasv/recognizePDF
...
[PDF Metadata Retrieval] Call detectWeb before trying to call doWeb for Google Scholar
2012-04-08 21:51:29 -07:00
aurimasv
17f6d4fd3a
Moving setHandler "translator" next to other setHandler calls.
2012-04-08 23:48:49 -05:00
aurimasv
e412580598
this.translator may contain Zotero.Translate objects or translatorID's
2012-04-08 23:48:10 -05:00
Simon Kornblith
6fa4f8d02b
Server-side translation and attachment upload, part 1
2012-04-09 00:46:50 -04:00
Simon Kornblith
77ea5bf3f9
Provide the option to override keys on an object when creating a wrapper
2012-04-08 22:38:59 -04:00
Simon Kornblith
9074c09cc3
Don't use document.defaultView as a security principal if it is null
2012-04-08 22:38:42 -04:00
Simon Kornblith
a22da78f18
Merge branch '3.0'
2012-04-08 15:25:18 -04:00
Simon Kornblith
12964b550a
Beautify and tidy up copyright message
2012-04-08 15:24:39 -04:00
Simon Kornblith
3a6b95a0f3
Merge commit '18111dd15dea6e6fdbe5d1423d44506aa5121106'
2012-04-08 14:54:43 -04:00
aurimasv
f3bae4b000
Allow running detect with multiple translators set.
2012-04-06 20:31:28 -05:00
Simon Kornblith
7452e14090
Fix a document update error. Explanation is given in the code.
2012-04-06 13:20:23 -04:00
aurimasv
99a2ac7967
Use getTranslators to perform detectWeb with a set translator.
2012-04-06 04:41:25 -05:00
Simon Kornblith
1f3e6a3645
Remove unimplemented and unnecessary callback argument from safeTranslator.getTranslators(). Translators calling getTranslators() can/should use setHandler("translators", ...).
2012-04-05 16:46:34 -04:00
aurimasv
0f684fee6e
Move _detectWeb to Zotero.Translate.Web.prototype
2012-04-05 02:44:33 -05:00
aurimasv
662ab87d7e
Require at least 4 digits for the prefix
2012-04-05 01:57:22 -05:00
aurimasv
cb6ae9cec7
Perform detect web before calling Google Scholar translator
2012-04-04 23:08:36 -05:00
aurimasv
1477893a84
Don't allow periods and commas at the end of DOIs
2012-04-04 23:00:24 -05:00
Frank
a9d32d0701
Upgrade citeproc-js to version 1.0.319
...
We recently introduced hard-wired code to apply hyphen as page
range delimiter in the French and Portuguese locales, with a view
to introducing a page-range-delimiter term in CSL 1.0.1. The new
term has been agreed within CSL, but official deployment must
await the CSL 1.0.1 schema release.
The original code was purely hard-wired. This change allows an
explicit page-range-delimiter term to be set within a style
(or in a locale file), as intended by the upcoming CSL schema.
2012-04-04 12:27:10 -04:00
Dan Stillman
68073b8b32
Properly rename attachments when filenames differ only in case
...
This might have been limited to case-insensitive filesystems.
Also fix renaming when the previous filename didn't include an
extension. Before, a file named "test" would be renamed from parent with
".test" as the extension.
2012-04-04 04:44:04 -04:00
Frank
ca8ac7b817
Upgrade citeproc-js to version 1.0.317
...
Sorry for the flurry of version releases of late. They have been
largely driven by the early work on the legal style suite for MLZ,
which kept turning up small bugs and wrinkles. The requirements for
law support are now pretty well covered, and things should slow down,
at least for awhile.
2012-04-03 21:42:57 +08:00
Simon Kornblith
9862e3aa16
Merge pull request #89 from aurimasv/cleanAuthor
...
Clean author
2012-04-02 18:13:41 -07:00
Simon Kornblith
7c297f73ee
Merge branch '3.0'
2012-04-02 18:55:37 -04:00
Simon Kornblith
867760e0be
pushEventQueue removed in Fx 14 ( https://bugzilla.mozilla.org/show_bug.cgi?id=719154 )
2012-04-02 18:09:10 -04:00
Simon Kornblith
c9354535da
Allow use of relative paths for file import in non-RDF translators
2012-04-02 17:57:36 -04:00
Frank
89d3f09682
Upgrade citeproc-js to version 1.0.316
2012-04-02 23:19:37 +08:00
Frank
e8f3fe799d
Upgrade citeproc-js to version 1.0.315
2012-04-02 23:19:36 +08:00
aurimasv
e5e242db99
Fix typo with nbsp. Fix dash handling
2012-04-01 23:38:50 -05:00
aurimasv
83c61374ef
Properly handle Cyrillic initials and make it easier to add other languages later.
...
Handle hyphenated initials properly
Treat nbsp as space
2012-04-01 22:24:19 -05:00
Simon Kornblith
8b20586ccc
ZU.itemToServerJSON() should ignore empty tags
2012-04-01 14:56:51 -04:00
Dan Stillman
ad4ded95bb
Trim ISBNs before lookup
2012-04-01 13:44:49 -04:00
Simon Kornblith
4fcee3afa4
Fix error during ISBN lookup
2012-04-01 12:28:21 -04:00
Simon Kornblith
be89e3ad17
Don't continue translating on failure
2012-03-29 20:35:53 -04:00
Simon Kornblith
754836c428
Test fail if Z.selectItems() is called multiple times
2012-03-29 20:35:27 -04:00
Simon Kornblith
0117065a8e
Fix dumb typo
2012-03-29 20:18:26 -04:00
Simon Kornblith
f77644659e
rft.genre=document is a document
2012-03-29 20:12:28 -04:00
Simon Kornblith
8a7245fd74
COinS atitle should be title for proceeding, and btitle should be publicationTitle.
2012-03-29 20:12:28 -04:00
Frank
c8a87f123a
Upgrade citeproc-js to version 1.0.314
2012-03-29 07:06:02 +08:00
Frank
38c7f5964e
Change Zotero statute mapping from CSL bill to CSL legislation
...
A bill is a law that has not yet been enacted. Legislation is law
that has been enacted. The two are archived and cited differently,
and should be associated with different item types. CSL provides
a legislation type that is well suited to serve for laws that
have been enacted.
Among the existing styles in the repository, only two use
the legislation variable (american-association-of-petroleum-geologists
and irish-historical-studies). Both treat it as equivalent to bill. All
other styles use CSL bill exclusively.
It would be safe at this point to add legislation alongside bill
in all tests where it occurs (481 repository styles, apart from the
two mentioned above).
There is no particular urgency about this patch for official Zotero,
though, since statute support is likely to change considerably when
full legal support comes onstream anyway.
2012-03-29 07:06:01 +08:00
Frank
d1c9a8a148
Upgrade citeproc-js to version 1.0.313
2012-03-29 07:06:01 +08:00
Frank
f3f86406bf
Upgrade citeproc-js to version 1.0.312
2012-03-26 15:06:36 +08:00
Frank
39dbdb8483
Upgrade citeproc-js to version 1.0.311
2012-03-26 15:06:36 +08:00
Frank
4aa5bef60a
Upgrade citeproc-js to version 1.0.310
2012-03-26 15:06:36 +08:00
Simon Kornblith
752b4d2526
Correct recursive call for varDump
2012-03-25 14:27:04 -04:00
aurimasv
1458315cd5
Don't use deprecated arguments.callee
2012-03-25 14:27:04 -04:00
aurimasv
7b5d7bccf8
Arrays are more appropriate here than strings.
2012-03-25 14:27:04 -04:00
aurimasv
8f0ec95e73
Check for references to parent. Tweaked formatting.
2012-03-25 14:27:04 -04:00
Simon Kornblith
c9f456f2e9
Merge pull request #88 from aurimasv/capTitle
...
capitalizeTitle - added additional dashes into regex
2012-03-24 17:58:50 -07:00
Frank
b4fc74dc93
Upgrade citeproc-js to version 1.0.309
2012-03-25 07:37:14 +08:00
Frank
c9e6fc3f1b
Upgrade citeproc-js to version 1.0.308
2012-03-25 07:37:13 +08:00
Frank
75d3202845
Upgrade citeproc-js to version 1.0.307
2012-03-25 07:37:13 +08:00
Frank
657ea7b660
Upgrade citeproc-js to version 1.0.306
2012-03-25 07:37:13 +08:00
gracile-fr
18111dd15d
Make additional fields available as columns with a submenu ( fixes #84 )
2012-03-24 19:39:14 +01:00
aurimasv
6d723d7e8c
This should cover more dashes. E.g. "DEANE-PETER BAKER" at http://onlinelibrary.wiley.com/doi/10.1111/j.1468-5930.2011.00548.x/abstract
2012-03-22 16:44:06 -05:00
Dan Stillman
83073fd72b
Merge branch '3.0'
2012-03-21 19:45:48 -04:00
Dan Stillman
f1aa68f82b
Simplify the file sync code a bit
...
Just call Zotero.Sync.Storage.[ZFS/WebDAV] directly
This probably breaks some things.
2012-03-21 19:39:40 -04:00
Simon Kornblith
b3f8330498
Expose Zotero.isBookmarklet, Zotero.isConnector and Zotero.isServer to translators
2012-03-21 19:15:39 -04:00
Frank
4f3394dea6
Upgrade citeproc-js to version 1.0.305
2012-03-22 06:34:03 +08:00
Frank
ec681f0aa3
Upgrade citeproc-js to version 1.0.304
2012-03-22 06:34:03 +08:00
Dan Stillman
b298e7acbd
Fix brokenness (from 3.0 merge in 947be813
)
2012-03-21 14:22:21 -04:00
Simon Kornblith
d65796dfb0
Use importFromDocument when MIME types are explicitly specified, if the document can be handled internally
2012-03-20 18:09:05 -04:00
Frank
6de53ad37c
Upgrade citeproc-js to version 1.0.303
2012-03-20 23:46:58 +08:00
Simon Kornblith
947be813ec
Merge branch '3.0'
2012-03-20 02:16:43 -04:00
Dan Stillman
92a7ebee4c
Include "+" and "=" in ignored too-long filenames
2012-03-19 21:49:38 -04:00
Simon Kornblith
449e90f36b
Session-based auth for bookmarklet, part 1
2012-03-18 17:26:40 -04:00
Simon Kornblith
ed5d1aaee8
Revert "Session-based auth for bookmarklet, part 1"
...
This reverts commit 62e4fcdef0
.
2012-03-18 17:26:01 -04:00
Simon Kornblith
62e4fcdef0
Session-based auth for bookmarklet, part 1
2012-03-18 17:25:23 -04:00
Frank
32ce4e04bc
Upgrade citeproc-js to version 1.0.302
2012-03-18 06:37:45 +08:00
Frank
c1a35eb134
Upgrade citeproc-js to version 1.0.301
2012-03-18 06:37:45 +08:00
Dan Stillman
954c2f6de0
Fix for manual new item not going into collection
...
Broken by 0d34e34a
(since 3.0.3)
2012-03-17 03:12:49 -04:00
Simon Kornblith
b1be39f319
Merge pull request #80 from aurimasv/varDump
...
Prevent infinite loops when dumping arrays/objects with recursion
2012-03-16 10:36:27 -07:00
gracile-fr
0430e7def5
Update chrome/content/zotero/zoteroPane.js
2012-03-13 20:21:07 +01:00
Simon Kornblith
56cba8c709
Don't fail on null importRegexp
2012-03-13 10:13:19 -04:00
Simon Kornblith
cd7d2e9975
Don't allow _itemDone to throw
2012-03-12 23:58:30 -04:00
Dan Stillman
bb0e894c27
Remove extra debug lines when emptying trash
2012-03-12 22:19:04 -04:00
Simon Kornblith
64c8f04644
Deal with item.tags missing a sort method
2012-03-12 21:38:44 -04:00
aurimasv
5be84a5d59
add maxLevels to varDump to avoid infinite loops
2012-03-12 20:33:59 -05:00
Simon Kornblith
ba96aff194
Merge pull request #79 from aurimasv/cleanAuthor
...
Periods after latin letters only
2012-03-12 18:16:59 -07:00
Simon Kornblith
603e07d21a
Translators should always run in browser when called by a parent translator
2012-03-12 17:30:34 -04:00
Dan Stillman
ba8bf4910f
Some tweaks to auto/idle-syncing
...
- Don't run idle sync if manual sync is required or Zotero is locked
- Don't clear sync error icon when opening pane
- Better debug message on pane open for syncing not being enabled
2012-03-12 16:25:35 -04:00
aurimasv
19a6b08b51
Only put periods after capital latin letters
2012-03-12 06:01:50 -05:00
Frank
25862e3af0
Update citeproc-js to version 1.0.298 (note that previous 1.0.295 tag update is mis-applied and anachronistic)
2012-03-12 13:25:30 +08:00
Frank
74af1fbb8c
Upgrade citeproc-js to version 1.0.297
2012-03-12 13:25:29 +08:00
Frank
8b157709bd
Upgrade citeproc-js to version 1.0.296
2012-03-12 13:25:29 +08:00
Simon Kornblith
90b515732b
Try alternative strategy for activating windows
2012-03-11 23:01:43 -04:00
Simon Kornblith
ea7094821a
Don't block when calling fallbackLauncher
2012-03-11 19:37:45 -04:00
Dan Stillman
5e19020437
Auto-empty items from trash on idle rather than at pane open
...
Deleting is currently very slow (which will be fixed on master), which
can cause long delays when auto-emptying items older at pane open.
Instead, empty 10 items after 5 minutes of idle, and then another 10
every 5 seconds until there are no more items to empty or the user is back.
2012-03-11 18:54:46 -04:00
Dan Stillman
9821db988d
Fix "_observers.get(i).ref is undefined) errors
...
If a notifier observer caused another observer to be deleted, an error
would occur.
2012-03-11 18:36:54 -04:00
Dan Stillman
e1113209d5
Disable unresponsive script warning before delayed bundled files update
2012-03-11 16:25:47 -04:00
Simon Kornblith
25d48fbca7
Get first 100 tickets (TODO: get multiple pages)
2012-03-11 16:03:45 -04:00
Simon Kornblith
1050fc32b3
Fix dropping of empty creators
2012-03-11 16:03:44 -04:00
Simon Kornblith
a9bc55738a
Merge pull request #73 from aurimasv/tester
...
Ignore order when comparing arrays in translatorTester
2012-03-10 13:10:43 -08:00
Simon Kornblith
d0a9108d92
Merge pull request #76 from aurimasv/cleanAuthor
...
cleanAuthor
2012-03-10 13:09:31 -08:00
aurimasv
67dac4ec0d
Moved tag sorting to a later point.
2012-03-10 03:07:45 -06:00
aurimasv
828d10a396
Sort in _sanitizeItem instead of _compare
2012-03-09 20:00:21 -06:00
aurimasv
4e29a821b7
Fixed typo
2012-03-09 19:38:00 -06:00
Simon Kornblith
63c4096a6c
Specify both -moz-border-radius and border-radius.
...
Closes #66 , Quick Format is square on nightly
2012-03-09 20:24:28 -05:00
aurimasv
b23632f6c3
Revert previous fix
2012-03-08 22:26:33 -06:00
aurimasv
998d52ec6d
Place periods after all initials in first name
2012-03-08 22:25:07 -06:00
Simon Kornblith
beb77864cb
Don't clean periods when useComma is enabled
2012-03-08 22:45:20 -05:00
Simon Kornblith
814b15c23a
Don't let translators try to load the current document a second time
2012-03-08 14:47:47 -05:00
Dan Stillman
1475a79cd1
Open csledit/cslpreview in new tab in existing window in Fx
...
Fixes #75
2012-03-08 14:35:06 -05:00
gracile-fr
f84e6b120e
"description" instead of "label" as it was in the branch (localization of editorWarning)
2012-03-08 15:04:34 +01:00