- 19 Sep, 2013 5 commits
-
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
+Moved time closer to right hand side of annotation card (closer to triangle). +Used same style as search x for notifications. +Fixed time position when "show differences" is checked. +Revised standalone page. +Made slight improvements to streams CSS. +Fixed: top bar on streams should stick to top of page and not float
-
RawKStar77 authored
-
- 18 Sep, 2013 6 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
The `updateReplies` event is unhelpful spaghetti when we can more clearly watch the collection of thread children that's kept up to date by the threading plugin automatically. Utilize `annotation.thread` more.
-
Randall Leeds authored
-
Randall Leeds authored
-
- 10 Sep, 2013 1 commit
-
-
Randall Leeds authored
-
- 08 Sep, 2013 1 commit
-
-
gergely-ujvari authored
Help page Fixes #680
-
- 07 Sep, 2013 2 commits
-
-
RawKStar77 authored
-
RawKStar77 authored
-
- 06 Sep, 2013 6 commits
-
-
csillag authored
-
Kristof Csillag authored
Re-design lots of code path, so that digest cycles are triggered in a less insane manner.
-
Ujvari Gergely authored
-
Ujvari Gergely authored
-
csillag authored
(This is now obsolete, since the hybrid extension packaging is gone.) This reverts the following commits: 0651af1f1806a76efebe7bb3ea55499c11f07787 7fbe0a71e2403ee426b311f24c4d27e086025c76 192b9547528541c03945975a42d65c1c75d4cd65
-
Randall Leeds authored
Introducing client-id and channel it through streaming.
-
- 05 Sep, 2013 1 commit
-
-
Ujvari Gergely authored
The main cause of this problem was that angular was calling this filter very frequently. Now the annotation.reply_list is maintained that it stores the replies sorted and using the filter is no longer necessary.
-
- 04 Sep, 2013 1 commit
-
-
csillag authored
-
- 03 Sep, 2013 5 commits
-
-
csillag authored
This reverts commit e1c5c4da53110efbde122ba71206d7436d1169ee, because it messed up creating annotations. Interesting, because there should not have been any real change in any functionality. I will investigate this.
-
Ujvari Gergely authored
-
Kristof Csillag authored
Tab count now includes the number of both the source-level annotations and the replies
-
csillag authored
This enables Coffee debugging of Annotator. Also takes care of some of the 404 messages on the console, generated by the JS files referencing the missing source maps. Fixes #721.
-
Ujvari Gergely authored
-
- 02 Sep, 2013 5 commits
-
-
Ujvari Gergely authored
-
Ujvari Gergely authored
The replies(annotation) call of the viewer.html ng-repeat was called in every $digest cycle yet it only needs to be updated upon annotation creation, reply creation, delete. Therefore an updateReplies event is introduced which is emitted up in the hieararchy and every annotation updates it's new reply_list property (which as it's namesake suggest keep a list of the annotation's replies)
-
Ujvari Gergely authored
-
Ujvari Gergely authored
Instead of the normal ```Total annotations``` format and the previous ```Top level annotations``` format, now introducing the ```"Total annotations"+"Replies"``` format, if this string is shorter than 5 characters, if longer we're falling to the old ```Total annotations``` format. Font size changed from 13.1px to 12.1px Fixes #671
-
Ujvari Gergely authored
Fixes #260
-
- 01 Sep, 2013 4 commits
-
-
Kristof Csillag authored
Killed opacity on pen adder.
-
csillag authored
-
RawKStar77 authored
-
csillag authored
-
- 30 Aug, 2013 1 commit
-
-
csillag authored
* Moved the dynamicBucket variable inside the scope for the AppController * In services, add a method for switching the dynamic bucked mode on and off * Add an RPC for doing the same * Add a method in the host frame for doing the same * When selecting annotations/highlights by clicking on the highlight in the host document, call this method to switch off dynamic mode. This fixes #712.
-
- 29 Aug, 2013 2 commits
-
-
csillag authored
-
gergely-ujvari authored
Changed the look of userstreams and standalone annotation page.
-