{"id":22856492,"url":"https://github.com/wikifab/customrecentchanges","last_synced_at":"2025-04-30T15:11:44.660Z","repository":{"id":57080730,"uuid":"147228165","full_name":"Wikifab/CustomRecentChanges","owner":"Wikifab","description":"Extension that redesigns the Special:RecentChanges MediaWiki page","archived":false,"fork":false,"pushed_at":"2019-10-03T07:47:44.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-16T17:42:45.126Z","etag":null,"topics":["mediawiki","mediawiki-extension"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wikifab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-03T16:16:39.000Z","updated_at":"2024-04-24T07:32:14.000Z","dependencies_parsed_at":"2022-08-24T14:57:50.564Z","dependency_job_id":null,"html_url":"https://github.com/Wikifab/CustomRecentChanges","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wikifab%2FCustomRecentChanges","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wikifab%2FCustomRecentChanges/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wikifab%2FCustomRecentChanges/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wikifab%2FCustomRecentChanges/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wikifab","download_url":"https://codeload.github.com/Wikifab/CustomRecentChanges/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229510771,"owners_count":18084444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mediawiki","mediawiki-extension"],"created_at":"2024-12-13T08:08:44.083Z","updated_at":"2024-12-13T08:08:44.731Z","avatar_url":"https://github.com/Wikifab.png","language":"PHP","readme":"# CustomRecentChanges\n\nCustomRecentChanges redesigns the ``Special:RecentChanges`` page to make it easier to read.\n\n## Installation\n\n* Download the full archive of this repository\n* Extract and put ``CustomRecentChanges`` folder in the ``extensions`` directory.\n* Add the following line to the ``LocalSettings.php``\n```\nwfLoadExtension('CustomRecentChanges');\n```\n\n## Usage\nThe recent changes page is located at ``Special:DokitRecentChanges``\n\n## Configuration\n\nBy default, it will display 5 namespaces\n\n* Page (0)\n* User (2)\n* File (6)\n* Category (14)\n* Group (220)\n\nBut you can add namespaces as many as you want by editing the following configurations variables\n\n### ``$wgRCNamespacesList`` \n(array) Array of integers. In the filters, only display the specified namespaces.\n\nExemple :\n```\n\u003c?php\n    # LocalSettings.php \n    \n    $wgRCNamespacesList = [\n        0, // User\n        2, // File\n        14 // Category\n    ];\n?\u003e\n```\n\n### ``$wgRCNamespacesListIgnored`` \n(array) Array of integers. In the filters, display all the namespaces but the ignored.\n\nExemple :\n```\n\u003c?php\n    # LocalSettings.php \n    \n    // Will ignore the File namespace\n    $wgRCNamespacesListIgnored = [\n        2, // File\n    ];\n?\u003e\n```\n\n## Translation\n\nAs usual, the translation files are located in the ``i18n`` folder. You can translate / change the namespace buttons on the filter bar. Just add a translation to a file. \n\nThe key for translating a namespace button begins with ``customrecentchanges-namespace-`` and ends by the english or official namespace name in lowercase.\n\nExemple of a french  for the ``Group`` namespace: \n```\n// fr.json\n{\n    \"customrecentchanges-namespace-group\": \"Groupes\"\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwikifab%2Fcustomrecentchanges","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwikifab%2Fcustomrecentchanges","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwikifab%2Fcustomrecentchanges/lists"}