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 |
|
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 |
|
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 |
|
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 |
|