Skip to content

Commit

Permalink
feat(ui): add bootstrap in fossology to beautify ui
Browse files Browse the repository at this point in the history
* Change login page.
* Change search page.
* Change banner Message.
* Beautify menu with latest colors.
* Remove duplicate one-shot license analysis
* Add padding to banner message
* fix issues with removal of main license in browse page
* fix issue with copyright remove button
* fix issue with job display of bulk
* Fix child modal issue with bulk scan
* Fix bulk history issue in tree-view
* Use bootstrap code to toggle modal

Signed-off-by: Shaheem Azmal M MD <shaheem.azmal@siemens.com>
  • Loading branch information
shaheemazmalmmd committed Jun 1, 2021
1 parent efccd7f commit 26ab8d3
Show file tree
Hide file tree
Showing 69 changed files with 1,296 additions and 667 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -171,6 +171,7 @@ src/delagent/agent_tests/Unit/testconf/
/utils/fo_unicode_clean
install/db/db.cron
install/fossdash/fossdash-publish.py
src/www/ui/css/bootstrap/

# Add all the Ubuntu consol log file
ubuntu-*
4 changes: 4 additions & 0 deletions src/Makefile
Expand Up @@ -90,6 +90,10 @@ composer_install:
if ! patch --reverse --silent --force --dry-run $(DESTDIR)$(MODDIR)/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php $(TOP)/RdfXml.php.patch; then \
patch --silent --force $(DESTDIR)$(MODDIR)/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php $(TOP)/RdfXml.php.patch; \
fi
rm -rf $(DESTDIR)$(MODDIR)/www/ui/css/bootstrap
rm -rf $(DESTDIR)$(MODDIR)/www/ui/scripts/bootstrap
$(INSTALL_DATA) $(DESTDIR)$(MODDIR)/vendor/twbs/bootstrap/dist/css/* -t $(DESTDIR)$(MODDIR)/www/ui/css/bootstrap
$(INSTALL_DATA) $(DESTDIR)$(MODDIR)/vendor/twbs/bootstrap/dist/js/* -t $(DESTDIR)$(MODDIR)/www/ui/scripts/bootstrap

.PHONY: subdirs $(BUILDDIRS)
.PHONY: subdirs $(DIRS)
Expand Down
5 changes: 3 additions & 2 deletions src/composer.json
Expand Up @@ -2,7 +2,7 @@
"name" : "fossology/fossology",
"description" : "FOSSology is a open source license compliance software system and toolkit.",
"_comment" : [
"Copyright Siemens AG 2014-2016",
"Copyright Siemens AG 2014-2021",
"",
"Copying and distribution of this file, with or without modification,",
"are permitted in any medium without royalty provided the copyright",
Expand All @@ -27,7 +27,8 @@
"twig/twig" : "v2.12.5",
"twig/extensions" : "v1.5.4",
"guzzlehttp/guzzle": "v6.5.5",
"container-interop/container-interop": "v1.2.0"
"container-interop/container-interop": "v1.2.0",
"twbs/bootstrap": "4.0.0"
},
"require-dev" : {
"doctrine/instantiator" : "v1.0.5",
Expand Down

0 comments on commit 26ab8d3

Please sign in to comment.