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

Feature: Align to AgroPortal release 3.0.1 #108

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 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
0e882c1
Merge branch 'development' into feature/ecoportal/align-to-agroportal…
syphax-bouazzouni Nov 19, 2024
c1fcd93
Merge branch 'ecoportal' into feature/ecoportal/align-to-agroportal-3.0
syphax-bouazzouni Nov 19, 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