Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xnat-web
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
Container Registry
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
dhcp
xnat-web
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
654fdb4694fe9ceb15421fc49f2214ee8c30c33f
Select Git revision
Branches
3
develop
default
master
plugin-integration
3 results
Begin with the selected commit
Created with Raphaël 2.2.0
27
Jun
24
22
21
16
15
14
13
8
7
5
4
3
2
1
31
May
30
29
28
27
26
25
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
29
Apr
28
27
26
25
24
23
22
21
20
15
14
13
12
11
10
8
4
30
Mar
29
28
27
24
21
18
17
16
15
9
7
4
2
29
Feb
27
26
24
22
19
18
17
16
12
10
9
5
4
3
XNAT-4374: Scripts menu is now updated when the dialog opens.
XNAT-4373 Changed references to the XftStringUtils method IsAlphaNumericUnderscore() to isValidId().
Modified URL return list to contain the assigned Accession ID
XNAT-4370 Added siteConfig initialized flag to config and data paths.
Removed delay for calling post-render callbacks for Spawner.
XNAT-4318: removed 'loading' dialog since data is loaded so fast; also preserve tab selection on load and reload of admin page based on url hash.
XNAT-4362 Fixed bug where Allow All Data Access level was not showing up in the UI
XNAT-3846: tweaks
XNAT-3846: disable login from IE 8 and show error message prompting usage of a newer browser; normalized property names in spawner.js; other minor JS tweaks to fix things IE was choking on.
XNAT-4333, XNAT-4345: Reorient admin page layout with stacked labels and inputs to provide more horizontal space.
XNAT-4186 Fixed session registry so users get warnings if other people are logged in to their account again.
XNAT-2299,XNAT-3977 Removed nonfunctional view edit script page since it hasn't worked in a while and everything it provides can be done elsewhere. Future enhancements to script editing should be done in the AdminUI and in something other than qooxdoo.
XNAT-4303: tweaked horizontal positioning of prearchive ui; tweaks to styling of prearchive details page; fixed reference to jquery-migrate script in 'Noninteractive' template.
Added path match configurer to allow '.' characters in REST parameters.
Updated jQuery 1.x and jQuery migrate scripts; removed jQuery 2.x files since they weren't used; changed name of 'chosen' menu functions to a more generic name for future transition to another menu widget.
XNAT-4341: corrected the element targeted for offset calculation.
Fixed shifting layout of initial setup page on large monitors.
Added 'wrapper' tag on initial setup page.
Fixed IE bug in Upload Additional Files.
XNAT-???: Admin Pipeline page is ugly as sin. This makes it a little bit less so.
XNAT-4336: Fix this thing again, this time in IE. (Yay)
XNAT-4281 Replaced ? in Upload Additional Files with more helpful message.
XNAT-4328 Made server part of request URI optional so that full URI or
XNAT-4336: Hide "Undefined" projects from Browse menu
XNAT-4324, XNAT-4194: Fix Browse menu display issues, and apply them to Admin pages as well. Update docs links in Admin pages too.
XNAT-4194: Update documentation, tool and help links.
XNAT-4317 Made it so the anonymization script could be disabled successfully.
Removed 'notify administrator on' section at least for now because it wasn't working yet and because it's not necessary since we have the 'email recipients for' section in the Notifications AdminUI page.
XNAT-4328 Updated XnatAppInfo to check the initialized preference rather
XNAT-4288: Route popup to an auto-closing response window. (Hack hack hack!)
XNAT-4298 Fixed 3rd part of the bug by simply removing the checkboxes from the modals. They will default to enabled when created, and if someone wants to disable them, they can do so from the main page. I don't see the need to have them in the modals as well, but they can be added back in if we can get an onclick handler added to modal checkboxes like we have for non-modal checkboxes.
XNAT-4298 Fixed 2 of the 3 bugs related to this. First, the frontend code was expecting the JSON for DICOM SCP instances to include fields that were still set to their default value, so I made a change so that all fields will be included in the JSON. The UI also only provided a way to enable/disable SCPs, not start them, so I made the enabling/disabling REST calls also start/stop them. The one remaining bug is that on creating/modifying an SCP instance through the UI, a String (instead of a boolean) gets passed to the REST call for the enabled field. The REST call needs a boolean to assign the right value to the new object's enabled status.
XNAT-4324: Add simple "browse" menu to Top Bar. Links for browsing data type listings are currently broken though.
XNAT-4320: IE does not like 'PUT' method for form elements. Repeat - NEVER USE 'PUT' METHOD FOR FORM ELEMENTS.
XNAT-4313 - quick cosmetic fix (until css changes again and moves everything around) Adding hooks for better plugin classpath resource validation (XNAT-4308)
XNAT-4236 XNAT-4237 Updated to use base method to locate plugin beans.
XNAT-4283 Fixed time given for when users will be reenabled after lockout.
XNAT-4255 Added PET Tracers to AdminUI.
XNAT-4312: Remove artificial width constraint on new / edit project form.
XNAT-4244 Got Notifications Email Messages section working in the AdminUI.
Loading