{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":6497984,"defaultBranch":"master","name":"dokuwiki-plugin-gitbacked","ownerLogin":"woolfg","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-11-01T22:22:17.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1328269?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1705949323.0","currentOid":""},"activityList":{"items":[{"before":"00885c3bddfaf5cc3c9ac3f45a53342b77d30b22","after":"d2a62b802116d212fc54571eb5107fa1eb6d71ea","ref":"refs/heads/master","pushedAt":"2024-01-22T19:53:40.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mhoffrog","name":"Markus Hoffrogge","path":"/mhoffrog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45703410?s=80&v=4"},"commit":{"message":"Avoid Using $_ENV - update CHANGELOG.md","shortMessageHtmlLink":"Avoid Using $_ENV - update CHANGELOG.md"}},{"before":"a06ad155c64410ed73716ca9f957b197479bc7af","after":"d2a62b802116d212fc54571eb5107fa1eb6d71ea","ref":"refs/heads/pr/91_avoid_using_$_ENV","pushedAt":"2024-01-22T19:39:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mhoffrog","name":"Markus Hoffrogge","path":"/mhoffrog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45703410?s=80&v=4"},"commit":{"message":"Avoid Using $_ENV - update CHANGELOG.md","shortMessageHtmlLink":"Avoid Using $_ENV - update CHANGELOG.md"}},{"before":"47703dc1b077c0fa6401a9bba148c46b72a0b1c3","after":"a06ad155c64410ed73716ca9f957b197479bc7af","ref":"refs/heads/pr/91_avoid_using_$_ENV","pushedAt":"2024-01-22T19:23:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mhoffrog","name":"Markus Hoffrogge","path":"/mhoffrog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45703410?s=80&v=4"},"commit":{"message":"Avoid Using $_ENV - ensure backward compatibility\n\nUpdate to ensure to inherit original system environment\nto be backward compatible to previous implementation as follows:\n\nProvide any $this->envopts via putenv\nand call proc_open with env=null to inherit the rest\nof env variables from the original process of the system.\nNote: Variables set by putenv live for a\n single PHP request run only.\n These variables are visible \"locally\".\n They are NOT listed by getenv(),\n but they are visible to the process forked by proc_open().","shortMessageHtmlLink":"Avoid Using $_ENV - ensure backward compatibility"}},{"before":"00885c3bddfaf5cc3c9ac3f45a53342b77d30b22","after":"47703dc1b077c0fa6401a9bba148c46b72a0b1c3","ref":"refs/heads/pr/91_avoid_using_$_ENV","pushedAt":"2024-01-22T18:58:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mhoffrog","name":"Markus Hoffrogge","path":"/mhoffrog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45703410?s=80&v=4"},"commit":{"message":"Avoid Using $_ENV\n\nPHP exposes sensitive information like cookies in $_ENV. Additionally, it may include command line arguments (argv) as an array in $_ENV in certain configurations, causing a warning because proc_open expects env to be an array of string and would issue a warning when it happens:\r\n\r\nWarning: Array to string conversion\r\n\r\nBecause the existing environment information are not generally useful for Git operations anyways, simply remove the merging of existing $_ENV. Instead, the environment options passed from caller are directly passed to proc_open as is, ensuring more controlled and secure handling of environment variables.","shortMessageHtmlLink":"Avoid Using $_ENV"}},{"before":null,"after":"00885c3bddfaf5cc3c9ac3f45a53342b77d30b22","ref":"refs/heads/pr/91_avoid_using_$_ENV","pushedAt":"2024-01-22T18:48:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mhoffrog","name":"Markus Hoffrogge","path":"/mhoffrog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45703410?s=80&v=4"},"commit":{"message":"Update CHANGELOG.md: update release notes and compare links for release 2023-05-07\n\n- CHANGELOG.md:\n - add release info for 2023-05-07\n- plugin.info.txt:\n - align release date","shortMessageHtmlLink":"Update CHANGELOG.md: update release notes and compare links for relea…"}},{"before":"17cd8de16006fc95400bb9690cb9ed9ebd07ebc0","after":"57bb4536a9041d856e77ec10553e35014aa053d9","ref":"refs/heads/issues/47_multiple_repos","pushedAt":"2023-05-07T17:50:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mhoffrog","name":"Markus Hoffrogge","path":"/mhoffrog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45703410?s=80&v=4"},"commit":{"message":"Allow using several git repos\n\n- improved German description of config settings","shortMessageHtmlLink":"Allow using several git repos"}},{"before":"dd477e307189b6450778d0fad763c668f8d416e6","after":"00885c3bddfaf5cc3c9ac3f45a53342b77d30b22","ref":"refs/heads/master","pushedAt":"2023-05-07T14:38:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mhoffrog","name":"Markus Hoffrogge","path":"/mhoffrog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45703410?s=80&v=4"},"commit":{"message":"Update CHANGELOG.md: update release notes and compare links for release 2023-05-07\n\n- CHANGELOG.md:\n - add release info for 2023-05-07\n- plugin.info.txt:\n - align release date","shortMessageHtmlLink":"Update CHANGELOG.md: update release notes and compare links for relea…"}},{"before":"23da58a4c9e7ffd4187bc7e937d66d439d7980d6","after":"dd477e307189b6450778d0fad763c668f8d416e6","ref":"refs/heads/master","pushedAt":"2023-05-07T14:21:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mhoffrog","name":"Markus Hoffrogge","path":"/mhoffrog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45703410?s=80&v=4"},"commit":{"message":"Fix DokuWiki deprecation warnings\n\n- action/editcommit.php:\n - remove obsolete require_once for action.php\n - comment dbglog(...) code lines\n Note: These did not yet have been replaced by DW Logger::debug(...)\n since this would break compatibility to DW releases before Igor\n\n- closes #86","shortMessageHtmlLink":"Fix DokuWiki deprecation warnings"}},{"before":null,"after":"dd477e307189b6450778d0fad763c668f8d416e6","ref":"refs/heads/issues/86_deprecated_log","pushedAt":"2023-05-07T14:19:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mhoffrog","name":"Markus Hoffrogge","path":"/mhoffrog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45703410?s=80&v=4"},"commit":{"message":"Fix DokuWiki deprecation warnings\n\n- action/editcommit.php:\n - remove obsolete require_once for action.php\n - comment dbglog(...) code lines\n Note: These did not yet have been replaced by DW Logger::debug(...)\n since this would break compatibility to DW releases before Igor\n\n- closes #86","shortMessageHtmlLink":"Fix DokuWiki deprecation warnings"}},{"before":"219b11c7a3fc318f031697f8e39e778c45fdf835","after":"17cd8de16006fc95400bb9690cb9ed9ebd07ebc0","ref":"refs/heads/issues/47_multiple_repos","pushedAt":"2023-03-24T17:54:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mhoffrog","name":"Markus Hoffrogge","path":"/mhoffrog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45703410?s=80&v=4"},"commit":{"message":"Allow using several git repos\n\n- improved German description of config settings","shortMessageHtmlLink":"Allow using several git repos"}},{"before":"8f57114cff6f9e8dbe04847f1023349d8b528742","after":"23da58a4c9e7ffd4187bc7e937d66d439d7980d6","ref":"refs/heads/master","pushedAt":"2023-03-07T16:49:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mhoffrog","name":"Markus Hoffrogge","path":"/mhoffrog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45703410?s=80&v=4"},"commit":{"message":"Update CHANGELOG.md: update release notes and compare links for release 2023-03-07\n\n- CHANGELOG.md:\n - update issue references to appear as links\n- plugin.info.txt:\n - align release date","shortMessageHtmlLink":"Update CHANGELOG.md: update release notes and compare links for relea…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD5jQd6wA","startCursor":null,"endCursor":null}},"title":"Activity · woolfg/dokuwiki-plugin-gitbacked"}