Rename Agents section to "Scheduled Tasks"

Components

Description

Rename Agents section to "Scheduled Tasks".

Also, make sure all corresponding places such as:

  • Adding Agent "New Agent" => Adding Scheduled Task

  • Editing Agent "Agent Name" => Editing Scheduled Task "Title"

  • Rename Unit Config and all Classes:
    AgentEventHandler => ScheduledTaskEventHandler (scheduled_task_eh.php)
    AgentTagProcessor => ScheduledTaskTagProcessor (scheduled_task_tp.php)

  • table Agents change to ScheduledTasks (or ScheduledSystemTasks)

  • Check all other places in the code

Context Information

None

Additional information (do not use)

None

Attachments

5

Activity

Alex 
July 25, 2012 at 10:29 AM

Since 5.2.0 version was released.

Alex 
December 19, 2011 at 10:12 AM

Patch "agents_renaming_fix.patch" fixes Agents term wasn't renamed in Installation Wizard and during clean reinstall mode.

Dmitry Andrejev 
December 19, 2011 at 1:07 AM

Fix committed to [b]5.2.x branch/b. Commit Message:

Fixes : Rename Agents section to "Scheduled Tasks"
1. Forgot to apply changes to Installation Schema file

Alex 
December 16, 2011 at 3:07 PM

Fix committed to [b]5.2.x branch/b. Commit Message:

Fixes #0000981: Rename Agents section to "Scheduled Tasks"

Alex 
December 16, 2011 at 3:03 PM

Will test all together later.

Fixed

Details

Priority

Assignee

Reporter

Developer

Change Log Message

External issue ID

External issue URL

BC Break Details

Units renamed:

  • "agent" into "scheduled-task"

Renamed classes:

  • "AgentEventHandler" into "ScheduledTaskEventHandler"

Story Points

Fix versions

Affects versions

Patch Instructions

Patches must be submitted through Phabricator.

Created January 26, 2011 at 4:02 AM
Updated December 30, 2024 at 2:02 AM
Resolved July 25, 2012 at 10:29 AM