Difference between revisions of "UberPatrolFixes"

Line 28: Line 28:
 
* <s>Show timestamps in diff list</s>
 
* <s>Show timestamps in diff list</s>
 
* <s>Add RollTo, that is, editors should be able to roll to any particular version</s>
 
* <s>Add RollTo, that is, editors should be able to roll to any particular version</s>
* Add Flag AdultContent button (note: if this belongs in a differnt task, feel free to move it)
+
* <s>Add Flag AdultContent button (note: if this belongs in a differnt task, feel free to move it)</s>
 
* Mark as patrolled any site patrolled which has an '&' in it. Currently, such sites keep appearing even after being patrolled
 
* Mark as patrolled any site patrolled which has an '&' in it. Currently, such sites keep appearing even after being patrolled
  

Revision as of 04:25, 28 September 2007

OurWork Edit-chalk-10bo12.png

What (summary)

  • Fix HTML showing up in diff list
  • Show timestamps in diff list
  • Disable rollback
  • Add RollTo, that is, editors should be able to roll to any particular version
  • Add Flag AdultContent button (note: if this belongs in a differnt task, feel free to move it)
  • Mark as patrolled any site patrolled which has an '&' in it. Currently, such sites keep appearing even after being patrolled

Why this is important

There are some bad issues caused by UberPatrol rollbacks - namely, spam from multiple IP addresses will not be cleaned because we will not see it.

Concerns/Issues

  • We still need to get the pcs configured for work on this project.
  • Integration of compost and mediawiki seems to be the problem.
  • Suggestions? pointers?

Monday

We are still waiting for our PC's to be configured to run compost with mediawiki. Meanwhile we have browsed over the code body to get familiar with it.

Tuesday

Pc's configured near the end of the day. Did some work on roll to

Wednesday

Nearly finished rollto, pushed changes

Thursday

Rollto and Html issues are DoneDone

DoneDone

  • Fix HTML showing up in diff list
  • Show timestamps in diff list
  • Add RollTo, that is, editors should be able to roll to any particular version
  • Add Flag AdultContent button (note: if this belongs in a differnt task, feel free to move it)
  • Mark as patrolled any site patrolled which has an '&' in it. Currently, such sites keep appearing even after being patrolled


Steps to get to DoneDone

Apache config to proxy requests to the webrick server

<VirtualHost *:80>
  ServerName aboutus-mediawiki-1.10.0
  DocumentRoot htdocs/aboutus-1.10.0/wiki
  ErrorLog  logs/aboutus-mediawiki-1.10.0-error_log
  CustomLog logs/aboutus-mediawiki-1.10.0-access_log common 
  ProxyPass /au_web_services http://services.usabout.com:3000
</VirtualHost>

services.usabout.com is in my /etc/hosts file and goes to 127.0.0.1 (localhost)

In order for it to work I have to run script/server from the compost root directory (otherwise nothing is listening on port 3000) ... if compost isn't running you'll get at 503 service temporarily unavailable message. Also, you'll need to use the production environment to access the correct database. The command I use is:

script/server -e production


Retrieved from "http://aboutus.com/index.php?title=UberPatrolFixes&oldid=11163188"