Commit graph

226 commits

Author SHA1 Message Date
j2blake
7ab20aaeec NIHVIVO-2279 in add/edit forms, change field name from "degreeUri" to "newProfileClassUri". 2011-07-12 14:23:34 +00:00
hjkhjk54
f3e4f58c5b Updates for javascript 2011-07-12 02:13:45 +00:00
hjkhjk54
a5b2ccaad0 updates for menu management - select list generator copy still referenced moniker and had to be updated 2011-07-12 01:50:36 +00:00
hjkhjk54
dca2cd4a42 changes for menu management and N3 Refactoring 2011-07-12 01:40:40 +00:00
manolobevia
22fd5236eb NIHVIVO-2854: Removed extra comma, this was causing js alert errors in IE 6 and 7. THANKS Nick. 2011-07-11 18:57:46 +00:00
tworrall
d08e8ef6ce NIHVIVO-2829: changes to js for background shading, select element, and pasting 2011-07-11 15:19:39 +00:00
j2blake
424fc2b17e NIHVIVO-2819 Rewrite accountAssociateProfile.js to improve the logic and enhance the function - mostly in preserving user choices in a re-display of the form. 2011-07-09 18:51:35 +00:00
tworrall
a0e962774e NIHVIVO-2829: chages template, css and minor js addition for account profile association 2011-07-08 20:47:31 +00:00
j2blake
94ae938900 NIHVIVO-2854 InternetExplorer interprets "function" as a reserved word. Changed to "action". 2011-07-08 19:47:57 +00:00
ryounes
7f24663115 NIHVIVO-2449 Remove moniker from menupage display 2011-07-06 21:56:02 +00:00
manolobevia
20f39dc25c NIHVIVO-2280: Removed checkbox form element for multiple accounts deletion when javascript is disable. 2011-07-06 19:40:30 +00:00
tworrall
1d1edb17b8 commenting out other console references 2011-07-05 21:20:13 +00:00
tworrall
a3257c2fa8 commented out console.log reference, line 8 2011-07-05 20:37:44 +00:00
brianjlowe
6e4fcedb6c NIHVIVO-2317 NIHVIVO-2318 removing vitro namespace properties from editing and various Java classes and interfaces 2011-07-05 19:14:16 +00:00
cappadona
44ee8c88bf NIHVIVO-2810 NIHVIVO-2232 Added custom list view for display:hasElement and first go at menu item drag-n-drop for menu management. Also added new entry for Menu Management on site admin page under site configuration. Work in progress and not fully functional. 2011-07-01 18:12:05 +00:00
j2blake
89a91757c0 NIHVIVO-2279 Flesh out the UI for editing UserAccount, and associating with Individual Profiles 2011-07-01 16:19:53 +00:00
manolobevia
17012d8f01 NIHVIVO-2280: Fixed account deletion 2011-06-30 16:31:39 +00:00
j2blake
87dc7698e1 NIHVIVO-2279 first steps toward associating a UserAccount with a Profile. 2011-06-29 15:36:14 +00:00
ryounes
239256187d NIHVIVO-2787 Change title selections when selecting a vclass for which no individuals are returned 2011-06-29 14:45:58 +00:00
ryounes
59e3150fc3 NIHVIVO-2787 Fix js to handle unexpected empty individual set returned from controller 2011-06-29 13:45:21 +00:00
hjkhjk54
030b454a2b Changes to fix error with NIHVIVO-2726 (switching to main model removes original model). Also updated template for individuals for classes to employ main class group template. Also fixed error NIHVIVO-2785 where clicking on class on internal/external page repeated class name on page. 2011-06-28 19:54:23 +00:00
manolobevia
5b3c113ccc NIHVIVO-2280: Removed .hide class since we have .hidden in VITRO. 2011-06-28 18:37:44 +00:00
hjkhjk54
843e09a451 Updates for menu management and IndividualsForClasses (i.e. internal filters plus custom selection of classes for page) as well as use of data getters predicate in menu model instead of type of Page to get data getter for page. 2011-06-24 17:05:34 +00:00
cappadona
fcf06544cc NIHVIVO-2483 Restored h3 level headings for selected class on class group menu pages 2011-06-24 09:16:49 +00:00
cappadona
5368eac494 Removed old and unused js files from the project 2011-06-24 09:12:48 +00:00
cappadona
3e4175cb40 NIHVIVO-1561 Deleted unused script elements from individual templates and removed the associated js files from the project 2011-06-24 09:10:32 +00:00
tworrall
be3851b15e NIHVIVO-2483: moved subclass heading above a-z navigation 2011-06-16 14:40:39 +00:00
manolobevia
be4204f2c2 NIHVIVO-2280: Removed extra line break 2011-06-13 16:40:56 +00:00
manolobevia
d73c30673a NIHVIVO-2280: Delete function in main account page wasn't working. It has been fixed. 2011-06-13 15:06:40 +00:00
manolobevia
2118a510d7 NIHVIVO-2280: Removed javascript code for userAccounts-list.ftl to accountUtils.js 2011-06-13 13:26:27 +00:00
manolobevia
371997da6f NIHVIVO-2280: On main account page, If there is no account selected for deletion and the user click on the DELETE button, the page was throwing a js alert displaying, "Are you sure you want to delete this account?". I have fixed this error. 2011-06-09 21:53:15 +00:00
manolobevia
fea7412d0d NIHVIVO-2280: Created js file to handle: filtering in ascendant and descendant order for email, first name, last name, status, and count columns on main account page.
Also created js alert for deletion of accounts, and created custom message depending on how many account user deletes.
1 account message: Are you sure you want to delete this account?
More than 1 account message: Are you sure you want to delete these accounts?
2011-06-09 20:09:50 +00:00
tworrall
91db1ad147 modified js to set submenu width based on width top level ul 2011-06-08 20:55:53 +00:00
manolobevia
09c2f33633 NIHVIVO-2588. Forgot to commit js file to handle pull down menu for user menu 2011-06-08 19:57:35 +00:00
cappadona
17b94a3a88 VIVO-369 NIHVIVO-2510 Expanded the width of the <ul> for class names. Very long classnames will still extend to a second line and throw off the alignment of the bar graph. 2011-05-13 18:03:20 +00:00
tworrall
32e4f81be7 NIHVIVO-2063: placed contents of index page into columns 2011-04-15 14:50:05 +00:00
tworrall
84b9365ad4 NIHVIVO-2160:improved tooltip for uri icon via javascript 2011-04-11 14:47:10 +00:00
anupsawant
3745c37cc9 NIHVIVO-2257 made a change in ingestUtils.js to check if primary and duplicate uris are same while using merge individuals tool. 2011-03-28 19:01:35 +00:00
cappadona
b5bfd92888 NIHVIVO-1899 Removed thickbox jquery plugin from project as it's no longer used. 2011-03-18 14:16:56 +00:00
rjy7
3134054f7b NIHVIVO-2154 dwr/util.js overwrites $, so use jQuery() rather than $() 2011-02-25 15:47:55 +00:00
rjy7
db6e1f56ed NIHVIVO-1629 Upgrade to jQuery 1.5.1 2011-02-25 15:21:50 +00:00
rjy7
198c8293ce NIHVIVO-1629 Upgrade to jquery-ui version 1.8.9 2011-02-21 17:53:10 +00:00
rjy7
dae5369232 NIHVIVO-1629 Upgrade jQuery to version 1.5. NIHVIVO-2153 Change datetime fieldnames to use hyphen rather than period, since the latter generates errors in jQuery 1.5 and is not a valid CSS selector. 2011-02-21 16:09:40 +00:00
mb863
ff45e2e86e NIHVIVO-2121: Fixed stretched image thumbnail issue on menupage individual listing 2011-02-11 16:01:31 +00:00
nac26
a8d353dab1 NIHVIVO-2006 Realized that I had introduced a bug in r7283 and was missing the closing </a> for #classes-in-classgroup list items. IE was not a fan. Also removed labels since Raphael uses VML for graphing in IE and I wasn't reliably able to target and hide rvml:textpath. 2011-02-08 13:29:09 +00:00
nac26
38f021251a NIHVIVO-1603 Using jQuery in place of DWR to return the moniker selection experience to its former glory 2011-02-06 01:44:24 +00:00
nac26
b6170b6f9d NIHVIVO-2033 Added test in emptyResultSet() to handle the rare (but possible) occurrence where a class is rendered in the list due to having an individual count > 0, but for some reason the Search Index has not been rebuilt, so those individuals are not returned by the JSON service. 2011-02-05 00:25:04 +00:00
nac26
82f24c5966 NIHVIVO-2040 Added data-page attribute on pagination links and removed pageX class since they're no longer needed. This makes it easier to reliably handle multiple digit page numbers without jumping through hoops. Can't rely on .text() do to the "more..." pattern. 2011-02-05 00:07:48 +00:00
nac26
93de3d8aa9 NIHVIVO-1073 Small change to message displayed when no individuals are found for requested letter in alphabet 2011-02-03 16:06:07 +00:00
nac26
53483d31c1 NIHVIVO-1995 Refactored scrolling behavior and added function to determine whether user has already scrolled past the top of the browse section. NIHVIVO-2007 Had to change <nav> for pagination to <div> because IE was choking on this for some reason. Wouldn't style it and also wouldn't act on the event listeners. As part of this work, also refactored the sequence in how new content replaces existing content on an Ajax request, which I think improves the experience during loading (NIHVIVO-1742). 2011-02-03 13:54:36 +00:00