Ticket #860 (closed defect: fixed)

Opened 19 months ago

Last modified 12 months ago

Modify config with plugin directories during upgrades

Reported by: BrianKoontz Owned by: BrianKoontz
Priority: normal Milestone: 1.2
Component: core Version: 1.1.6.6
Severity: normal Keywords: trunk-unported
Cc:

Description (last modified by BrianKoontz) (diff)

(Reported by fishy)

Upgrades to 1.1.6.6 do not modify the action/handler/template/formatter paths to include the new plugin override directories. The immediate fix is to add the paths manually:

'action_path' => 'plugins/actions,actions'
'handler_path' => 'plugins/handlers,handlers'
'wikka_template_path' => 'plugins/templates,templates'
'wikka_formatter_path' => 'plugins/formatters,formatters'

Change History

Changed 19 months ago by BrianKoontz

  • description modified (diff)

Changed 19 months ago by DarTar

We should add a how-to (including a description of valid path separators) here:  http://docs.wikkawiki.org/InstallingPlugins

Changed 18 months ago by DarTar

  • milestone changed from 1.2 to 1.3

Retargeting to 1.3. Code for this ticket may have already been committed to trunk, from which 1.3 will be branched. Consider backporting urgent issues to 1.2.X

Changed 18 months ago by DarTar

  • milestone changed from 1.3 to 1.2

Retargeted to 1.2

Changed 14 months ago by BrianKoontz

(In [1408]) Syntax error fixes. Refs #860.

Changed 14 months ago by BrianKoontz

  • keywords trunk-unported added
  • status changed from new to assigned

Changed 14 months ago by BrianKoontz

(In [1407]) Default plugin dirs prepended to existing paths during upgrades. Refs #860.

Changed 14 months ago by BrianKoontz

  • status changed from assigned to testing

Changed 12 months ago by DarTar

  • status changed from testing to commit

Tested upgrading from 1.1.6.5 - config options are modified as expected.

Changed 12 months ago by DarTar

  • status changed from commit to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.