- 21 Aug, 2014 18 commits
-
-
Aron Carroll authored
This deals with importing templates into the unit tests.
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
RawKStar77 authored
Add more margin between account management sections.
-
RawKStar77 authored
-
Ujvari Gergely authored
Instead of using the session singleon service, editing the profile now uses its own angular $resource for backend communication. With this the directive now really has all the callback handlers. Also the form validation schema was updated so handle default values so the backend ProfileController was simplified.
-
RawKStar77 authored
-
RawKStar77 authored
Panel navigation now sits on the topbar. The panels themselves now take up the full width and height of the sidebar. Account panel tab now has 'active' class.
-
RawKStar77 authored
Panel navigation now sits on the topbar. The panels themselves now take up the full width and height of the sidebar.
-
RawKStar77 authored
-
Ujvari Gergely authored
Hook the accountmanagement form with the backend. A user's password or email can be changed using this UI component. Frontend: - The accountManagement directive handles submitting the forms - As the Auth service we use the session service to pack the form data - The directive has the _answer() and _error() hooks for handling changes - The backend's message is flashed Backend: - horus.views.ProfileController is used - it has an edit_profile() function which handles both email and password change - Both edit_profile and changepassword client form is handled by this - Checks user credentials
-
RawKStar77 authored
Update delete account UI to no longer use window.confirm. Format delete account text and add a confirm password step.
-
RawKStar77 authored
-
RawKStar77 authored
Change forms so that they use the slow validate directive, remove the "nice forms" CSS class and corresponding divs, change name of settingsPanel directive to "panels" and reorganize the code to be a bit more modular and clean. Remove hidden heatmap stuff. Add additional comments
-
RawKStar77 authored
-
Ujvari Gergely authored
-
RawKStar77 authored
Created settings panel, acount management, and profile directives, along with templates and some basic CSS.
-
- 20 Aug, 2014 11 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
Close #1420
-
Randall Leeds authored
Add the citation back into the annotation card
-
Aron Carroll authored
[no ci]
-
Aron Carroll authored
This fixes #1390. A new controller for the standalone annotation allows us to determine how to render the annotation and this information is passed down to the AnnotationController via a combination of scope properties and attributes. There are now two distinct states for an annotation, either embedded in which the annotation is rendered on top of the original document or standalone, where it appears separately from its document.
-
Aron Carroll authored
-
Randall Leeds authored
Get rid of app_directives.coffee and make it into annotation.coffee under the directives folder. Put the annotation controller from controllers.coffee in with it.
-
Randall Leeds authored
Notification email copy and formatting
-
Randall Leeds authored
Simplify the tags input styles
-
Aron Carroll authored
* Simplify the tags, no gradients or drop shadows. * Use less padding to make them smaller. * Remove the background color so they adopt the input background. This works nicely when the field loses focus. * Increase the hit area of the delete button. It now takes up the entire right side of the tag.
-
csillag authored
- PDF: Support latest PDF.js (v1.0.277) - TextRange: Handle an error condition
-
- 19 Aug, 2014 11 commits
-
-
csillag authored
More robust error checking.
-
Randall Leeds authored
Drop tagit
-
Randall Leeds authored
Styles the ngTagsInput
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
Aron Carroll authored
-
Randall Leeds authored
-
Randall Leeds authored
-