- 10 Apr, 2013 13 commits
-
-
Randall Leeds authored
fixes #328
-
Randall Leeds authored
This reverts commit 2542a2d8501229d3b7c5585ed719946814996fa8. Fixes #358
-
Randall Leeds authored
-
csillag authored
-
gergely-ujvari authored
-
Randall Leeds authored
-
Randall Leeds authored
-
-
gergely-ujvari authored
-
Randall Leeds authored
-
Randall Leeds authored
- Use the 'store' request property for getting annotations from the store without knowing exactly how. This will make it possible to run h but delegate to another store eventually. - Use an AnnotationFactory and Annotation resource in the traversal tree to decouple the views and the model. - Fix merge weirdnesses and divergences.
-
csillag authored
-
csillag authored
-
- 09 Apr, 2013 19 commits
-
-
https://github.com/hypothesis/hcsillag authored
-
csillag authored
-
Ujvari Gergely authored
-
Ujvari Gergely authored
-
Ujvari Gergely authored
- using ng-model for the share-link - Annotation deleted. is now being shown correclty
-
Ujvari Gergely authored
- Corrected bug: Missing expand/collapse control - Nav bar changes: * Hypothes.is font size changed from 2em to 1.7em * Killed vertical lines * Hypothes.is is now left aligned * Killed "get extension" * Responsive to < 600 px
-
Ujvari Gergely authored
-
Ujvari Gergely authored
-
Ujvari Gergely authored
- Set width to 100% for input - Removed clipboard icon - Using slideToggle() - Repositioned to be under the magiccontrols.
-
Ujvari Gergely authored
-
Ujvari Gergely authored
-
Ujvari Gergely authored
- Qoute and body goes under each other - Border fixes - Removed avatar's place - get Extension and Signup is not shown for small widths.
-
Ujvari Gergely authored
- Added angular for expanding/collapsing replies - Removed threadline when there is no reply - Fix favicon bug - Changed domain_title to domain - Swapped domain and page order - Shortened extension text.
-
Ujvari Gergely authored
-
Ujvari Gergely authored
-
Ujvari Gergely authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
Not every browser supports "Vary: Accept" so it's not a good idea to try to serve the HTML of the app on the same path as the JSON endpoint used for syncing the dynamic application state.
-
- 04 Apr, 2013 7 commits
-
-
Randall Leeds authored
For some reason, only in the Chrome extension, this was generating URLs like /logout instead of /app/logout. Investigate later.
-
Randall Leeds authored
-
csillag authored
-
Randall Leeds authored
-
Randall Leeds authored
Cleans some more resource, view, controller stuff up with it. - Listen to events for setting the user object after registration and login. This change reduces the amount of horus code duplicated by the AppController through integration with our enhanced user request property. - Add response helpers to the AppController to even further reduce the amount of code duplicated from horus. So simple now! - Keep the {flash, model} structure of the app's main JSON view known only to the view callable, not the resource. The resource is just the model now. - Stop all that silly reifying - Upgrade our flash message system to handle the FlashMessage class from bag.pyramid.flash_msg. - Tweak some messages slightly. - Change the way the app is created. First, load the modules which integrate with horus: forms, models, and schemas. Then, load horus itself. Finally, include all of h.
-
Randall Leeds authored
-
Randall Leeds authored
-
- 02 Apr, 2013 1 commit
-
-
Randall Leeds authored
-