From d7a1e6c2665b14d5b8418901ac0754d389e396bf Mon Sep 17 00:00:00 2001
From: Alexandre Palo
Date: Sun, 10 Nov 2024 13:05:51 +0000
Subject: [PATCH] Remove slack link in footer: not used anymore.
---
CHANGELOG.md | 38 +++++++++++++++++++++++----
README.md | 20 +++++++-------
borgia/templates/partials/footer.html | 8 ------
package.json | 10 +++----
4 files changed, 48 insertions(+), 28 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24f3a185..23c8f643 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,24 @@
# Changelog
+
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [5.1.4] 2024-11-10
+
+### Changed
+
+- [Users] The year field is no longer limited in the User model but now in the UI with create and update user forms. This modification is done as the expected behavior was not met: the field was supposed to be limited to current year + 1 but this information was not dyanmically modified, only when a migration occured.
+
+### Other
+
+- [Tests] Revert defaults users to Me214 in test data :p
## [5.1.3] 2019-12-05
+
### Fix
+
- [Lydia] Fix fee calculation
- [Lydia] Wording / refactoring of self-creation
- [Users] Repair downloaded excel files / Fix members menu in edit page
@@ -14,24 +26,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Shops] Fix product list form
- [Contrib] Bump to django 2.1.11 for security reasons
- [Finances/Users] Fix transaction list page with exceptionnal movements
-- [Events] Fix Xlsx upload/download
+- [Events] Fix Xlsx upload/download
- [Events] Add JS for forms
- [Users] Fix lateral menu in user retrieve view
### Changed
-- [Events] Event list set initial begin date to 1st day of month
+- [Events] Event list set initial begin date to 1st day of month
## [5.1.2] 2019-11-21
+
### Changed
+
- [Configuration] Add tax for Lydia fee
-- [Finances] Adjust Lydia fee calculation (the amount paid equals the desired amount + fee)
+- [Finances] Adjust Lydia fee calculation (the amount paid equals the desired amount + fee)
- [Finances] Add transaction column and add changes in labels in the list of transactions
- [Shops] Initially checkup on current month
- [Modules] Block form validation button after sale
- [Modules] Possibility to change category order for each module
### Fix
+
- [Users] Fix user update (username, avatar and theme)
- [Finances] Fix Lydia callback
- [Configuration] Fix some typo
@@ -40,14 +55,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Workboard] Charts only show shops that have user transactions
- [Login] Fix next redirection
-
## [5.1.1] - 2019-09-17
+
### Changed
+
- User list default view now include externals members. New option to only display internals members.
- [Users] Edit form : Add username and avatar fields.
- [Users] Include externals members in users list view
### Fix
+
- Missing link to stockentry and inventory creation.
- Redirection after user self update.
- Possible missing navigation menu
@@ -56,29 +73,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Sales] fix 403 error on self sales
- Small fixes in templates
-
## [5.1.0] - 2019-04-20
+
### Added
+
- Managers can now disable self recharging with Lydia without having to mess up their tokens.
- You can now add lydia fee when self recharging. You can set the base and ratio fee parts in the configuration module.
### Fix
+
- Error when accessing self transfert page.
## [5.0.2] - 2019-02-13
+
### Security
+
- Update to Django 2.1.7 for security reasons. See : [security announcement](https://www.djangoproject.com/weblog/2019/feb/11/security-releases/)
## [5.0.1] - 2019-02-02
+
### Fixed
+
- Wrong link in managers workboard
## [5.0.0] - 2019-01-18
+
### Added
+
- This changelog file
- When not connected, redirect after login to the page wanted
### Changed
+
- ENTIRE NAVIGATION SYSTEM (now based on "roles" and not on "groups")
- Versionning now follow the pattern : YYYY.MINOR.PATCH
- Renaming of "specials" group to "externals"
@@ -86,9 +112,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Renaming of "gadzarts" group to "members"
### Fixed
+
- Accessing vulnerability when user was not in group
### Removed
+
- Notification system, deprecated.
- Unused group "honnored"
- ghost shop "Association"
diff --git a/README.md b/README.md
index 5d7991da..0ab29aff 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-# ![Borgia](./borgia/static/static_dirs/img/borgia-logo-light.png 'Borgia')
+# ![Borgia](./borgia/static/static_dirs/img/borgia-logo-light.png "Borgia")
-Current Version : 5.2.0
+Current Version : 5.1.4
Licence : [GNU GPL version 3](./license.txt)
Master branch: ![Build Status](https://github.com/borgia-app/Borgia/actions/workflows/main.yml/badge.svg?branch=master)
-Develop branch: ![Build Status](https://github.com/borgia-app/Borgia/actions/workflows/main.yml/badge.svg?branch=master)
+Develop branch: ![Build Status](https://github.com/borgia-app/Borgia/actions/workflows/main.yml/badge.svg?branch=master)
# Introduction
@@ -13,8 +13,8 @@ It will be your best ally to develop your possibilities for your student associa
# Installation
-- Development : [here](https://github.com/borgia-app/Borgia-docs/blob/master/tutorials/dev_install.md)
-- Production : [here](https://github.com/borgia-app/Borgia-docs/blob/master/tutorials/prod_install.md)
+- Development : [here](https://github.com/borgia-app/Borgia-docs/blob/master/tutorials/dev_install.md)
+- Production : [here](https://github.com/borgia-app/Borgia-docs/blob/master/tutorials/prod_install.md)
# Documentation
@@ -25,11 +25,11 @@ Documentation are currently in writing-phase. Some ressources are available
Borgia base dependency :
-- Django : Borgia run with the django framework
-- django-bootstrap-form : To use bootstrap with django
-- django-static-precompiler : For static files
-- openpyxl : For excel manipulation
-- Pillow : For users images
+- Django : Borgia run with the django framework
+- django-bootstrap-form : To use bootstrap with django
+- django-static-precompiler : For static files
+- openpyxl : For excel manipulation
+- Pillow : For users images
# Developing and Contributing
diff --git a/borgia/templates/partials/footer.html b/borgia/templates/partials/footer.html
index a8d6bced..68bd7dfa 100644
--- a/borgia/templates/partials/footer.html
+++ b/borgia/templates/partials/footer.html
@@ -34,14 +34,6 @@
Documentation
-
-
- Slack
-
diff --git a/package.json b/package.json
index 2b57f21d..7bde3f36 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
- "name": "borgia",
- "version": "5.1.3",
- "dependencies": {
- "less": "^3.9.0"
- }
+ "name": "borgia",
+ "version": "5.1.4",
+ "dependencies": {
+ "less": "^3.9.0"
+ }
}