Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/maintenance.php
Commit message (Expand)AuthorAgeFilesLines
* Fix a broken call in maintenance. mysql_affected_rows() doesn't expect a boo...wclouser@mozilla.com2009-03-161-1/+1
* bug 476660, scripts to update collections download totals from the metrics ta...jbalogh@mozilla.com2009-02-281-2/+54
* implement bayesian ratings (bug 477343, r=clouserw); note: needs SQLfwenzel@mozilla.com2009-02-241-51/+67
* Fix bug 477875; weekly count actually only counts 6 dayswclouser@mozilla.com2009-02-121-4/+4
* Fix bug 473716; download count occasionally shows up as zerowclouser@mozilla.com2009-02-101-5/+0
* bug 291413, Top rated should take into account the number of ratings, r=fwenzelrdoherty@mozilla.com2009-01-221-2/+2
* bug 291413, Top rated should take into account the number of ratings, committ...rdoherty@mozilla.com2008-10-131-3/+6
* bug 435263: Enforce one review per user per add-on (block duplicates, spam, r...lorchard@mozilla.com2008-10-061-9/+21
* cron job to delete unconfirmed user accounts (bug 444010, r=morgamic)fwenzel@mozilla.com2008-07-211-1/+19
* removing "has files" requirement from reviews/ratings count (bug 436810, r=mo...fwenzel@mozilla.com2008-07-081-11/+0
* allowing to flag reviews for moderation (second part of review auto-moderatio...fwenzel@mozilla.com2008-05-281-2/+0
* count reviews without ratings, too (bug 429139, r=morgamic)fwenzel@mozilla.com2008-04-281-2/+1
* fixing reviews and ratings maintenance queries (bug 429139, r=morgamic)fwenzel@mozilla.com2008-04-251-3/+18
* Checking in null checks for bug 418512, r=morgamic.morgamic@mozilla.com2008-02-201-0/+2
* Quoting maint script, the field is a varchar not an int, and mysql was auto-c...morgamic@mozilla.com2008-02-131-1/+1
* Adding rounding to maint script function for rating updates, bug 416971, r=fw...morgamic@mozilla.com2008-02-121-2/+3
* ratings/reviews fix take 2.morgamic@mozilla.com2008-02-121-4/+4
* Fixing my brokenness.morgamic@mozilla.com2008-02-121-2/+2
* Fixing text output for ratings update function...morgamic@mozilla.com2008-02-081-3/+3
* Fixing missing break statement in reviews function, adding ratings function tomorgamic@mozilla.com2008-02-081-2/+36
* Checking in review count column stuff from bug 408680. r=fwenzel.morgamic@mozilla.com2008-02-071-1/+1
* Checking in reviewcount column and maint script from bug 408680.morgamic@mozilla.com2008-01-281-0/+29
* Total download counting in maintenance script; bug 409341; r=morgamicfligtar@gmail.com2008-01-161-33/+68
* Disable download count part of GC; bug 402931; r=morgamicfligtar@gmail.com2007-11-091-1/+4
* clear weeklydownloads before updating weeklydownloads; bug 398063; r=clouserwfligtar@gmail.com2007-11-071-0/+7
* removing total download counter from maintenance.phpahajdukewycz@mozilla.com2007-08-241-96/+4
* weekly counts script updateahajdukewycz@mozilla.com2007-08-221-7/+7
* Added indexes for downloads table from bug 378804 and added a counted=1 clausemorgamic@mozilla.com2007-05-011-1/+2
* Removing debug output to stdout.morgamic@mozilla.com2007-04-251-2/+1
* Updated maint and update-hashes scripts so they work properly and also usemorgamic@mozilla.com2007-04-121-18/+34
* Removed !defined() check for DB_HOST...morgamic@mozilla.com2007-04-021-2/+8
* Removed reference to $_auth object in maintenance.php.morgamic@mozilla.com2007-04-021-3/+79
* Put in proper config path.morgamic@mozilla.com2007-02-151-1/+1
* Moved maintenance script to /bin.morgamic@mozilla.com2007-02-151-0/+282
* Movint out old maint script.morgamic@mozilla.com2007-02-151-279/+0
* Moved services to webroot since they really belong there. It also makes the ...morgamic@mozilla.com2007-02-131-0/+279