Simon Kornblith
947be813ec
Merge branch '3.0'
2012-03-20 02:16:43 -04:00
gracile-fr
192162c567
Update chrome/locale/en-US/zotero/zotero.properties
2012-03-13 20:03:42 +01:00
Dan Stillman
daf1899c72
Remove unnecessary ellipsis
2012-03-12 01:43:56 -04:00
gracile-fr
ed0741959d
Localize editorWarning
2012-03-08 14:06:01 +01:00
Simon Kornblith
b3f9f5102b
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/overlay.js
chrome/content/zotero/xpcom/schema.js
2012-02-28 17:22:34 -05:00
Dan Stillman
fbef301fe0
Add citation/footnote instructions to Quick Copy prefs
2012-02-28 15:28:14 -05:00
Dan Stillman
edd2f99ec9
Correct schema errors without pointing users to DB repair tool
...
We can't do anything about actual database corruption, but we can fix
all the other things that the repair tool fixes.
2012-02-24 12:05:06 -05:00
Simon Kornblith
394ad64091
Address Rintze's comments per http://forums.zotero.org/discussion/21934/
2012-02-19 23:13:49 -05:00
Simon Kornblith
07028650f0
Closes #48 , Additional field in QuickFormat dialog showing the name of the library and providing a link to the item with the following modifications
...
- Open in current window if one is already open
- Use a button instead of a label
- Don't show button if citation item is not linked to a Zotero item
This doesn't currently work if the Zotero pane has never been opened in the given window, because ZoteroPane.selectItem() appears to fail in that circumstance. This needs to be fixed.
2012-02-19 18:37:42 -05:00
Dan Stillman
de7467a62c
Merge branch '3.0'
2012-02-10 14:10:07 -05:00
Dan Stillman
5c5967166f
Fix broken en-US locale file
2012-02-10 04:53:18 -05:00
Dan Stillman
1ce06aae79
Add line about editing citations to QuickFormat guidance panel
2012-02-10 04:47:41 -05:00
Dan Stillman
3a4401a995
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/xpcom/integration.js
chrome/content/zotero/xpcom/storage/webdav.js
chrome/content/zotero/xpcom/storage/zfs.js
install.rdf
update.rdf
2012-02-09 02:13:02 -05:00
Dan Stillman
7ce3bd7060
"Zotero Migration Notification" -> "Existing Zotero Library Found"
2012-02-01 19:28:58 -05:00
Dan Stillman
d3f4bc6d7e
Tweak QuickFormat first-run text
2012-02-01 19:17:38 -05:00
Dan Stillman
ebfae117fd
Remove "classic" part of QuickFormat first-run guidance
2012-02-01 18:18:38 -05:00
Simon Kornblith
46f64523a4
Add first-run guidance to QuickFormat dialog
2012-02-01 17:23:25 -05:00
Dan Stillman
f4804b66b5
Merge branch '3.0'
2012-01-27 00:24:50 -05:00
Dan Stillman
a4afb67d91
Point directly to 3.0 plugins page from preferences
...
Not sure why this is localized, though
2012-01-25 16:44:48 -05:00
Dan Stillman
f272fc6861
Tweak read-only save error message
2012-01-20 17:51:00 -05:00
Dan Stillman
b1cd48a863
Avoid a third "this" in save icon first-run guidance
2012-01-19 21:06:28 -05:00
Dan Stillman
5e2cd44cc8
Remove trailing period
2012-01-18 03:41:29 -05:00
Dan Stillman
eddaa672ef
Provide link to cert override docs in Standalone Verify Server
...
The button wasn't opening the WebDAV URL within Standalone, and
XULRunner doesn't provide the whitelist interface anyway.
Documentation page still needed
2012-01-18 03:37:54 -05:00
Dan Stillman
7c4a69b9e1
Merge branch '3.0'
2012-01-17 01:16:47 -05:00
Dan Stillman
d63d24c636
Show access error for translator save attempt to read-only library
...
Not sure how this works for connector saves
2012-01-11 18:12:21 -05:00
Dan Stillman
4767cad19e
Merge branch '3.0'
2012-01-10 19:54:09 -05:00
Dan Stillman
9d16cb2fe6
"Use Firefox profile directory" -> "Use profile directory"
2012-01-05 14:58:11 -05:00
Dan Stillman
3ac5a6db09
Merge branch '3.0'
2011-12-22 12:21:32 -05:00
Simon Kornblith
878f70998f
Show most recently cited items at the top of QuickFormat. Also, typing "ibid" into QuickFormat now shows a list of the most recently cited items.
2011-12-19 01:36:33 -05:00
Dan Stillman
059460a5d2
Merge branch '3.0'
...
Conflicts:
chrome/content/zotero/xpcom/storage/webdav.js
chrome/content/zotero/zoteroPane.js
chrome/skin/default/zotero/preferences.css
2011-12-17 16:25:58 -05:00
Dan Stillman
fe97d33e38
Display "Load WebDAV URL" button in Verify Server error
...
Allows for easier Standalone cert override (I hope -- not yet tested)
2011-12-17 16:13:37 -05:00
Dan Stillman
0456e5d3be
About pane updates
2011-12-14 17:52:10 -05:00
Simon Kornblith
eeedc49274
Fix quotation marks
2011-12-07 02:31:40 -05:00
Simon Kornblith
3349acc747
Fix description of how to add a locate engine
2011-12-04 14:17:51 -05:00
Dan Stillman
309579719a
Remove numChildren localization
2011-11-26 03:45:56 -05:00
Dan Stillman
758216638f
On-demand download support
...
Can choose to download files "at sync time" or "as needed"
On-demand defaults to on, but remains off for existing users
To-do:
- Handling of local and remote file changes on on-demand download
(currently if a file exists it isn't downloaded, which means a
remotely modified file won't be redownloaded in on-demand mode)
- Additional control over file downloading and retention
Other changes:
- Overhauled entire file syncing architecture
- Replaced numAttachments column with Note and Attachment columns with
dynamic icons to indicate status
- Double-clicking a parent with a missing best attachment and on-demand
downloading off no longer loads the parent URL
- Bugs
2011-11-26 03:45:55 -05:00
Dan Stillman
81b6974053
Add more reasonable "Medium" font setting, and shift M/L to L/XL
...
Also adjust spacing of radio buttons in General pref pane
2011-11-17 02:10:10 -05:00
Simon Kornblith
a259a6b8cd
First run guidance for creator menu
2011-10-03 06:04:37 +00:00
Simon Kornblith
27b5505661
First run guidance for save icon
2011-10-03 04:44:40 +00:00
Simon Kornblith
3364a533c5
Add "Restore to Library" context menu option
2011-10-02 15:50:54 +00:00
Dan Stillman
e1cc377162
Show Zotero pane progress bar during sync processing
...
TODO: limit to large syncs?
This needs a lot of testing.
Also:
- Tweak pumpGenerator() wait level behavior to match Zotero.wait()
- If Zotero is closed in the top-most window, show a popup instead of the pane-covering progress meter, and take an optional icon in Zotero.showZoteroPaneProgressMeter() for use in the popup
- Restore protection against opening Zotero pane when Zotero.locked is set
- Display a nicer error if Zotero.DB.commitTransaction() is called without an active transaction
- Allow text with icons to extend to multiple lines in progressWindow popup
- Automatically use current window if one isn't specified in Zotero.repaint()
2011-09-21 23:00:20 +00:00
Simon Kornblith
08c8c4dfbd
Use asynchronous APIs for collecting fields. This currently has the side effect of breaking the editor.
2011-09-15 07:57:06 +00:00
Simon Kornblith
953ec31166
Add context menu to translate icon, allowing the user to save to Zotero with alternative translators and to perform library lookup or use lookup engines without first saving the item
2011-08-28 20:12:08 +00:00
Simon Kornblith
a38119365e
Locale changes from r10295
2011-08-26 21:52:41 +00:00
Simon Kornblith
aae77c6015
Add-on discovery support for Zotero Standalone, part 1
2011-08-25 07:35:22 +00:00
Simon Kornblith
d382f293ca
Add link to cslPreview.xul and make sure things work in Standalone (and tab mode)
2011-08-24 06:58:42 +00:00
Simon Kornblith
b3cf130821
Add "Open csledit.xul" to Standalone advanced prefs
2011-08-24 05:59:20 +00:00
Simon Kornblith
cf0e1e6972
Ask before importing files on double-click
2011-08-18 15:29:13 +00:00
Simon Kornblith
a35c33312d
Move standalone.dtd out of separate directory
2011-08-10 19:36:05 +00:00
Dan Stillman
7bf14390b2
Update version number
2011-08-10 19:30:54 +00:00