aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* UpdateHEADmasterMatthew Lemon2024-06-21138-211436/+0
|
* Merge pull request #22 from yulqen/dependabot/pip/wheel-0.38.1yulqen2023-03-251-1/+1
|\ | | | | Bump wheel from 0.35.1 to 0.38.1
| * Bump wheel from 0.35.1 to 0.38.1dependabot[bot]2022-12-261-1/+1
|/ | | | | | | | | | | | | | Bumps [wheel](https://github.com/pypa/wheel) from 0.35.1 to 0.38.1. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.35.1...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* fix markdown againMatthew Lemon2020-11-201-0/+3
|
* fix markdownMatthew Lemon2020-11-201-1/+1
|
* added INSTALL.mdMatthew Lemon2020-11-201-0/+88
|
* added Make rules to populate postgres testdbMatthew Lemon2020-11-112-2/+37
|
* added link to document url in comments box in caf detail pageMatthew Lemon2020-10-252-4/+20
|
* added oes to admin list for organisationMatthew Lemon2020-10-251-0/+1
|
* some improvements to aesthetics of the overview pageMatthew Lemon2020-10-251-10/+54
|
* renaming variablesMatthew Lemon2020-10-241-11/+10
|
* change an h3 to an h4!Matthew Lemon2020-10-241-4/+4
|
* person contact history now filters out private events but the code needs ↵Matthew Lemon2020-10-242-3/+73
| | | | refactoring badly
* added links back to person and organisationMatthew Lemon2020-10-241-1/+2
|
* Contact history for person page added but doesn't filter private events out yetMatthew Lemon2020-10-246-7/+127
|
* fixed failing testMatthew Lemon2020-10-241-3/+2
|
* added message to say there are no events on org detail page when there are noneMatthew Lemon2020-10-241-2/+6
|
* limited note entry to the org in questionMatthew Lemon2020-10-234-2/+32
|
* improved events tables in org detailMatthew Lemon2020-10-232-33/+59
|
* improved CAF detail pageMatthew Lemon2020-10-232-31/+17
|
* improvements to people listMatthew Lemon2020-10-231-0/+10
|
* improved the person detail table slightlyMatthew Lemon2020-10-231-106/+106
|
* fixed the order of events on the org detail pageMatthew Lemon2020-10-232-7/+12
|
* fixed problem with repeating event in org detail pageMatthew Lemon2020-10-231-1/+2
|
* profile page is ok for nowMatthew Lemon2020-10-232-3/+17
|
* nice tweaks to the profile pageMatthew Lemon2020-10-232-11/+71
|
* only private events are counted for home page statsMatthew Lemon2020-10-232-6/+6
|
* upped the number of organisations in the system to 60.Matthew Lemon2020-10-231-1/+1
|
* added some more summary numbers to home pageMatthew Lemon2020-10-232-32/+21
|
* added link to OES page from summary textMatthew Lemon2020-10-231-1/+1
|
* links in header only available if logged-inMatthew Lemon2020-10-232-5/+7
|
* moved person details up to top of org detail pageMatthew Lemon2020-10-231-121/+118
|
* more tidying of org detail pageMatthew Lemon2020-10-231-130/+92
|
* improved tables in org detailMatthew Lemon2020-10-232-17/+39
|
* moved notes to own table on org detail pageMatthew Lemon2020-10-232-22/+118
|
* removed old card implementation to show eventsMatthew Lemon2020-10-231-21/+0
|
* now processes a an empty event listMatthew Lemon2020-10-222-2/+30
|
* all fiddly tr html writer code passing - NEED TO REFACTORMatthew Lemon2020-10-221-15/+15
|
* getting there but test failingMatthew Lemon2020-10-223-10/+34
|
* failing tests but lots of progress on html buildersMatthew Lemon2020-10-222-110/+132
|
* another test passes but horrific codeMatthew Lemon2020-10-225-68/+123
|
* building the template stringMatthew Lemon2020-10-221-21/+34
|
* test passes and right now that's good enough for meMatthew Lemon2020-10-221-68/+53
|
* writing code to control the swimlane templateMatthew Lemon2020-10-222-1/+133
|
* turned the Events list on org detail page into an Notes and Events tableMatthew Lemon2020-10-221-0/+42
|
* bit of a hack to get notes to sort alongside objects with actual date ↵Matthew Lemon2020-10-212-8/+13
| | | | attributes - here we add one for the sort and remove it after
* renamed a field in a model to date and look what I need! new migrations and ↵Matthew Lemon2020-10-2126-289/+291
| | | | fixed tests
* started work on merging events sorted keyed on date for user profile pageMatthew Lemon2020-10-212-5/+13
|
* prettied up the org list pageMatthew Lemon2020-10-213-4/+20
|
* now have an OES-only organisation pageMatthew Lemon2020-10-216-15/+68
|