This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
Releases: hasadna/Open-Knesset
Releases · hasadna/Open-Knesset
v4.4.5
v4.4.4
v4.4.3
v4.4.2
v4.4.1
In This Release
- fix #677 Show amount of unpublished protocols for each committee
- #456 - Photos of MKs have wrong aspect ratio when previewed
- #706 sitemaps
Presence issues - Needs to run stuff after deployment
Government bills proposal issues (Only partial solution, lots of stuff still broken)
missing lobbyist corporation data (we don't know why is that missing) causes crashes
Https issues
resolve #720
Would need to run 2 djano management command after deploy:
python manage.py migrate_mks_url_img_https
python manage.py rebuild_avatars
General:
Hardcoded django-nose version to fix travis failure and several other libraries for the same issue
refactored p => party so I can understand what's going on
v4.4.0
In This Release
- fix some problems @RacheliRoval encountered with okhelptexts:
- make the keyword unique (don't allow more then 1 help text per keyword)
- fix display of the help text question mark in bill page on law stage which has some votes
v4.3.1
v4.3.0
v4.2.0
In This Release
- add support for ok help texts which can be edited from the admin
- add support for the help texts with the following identifiers (self-explanatory):
How to add help texts
- open admin
- goto okhelptexts > add helptext
- write the help text in "full text" field (you can write html code)
- (optionally) write a URL in the moreinfo field
- in the KW text 1 field, write the help text identifier (see above for the supported identifiers)
- save
- pay attention that we have caching, so you might have to wait until you see the help text (or ask to clear the cache)