Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround for bogus HTML documents (h:#409) #207

Closed
wants to merge 40 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
9e46058
Use closures to separate create vs update
tilgovi Jul 4, 2012
6a69c49
cleanup comments
tilgovi Jul 9, 2012
fcd24eb
Merge branch 'master' into feature/119
tilgovi Jul 12, 2012
5a5e03a
Merge branch 'master' of github.com:okfn/annotator into develop
tilgovi Nov 21, 2012
95dc8ee
Initial support for loading annotations saved in the new format (with…
csillag Feb 28, 2013
02598fb
- Added getHref method, used to determine the source URL
csillag Feb 28, 2013
4109850
When modifying the DOM, notify dom-text-mapper
csillag Mar 2, 2013
f066e48
- Publish event before loading annotations
csillag Mar 3, 2013
a12bec5
- Improved error handling
csillag Mar 4, 2013
8afcced
Fuzzy matching: Allow more divergence from expected location
csillag Mar 4, 2013
d8dd2b0
Do not save quote field for annotation
Mar 4, 2013
f6372c3
Merge branch 'fuzzy-anchoring' of https://github.com/hypothesis/annot…
csillag Mar 7, 2013
8e06225
Magic range:
csillag Mar 8, 2013
b0ea535
- Apply some normalization to the saved quotes. (To even out some br…
csillag Mar 11, 2013
8feec9a
Fixed a bug.
csillag Mar 12, 2013
859d4e3
- Added two-phase fuzzy strategy
csillag Mar 12, 2013
a8827d4
Don't save the (generated) quoteHTML field
csillag Mar 13, 2013
dac861e
Enhance the handling of changed quotes
csillag Mar 13, 2013
e5446d2
Internal change: when searching for anchor, return data in an object,…
csillag Mar 15, 2013
9358e82
Fixed bugs introduced with last commit.
csillag Mar 15, 2013
2bc87f7
Moved the two-phased (context-based) fuzzy matching down to the dom-t…
csillag Mar 15, 2013
ff5e88d
- Audited for 80 chars
csillag Mar 16, 2013
e9328a5
Merge remote-tracking branch 'hypothesis/fuzzy-anchoring'
tilgovi Mar 18, 2013
94be061
do not unwrap detached highlights
tilgovi Mar 19, 2013
383514e
don't choke when an annotation has no highlights
tilgovi Mar 19, 2013
d9ed1c1
Clarified some misleading log messages.
csillag Apr 9, 2013
f02b9d6
Un-broke position-based anchoring strategy
csillag Apr 10, 2013
939cdee
Merge branch 'master' into develop
tilgovi Apr 10, 2013
6f0e53a
Fix a case with multiple <br>s following each other
csillag Apr 12, 2013
0522355
Drop missing target ID from the error message about failed anchoring …
csillag Apr 23, 2013
e666b05
Relax the constraints on the distance of the expected and the found p…
csillag Apr 23, 2013
4eb3328
Solved some problems with XML elements. Added error message for remai…
csillag Apr 24, 2013
ef8ecea
On range normalization, don't cut unless necessary. Only update d-t-m…
csillag Apr 25, 2013
68379aa
Added more detailed debug output for range normalization
csillag Apr 25, 2013
8856dcd
- Replaced hard-wired DOM element node type constant values with the…
csillag Apr 25, 2013
0d1ef70
First (untested) attempt to handle HTML tag names with a = sign in them.
csillag May 6, 2013
1d3d519
Replace jQuery-based XPath calculation with native one from dom-text-…
csillag May 7, 2013
3362103
Use jQuery-based XPath construction by default, manual as a fall-back.
csillag May 7, 2013
f037466
Added manual XPath evaluation fallback for bogus elements.
csillag May 7, 2013
977693a
Revert "First (untested) attempt to handle HTML tag names with a = si…
csillag May 7, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading