Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2f617fb
Bootstrap 3 -> 4 migration, first pass
Naenyn Oct 19, 2025
1a949e7
Minor fixes.
Naenyn Oct 19, 2025
086ba82
Added missed BS4 updates.
Naenyn Oct 24, 2025
5b01b6c
Bootstrap 5 WIP
Naenyn Oct 23, 2025
f687f83
Continued BS5 WIP
Naenyn Oct 24, 2025
6334dbe
Bootstrap 5.0 final fixes.
Naenyn Oct 24, 2025
9478c6e
First attempt at full jQuery upate
Naenyn Oct 29, 2025
ca551b2
First pass at replacing the customize / gallery component
Naenyn Nov 20, 2025
97435b5
First pass at modern drag and drop.
Naenyn Nov 20, 2025
09c829c
Replaced layout preferences and tab manager.
Naenyn Nov 20, 2025
160199d
Fluid replacements for group admin, entity selector, permission
Naenyn Nov 26, 2025
c115171
Replaced layout preferences.
Naenyn Nov 26, 2025
e56f293
Replaced flyout. Related changes.
Naenyn Dec 3, 2025
d11b7dd
First pass at replacing LESS with SCSS.
Naenyn Dec 5, 2025
c2f40ce
Replaced final fluid components.
Naenyn Dec 5, 2025
32ca64e
Removed fluid references. Minor styling fixes.
Naenyn Dec 8, 2025
5fc4be1
Various style fixes for admin
Naenyn Dec 10, 2025
4b548e1
Additional fixes related to customize drawer
Naenyn Dec 16, 2025
b8222b3
Various styling fixes, tab name edit fix
Naenyn Dec 23, 2025
30293b8
Various styling fixes, SearchPanes replacement WIP.
Naenyn Dec 24, 2025
befa555
Fixes for user admin search. jQuery migrate fixes.
Naenyn Jan 27, 2026
6069ee3
Fixed various fragment styling issues.
Naenyn Feb 10, 2026
086c59d
Fixes for _favorite fragment admin.
Naenyn Feb 16, 2026
e43b8f1
Fixes for drag/drop.
Naenyn Feb 28, 2026
547d611
Fixed carousel bug. Removed unnecessary console.log's.
Naenyn Mar 3, 2026
49aa1c8
Update uPortal-webapp/src/main/webapp/WEB-INF/jsp/Translator/translat…
Naenyn Mar 16, 2026
b1cfdc4
Fixed a bug around portlet rating saving
Naenyn Mar 17, 2026
254d234
Merge branch 'remove_fluid' of github.com:Naenyn/uPortal into remove_…
Naenyn Mar 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# TODO: Change to org.apereo.portal
group=org.jasig.portal
version=6.0.0-SNAPSHOT
version=6.0.0-SNAPSHOT-BS

# Project Metadata (NB: copied from CAS; may or may not be used by us; review later)
projectUrl=https://www.apereo.org/projects/uPortal
Expand Down Expand Up @@ -94,7 +94,7 @@ oauthVersion=20100527
orgJsonVersion=20250107
personDirectoryVersion=1.8.16
plutoVersion=2.1.0-M3
resourceServerVersion=1.3.1
resourceServerVersion=1.5.1-SNAPSHOT
slf4jVersion=1.7.36
springVersion=4.3.30.RELEASE
springSessionVersion=1.3.5.RELEASE
Expand All @@ -113,7 +113,7 @@ xmlunitVersion=2.10.0
xstreamVersion=1.4.21

# webjar versions
bootstrapVersion=3.4.1
bootstrapVersion=5.3.8
coreJsBundleVersion=3.40.0
regeneratorRuntimeVersion=0.14.1
jstreeVersion=3.3.17
Expand Down
Loading
Loading