Closed Bug 477813 Opened 15 years ago Closed 15 years ago

update contribute.mozilla.org

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: zbraniecki, Assigned: reed)

References

()

Details

CMO needs to be updated to latest changeset.

I'm not sure which version is currently on production machine, but I suspect changeset 15 which has to be updated to 19.

http://hg.mozilla.org/www/contribute.mozilla.org/rev/4e86829de61d
http://hg.mozilla.org/www/contribute.mozilla.org/rev/44a8f3c24ef2
http://hg.mozilla.org/www/contribute.mozilla.org/rev/2553604d8765
http://hg.mozilla.org/www/contribute.mozilla.org/rev/6298ae45532c

It's blocking Community Marketing Guidelines ATM
Assignee: server-ops → oremj
I ran hg pull and then hg update.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
(In reply to comment #2)
> I think something went wrong with LocalSettings.php

`hg diff` looks fine to me.

I see both of these at the bottom of LocalSettings.php:

$wgRCMaxAge = 16000000;
$wgRCLinkDays = 186;
Are you sure there's an actual problem? Looking at the code, it's not going to say anything unless there are actual edits... have you made any edits on the site so far?
I did, and still the same. There were a lot of edits weeks and months ago. Now I did another one and still nothing.

I cross-checked with history of mediawiki (http://svn.wikimedia.org/svnroot/mediawiki/trunk/phase3/HISTORY) and all the changes has been made in 1.13

I find it important for such websites to be able to track changes (for potential violations) that far in time.

Reed: we can wait 10 days and see if selector will show up there?
Unfortunately, no improvement noticed.

https://contribute.mozilla.org/Special:RecentChanges still does not show amount of days to select from. :(
Assignee: oremj → reed
|$wgRCLinkDays = 186;| is wrong, according to http://www.mediawiki.org/wiki/Manual:$wgRCLinkDays. $wgRCLinkDays is an array of days.

Changed to:
$wgRCLinkDays = array(1, 3, 7, 14, 30, 60, 180, 360);

Works now.
Status: REOPENED → RESOLVED
Closed: 15 years ago15 years ago
Resolution: --- → FIXED
thanks, commited an update to repo.
Status: RESOLVED → VERIFIED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.