User talk:Frantik
From MediaWiki.org
[edit] Extension talk:MaintenanceShell
You shall ask for MaintenanceShell to be in SVN, as it seems useful and already in production version. What's your feeling about this? --almaghi 16:12, 17 June 2009 (UTC)
- I like to monitor downloads from my server.. but perhaps I should consider your suggestion :) thanks --Frantik 00:38, 19 June 2009 (UTC)
- You're welcome ;). Note that it was a suggestion from and for user (without any developer point of view): the advantage for users to have extensions in SVN repository is that extensions are this way full-packed in nightly-built; therefore we don't need to navigate, search and pick through the 1,484 MediaWiki's extensions...
- Cannot you get an access to SVN repository that would permit you to kind-of monitor the downloads? (I don't understand what does that really mean, by the way, so apologize my stupid question). Have a good day, --almaghi 09:02, 19 June 2009 (UTC)
- I honestly don't know anything about the SVN repository LOL --Frantik 09:09, 19 June 2009 (UTC)
- → Commit access requests for /extensions/MaintenanceShell. --almaghi 21:32, 23 June 2009 (UTC)
- I honestly don't know anything about the SVN repository LOL --Frantik 09:09, 19 June 2009 (UTC)
- Cannot you get an access to SVN repository that would permit you to kind-of monitor the downloads? (I don't understand what does that really mean, by the way, so apologize my stupid question). Have a good day, --almaghi 09:02, 19 June 2009 (UTC)
- You're welcome ;). Note that it was a suggestion from and for user (without any developer point of view): the advantage for users to have extensions in SVN repository is that extensions are this way full-packed in nightly-built; therefore we don't need to navigate, search and pick through the 1,484 MediaWiki's extensions...
=> Extension talk:MaintenanceShell. Good idea those additional links! --almaghi 09:02, 19 June 2009 (UTC)
I think that there is a small bug in the current version (0.2.2). In MaintenanceShell.php the following line:
echo '<a href="' . $_SERVER['SCRIPT_NAME'] . '&title=Special:MaintenanceShell">Return to the Maintenance Shell</a>';
should be...
echo '<a href="' . $_SERVER['SCRIPT_NAME'] . '?title=Special:MaintenanceShell">Return to the Maintenance Shell</a>';
(ie replace & before "title" with ?)
Otherwise the "Return to the Maintenance Shell" does not work. Camerojo 01:21, 8 September 2009 (UTC)
- Thanks, I added that fix and will release a new version soon. I think firefox must not care if ? or & is used because it works on my browser even though it's obviously incorrect. --Frantik 03:35, 8 September 2009 (UTC)