- 27 Nov, 2012 9 commits
-
-
Randall Leeds authored
- drag polyfill - suppress ghost image - work around gecko bug 505521
-
Randall Leeds authored
I think I got confused once when I did `x = foo` and it was being shared between instances. Silly me, it should have been `x: foo`. This CoffeeScript thing...
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
- less instance-wide state - shorter lines (< 80 columns) - consistentCamelCase
-
Randall Leeds authored
Fix #198 Conflicts: h/js/src/controllers.coffee
-
Randall Leeds authored
-
- 26 Nov, 2012 7 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
Add a directives module. For now it has one directive, 'navTabs', which automatically focuses the first input element when switching tabs.
-
Randall Leeds authored
-
Randall Leeds authored
Expose deform as an AngularJS service so that it can be injected. Create a deform directive which creates data bindings for forms serialized by deform.
-
Randall Leeds authored
-
- 23 Nov, 2012 2 commits
-
-
Jehan authored
26 add handle to left edge of the sidebar to resize it
-
Ujvari Gergely authored
-
- 21 Nov, 2012 1 commit
-
-
Ujvari Gergely authored
-
- 14 Nov, 2012 3 commits
-
-
Jehan Tremback authored
-
Jehan authored
added basic page action assets
-
Jehan Tremback authored
-
- 13 Nov, 2012 5 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
Markdown support Fix #91
-
csillag authored
2. Re-added an accidentally removed line
-
csillag authored
-
csillag authored
-
- 12 Nov, 2012 8 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
- Open links in a new window/tab. - Fixed some Ubuntu instructions.
-
csillag authored
-
Randall Leeds authored
-
Randall Leeds authored
-
Randall Leeds authored
Thanks @csillag
-
csillag authored
Changes made: Until so far, the "details" and "summary" Handlebars templates referenced the "text" field of the annotation object, and they automatically HTML-escaped the content found there. Since now we are placing HTML unsafe content there (the links), this had to be changed. So now the templates are using triple-stash (which means no automatic escaping), and reference the "rendered_text" field of the annotation object. This rendered_text is filled by manually escaping the text of the annotation body, plus making the URLs clickable.
-
csillag authored
-
- 06 Nov, 2012 2 commits
-
-
Randall Leeds authored
Just toying with the concept of separating h as deployed out of the box from deploying pieces of it as a pyramid library. Separates the application from the library by keeping application-related things in the main module. <shrug>
-
Randall Leeds authored
-
- 30 Oct, 2012 1 commit
-
-
Randall Leeds authored
-
- 29 Oct, 2012 2 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
-