Modify ↓
Opened 4 years ago
Closed 4 years ago
#2341 closed defect (fixed)
Combine MessageOfTheDay
| Reported by: | stoecker | Owned by: | team |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
There should be only one message of the day page.
Idea how to handle this are welcome.
Reason is that changes in the main page usually are not copied into other languages and thus stuff gets out of sync.
Attachments (0)
Change History (3)
comment:1 Changed 4 years ago by stoecker
comment:2 Changed 4 years ago by stoecker
OK, work done. StartupPage and StartupPageSource created and partly setup. Now JOSN needs to learn the new pages.
A VersionHistory and VersionHistorySource should also be done.
comment:3 Changed 4 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
In r1507.
Note: See
TracTickets for help on using
tickets.



The page MessageOfTheDaySource? could be used as a base and converted to language specific pages using a Trac macro like [ [ MOTD(de|MessageOfTheDaySource) ] ].
JOSM's work is then greatly reduced, as it needs to load only one complete page.