Commit graph

2273 commits

Author SHA1 Message Date
Dan Stillman
0bd4f19df1 maxVersion to 3.6b4pre 2009-11-19 18:33:10 +00:00
Simon Kornblith
2b019c4427 fix tab weirdness in FF 3.6 2009-11-17 19:15:41 +00:00
Dan Stillman
7cc48426b3 Don't immediately re-upload synced relations 2009-11-15 07:12:54 +00:00
Dan Stillman
7eb2f5aad3 Uh, don't pull every single translator from the repository on every new installation kthxbye 2009-11-15 03:30:21 +00:00
Dan Stillman
3446aaf645 Fix constraint error "UPDATE itemAttachments SET syncState=?" during sync 2009-11-14 18:31:48 +00:00
Dan Stillman
c19be7d8ad Copy in json.org unserialize() so JSON.parse() works in Fx3 2009-11-13 07:06:14 +00:00
Dan Stillman
7b8db1f09f Remove (unused, I believe) eval() calls in TinyMCE to avoid AMO flagging, though we'd have to do so on every update 2009-11-13 06:43:59 +00:00
Dan Stillman
d245064f87 Add a note to eval() in json.org library 2009-11-13 06:22:44 +00:00
Dan Stillman
3fd5fe06a3 Remove unused eval() calls in Timeline code to avoid AMO flagging, though we should probably integrate a newer version of Timeline anyway 2009-11-13 06:13:08 +00:00
Dan Stillman
034c2a1792 Remove (harmless) eval() calls in conditional-timed-textbox.xml (used for quicksearch on Fx3) to avoid AMO flagging 2009-11-13 06:08:28 +00:00
Dan Stillman
ba1b45b555 Add type attributes to csledit.xul and cslpreview.xul iframes to avoid AMO flagging 2009-11-13 05:44:01 +00:00
Dan Stillman
a71926da26 Restore JSON.parse() calls that were overwritten 2009-11-13 04:14:27 +00:00
Dan Stillman
a55677637b repotime update 2009-11-12 07:21:59 +00:00
Dan Stillman
911160524c Fix constraint order importing RDF files (from Zotero 1.0?) with child items in collections 2009-11-12 07:21:30 +00:00
Dan Stillman
0b8d772ad8 Update maxVersion to 3.6b3pre 2009-11-11 19:54:24 +00:00
Dan Stillman
1be64e2d68 Send repo pings to API server 2009-11-09 05:13:10 +00:00
Dan Stillman
9cd0aa2182 Purge deleted values on trash empty 2009-11-06 09:26:44 +00:00
Dan Stillman
d421f25878 - Fix "itemID 'undefined' not an integer in Zotero.Item.addRelatedItem()" sync error
- Allow last remote sync times to be decimals
2009-11-04 06:25:56 +00:00
Dan Stillman
b921d5ac31 Fix some error handling in WebDAV purge/delete 2009-11-03 19:04:37 +00:00
Dan Stillman
6f9da7f749 Fix issues with XML going into title and journal abbreviation fields in CrossRef 2009-11-03 10:23:49 +00:00
Dan Stillman
79093b7c5c Grab HTTPS URLs in COinS 2009-11-02 22:03:52 +00:00
Dan Stillman
9e09c2113d Another old journal URL scheme for Informaworld 2009-11-02 21:07:18 +00:00
Dan Stillman
1add6f17b7 Fix additional Informaworld URL scheme 2009-11-02 20:51:01 +00:00
Dan Stillman
9f3f0f1250 Fixed and pushed Informaworld 2009-11-02 20:30:23 +00:00
Dan Stillman
bb0d70a050 Add comment 2009-11-02 06:03:52 +00:00
Dan Stillman
a2f2182357 Add previous changes to non-ZIP section as well 2009-11-01 21:21:43 +00:00
Dan Stillman
ec9b1bed37 - Check for filename length of 244 instead of 254 to allow for some multibyte characters when checking storage sync error
- On Linux, if filename is over 130 characters and under 244, display filename in error message and include ecrypt suggestion
2009-11-01 21:20:34 +00:00
Dan Stillman
a4f8e45b73 Shorten filenames >=254 characters on storage sync error, since ext3/ext4/HFS+ all have ~254-character filename length limits
I don't have an OS/filesystem on which I can actually test this, but it might work.
2009-11-01 19:45:41 +00:00
Dan Stillman
8fad310894 Pushed ScienceDirect 2009-10-31 20:30:27 +00:00
Simon Kornblith
0e30876787 fix broken ScienceDirect on pages with dummy iframes 2009-10-31 20:27:46 +00:00
Dan Stillman
f67f4741f9 Update Firefox maxVersion to 3.6b2pre for nightly builds 2009-10-31 07:31:48 +00:00
Dan Stillman
3959cf7fd0 - Fix XMLHTTPRequest in Firefox 3.6
- Restore sending of cookies even if "Allow third-party cookies" is disabled (requires Firefox 3.6; not tested)
- Added Zotero.isFx36 for 1.9.2
2009-10-31 07:26:15 +00:00
Dan Stillman
e15acb3e7e Fix XML parsing error in report generation if HTTP URL has a space in it 2009-10-29 07:35:29 +00:00
Dan Stillman
455a1e65f1 - Fix item deletion behavior to be consistent between Windows (where it was prompting to erase child items) and OS X (where it wasn't for some reason) -- child items are now always removed, since unlinking them didn't make sense in the context of moving items to the trash and could cause problematic data states that would break syncing and trash emptying
- Show appropriate message when moving items to trash
- Unbind delete action from Backspace on Windows, where it's non-standard
- Fixed some inconsistencies in Cmd/Ctrl-Delete behavior -- Cmd-Delete will move item to trash without prompt in Library and move items to trash with a prompt in collection or search

API changes:

- Zotero.Items.erase(), Zotero.Item.erase(), and Zotero.ItemTreeView.deleteSelection() no longer takes eraseChildren parameter
2009-10-28 18:45:49 +00:00
Dan Stillman
9de0533ae8 Fix typo 2009-10-28 06:11:01 +00:00
Dan Stillman
7a4864caf2 Fix incorrect linking of URLs without trailing punctuation in HTML bibliographies 2009-10-27 02:31:59 +00:00
Dan Stillman
0b05cb34a8 Pushed PubMed, Aleph, and Hanrei Watch (and fixed regex JSON escaping on PubMed) 2009-10-22 19:02:49 +00:00
Matt Burton
984dfdddae Adding Hanrei Watch from Frank Bennet 2009-10-22 14:35:48 +00:00
Matt Burton
a7aaca9faf Addresses #1176, incorporated ormulum's changes. 2009-10-22 14:35:43 +00:00
Matt Burton
0f77e5f273 Adding Rintze's changes to work with the preview website 2009-10-22 14:35:36 +00:00
Dan Stillman
5c1018daaa Don't give false hope 2009-10-20 17:17:27 +00:00
Simon Kornblith
4ca829f45c activate Firefox on 10.4 2009-10-19 06:11:10 +00:00
Dan Stillman
0b20a62935 Fix "constraint failed" error on "REPLACE INTO itemNotes" query when a standalone note in a collection becomes a child note remotely 2009-10-18 16:03:54 +00:00
Dan Stillman
66fbf3d008 Fix nsIFile.remove() errors during sync, I imagine 2009-10-17 05:07:17 +00:00
Dan Stillman
bdd7bd9beb - Fix UI issue with search box when text is entered (probably)
- Restore Fx3.0 quick search code
2009-10-15 00:34:59 +00:00
Dan Stillman
249e8fa857 Advanced quick search mode was searching after every keypress 2009-10-14 09:53:50 +00:00
Dan Stillman
04bab1f28f Fix stupid bug that could cause an upgrade error 2009-10-14 09:25:41 +00:00
Dan Stillman
8d38122e9b Fix restart error dragging items between libraries 2009-10-13 22:29:25 +00:00
Dan Stillman
b6980b6c76 - Restore Notes tab
- "Add" button in Notes tab now uses inline notes editor by default instead of new window -- Shift toggles
- Fix overflow of tab panels in right column
- Fix error clicking on parent item title in unsaved new note window
2009-10-13 08:56:04 +00:00
Dan Stillman
daf313ad87 Add additional repair step to 1.0->2.0 DB upgrade process 2009-10-13 07:46:08 +00:00