W3C CVS Root

CVS log for Amaya/annotlib/Annot.S

[BACK] Up to [Public] / Amaya / annotlib

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Aug 12 09:34:06 2003 UTC (20 years, 10 months ago) by kahan
Branches: MAIN
CVS tags: HEAD, Amaya-9-55-1, Amaya-9-55, Amaya-9-54, Amaya-9-53bis, Amaya-9-53, Amaya-9-52, Amaya-9-51, Amaya-9-5, Amaya-9-4, Amaya-9-3, Amaya-9-2-1, Amaya-9-2, Amaya-9-1, Amaya-8-7, Amaya-8-6, Amaya-8-5, Amaya-8-4, Amaya-8-3, Amaya-8-2, Amaya-8-1b, Amaya-11-4-7, Amaya-11-3-1, Amaya-11-3, Amaya-11-2, Amaya-11-1, Amaya-11-0, Amaya-10-0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
JK: updated the copyright

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Dec 2 13:38:11 2002 UTC (21 years, 6 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-8-1, Amaya-8-0, Amaya-7-2, Amaya-7-1, Amaya-7-0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -0 lines
JK: Make annotations work with generic XML documents. N.B.,
we still need to add NS to XPointers to be 100% compliant.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jul 3 16:45:53 2002 UTC (21 years, 11 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-6-4, Amaya-6-3, Amaya-6-2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
JK/VQ: Change in the schemas for being able to have an annotation type
or reply type text.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Mar 11 15:07:12 2002 UTC (22 years, 3 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-6-1, Amaya-6-0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +9 -4 lines
- Allow annotation bodies to be of type text, svg, and mathml, as well
  as XHTML.
- Send the correct content type when publishing an annotation (we were
  always using text/html)

-jose

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Dec 14 09:38:09 2001 UTC (22 years, 6 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-5-3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -2 lines
JK: Schema changes for showing orphan thread items

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Nov 23 15:16:56 2001 UTC (22 years, 6 months ago) by kahan
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 lines
JK: Annotation replies bug fixes, enhancements.
Things missing: sort the threads by date (sorted by reply to done)
Update the local annotations annotates and replies-to info after a post.
UI: show annotations in same window when browsing.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Sep 20 14:52:46 2001 UTC (22 years, 9 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-5-2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -1 lines
JK: Reusing the Amaya general mechanisms for setting namespaces and charsets
on the annotation body. New annotations will use the utf-8 charset by default.
Parse XHTML annotation bodies using the XHTML parser and HTML ones with the
HTML parser (we were only using the later).

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Sep 14 14:08:52 2001 UTC (22 years, 9 months ago) by kahan
Branches: MAIN
CVS tags: raptor-0-9-3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1 lines
JK: Bug fix: When downloading an annotation, the new HTML tree was being
added as the child of the Annotation/Body/HTML element. If we saved such
a document, this resulted in a duplication of the HTML elements.
Preparing the work for using the XHTML parser and saving annotations with
a correct charset (UTF-8 for the moment).

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Apr 27 08:24:28 2001 UTC (23 years, 1 month ago) by kahan
Branches: MAIN
CVS tags: Amaya-5-1, Amaya-5-0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -9 lines
JK: Annotation threads. Made reload of an annotation doc + threads work.
Now showing the title of annotation + author's name + last modif. date
in each thread item. Make new thread items be added at the end of the
thread, rather than as the first child (still needs work to sort the
threads). Make selection work on the desc item, rather than on the
thread item. Some bug fixes.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Apr 25 14:47:22 2001 UTC (23 years, 1 month ago) by kahan
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
JK: Made the index icon appear in a better place in a thread item (the
heritage bug remains).
Changed an attribute name from Selected to Selected_

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Apr 24 15:57:38 2001 UTC (23 years, 1 month ago) by kahan
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -1 lines
JK: Annot threads. Now showing the title of the annotations in the thread.
Reduced the thread indentation. Some bug fixes too.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Apr 18 16:25:05 2001 UTC (23 years, 2 months ago) by kahan
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -0 lines
JK: Adding a title to annotations (work in progress).
Window guys, don't forget to recompile the schemas.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Mar 26 15:28:41 2001 UTC (23 years, 2 months ago) by kahan
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +37 -5 lines
JK: Early commit of the annotation thread code.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Nov 6 14:46:39 2000 UTC (23 years, 7 months ago) by swick
Branches: MAIN
CVS tags: Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -0 lines
Merge exp_AnnotAuthUser branch into main branch.  This will display three
additional fields in the annotation metadata if the server supplies them,
else nothing will display.
RRS

Revision 1.6.4.1: download - view: text, markup, annotated - select for diffs
Fri Nov 3 06:54:12 2000 UTC (23 years, 7 months ago) by swick
Branches: exp_AnnotAuthUser
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +6 -0 lines
Experimental support for displaying authenticated user information
from an Annotea service.  This adds three fields to the annotation
metadata and changes some interfaces in ANNOTschema.  This is
checked-in to a branch tagged exp_AnnotAuthUser so that Jose can
look it over and decide whether to merge it.
RRS

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Oct 17 11:15:56 2000 UTC (23 years, 8 months ago) by kahan
Branches: MAIN
CVS tags: exp_AnnotErrLog
Branch point for: exp_AnnotAuthUser
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -1 lines
JK: The user could erase the metadata elements

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 17 11:24:31 2000 UTC (24 years, 1 month ago) by kahan
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -3 lines
JK and RRS : Safeguard commit before the demo
- New Timinificator easter egg
- Added an active reverse link to the document (a problem to jump to the
- name anchor seems to remain)
- Added a menu for changing the annotation types
- temporary hack to add a default type if it's missing
- we're now able to retrieve the body of a remote annotation.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Apr 14 16:51:11 2000 UTC (24 years, 2 months ago) by kahan
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
JK: Support for the last modified date, progress in reading from the RDF
dbase.. Next step, following a link to something stored there.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 13 00:32:28 2000 UTC (24 years, 2 months ago) by kahan
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
JK: Adding a custom query menu, and a last modified entry.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jan 7 18:35:43 2000 UTC (24 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
JK: integrating the new annotation schemas

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Sep 30 15:08:01 1999 UTC (24 years, 8 months ago) by cvs
Branches: MAIN
New stuff for Annotations
Irene

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Webmaster