Commit graph

4454 commits

Author SHA1 Message Date
Dan Stillman
b1cd48a863 Avoid a third "this" in save icon first-run guidance 2012-01-19 21:06:28 -05:00
Dan Stillman
8941e610e0 Fix invalid CSS selector on Windows
I didn't check whether this affects anything. The rule was being ignored
previously.
2012-01-19 21:05:35 -05:00
Dan Stillman
1e20c8cb53 Fix saving of "@22" files in snapshots
CSS rules were being made available to WebPageDump with double-quotes in
the url() rules, despite the original rules not containing them. WPD's
regexp for parsing url() rules included the quotes in the captured
strings, which prevented relative URLs from being properly interpeted --
they were instead appended to the base URL, resulting in "@22" (") at the
end and 404s (sometimes with large HTML pages) that were then saved to
disk instead of the image.
2012-01-19 15:50:27 -05:00
Frank
f047999339 Upgrade citeproc-js to version 1.0.264 2012-01-19 18:10:11 +08:00
Dan Stillman
6b58d3e2af Fix erroneously disabled "Empty Trash" (recent regression) 2012-01-19 02:40:46 -05:00
Simon Kornblith
865b3e0b21 Add progress indicator to add item by identifier 2012-01-18 23:50:38 -05:00
Frank
376ecba496 Upgrade citeproc-js to version 1.0.263 2012-01-19 01:26:13 +08:00
Frank
0e9505a2c5 Upgrade citeproc-js to version 1.0.262. 2012-01-19 01:26:13 +08:00
Frank
8bebd77a57 Upgrade citeproc-js to version 1.0.261. Important fix to avoid a processor hang in some circumstances. 2012-01-19 01:26:13 +08: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
35efd798de Save real target URLs from Google search results
"Save Link as Zotero Item" previously saved Google's tracking page
instead of the real destination. This can be extended to other sites
if necessary.
2012-01-17 04:52:53 -05:00
Simon Kornblith
77a9bac691 Fix window dragging on Windows, because for some reason the jsm doesn't work properly 2012-01-17 01:50:39 -05:00
Simon Kornblith
0fcf07dd6a Teeny tiny cosmetic fix on Windows 2012-01-17 01:50:39 -05:00
Simon Kornblith
bbd686f8bb A true platform-general solution to the panel sizing problem 2012-01-17 01:50:39 -05:00
Simon Kornblith
6750535319 Fix panel sizing on OS X and Windows 2012-01-17 01:50:39 -05:00
Dan Stillman
2b2da828c0 Restore ".SOURCE" in ZOTERO_CONFIG version 2012-01-17 01:19:29 -05:00
Dan Stillman
261862cf30 Remove debugging info 2012-01-17 01:18:38 -05:00
Dan Stillman
7c4a69b9e1 Merge branch '3.0' 2012-01-17 01:16:47 -05:00
Dan Stillman
cc4d3db845 Fix a couple syncing errors 2012-01-17 01:08:58 -05:00
Simon Kornblith
a17b78e222 Minor cosmetic fix 2012-01-16 23:57:19 -05:00
Simon Kornblith
7a52b65e85 Some more Linux focus fixes, and fix panel size 2012-01-16 23:57:19 -05:00
Simon Kornblith
189b3cd146 Fix refocusing of Quick Format window on Linux 2012-01-16 23:57:19 -05:00
Dan Stillman
6c6505a7ba Make "Restore to Library" button look somewhat less awful 2012-01-16 23:04:36 -05:00
Simon Kornblith
6c97fed76c Fixes for Firefox 3.6 (ugh) 2012-01-16 22:39:29 -05:00
Simon Kornblith
51b3af7bc7 Move icon over by one pixel 2012-01-16 21:33:43 -05:00
Simon Kornblith
b66c2aab89 Add preferences to menus on Windows and Linux 2012-01-16 21:29:32 -05:00
Simon Kornblith
c6a366638d Only use Zotero.version from ZOTERO_CONFIG until we can get it from the add-on manager 2012-01-16 20:39:08 -05:00
Simon Kornblith
e16a0cb47a Enable JavaScript in hidden browsers. This fixes http://forums.zotero.org/discussion/21381/ (which occurs because document.domain differs even though the origin is the same) and is consistent with the behavior of the connectors. 2012-01-16 11:15:29 -05:00
Dan Stillman
407e8ab32a Fix collection drag error if standalone file and no-files group 2012-01-16 03:28:38 -05:00
Frank
bfd1c1c91f Map Zotero inventor to CSL author, which seems unlikely to be controversial. 2012-01-16 00:18:59 +08:00
Dan Stillman
d029fca692 Additional debug output 2012-01-15 03:00:01 -05:00
Simon Kornblith
a2bb949bc0 Update to citeproc-js 1.0.260 2012-01-14 14:32:16 -05:00
Simon Kornblith
61a987303f Fix conversion between fields and bookmarks 2012-01-14 14:25:08 -05:00
Simon Kornblith
c5b4043155 Fix setDocPrefs, part 2 2012-01-14 00:34:08 -05:00
Dan Stillman
c77c7ca17d Throw error when attempting to install style that isn't XML
Also remove redundant "new XML()" call, which cleanXML() does itself.
2012-01-13 18:41:08 -05:00
Dan Stillman
063ba1de5e Undelete linked item automatically when redragging item to a library
Unlike with Restore to Library, the linked item is first removed from
any collections, so it only ends up in the library root and, if
applicable, the target collection.
2012-01-13 18:11:00 -05:00
Dan Stillman
53e6b2a572 Replace all E4X in data syncing with DOM methods
This should make XML generation much faster and will hopefully fix
remaining random XML errors in large uploads.

This needs testing.
2012-01-13 16:02:31 -05:00
Simon Kornblith
44ac61c33e Fix setDocPrefs 2012-01-12 18:54:12 -05:00
Simon Kornblith
91ffdff4dd Update to citeproc-js 1.0.258 2012-01-12 18:53:50 -05:00
Simon Kornblith
f873948740 Revert "Update to citeproc-js 1.0.258"
This reverts commit 5af1ef045c.
2012-01-12 18:53:17 -05:00
Simon Kornblith
9e1bd4a858 Revert "Fix setDocPrefs"
This reverts commit caa7bca2ab.
2012-01-12 18:52:58 -05:00
Dan Stillman
add924cdce Properly clear sync-in-progress flag 2012-01-12 18:48:30 -05:00
Simon Kornblith
caa7bca2ab Fix setDocPrefs 2012-01-12 15:35:42 -05:00
Simon Kornblith
5af1ef045c Update to citeproc-js 1.0.258 2012-01-12 12:13:31 -05:00
Dan Stillman
2bf4c81a62 Make creator-based report sorting slightly less broken 2012-01-11 19:02:57 -05:00
Dan Stillman
da09a8dfcd Fix debug output of thrown errors
At some point this switched to showing just the line on which the error
occurred.
2012-01-11 18:45:22 -05:00
Dan Stillman
662be5e198 Add integrity check query for empty creators 2012-01-11 18:23:59 -05:00
Dan Stillman
4966a55a1b Disable "New Saved Search" menu option in read-only libraries 2012-01-11 18:23:36 -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