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
Dan Stillman
d5e9ca11f3
Restore Locate button on missing files (since 10/15)
2011-11-16 17:55:18 -05:00
Dan Stillman
8f742bc7ab
Don't require manual sync on 40x response for invalid session errors
...
Server currently returns 500 but should return 403
2011-11-08 02:45:17 -05:00
Simon Kornblith
7a5b1f7e32
Merge pull request #6 from ajlyon/diacritic
...
Short-circuit removeDiacritics on alphanumeric and other basic input
2011-11-07 21:04:35 -08:00
Dan Stillman
83216d6125
Relations libraryID fixes
...
- For cross-library links, if both group libraries, store relation with
source group. Otherwise, store with personal library.
- Send libraryID when syncing
- Update libraryID properly when syncing updated relation from server
- Increment sync API version so server can send relation libraryIDs
safely
2011-11-07 13:32:19 -05:00
Dan Stillman
7338e5e40f
Change default style to chicago-note-bibliography
2011-11-04 16:58:46 -04:00
Avram Lyon
d707947450
Short-circuit removeDiacritics on alphanumeric and other basic input
2011-11-03 11:53:53 -07:00
Dan Stillman
3616009963
Update styles
2011-11-03 14:06:30 -04:00
Dan Stillman
078efc4042
Don't die if a creator is missing at an index
2011-11-03 12:46:48 -04:00
Dan Stillman
9fa7dc5249
Add https://github.com/zotero/bundled-styles as submodule
2011-11-03 00:34:34 -04:00
Dan Stillman
ea44d9cf6f
Maybe fix some broken WebDAV servers
...
Use "1" instead of " " for test and lastsync files
2011-11-02 23:50:05 -04:00
Dan Stillman
25ba8c7006
Prepend error info (except other add-ons info) to debug output
2011-11-02 16:46:53 -04:00
Simon Kornblith
9289b7f4e0
Merge pull request #1 from mronkko/master
...
Changed the required versions of extensions from x.x.x.SVN to x.x.x.SOURCE
2011-11-02 09:38:28 -07:00
Mikko Rönkkö
6dfb6af461
Changed the required versions from SVN to SOURCE to reflect name changes
2011-11-02 18:33:49 +02:00
Simon Kornblith
acd54cd2c0
Save a little code
2011-11-02 00:28:54 -04:00
Simon Kornblith
690ceac4b3
Fix transferring documents between translator sandboxes
2011-11-02 00:25:47 -04:00
Dan Stillman
edd4fabf2e
Move de-DE directory to de (already registered as 'de' in chrome.manifest)
2011-10-31 14:14:29 -04:00
Dan Stillman
e064009fe2
Add CSL locales repo as submodule
2011-10-31 02:15:47 -04:00
Dan Stillman
38757e55c0
Remove old CSL locale directory
2011-10-31 02:15:01 -04:00
Simon Kornblith
7bafb1100b
Update to citeproc-js 1.0.236
2011-10-31 00:37:24 -04:00
Dan Stillman
f1beeab5c0
Use read-only path for translators
2011-10-29 16:32:19 -04:00
Dan Stillman
7b4f16e233
Show the + symbol when dragging items between collections or libraries
...
TODO: don't show symbol when the item can't be dropped
2011-10-29 15:50:57 -04:00
Dan Stillman
2e2f7e3f84
Update version numbers and change Fx maxVersion to 8.*
2011-10-28 01:29:46 -04:00
Dan Stillman
7a5024df6e
Change "SVN" references to "source"
2011-10-28 01:27:04 -04:00
Dan Stillman
af5f526ad1
Remove translators zip build script, since it's no longer used
2011-10-27 02:36:41 -04:00
Dan Stillman
531c8c3e66
Add empty styles directory
2011-10-27 02:30:17 -04:00
Dan Stillman
44f117fb17
Clear old styles symlinks
2011-10-27 02:27:23 -04:00
Dan Stillman
55c414894a
Restore build_zip from translators directory as build_translators_zip
2011-10-27 02:16:17 -04:00
Dan Stillman
6f165c9f65
Add translators as a submodule
2011-10-27 02:12:41 -04:00
Dan Stillman
68553cc6db
Remove translator copies
2011-10-27 02:08:15 -04:00
Simon Kornblith
0a5f4946d3
Wait until 250 ms after keypress before executing search in QuickFormat
...
Thanks to mronkko for the patch
2011-10-23 19:09:53 +00:00
Dan Stillman
2e41266c03
Use a DOMDocument instead of E4X for uploaded XML generation -- this is almost an order of magnitude faster and hopefully fixes data corruption issues with E4X on large uploads that were causing validation errors on the server.
...
Individual objects are still created as E4X (e.g., in itemToXML()) and reparsed into the DOM. Generating individual objects with the DOM would produce roughly another order-of-magnitude speedup.
2011-10-21 21:31:13 +00:00
Dan Stillman
462d9ab199
Automatically trim username in sync preferences
2011-10-20 17:57:50 +00:00
Dan Stillman
4fb9c2877f
Fix error when changing item types
2011-10-19 22:27:17 +00:00
Simon Kornblith
11ad20a1d8
Update to citeproc-js 1.0.227
2011-10-15 22:47:17 +00:00
Dan Stillman
40ec344218
Fix a number of problems related to newlines in filenames
...
- Properly strip newlines and tabs in filenames (broken since May 2011)
- If view isn't editable, don't show Locate button, since the updated path couldn't be sent back up
- Fix access error if a synced file needs to be renamed to be valid but user doesn't have group editing access
- Don't allow newlines in item titles (e.g., via copy/paste)
2011-10-15 05:50:30 +00:00
Dan Stillman
7b902f0fd4
Replace more E4X compound assignment operators with appendChild(), as in r10250
2011-10-14 02:43:12 +00:00
Dan Stillman
8ad3b513a1
- Allow twisty clicks (in collections and items panes) to work in duplicates view
...
- Move collection selection down if a collection above is opened (since r9950)
2011-10-12 18:41:23 +00:00
Dan Stillman
749b4ee464
Display more helpful message for "Username not set" error when clicking on the sync error icon (previously displayed a full message at sync time for foreground syncs but updated the error icon dialog only for background syncs)
2011-10-12 15:23:53 +00:00
Dan Stillman
456406fc10
Increase max length of duplicate detection field selector menu items, and display tooltip if still cut off
2011-10-12 08:48:47 +00:00
Dan Stillman
c22c87a053
Require at least one last name + first initial match for title matching in duplicate detection
2011-10-11 23:48:20 +00:00
Dan Stillman
01ea59491a
- Fix error handling in syncing when using pumpGenerator()
...
- Take an optional error handler as the third parameter to pumpGenerator()
2011-10-11 16:18:17 +00:00
Dan Stillman
ec6d38df68
Addresses #1796 , trigger() checks type rather than event for 'modify', 'delete'
...
Just take out check for extraData
2011-10-10 17:01:22 +00:00
Simon Kornblith
92382ca856
Update to citeproc-js 1.0.226
2011-10-10 07:23:38 +00:00
Simon Kornblith
da180d3fed
Remove debug line
2011-10-10 03:02:28 +00:00
Dan Stillman
3a6977a733
Fix "no such column: groupID" sync error
2011-10-09 19:34:54 +00:00
Dan Stillman
21f1e3789e
Fixes #1796 , trigger() checks type rather than event for 'modify', 'delete'
2011-10-06 16:04:53 +00:00
Simon Kornblith
8eda39ad7e
Requeue nsITimerCallbacks that didn't execute during pumpGenerator
2011-10-06 01:40:35 +00:00
Simon Kornblith
a3f958be00
Fix version checking in Nightly
2011-10-05 18:42:54 +00:00
Dan Stillman
5f82db0970
Ensure library is visible when selecting
2011-10-05 17:52:22 +00:00