Releases: softwaresaved/lowfat
Releases · softwaresaved/lowfat
v1.4.1
New Features
- Add option to send copy of email to claimant to staffs
Changes
- Handle HTTP Error 410
- Add GitHub login at Django admin login page
- Fix blog selection
Upgrade Guide
django-simple-history
has a new release, 1.9.0, which requires to run python manage.py migrate
.
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json
$ bash bootstrap.sh
v1.4.0
New Features
- Blog post list on public profile
Changes
- Save approved date of request
- Better string representation for funding requests
- Better tab filter for staffs
- Remove duplicate header
Upgrade Guide
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json
$ bash bootstrap.sh
v1.3.1
New Features
- Staffs can set expiration date for inaugural year grant.
Changes
-
Make money unavailable after inaugural year.
The expiration date is available at the dashboard.
-
Request submitted date is available at dashboard.
-
Fix missing tweet at email template.
-
Use a different icon for event website link
Upgrade Guide
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json
$ bash bootstrap.sh
v1.3.0
New Features
- Blog posts have new co-author field.
- Blog posts have new notes field.
- Authors can remove blog post submission when at triage phase.
- Authors can edit blog post submission when at triage phase.
Changes
- Improve in how finance is calculated.
- New status for blog post submission.
- Information is more uniform among staff, fellows and general public.
- Logo at navigation bar is bigger.
- Table overflow at blog review page is fixed.
Upgrade Guide
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json
$ bash bootstrap.sh
v1.2.2
Changes
- Fix bug.
Upgrade Guide
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json
v1.2.1
Changes
- Fix missing template bug.
Upgrade Guide
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json
v1.2.0
New Features
- Add validation for blog post draft
- Add HTML email
Changes
- Drop support to Django 1.9
Upgrade Guide
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json
v1.1.2
Changes
- Fix blog post list at dashboard
- Fix checkbox for email notification
- Keep record of all review email
Upgrade Guide
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json
v1.1.1
Fix missing static files.
Upgrade Guide
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json
$ bash bootstrap.sh
v1.1.0
New Features
- Datepicker.
- Links to view, review and edit requests.
- Add type of funds into Funding request stage.
Changes
- Sort options on forms.
Upgrade Guide
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json
If you don't run python -m pip install --upgrade -r requirements.txt
you will get a error related with the missing of django-datetime-widget
.