Commit Graph

5 Commits (master)

Author SHA1 Message Date
kts of kettek (muzukashi) 6161d963a3 Fix issues caused by acts not using req.area 2016-06-22 23:51:11 -07:00
kts of kettek (muzukashi) 879437b96e Renamed qwiki to QWiki wherever found. QCore now has a cwd property referred to when acquiring the working directory. The request object now has hash, pathname, path, and query properties parsed from req.url. req.area is now unescape()'d. Current act string is now a property of req as well. Queries are now parsed for 'QRULE', and if found, only that rule is sent to the client rather than the whole act. QWiki now calls initialize() method which will eventually populate the cwd with default files. 2016-02-17 23:36:16 -08:00
kts of kettek 3df8bd9b6a URL requests for files now defaults to application/octet-stream if it is not defined as a mimetype. delete act now can delete files as well as wiki entries -- it should be capable of deleting directories as well. formidable is now a requirement and adds the fields and files properties to the req object. Uploading files now works with the upload act. Fixed minor bugs with readDirectory and otherwise. 2016-01-23 21:14:48 -08:00
kts of kettek 5ab07bc609 Created the index/wiki hierarchy list view. Fixed some remaining bugs with readFile vs. qwiki.readFile. Added new icons for the index and one for the upload stub. 2016-01-22 04:12:21 -08:00
kts of kettek 312197cd41 Changed QWiki to now load acts from the acts directory. At the moment, there is no 'hotswapping' of acts, but this should be much more manageable. 2016-01-21 16:22:57 -08:00