rjy7
|
2c6ddaab64
|
Rename Freemarker search result templates. Initial work on moving main site admin page to Freemarker: login form.
|
2010-08-30 19:39:49 +00:00 |
|
rjy7
|
dc331e515a
|
Style tweaks on search results page
|
2010-08-27 19:24:00 +00:00 |
|
rjy7
|
5d53dd4b2b
|
Add previous and next links to search result paging. Small style changes.
|
2010-08-27 18:47:56 +00:00 |
|
rjy7
|
589383f15b
|
Handle search error message from Freemarker controller and template.
|
2010-08-27 16:52:26 +00:00 |
|
rjy7
|
73024a4d03
|
Reimplement search controller and search results display template in Freemarker. Error cases not handled yet.
|
2010-08-27 15:52:30 +00:00 |
|
rjy7
|
3dbbf13cd7
|
NIHVIVO-564 Dump directive displays a message rather than throwing an error if the variable is undefined in the data model.
|
2010-08-26 20:51:55 +00:00 |
|
rjy7
|
f71dc53a63
|
Modify IndividualTemplateModel.getProfileUrl() to return correct url for individuals with uris that are not in the default namespace.
|
2010-08-25 16:28:15 +00:00 |
|
rjy7
|
5c9b3cf8da
|
NIHVIVO-564 Style modifications for dump output
|
2010-08-09 18:59:24 +00:00 |
|
rjy7
|
a0e94628eb
|
NIHVIVO-564 Refined method list output by describe directive
|
2010-08-09 18:46:29 +00:00 |
|
rjy7
|
698d0877c3
|
NIHVIVO-564 Describe directive to display methods declared on a template model object that are accessible to the template.
|
2010-08-09 16:31:22 +00:00 |
|
jeb228
|
f8176ed041
|
NIHVIVO-762 do server-side validation as well as client-side. Do MD5 encoding on the server side and not on the client side.
|
2010-08-09 13:35:09 +00:00 |
|
rjy7
|
216d7a7905
|
NIHVIVO-564 Help directive for directive help output.
|
2010-08-05 19:54:24 +00:00 |
|
rjy7
|
91468db876
|
NIHVIVO-564 Rearchitected dump directives to use shared helper methods rather than having dumpAll template call dump directive.
|
2010-08-05 19:25:12 +00:00 |
|
rjy7
|
528414e4c7
|
Some renaming in dump directives
|
2010-08-05 15:25:03 +00:00 |
|
rjy7
|
b90efc74fb
|
NIHVIVO-564 Added infrastructure for dumping template model objects.
|
2010-07-29 17:39:56 +00:00 |
|
rjy7
|
5e8eb80732
|
NIHVIVO-564 Modifications to directive help output. Included changing template directive iface to an abstract class that provides a default help() method and some utilities.
|
2010-07-29 17:08:27 +00:00 |
|
rjy7
|
8ccac59d4a
|
NIHVIVO-564 data model dump: add help for directives in the data model
|
2010-07-29 15:26:37 +00:00 |
|
rjy7
|
2a50ff7f85
|
NIHVIVO-564 Add name of containing template to dataModelDump output
|
2010-07-29 14:03:27 +00:00 |
|
rjy7
|
1ccde72b40
|
NIHVIVO-564 Going back to using toString() methods for template model dump since it already handles nested collections. Improvements to DumpDataModelDirective so it dumps out values as well as variable names.
|
2010-07-29 13:44:53 +00:00 |
|
rjy7
|
e6a65f5ad0
|
NIHVIVO-564 Dump directive
|
2010-07-28 17:48:03 +00:00 |
|
rjy7
|
3317419fcf
|
NIHVIVO-564 Enable adding stylesheets in dump ftls
|
2010-07-28 15:07:55 +00:00 |
|
rjy7
|
b9ac586c20
|
NIHVIVO-564 Work on dump directive
|
2010-07-27 22:00:13 +00:00 |
|
rjy7
|
83938a2c19
|
NIHVIVO-564 Work on dump directive
|
2010-07-27 21:49:40 +00:00 |
|
bdc34
|
f4409580b4
|
Cleanup of webapp context root. Removing many unused jsp files and some unused controllers. NIHVIVO-1000
|
2010-07-27 15:31:19 +00:00 |
|
rjy7
|
ef3988022f
|
NIHVIVO-825 Allow adding a list of scripts or stylesheets with a single call to add() or addFromTheme()
|
2010-07-27 15:16:07 +00:00 |
|
nac26
|
89f3bbfbd8
|
merge from nihvivo-rel-1.1-maint branch: removed unnecessary <br>
|
2010-07-24 21:52:47 +00:00 |
|
bdc34
|
ef3222d0d1
|
Merge to trunk. Removing debug statement.
|
2010-07-23 20:47:15 +00:00 |
|
bdc34
|
59801b8dcb
|
Merge to trunk. Fixing error when deleting properties on front end NIHVIVO-953
|
2010-07-23 20:45:37 +00:00 |
|
mb863
|
0f7d3cbaca
|
Merged manually some changes
|
2010-07-23 15:52:13 +00:00 |
|
nac26
|
4cd59ee32d
|
merge from nihvivo-rel-1.1-maint branch: collation by subclass functional when property groups are enabled. Valid markup in either case NIHVIVO-846
|
2010-07-22 21:25:12 +00:00 |
|
rjy7
|
a82411b2f0
|
merge r5315 r5323:5325 r5333 r5359 r5381 from http://svn.mannlib.cornell.edu/svn/vitro/branches/nihvivo-rel-1.1-maint
|
2010-07-22 18:47:44 +00:00 |
|
nac26
|
fa77c80a91
|
merge from nihvivo-rel-1.1-maint branch: moving the individual rendering changes back to the vitro
|
2010-07-22 18:38:29 +00:00 |
|
jeb228
|
50cc897669
|
NIHVIVO-918 Merge 5377 from branch
|
2010-07-22 14:10:30 +00:00 |
|
rjy7
|
e3d09333c4
|
Merge r5371:5373 from http://svn.mannlib.cornell.edu/svn/vitro/branches/nihvivo-rel-1.1-maint
|
2010-07-21 22:02:11 +00:00 |
|
rjy7
|
4bfeadf3ad
|
Merging r5332 r5336:5338 r5341 r5349 from http://svn.mannlib.cornell.edu/svn/vitro/branches/nihvivo-rel-1.1-maint
|
2010-07-20 23:24:01 +00:00 |
|
jeb228
|
68ece6f23b
|
NIHVIVO-906 Merge 5340 Use the <c:url> tag to make the JavaScript location relative to the webapp context.
|
2010-07-20 19:23:03 +00:00 |
|
cdtank
|
a688d30ac5
|
1. Attempting to move vivio-specific vis code to "vivo package"
|
2010-07-20 17:48:30 +00:00 |
|
rjy7
|
a5f60a9f7f
|
Merging r5308, r5320, r5322 from http://svn.mannlib.cornell.edu/svn/vitro/branches/nihvivo-rel-1.1-maint
|
2010-07-19 21:37:59 +00:00 |
|
cdtank
|
74edbcd45c
|
1. Made wording changes & also extension of graphml file to .xml
|
2010-07-19 19:35:17 +00:00 |
|
cdtank
|
382fd6ae80
|
1. Made changes to incorporate conditional wordings for side-bar in person level vis.
|
2010-07-19 19:14:36 +00:00 |
|
bdc34
|
bf7240b440
|
Fixing how shor views are found on entityMergedPropsList.jsp NIHVIVO-833
|
2010-07-16 16:35:59 +00:00 |
|
cdtank
|
0d39c89da6
|
1. Code cleanup
|
2010-07-16 16:05:59 +00:00 |
|
nac26
|
21bd882d1b
|
stylesheet inclusion for visualization NIHVIVO-782
|
2010-07-16 12:45:13 +00:00 |
|
nac26
|
8c4238b05f
|
login improvements included label change (email or password) and cancel link on password change NIHVIVO-227
|
2010-07-16 12:44:10 +00:00 |
|
nac26
|
07d018591b
|
some UI tweaks and style for visualization NIHVIVO-782
|
2010-07-16 12:40:08 +00:00 |
|
cdtank
|
f444dbb65e
|
1. Added style for thumbnail images
|
2010-07-15 21:11:23 +00:00 |
|
cdtank
|
0143c1db34
|
|
2010-07-15 21:03:07 +00:00 |
|
cdtank
|
5203cd0182
|
1. Made changes to the sparkline text per Nick/Micah's request
2. Made chanegs to content on person level page
|
2010-07-15 19:35:36 +00:00 |
|
cdtank
|
2fc49b4ac8
|
1. Made wordings change
|
2010-07-15 17:26:12 +00:00 |
|
nac26
|
f275ba4444
|
moved placement and style of cancel link for consistency NIHVIVO-768
|
2010-07-15 16:37:56 +00:00 |
|