You are browsing a read-only backup copy of Wikitech. The primary site can be found at wikitech.wikimedia.org
Tool:IA Upload/SAL
In chronological order. Add new entry.
2017-01-27
Updated repository URL to https://github.com/wikisoruce/ia-upload.git; deployed current Git master; ran composer install; deleted un-needed ~/ia-upload/composer.phar
—Samwilson (talk) 09:55, 27 January 2017 (UTC)
2017-02-01
Removed ~/logs directory. Removed ~/composer.phar to favour system-wide version. Added testing installation at ~/ia-upload-testing. Modified ~/.lighttpd.conf to add support for /ia-upload/test (as a symlink within ia-upload/web/). Deployed current master to production, and djvu-generation branch to /test.
URL rewriting is now:
url.rewrite-once += ( "^/ia-upload/test/index\.php.*" => "$0", "^/ia-upload/test(/[^\?]*)(\?.*)?" => "/ia-upload/test/index.php$1$2", "^/ia-upload/.*\.css$" => "$0", "^/ia-upload/index\.php.*" => "$0", "^/ia-upload(/[^\?]*)(\?.*)?" => "/ia-upload/index.php$1$2", )
—Sam Wilson 05:22, 1 February 2017 (UTC)
2017-02-09
New DjVu generation feature deployed to production. Cron job added for production and test, running every 5 minutes to start the conversion process. —Sam Wilson 03:07, 9 February 2017 (UTC)
Added toolinfo.json and registered it with Hay's directory. --Sam Wilson 03:28, 9 February 2017 (UTC)
2017-02-13
Deployed new code for enforcing HTTPS and secure cookies. —Sam Wilson 10:19, 13 February 2017 (UTC)