https://bugzilla.wikimedia.org/show_bug.cgi?id=24524

           Summary: Proposal: Single maintenance entry point
           Product: MediaWiki
           Version: 1.17-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Maintenance scripts
        AssignedTo: innocentkil...@gmail.com
        ReportedBy: liang...@gmail.com


Inspired by Django's manage.py

Is it possible to build a single entry point for all maintenance tasks? For
example,

php maintenance/update.php -> php maintenance.php update
php maintenance/changePassword.php -> php maintenance.php changePassword --user
A --password B

And allow extensions, such as LocalisationUpdate, to add their own maintenance
commands here as well. So,

php extensions/LocalisationUpdate/update.php -> php maintenance.php
localisationUpdate

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to