Skip to main content

Documentation: Admin Checklist

Changelog

Admin Checkist Recurring Tasks - v1.5.2 5  6

1 August 2026

  • Change: PHP file headers updated to the standard Joomla docblock copyright format; code style only, no functional changes
  • Change: full code style pass against the Joomla CMS phpcs ruleset (PSR-12): 4 spaces instead of tabs, LF line endings, brace/keyword placement and whitespace fixes; `_JEXEC` guards and the Joomla-mandated legacy installer script class names are annotated with phpcs comments. Code style only, no functional changes
  • Language: es-ES language (thanks to Andrés Restrepo | alamarte.com)

Admin Checklist - v1.5.2 5 6

1 August 2026

  • Change: PHP file headers updated to the standard Joomla docblock copyright format; code style only, no functional changes
  • Change: full code style pass against the Joomla CMS phpcs ruleset (PSR-12): 4 spaces instead of tabs, LF line endings, brace/keyword placement and whitespace fixes; `_JEXEC` guards and the Joomla-mandated legacy installer script class names are annotated with phpcs comments. Code style only, no functional changes
  • Change: `ChecklistController::toggle_on()`/`toggle_off()` renamed to camelCase `toggleOn()`/`toggleOff()`; the historic `checklist.toggle_on`/`toggle_off` task names keep working through a `registerTask()` mapping
  • Language: 9 language constants that were referenced by the forms, installer script and list views but never defined (`COM_CHECKLIST_FILTER_STATE(_DESC)`, `COM_CHECKLIST_FORM_DESC_TASK_CHECKED`, `COM_CHECKLIST_FORM_DESC_TASK_RECURRING`, `COM_CHECKLIST_INSTALL_QUICKSTART_ACTIONLOG`, `COM_CHECKLIST_LIST_FULL_ORDERING(_DESC)`, `COM_CHECKLIST_LIST_LIMIT(_DESC)`) are now defined in en-GB and translated in all distributed languages (nl-NL, de-DE, es-ES, fr-FR, it-IT)
  • Language: es-ES language (thanks to Andrés Restrepo | alamarte.com)

Admin Checkist Recurring Tasks - v1.5.1 5  6

8 July 2026

  • Addition: Downloads from the Joomill update server now include diagnostic request headers with site and environment information

Admin Checklist - v1.5.1 5 6

8 July 2026

  • Addition: Downloads from the Joomill update server now include diagnostic request headers with site and environment information
  • Change: All installer scripts now implement Joomla's InstallerScriptInterface

Admin Checkist Recurring Tasks - v1.5.0 5  6

2 July 2026

  • Addition: The Help button now links to the Joomill documentation page
  • Addition: Support for plugin lazy loading

Admin Checklist - v1.5.0 5 6

2 July 2026

  • Addition: Custom CSS field in the Categories module to add inline styling
  • Addition: Custom CSS field in the Component to add inline styling
  • Addition: The Help buttons now link to the Joomill documentation page
  • Change: JSON encoding with JSON_PRETTY_PRINT
  • Change: Support for plugin lazy loading
  • Fix: Deprecated messages

Admin Checklist - v1.4.1 5 6

3 June 2026

  • Fix: Repair sites missing the `recurring`, `assignedto` or `duedate` columns on `#__checklist_tasks`.
  • Fix: Remove the duplicate `assignedto` `ALTER TABLE` from `1.2.0.sql`
  • Change: Raise the minimum supported Joomla version to 5.0.

Admin Checklist - v1.4.0 5 6

1 June 2026

  • Addition: Export only selected tasks, fall back to all when none selected
  • Addition: improve online library integration for importing checklists instead of download file
  • Fix: Ensure full-width styling for task editor and register `admin.css` in task edit view
  • Change: Improve import view upload card
  • Change: Copyright to GNU GPL version 3
  • Change: Reorder XML metadata fields for consistency across extensions
  • Remove: duplicate assignedto
  • Remove: outdated XML metadata comments across all extensions

Admin Checkist Recurring Tasks - v1.2.0 4  5  6

8 September 2025

  • Addition: First Release
  • Addition: Select Recurring to a task
  • Addition: Filter Recurring Tasks in Checklist
  • Addition: Filter Recurring Tasks in Task Management

Admin Checklist - v1.2.0 4 5 6

7 September 2025

  • Addition: Compatible with Joomla 6 (without B/C plugin)
  • Addition: Progress bar in Categories Module
  • Addition: Hide completed category in Categories Module
  • Change: Consistent defined('_JEXEC') or die;
  • Fix: Various small code improvements & Reformat code
  • Fix: Deprecated Toolbar code
  • Fix: Deprecated Get code
  • Language: Update all Language Files
  • Remove: Unused Files and Code

Admin Checklist - v1.0.4 4 5

26 January 2025

  • Fix: Categories - warning with Alledia framework (by Peter Martin)
  • Fix: Undefined $recurring in Task Management (by Peter Martin)
  • Fix: Selecting a Category in the [- Select Category -] filter would close the [Filter Options] (by Peter Martin)
  • Change: Lowercase db8.nl (by Peter Martin)
  • Change: SQL set extension com_checklist on update to v1.0.4

Admin Checklist - v1.0.3 4 5

29 December 2024

  • Fix: Fix for 1.0.2 wrong package file
  • Fix: Filter options on task pages
  • Fix: Disable import button when no file is selected
  • Language: Fix Dutch Language string for Import / Export
  • Change: Social Media platforms in (un)installation message
  • Remove: Joomill Logo from media folder

Admin Checklist - v1.0.1 4 5

27 September 2024

  • Fix: Error on save item

Admin Checklist - v1.0.0 4 5

27 September 2024

  • Change: First Release