Ticket #21 (closed defect: fixed)

Opened 16 months ago

Last modified 14 months ago

export problem: links to /projectname

Reported by: erwin Owned by: erwin
Priority: critical Milestone: M5
Component: dalicms-admin Version: 1.0
Keywords: Cc:

Description

Links to /projectname are not correctly exported:

solution: add replace 'href="/projectname"' -> 'href="index_defaultlang.html"' (The include of href is important)

Change History

Changed 16 months ago by joeri

  • status changed from new to assigned
  • owner changed from somebody to joeri

Changed 16 months ago by joeri

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

Changed 14 months ago by erwin

  • status changed from closed to reopened
  • priority changed from major to critical
  • resolution fixed deleted
  • milestone changed from M3 to M5

There are problems reported that href="/projectname is exported to href="index.html

which means /project/servlet/rss and /project/servlet/login are exported to index.html/servlet/...

Solution: add " to the end of the regexp href="/projectname" --> href="index.html"

Changed 14 months ago by erwin

  • status changed from reopened to new
  • owner changed from joeri to erwin

Changed 14 months ago by erwin

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

fixed and tested: build 22

Note: See TracTickets for help on using tickets.