You are browsing a read-only backup copy of Wikitech. The primary site can be found at wikitech.wikimedia.org
Tool:IA Upload/SAL: Difference between revisions
imported>Samwilson m (Samwilson moved page Nova Resource:Tools.ia-upload/SAL to Tool:IA Upload/SAL: Make it a subpage of the main tool page.) |
imported>Samwilson No edit summary |
||
Line 1: | Line 1: | ||
{{SAL|Project Name=ia-upload}} | {{SAL|Project Name=ia-upload}} | ||
In | [[Category:SAL]] | ||
In chronological order. [https://wikitech.wikimedia.org/w/index.php?title=Tool:IA_Upload/SAL&action=edit§ion=new Add new entry.] | |||
== 2017- | == 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 | |||
—[[User:Samwilson|Samwilson]] ([[User talk:Samwilson|talk]]) 09:55, 27 January 2017 (UTC) | |||
== 2017-02-01 == | == 2017-02-01 == | ||
Line 26: | Line 26: | ||
—[[User:Samwilson|Sam]] [[User talk:Samwilson|Wilson]] 05:22, 1 February 2017 (UTC) | —[[User:Samwilson|Sam]] [[User talk:Samwilson|Wilson]] 05:22, 1 February 2017 (UTC) | ||
—[[User:Samwilson|Samwilson]] ([[User talk:Samwilson| | == 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. —[[User:Samwilson|Sam]] [[User talk:Samwilson|Wilson]] 03:07, 9 February 2017 (UTC) | |||
Added toolinfo.json and [https://wikitech.wikimedia.org/w/index.php?title=User%3AHay%2Fdirectory&action=historysubmit&type=revision&diff=1482068&oldid=1332112 registered] it with Hay's directory. --[[User:Samwilson|Sam]] [[User talk:Samwilson|Wilson]] 03:28, 9 February 2017 (UTC) | |||
== 2017-02-13 == | |||
[[ | Deployed new code for enforcing HTTPS and secure cookies. —[[User:Samwilson|Sam]] [[User talk:Samwilson|Wilson]] 10:19, 13 February 2017 (UTC) |
Revision as of 10:19, 13 February 2017
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)