{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":789218108,"defaultBranch":"main","name":"WeasyPrint","ownerLogin":"okkays","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-04-20T00:25:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/15126660?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714578741.0","currentOid":""},"activityList":{"items":[{"before":"a46b7041b4a43301bc2979b035b63f64d8dcea40","after":"ab6f85ce00af56f1e6c011c493a62045653523d0","ref":"refs/heads/kk/radio-buttons","pushedAt":"2024-05-13T22:12:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"liZe","name":"Guillaume Ayoub","path":"/liZe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/952243?s=80&v=4"},"commit":{"message":"Merge checkbox and radio management in PDF\n\nThis way works with many PDF readers and validators.","shortMessageHtmlLink":"Merge checkbox and radio management in PDF"}},{"before":"a8897fb878cc73eff9852f45ede84f695c34919a","after":"a46b7041b4a43301bc2979b035b63f64d8dcea40","ref":"refs/heads/kk/radio-buttons","pushedAt":"2024-05-13T13:21:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"liZe","name":"Guillaume Ayoub","path":"/liZe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/952243?s=80&v=4"},"commit":{"message":"Fix tests","shortMessageHtmlLink":"Fix tests"}},{"before":"8efa9a4a6c880df28a2959f3810fe9cc578da07b","after":"a8897fb878cc73eff9852f45ede84f695c34919a","ref":"refs/heads/kk/radio-buttons","pushedAt":"2024-05-13T13:10:51.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"liZe","name":"Guillaume Ayoub","path":"/liZe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/952243?s=80&v=4"},"commit":{"message":"Don’t display value for checkbox and radio inputs\n\nAlso remove the space from unchecked elements, so that their bottom is aligned\nwith the text baseline.","shortMessageHtmlLink":"Don’t display value for checkbox and radio inputs"}},{"before":"eaba1ecaa582462136ef4ab8e192584ae7bcc117","after":"8efa9a4a6c880df28a2959f3810fe9cc578da07b","ref":"refs/heads/kk/radio-buttons","pushedAt":"2024-05-02T15:24:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"okkays","name":"Kevin Kays","path":"/okkays","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15126660?s=80&v=4"},"commit":{"message":"Fix typo: in vs equals","shortMessageHtmlLink":"Fix typo: in vs equals"}},{"before":"4500387d0e4db855721348d28cf0ccb6cc6a790d","after":"eaba1ecaa582462136ef4ab8e192584ae7bcc117","ref":"refs/heads/kk/radio-buttons","pushedAt":"2024-05-01T15:52:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"okkays","name":"Kevin Kays","path":"/okkays","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15126660?s=80&v=4"},"commit":{"message":"Include radio buttons when processing forms\n\n- 🌎 Currently, inputs are collected and rendered individually.\n- β›” This means that groups of elements, such as radio buttons which may only have one value checked at once, don't have a way to identify other elements in the group.\n- βœ… This commit keeps a concept of \"forms\" in between \"page\" and \"inputs\", and uses those forms to build groups of radio buttons.","shortMessageHtmlLink":"Include radio buttons when processing forms"}},{"before":null,"after":"4500387d0e4db855721348d28cf0ccb6cc6a790d","ref":"refs/heads/kk/radio-buttons","pushedAt":"2024-05-01T15:52:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"okkays","name":"Kevin Kays","path":"/okkays","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15126660?s=80&v=4"},"commit":{"message":"Include radio buttons when processing forms\n\n- 🌎 Currently, inputs are collected and rendered individually.\n- β›” This means that groups of elements, such as radio buttons which may only have one value checked at once, don't have a way to identify other elements in the group.\n- βœ… This commit keeps a concept of \"forms\" in between \"page\" and \"inputs\", and uses those forms to build groups of radio buttons.","shortMessageHtmlLink":"Include radio buttons when processing forms"}},{"before":"ebf18ba58c29ef4d96b84029d59eda9994c6f7cf","after":"07cd6e3a15c0da6f15328476ae445559854cf5a9","ref":"refs/heads/main","pushedAt":"2024-05-01T15:43:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"okkays","name":"Kevin Kays","path":"/okkays","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15126660?s=80&v=4"},"commit":{"message":"Replace import after merge with ruff changes","shortMessageHtmlLink":"Replace import after merge with ruff changes"}},{"before":"4745cfd50aa6e69ec4166545a1ea9e7ac3a3c2a9","after":"ebf18ba58c29ef4d96b84029d59eda9994c6f7cf","ref":"refs/heads/main","pushedAt":"2024-05-01T15:41:41.000Z","pushType":"push","commitsCount":133,"pusher":{"login":"okkays","name":"Kevin Kays","path":"/okkays","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15126660?s=80&v=4"},"commit":{"message":"Version 62.0","shortMessageHtmlLink":"Version 62.0"}},{"before":"b7ce543b693f0c91dfc27088e82d07efdfa988b3","after":"4745cfd50aa6e69ec4166545a1ea9e7ac3a3c2a9","ref":"refs/heads/main","pushedAt":"2024-05-01T15:36:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"okkays","name":"Kevin Kays","path":"/okkays","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15126660?s=80&v=4"},"commit":{"message":"Include radio buttons when processing forms\n\n- 🌎 Currently, inputs are collected and rendered individually.\n- β›” This means that groups of elements, such as radio buttons which may only have one value checked at once, don't have a way to identify other elements in the group.\n- βœ… This commit keeps a concept of \"forms\" in between \"page\" and \"inputs\", and uses those forms to build groups of radio buttons.","shortMessageHtmlLink":"Include radio buttons when processing forms"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESN6bIQA","startCursor":null,"endCursor":null}},"title":"Activity Β· okkays/WeasyPrint"}