[PR #320] [MERGED] Bigupdates #501

Closed
opened 2026-02-27 15:58:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/320
Author: @catborise
Created: 6/8/2020
Status: Merged
Merged: 6/8/2020
Merged by: @retspen

Base: masterHead: bigupdates


📝 Commits (10+)

  • 0e58404 bootstrap 4.5 & Bootswatch Themes
  • 34006ad hide some details with a collapse while custom/template instance creation
  • bc25e22 add localization files
  • 8710839 bootstrap 4.5 fixations & fix various localizations
  • 9ab7761 hide details with collapse while creating instance with flavor
  • 0461df7 bootstrap4.5: fix modal headers, some glitches
  • a93f8b3 convert strings to python3 f-Strings
  • ccd947a update language files
  • 7c93ee1 bootstrap 4.5 fixations & Update strings style to f-string
  • 7409c19 truncate long file names longer than 55 characters

📊 Changes

277 files changed (+51750 additions, -6022 deletions)

View changed files

.dockerignore (+25 -0)
📝 accounts/forms.py (+1 -1)
accounts/migrations/0003_auto_20200604_0930.py (+24 -0)
📝 accounts/models.py (+0 -1)
📝 accounts/templates/account.html (+24 -24)
accounts/templates/accounts-list.html (+175 -0)
accounts/templates/accounts.html (+151 -0)
📝 accounts/templates/base_auth.html (+2 -2)
accounts/templates/create_user_block.html (+38 -0)
📝 accounts/templates/create_user_inst_block.html (+8 -8)
📝 accounts/templates/login.html (+5 -5)
📝 accounts/templates/logout.html (+6 -4)
📝 accounts/templates/profile.html (+17 -17)
📝 accounts/urls.py (+1 -1)
📝 accounts/views.py (+4 -3)
📝 admin/templates/admin/common/confirm_delete.html (+1 -1)
📝 admin/templates/admin/common/form.html (+4 -4)
📝 admin/templates/admin/common/list.html (+6 -6)
📝 admin/templates/admin/group_list.html (+5 -5)
📝 admin/templates/admin/logs.html (+6 -6)

...and 80 more files

📄 Description

Hi retspen it is a big update:

  • Add localization choose options / add locale files
  • Bootstrap 4.5 migration
  • Bootswatch Themes addition & Theme selection
  • Theme change settings With sass.
  • Python 3 style updates
  • Many fixes
  • Move settings to appsettings for online changing.
  • Fix typos
    and fix some problems...

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/320 **Author:** [@catborise](https://github.com/catborise) **Created:** 6/8/2020 **Status:** ✅ Merged **Merged:** 6/8/2020 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `bigupdates` --- ### 📝 Commits (10+) - [`0e58404`](https://github.com/retspen/webvirtcloud/commit/0e5840498ef2979bc19199826d946234c8ecca0d) bootstrap 4.5 & Bootswatch Themes - [`34006ad`](https://github.com/retspen/webvirtcloud/commit/34006ad22365437e17ed4e6363062cadac4584ee) hide some details with a collapse while custom/template instance creation - [`bc25e22`](https://github.com/retspen/webvirtcloud/commit/bc25e22ae40416e82ab04f253ec207a6b7a14ad9) add localization files - [`8710839`](https://github.com/retspen/webvirtcloud/commit/871083967fe8df64561b9e318ef9b3b44af4c466) bootstrap 4.5 fixations & fix various localizations - [`9ab7761`](https://github.com/retspen/webvirtcloud/commit/9ab776197ca7e2359bde91af191d682e1a053593) hide details with collapse while creating instance with flavor - [`0461df7`](https://github.com/retspen/webvirtcloud/commit/0461df7685dfa015cfac66abefb1abe596cb35fa) bootstrap4.5: fix modal headers, some glitches - [`a93f8b3`](https://github.com/retspen/webvirtcloud/commit/a93f8b3321e7ce1b4a53b1ef60fe696b93a763f5) convert strings to python3 f-Strings - [`ccd947a`](https://github.com/retspen/webvirtcloud/commit/ccd947a04cddb9879850810750660596a65039a6) update language files - [`7c93ee1`](https://github.com/retspen/webvirtcloud/commit/7c93ee1e2f9281a1d7425ddc07a998fc6700a1ac) bootstrap 4.5 fixations & Update strings style to f-string - [`7409c19`](https://github.com/retspen/webvirtcloud/commit/7409c197ed4796e533dd320189d65dabdbe79a16) truncate long file names longer than 55 characters ### 📊 Changes **277 files changed** (+51750 additions, -6022 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+25 -0) 📝 `accounts/forms.py` (+1 -1) ➕ `accounts/migrations/0003_auto_20200604_0930.py` (+24 -0) 📝 `accounts/models.py` (+0 -1) 📝 `accounts/templates/account.html` (+24 -24) ➕ `accounts/templates/accounts-list.html` (+175 -0) ➕ `accounts/templates/accounts.html` (+151 -0) 📝 `accounts/templates/base_auth.html` (+2 -2) ➕ `accounts/templates/create_user_block.html` (+38 -0) 📝 `accounts/templates/create_user_inst_block.html` (+8 -8) 📝 `accounts/templates/login.html` (+5 -5) 📝 `accounts/templates/logout.html` (+6 -4) 📝 `accounts/templates/profile.html` (+17 -17) 📝 `accounts/urls.py` (+1 -1) 📝 `accounts/views.py` (+4 -3) 📝 `admin/templates/admin/common/confirm_delete.html` (+1 -1) 📝 `admin/templates/admin/common/form.html` (+4 -4) 📝 `admin/templates/admin/common/list.html` (+6 -6) 📝 `admin/templates/admin/group_list.html` (+5 -5) 📝 `admin/templates/admin/logs.html` (+6 -6) _...and 80 more files_ </details> ### 📄 Description Hi retspen it is a big update: * Add localization choose options / add locale files * Bootstrap 4.5 migration * Bootswatch Themes addition & Theme selection * Theme change settings With sass. * Python 3 style updates * Many fixes * Move settings to appsettings for online changing. * Fix typos and fix some problems... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#501
No description provided.