In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Viewing Issue Advanced Details Jump to Notes ] Wiki ]  Related Changesets ] View Simple ] Issue History ] Print ]
ID Category Type Reproducibility Date Submitted Last Update
0000981 [In-Portal CMS] Localization task always 2011-01-25 22:02 2012-07-25 05:29
Reporter Dmitry View Status public Project Name In-Portal CMS
Assigned To Dmitry Developer
Priority normal Resolution fixed Platform
Status closed   OS
  OS Version
ETA none Fixed in Version 5.2.0-B1 Product Version 5.1.2-B1
  Target Version 5.2.0 Product Build
Time EstimateNo estimate
Summary 0000981: Rename Agents section to "Scheduled Tasks"
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
Steps To Reproduce
Additional Information
Tags No tags attached.
Reference https://groups.google.com/d/topic/in-portal-local/Mj9NDAiQhfQ/discussion
Change Log Message Renamed Agents section to Event Scheduler
Estimate Points 3
Attached Files patch file icon rename_agents_294.patch [^] (92,516 bytes) 2011-10-07 09:19 [Show Content]
patch file icon rename_agents_to_scheduled_tasks_core_v2.patch [^] (70,076 bytes) 2011-12-16 09:00 [Show Content]
patch file icon rename_agents_to_scheduled_tasks_modules_v2.patch [^] (7,376 bytes) 2011-12-16 09:02 [Show Content]
patch file icon rename_agents_to_scheduled_tasks_core_v2-INSTALL_SCHEMA.patch [^] (1,199 bytes) 2011-12-18 19:05 [Show Content]
patch file icon agents_renaming_fix.patch [^] (5,243 bytes) 2011-12-19 04:11 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
related to 0001339closed (5.2.0)alex Long running scheduled task delays page loading 
related to 0001191closed (5.2.0)alex Remove RunMode from Scheduled Tasks 
related to 0001340closed (5.2.0)alex Don't use session in scheduled tasks 
related to 0001341closed (5.2.0)alex Create cron-like interface for scheduled tasks 

-  Notes
User avatar (0004009)
Dmitry (manager)
2011-10-04 20:29

Reminder sent to: alex

We are giving this task to Erik
User avatar (0004037)
erik (manager)
2011-10-07 09:21

patch attached - needs testing

Note: image file core/admin_templates/img/icons/icon24_conf_agents.png is renamed to core/admin_templates/img/icons/icon24_conf_event_schedules.png
User avatar (0004111)
Dmitry (manager)
2011-11-01 10:08

We need to closely review new names for Agents and correct in necessary places.
User avatar (0004112)
alex (manager)
2011-11-01 10:08

Patch "rename_agents_294.patch" has translated word combinations, that are grammatically incorrect, that's why I can't appply it.
User avatar (0004222)
Dmitry (manager)
2011-12-07 22:19

Based on further discussion we decided to change name to (Task Description is updated):

- 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)

User avatar (0004223)
Dmitry (manager)
2011-12-07 22:19

Alex please apply new names and commit the task.
User avatar (0004266)
alex (manager)
2011-12-16 09:03

I've changed what I can inside existing files. After commiting we should rename files, that were changes to replace "agent" to "scheduled_task" in their names. Also references to that filenames should replaced as well.
User avatar (0004267)
alex (manager)
2011-12-16 09:03

Will test all together later.
User avatar (0004268)
alex (manager)
2011-12-16 09:07

Fix committed to 5.2.x branch. Commit Message:

Fixes 0000981: Rename Agents section to "Scheduled Tasks"
User avatar (0004270)
Dmitry (manager)
2011-12-18 19:07

Fix committed to 5.2.x branch. Commit Message:

Fixes 0000981: Rename Agents section to "Scheduled Tasks"
1. Forgot to apply changes to Installation Schema file
User avatar (0004274)
alex (manager)
2011-12-19 04:12

Patch "agents_renaming_fix.patch" fixes Agents term wasn't renamed in Installation Wizard and during clean reinstall mode.
User avatar (0004846)
alex (manager)
2012-07-25 05:29

Since 5.2.0 version was released.

- Related Changesets
In-Portal CMS: 5.2.x r14991
Timestamp: 2012-01-04 11:04:08
Author: alex
Details ] Diff ]
Bug 0000981: Rename Agents section to "Scheduled Tasks"
1. forgot to remove agent files
rm - /in-portal/branches/5.2.x/core/admin_templates/scheduled_tasks/agent_edit.tpl
rm - /in-portal/branches/5.2.x/core/admin_templates/scheduled_tasks/agent_list.tpl
rm - /in-portal/branches/5.2.x/core/units/scheduled_tasks/agent_eh.php
rm - /in-portal/branches/5.2.x/core/units/scheduled_tasks/agents_config.php
In-Portal CMS: 5.2.x r14882
Timestamp: 2011-12-19 04:14:02
Author: alex
Details ] Diff ]
Bug 0000981: Rename Agents section to "Scheduled Tasks"
1. wrong table name in "remove_schema.sql"
2. wrong section name in Installation Wizard
mod - /in-portal/branches/5.2.x/core/install/install_schema.sql Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/remove_schema.sql Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/steps_db.xml Diff ] File ]
In-Portal CMS: 5.2.x r14881
Timestamp: 2011-12-18 19:07:44
Author: Dmitry
Details ] Diff ]
Fixes 0000981: Rename Agents section to "Scheduled Tasks"
1. Forgot to apply changes to Installation Schema file
mod - /in-portal/branches/5.2.x/core/install/install_schema.sql Diff ] File ]
In-Portal CMS: 5.2.x r14880
Timestamp: 2011-12-16 09:24:40
Author: alex
Details ] Diff ]
Bug 0000981: Rename Agents section to "Scheduled Tasks"
1. renaming files & folders (can't really create patch for this type of action)
rm - /in-portal/branches/5.2.x/admin/system_presets/simple/agents_agent.php
add - /in-portal/branches/5.2.x/admin/system_presets/simple/scheduled_tasks_scheduled-task.php File ]
rm - /in-portal/branches/5.2.x/core/admin_templates/agents
add - /in-portal/branches/5.2.x/core/admin_templates/scheduled_tasks File ]
add - /in-portal/branches/5.2.x/core/admin_templates/scheduled_tasks/scheduled_task_edit.tpl File ]
add - /in-portal/branches/5.2.x/core/admin_templates/scheduled_tasks/scheduled_task_list.tpl File ]
mod - /in-portal/branches/5.2.x/core/kernel/application.php Diff ] File ]
rm - /in-portal/branches/5.2.x/core/kernel/managers/agent_manager.php
add - /in-portal/branches/5.2.x/core/kernel/managers/scheduled_task_manager.php File ]
rm - /in-portal/branches/5.2.x/core/units/agents
add - /in-portal/branches/5.2.x/core/units/scheduled_tasks File ]
add - /in-portal/branches/5.2.x/core/units/scheduled_tasks/scheduled_task_eh.php File ]
add - /in-portal/branches/5.2.x/core/units/scheduled_tasks/scheduled_tasks_config.php File ]
In-Portal CMS: 5.2.x r14879
Timestamp: 2011-12-16 09:07:48
Author: alex
Details ] Diff ]
Fixes 0000981: Rename Agents section to "Scheduled Tasks"
mod - /in-portal/branches/5.2.x/admin/system_presets/simple/agents_agent.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/admin_templates/agents/agent_edit.tpl Diff ] File ]
mod - /in-portal/branches/5.2.x/core/admin_templates/agents/agent_list.tpl Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/english.lang Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/install_data.sql Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/upgrades.sql Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/application.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/constants.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/event_manager.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/managers/agent_manager.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/managers/cache_manager.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/managers/request_manager.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/session/session.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/unit_config_reader.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/admin/admin_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/admin/admin_events_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/agents/agent_eh.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/agents/agents_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/forms/forms/forms_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/images/image_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/images/images_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/mailing_lists/mailing_lists_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/users/users_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/users/users_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/tools/cron.php Diff ] File ]
Modules :: In-News: 5.2.x r14878
Timestamp: 2011-12-16 09:06:55
Author: alex
Details ] Diff ]
Bug 0000981: Rename Agents section to "Scheduled Tasks"
mod - /modules/in-news/branches/5.2.x/units/articles/articles_config.php Diff ] File ]
mod - /modules/in-news/branches/5.2.x/units/articles/articles_event_handler.php Diff ] File ]
Modules :: In-Link: 5.2.x r14877
Timestamp: 2011-12-16 09:06:23
Author: alex
Details ] Diff ]
Bug 0000981: Rename Agents section to "Scheduled Tasks"
mod - /modules/in-link/branches/5.2.x/units/link_validation/link_validation_config.php Diff ] File ]
mod - /modules/in-link/branches/5.2.x/units/link_validation/link_validation_eh.php Diff ] File ]
mod - /modules/in-link/branches/5.2.x/units/listings/listings_config.php Diff ] File ]
Modules :: In-Commerce: 5.2.x r14876
Timestamp: 2011-12-16 09:06:06
Author: alex
Details ] Diff ]
Bug 0000981: Rename Agents section to "Scheduled Tasks"
mod - /w/in-commerce/branches/5.2.x/units/affiliates/affiliates_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/orders/orders_event_handler.php Diff ] File ]

- Issue History
Date Modified Username Field Change
2012-07-25 05:29 alex Note Added: 0004846
2012-07-25 05:29 alex Status resolved => closed
2012-07-09 11:09 alex Relationship added related to 0001341
2012-07-09 11:06 alex Relationship added related to 0001191
2012-07-09 11:03 alex Relationship added related to 0001340
2012-07-09 10:51 alex Relationship added related to 0001339
2012-01-04 11:04 alex Changeset attached 5.2.x r14991
2011-12-19 04:14 alex Changeset attached 5.2.x r14882
2011-12-19 04:12 alex Note Added: 0004274
2011-12-19 04:11 alex File Added: agents_renaming_fix.patch
2011-12-18 19:07 Dmitry Note Added: 0004270
2011-12-18 19:07 Dmitry Assigned To alex => Dmitry
2011-12-18 19:07 Dmitry Changeset attached 5.2.x r14881
2011-12-18 19:05 Dmitry File Added: rename_agents_to_scheduled_tasks_core_v2-INSTALL_SCHEMA.patch
2011-12-16 09:24 alex Changeset attached 5.2.x r14880
2011-12-16 09:07 alex Note Added: 0004268
2011-12-16 09:07 alex Status reviewed and tested => resolved
2011-12-16 09:07 alex Fixed in Version => 5.2.0-B1
2011-12-16 09:07 alex Resolution open => fixed
2011-12-16 09:07 alex Assigned To !COMMUNITY => alex
2011-12-16 09:07 alex Changeset attached 5.2.x r14879
2011-12-16 09:06 alex Changeset attached 5.2.x r14878
2011-12-16 09:06 alex Changeset attached 5.2.x r14877
2011-12-16 09:06 alex Changeset attached 5.2.x r14876
2011-12-16 09:05 alex Changeset attached 5.2.x r14875
2011-12-16 09:04 alex Summary Rename Agents section to "Event Scheduler" => Rename Agents section to "Scheduled Tasks"
2011-12-16 09:03 alex Note Added: 0004267
2011-12-16 09:03 alex Status needs testing => reviewed and tested
2011-12-16 09:03 alex Note Added: 0004266
2011-12-16 09:03 alex Assigned To alex => !COMMUNITY
2011-12-16 09:03 alex Developer erik => alex
2011-12-16 09:03 alex Status needs work => needs testing
2011-12-16 09:02 alex File Added: rename_agents_to_scheduled_tasks_modules_v2.patch
2011-12-16 09:00 alex File Added: rename_agents_to_scheduled_tasks_core_v2.patch
2011-12-07 22:19 Dmitry Note Added: 0004223
2011-12-07 22:19 Dmitry Status needs testing => needs work
2011-12-07 22:19 Dmitry Note Added: 0004222
2011-12-07 22:19 Dmitry Description Updated View Revisions
2011-11-01 10:08 alex Note Added: 0004112
2011-11-01 10:08 Dmitry Note Added: 0004111
2011-10-22 05:28 alex Estimate Points => 3
2011-10-07 09:21 erik Time Estimate Removed 2 =>
2011-10-07 09:21 erik Note Added: 0004037
2011-10-07 09:21 erik Assigned To erik => alex
2011-10-07 09:21 erik Developer => erik
2011-10-07 09:21 erik Status needs work => needs testing
2011-10-07 09:19 erik File Added: rename_agents_294.patch
2011-10-04 20:29 Dmitry Note Added: 0004009
2011-10-04 20:29 Dmitry Issue Monitored: alex
2011-10-04 20:29 Dmitry Assigned To => erik
2011-10-04 20:29 Dmitry Status active => needs work
2011-10-04 20:29 Dmitry Description Updated View Revisions
2011-09-26 04:51 alex Time Estimate Added 2
2011-09-23 20:58 Dmitry Target Version Icebox => 5.2.0
2011-02-17 10:46 Dmitry Description Updated View Revisions
2011-01-25 22:02 Dmitry New Issue
2011-01-25 22:02 Dmitry Reference => https://groups.google.com/d/topic/in-portal-local/Mj9NDAiQhfQ/discussion
2011-01-25 22:02 Dmitry Change Log Message => Renamed Agents section to Event Scheduler



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker