Ticket #487 (closed defect: fixed)

Opened 5 years ago

Last modified 15 months ago

small issues with wantedpages

Reported by: NilsLindenberg Owned by: DotMG
Priority: lowest Milestone: 1.3.1
Component: actions Version: trunk
Severity: minor Keywords: wantedpages, notice, l10n
Cc:

Description

Notice: Undefined index: tag in \actions\wantedpages\wantedpages.php on line 61 ->should be 'page_tag' instead. The phpdoc of LoadWantedPages2 should be changed, too.

Notice: Use of undefined constant WIKKA_BACKLINKS_LINK_TITLE - assumed 'WIKKA_BACKLINKS_LINK_TITLE' in \actions\wantedpages\wantedpages.php on line 79

Change History

Changed 5 years ago by DotMG

  • owner changed from unassigned to DotMG
  • status changed from new to assigned

Changed 5 years ago by DotMG

  • status changed from assigned to closed
  • resolution set to fixed

(In [520]) fixes #487

Thanks Nils. Added string BACKLINKS_LINK_TITLE in r294 Line 346 of en.inc.php, and renamed it WIKKA_BACKLINKS_LINK_TITLE. Relaced tag with page_tag.

Changed 5 years ago by DotMG

(In [521]) fixes #487

Thanks Nils. Added string BACKLINKS_LINK_TITLE in r294 Line 346 of en.inc.php, and renamed it WIKKA_BACKLINKS_LINK_TITLE. Relaced tag with page_tag.

Changed 5 years ago by DotMG

Ouch. Didn't save the file for commit message, [521] is about another bug and should be related to #497.

Changed 5 years ago by DotMG

Ouch. I meant #496. 1.1.7. coordination ticket.

Changed 5 years ago by JavaWoman

  • status changed from closed to reopened
  • resolution fixed deleted

There's a similar problem in the new ListPages() method (I can't find a changeset for that one!)- used by backlinks action + handler and category action: the pages just don't appear in the generated output.

Reopening this ticket at least until I've committed the fix.

Changed 4 years ago by DotMG

Replying to JavaWoman:

similar problem in the new ListPages()

You've fixed it in [622].

Changed 4 years ago by NilsLindenberg

  • status changed from reopened to closed
  • resolution set to fixed

Changed 3 years ago by DarTar

  • milestone changed from 1.2 to 1.3

Retargeting to 1.3, this ticket has already been closed in trunk, from which 1.3 will be branched. Consider backporting urgent issues to 1.2.X

Changed 15 months ago by BrianKoontz

  • milestone changed from 1.3 to 1.3.1

Changed milestone to 1.3.1

Note: See TracTickets for help on using tickets.