Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UNL_Annotate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
UNL_Annotate
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
16
Sep
22
May
19
4
Jan
16
Nov
8
2
29
Oct
27
26
22
21
20
19
18
Passing options doesn't work - hardcode the new CAS values
master
master
Update to shib.unl.edu
Update for wdntemplates 4.0 now that qTip has to be loaded
Add .idea dir to .gitignore
Pass parameter to save()
Make declaration of Record::save() match between child and parent
s/record/person/
Add some helpful text
Updated example now that annotate.js.php doesn't exist
Readability. Fail early.
Readability fixes. Fail early.
Prevent double entity encoding.
* Added Help View (Needs Template Updates)
Fix the insert/update/save issue related to not having an empty 'id' (or some other) key in new records that can be checked in the Record::save method, now explicitly call insert/update based on annotation existing
Updates to css/js for the clickable annotation icon
Height/width of the textarea in the iframe isn't available on document.ready/window.load so use a setTimeout as an ugly fix; Some css changes for better webkit styling
Set height of the qtip
Specify 100% height on the iframe so proper resizing of the textarea takes place
Remove ugly tooltip styling for now
Put the annotation in a qtip tooltip box behind a clickable icon rather than inline, remove prompt
Specify ?view=annotation in the POST url in case default view changes
Create a view to handle a page that will serve as a pop-up login form should an unauthenticated user see an annotation box
Add a help button to each annotation
Updated selectors in the iframe jQuery
Add fancy Google Docs-like auto save button
Put back in the JS to auto-save the notes as edited
Update to html template for the iframe
Don't throw a 404 exception if the requested annotation doesn't exist, want to still display the ("empty") html textarea for that nonexistant annotation to let the user create it; (Should the exception handler somehow pump out the empty textarea html???)
Check for the unl_sso cookie when authenticating; Put the authentication call in the try/catch
Update to example, set the height and width of the wdn_annotate div
Split css between what is loaded by the external application and what is used in the iframe
Change default format to html since that's what will be displayed in the iframe
Basic example page
Basic html template
Split the id into sitekey and fieldname
Annotation json template to access a record with /?sitekey=pf&fieldname=smeranda2
set some defaults for the iFrame
iframe styles
remove all the functionality from editing wdn_annotate since the content to be editted will now come from an iFrame.
remove all the functionality from editing wdn_annotate since the content to be editted will now come from an iFrame.
Loading