Opened 19 years ago
Closed 19 years ago
#3570 closed defect (invalid)
Wiki Recent Changes in wrong order
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | 0.9.5 |
| Severity: | normal | Keywords: | wiki recent changes date order |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Today our Wiki/RecentChanges page has down some wierd things. The top of the page has
8/08/2006
* SessionIsInvalid
4/08/2006
* WebAdminLifeStyleSuburbs
3/08/2006
* WebAdminJohnsPicks
* SystemEditCompany
* WebAdminSuburbPriceForm
* WebAdminSuburbProfileForm
* WebAdminSuburbForm
* WebAdminSuburbList
And right down the bottom of the page there is
* TracTickets
* TracTicketsCustomFields
* TracTimeline
* TracUnicode
* TracUpgrade
* TracWiki
* WikiDeletePage
16/08/2006
* Ajax
* CodingStandardsDatabase
* CodingStandardsGoodPractice
* CodingStandardsPerformance
* CodingStandardsStyle
* LastEnteredId
* OpenSelect2
So for some reason todays changes are out of order in the list.
Also I noted that these changes havent come up on the Timeline page.
Can you point me to why this is happening?
We are using Trac 0.9.5 on Windows 2003 with mod_python and apache. I am viewing trac with TRAC_ADMIN rights.
Attachments (0)
Change History (4)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
fixed - this had something to do with a fix we put in for source:trunk/trac/wiki/model.py in #2839 . For some reason that fix doesnt carry t through to the update query. We removed it and all is well again.
comment:3 by , 19 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Great! - however, we're using fixed here when we have to make an actual change to the code base, so I'm reopening to change the status…
comment:4 by , 19 years ago
| Resolution: | → invalid |
|---|---|
| Status: | reopened → closed |
Error was due to a local code change.



I have noticed that the timeline is missing all WIKI modifications from the last few days. The RecentChanges page has them all group at the bottom and is defaulting todays date to the chencges.
This last section now reads:
17/08/2006 * Ajax * CodingStandardsDatabase * CodingStandardsGoodPractice * CodingStandardsPerformance * CodingStandardsStyle * LastEnteredId * OpenSelect2Is this a problem with a corrupt database or something similar?