29 Commits

Author SHA1 Message Date
Daniel Glus
0a97f1e432 [upload_pwb.py] Fix bug 2018-07-28 16:01:32 -04:00
Daniel Glus
5f977b2653 Shuffle upload scripts around 2018-07-28 12:44:12 -04:00
APerson
2f19566ece [upload.py] Change method per mwclient update 2016-05-29 11:38:39 -04:00
APerson
1b73347a6c [upload.py] better password prompt 2015-06-18 12:03:41 -04:00
APerson
d6f9f305ca [upload.py] also don't upload Emacs spam 2015-05-03 21:58:19 -04:00
APerson
46602cdcfe [upload.py] Combined a couple of print statements
Just a minor UX issue; the first print statement was actually inaccurate when using --force.
2015-02-26 20:58:30 -05:00
Theopolisme
dbe615f12d Include all dependencies at top of core.js on build, resolves #47
Now we no longer have to request dependency files separately, speeding
up load times as well as resolving the “undefined Hogan” error as
reported in the linked issue.
2015-02-24 17:16:04 -06:00
APerson
b2b8bd1380 Revert "Changed password prompt for upload.py"
This reverts commit 5a0ddecfd42941cc4356a2f1dbf082e4f001f43b because it broke the script.
2015-01-16 19:48:13 -05:00
APerson
5a0ddecfd4 Changed password prompt for upload.py
Included username and site.
2015-01-14 19:40:17 -05:00
lorwp
f017688e06 Fix "OSError" Capitalisation. 2015-01-09 15:08:16 +11:00
lorwp
cd0d4322bd Change "WindowsError" to "OsError"
Changing “WindowsError” To “OsError” due to errors on a Mac
2015-01-09 15:04:56 +11:00
APerson
30fc3eb3d1 Fix upload script when there's no password
If there's no password passed in via the command line but `--force` is
used, the script assumes that "`--force`" is the password.
2014-11-27 22:39:39 -05:00
theopolisme
ef271708b4 Code hygiene 2014-11-01 11:07:22 -05:00
APerson
818c69cdff Letting upload.py force grunt build 2014-08-09 16:02:11 -04:00
APerson
854e084167 UX fixes for upload.py 2014-08-02 20:10:58 -04:00
APerson
15fbb3f416 Fix problems with upload.py
No user interaction required
2014-07-31 18:28:29 -04:00
APerson
927bc0c7a9 Bugfix for upload.py 2014-07-30 19:53:27 -04:00
APerson
27a4bbca48 Fixup so it works on my box 2014-07-30 19:44:57 -04:00
APerson
59f6e7aa6c Revert "Argument length checking for the upload script"
This reverts commit 8710c6353a5e3eabe45a7fbce3a2c171b21eb3d5.
2014-07-24 19:25:35 -04:00
APerson
8710c6353a Argument length checking for the upload script 2014-07-24 19:21:04 -04:00
theopolisme
346b3017bd better handling for patch version increments; rm random space 2014-05-19 15:45:11 -05:00
theopolisme
02c3c9a722 Show build errors in upload.py 2014-04-20 11:35:56 -05:00
theopolisme
b8be6e4cdc ho hum 2014-04-13 17:12:49 -07:00
theopolisme
6a3a158e45 "v0.7" 2014-04-13 17:11:04 -07:00
theopolisme
3d214df6c3 Derp 2014-04-13 17:06:19 -07:00
theopolisme
a2fe834055 Add release.py which automates release+commit+tag process 2014-04-13 17:02:08 -07:00
theopolisme
ea18f73a6f Switch to LESS, build-based, more modular styling system
Run `grunt build` to build AFCH, or just use scripts/upload.py — this
will create all the necessary files in the /build directory, including
minified css based on the…

LESS files! That’s right, variables, nested selectors, and more. Expect
cleaner, tidier code…already switched much of it over.

Additionally, using LESS, our CSS selectors are much more specific,
pretty much 100% ensuring we’ll avoid future class/selector conflicts.

We now ALSO use a combination of classes and $afch.find() to ensure
that multiple AFCH instances can run at one time on a page.

Big commit, yay :)
2014-04-06 14:51:26 -05:00
theopolisme
b64e64bfbc Update hardcoded references when uploading 2014-03-13 01:03:37 -05:00
theopolisme
f9cddf1dcd Add upload.py for uploading afch-rewrite to a wiki 2014-03-13 00:58:22 -05:00