- 10 Aug, 2013 5 commits
-
-
Randall Leeds authored
The dev server now explicitly listens on localhost. That means that if you wish to expose this publicly you will need to set up a public- facing proxy server, such as nginx, or create/modify a .ini file. The Procfile still uses 0.0.0.0, which means that pyramid will fall back to reading the HTTP Host header for the server name. In Procfile deployments like heroku and dokku it is assumed that this header is trusted and fixed in upstream reverse proxies. Fixes #497.
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
- 09 Aug, 2013 2 commits
-
-
Randall Leeds authored
I'm starting to think we should start separating modules in our angular application by function, rather than having a monolithic module for each category (filter, service, controller, etc).
-
Randall Leeds authored
-
- 08 Aug, 2013 13 commits
-
-
Randall Leeds authored
Stream improvements 4
-
Ujvari Gergely authored
-
Ujvari Gergely authored
-
Ujvari Gergely authored
- Added link to standalone page for each annotation in userstream - Handling update/delete well - Fixed search_raw to pack annotation.id to the answer
-
Ujvari Gergely authored
The detail view of the user stream is nice to highlight-only annotations
-
Ujvari Gergely authored
userstream page does not display text for highlights but shows as much as it can from the quote
-
Ujvari Gergely authored
For replies it populates the annotation.quote field with the parent's reply. The userstream.coffee page will use this field if exists.
-
Ujvari Gergely authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
Thread collapse handling is moved to the thread directive. This directive no longer creates new scope (since the tranclusion of the recursion was making it hard to propagate events up the thread scopes). Now, which children are being edited is tracked by every ancestor so that threads cannot be collapsed if editing is taking place below. Fix #555
-
Randall Leeds authored
This reverts commit a686e540ee3a012cc7dbec50ac5d3f07fc5f75cd.
-
- 07 Aug, 2013 4 commits
-
-
Ed Summers authored
-
Ed Summers authored
working annotation test
-
-
Kristof Csillag authored
Kill vertical bar left of username. Fixes #553.
-
- 06 Aug, 2013 5 commits
-
-
Kristof Csillag authored
Changed icons, fixed bug, added tooltips and button press effect to controlbar
-
gergely-ujvari authored
Unite code for user streams and tag streams. Fixes #532.
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
-
- 05 Aug, 2013 1 commit
-
-
gergely-ujvari authored
Add support for actually using Gettext in Annotator.
-
- 04 Aug, 2013 2 commits
-
-
Randall Leeds authored
Unit/Functional Tests
-
Alec Chapman authored
-
- 01 Aug, 2013 1 commit
-
-
- 31 Jul, 2013 2 commits
-
-
Kristof Csillag authored
Fixes #560.
-
Kristof Csillag authored
-
- 30 Jul, 2013 5 commits
-
-
csillag authored
Also remove now superflous .gray-tags class from CSS. Fixes #526.
-
csillag authored
-
csillag authored
Fixes #555
-
-
Ujvari Gergely authored
Fixes #557
-