summaryrefslogtreecommitdiffstats
path: root/scripts.dmp
AgeCommit message (Collapse)Author
2014-08-20Escape single quotes in scripts.dmpdequis
Was a syntax error. Broke scriptassist
2014-08-07The "modified" field in scripts.dmp should be called "last_modified"dequis
How annoying.
2014-08-07Remove "changed" field from scripts.yaml and scripts.dmp outputdequis
A few reasons: - It had an horribly inconsistent date format - Some of them were just "$VERSION" or "none" - It's redundant with the "modified" field - scriptassist.pl never actually used that field
2014-08-07Use for loops over attributes to generate scripts.dmp outputdequis
It's shorter and also reduces redundant whitespace in output. This liquid templating engine is dumb. Writing it this way is the only way to avoid whitespace between tags.
2014-06-07Move scripts.dmp to /Alexander Færøy