Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge to master: Release 3.0.1 #839

Merged
merged 26 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b7318e0
Fix: Browse page switch style, and don't display current portal name …
Bilelkihal Nov 5, 2024
a9dd3b7
Fix: Search federation duplicated results merging issue (#830)
Bilelkihal Nov 7, 2024
a3b1d97
Feature: Migrate Label Ajax stimulus and Jquery code to Turbo (#821)
syphax-bouazzouni Nov 7, 2024
aa7e247
Fix: Remove ontolobrigde code and some Jquery code (#822)
syphax-bouazzouni Nov 7, 2024
ef83f95
Feature: Move metrics section up in homepage and Summary page (#747)
syphax-bouazzouni Nov 7, 2024
43e4d44
if analytics not enabled use the metrics to display home page visits …
syphax-bouazzouni Nov 7, 2024
10237aa
Fix: Watch button count and state (#838)
Bilelkihal Nov 8, 2024
ff7e46d
Fix: add"*" in agents search query (#837)
Bilelkihal Nov 8, 2024
f5a6f37
Fix: selecting a disabled language (e.g germany) as a local language …
syphax-bouazzouni Nov 8, 2024
d18de9a
fix home page bubbles if no analytics enabled tests (#844)
syphax-bouazzouni Nov 9, 2024
fe4c800
migrate notes table to use DataTable component fully and remove archi…
syphax-bouazzouni Nov 9, 2024
17ed0b6
Fix: Notes buttons showing, some properties details, and no collectio…
syphax-bouazzouni Nov 13, 2024
dc2bb13
Fix: notes and zombie mappings class label fetching and optimize conc…
syphax-bouazzouni Nov 14, 2024
a0211c5
add a star for the required fields in the upload form (#852)
Bilelkihal Nov 18, 2024
f5dbf31
Fix: Improve taxonomy page, fix static portal name, detect descriptio…
Bilelkihal Nov 18, 2024
9429305
Fix: users edition and login_as with the `@` symbol in there usernam…
syphax-bouazzouni Nov 21, 2024
afff321
Fix: prevent word break for the tree view elements (#855)
Bilelkihal Nov 22, 2024
df623f0
Fix: Federation portal button link (#854)
Bilelkihal Nov 23, 2024
462dc6d
fix can't change portal language
Bilelkihal Nov 25, 2024
f095c59
Revert "fix can't change portal language"
Bilelkihal Nov 25, 2024
2b4e882
Fix: Taxonomy empty list (#858)
Bilelkihal Nov 26, 2024
450ddf4
fix the logic of federated search results merging (#872)
Bilelkihal Nov 26, 2024
e9bf264
Fix: Browse page links multi slashes (#873)
Bilelkihal Nov 26, 2024
edd1cc0
fix can't change portal language (#871)
Bilelkihal Nov 27, 2024
aec6da8
Fix: `Federated search/browse` results count by portal (#870)
Bilelkihal Nov 27, 2024
34ce85e
Fix: Prevent display home portal tooltip if we get a non complete res…
Bilelkihal Nov 28, 2024
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
2 changes: 0 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ OP_API_URL="https://data.bioontology.org"
API_IMAGE_REPOSITORY=agroportal
## Image tag/version from which the ontoportal api will be built
API_IMAGE_TAG=master


4 changes: 0 additions & 4 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@
//
//= require bioportal
//= require admin/licenses
//= require bp_ajax_controller
//= require bp_notes
//= require bp_form_complete
//= require bp_admin
//= require concepts
//= require projects
//= require Chart.min
//= require application_esbuild


187 changes: 0 additions & 187 deletions app/assets/javascripts/bp_ajax_controller.js

This file was deleted.

42 changes: 0 additions & 42 deletions app/assets/javascripts/bp_notes.js

This file was deleted.

Loading
Loading