summaryrefslogtreecommitdiff
path: root/webapps/swat/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r21221: 'make build' should be the default target for usDerrell Lipman1-2/+7
(This used to be commit ca3b806070b924a455954cdfe124d726b38da87a)
2007-10-10r21220: enable 'make source' (and 'make') to work properlyDerrell Lipman1-1/+2
(This used to be commit 341e12496ced6f3b0f110be7465538d4548b1b46)
2007-10-10r21168: - Step 2: Update swat for the latest qooxdoo version. The build now ↵Derrell Lipman1-220/+77
copies only those icons which are actually used. This means that instead of a few thousand files getting copied to /usr/local/samba/share/webapps (or wherever), the number is less than an order of magnitude fewer. This should make Andrew happier yet. (This used to be commit 754c4fe01f91ecdbf156c757804118ef301bffe3)
2007-10-10r20926: Modify the classname as wellSimo Sorce1-0/+6
(This used to be commit 756935f41255a741c63ddf86b99730891bfba8d7)
2007-10-10r20538: Web Application FrameworkDerrell Lipman1-18/+6
- correct an error message in the JSON-RPC server - provide a common RPC request function - make it easier to have multiple pending RPC requests. this allows an application-specified request to return "not logged in"; authentication information to be requested and sent; and the original request to be reissued. - in statistics module, if a time is provided as zero, leave it blank rather than displaying 1 Jan 1970. this showed up in the last_used_at field in the SMB status report. - clean up makefile: remove no-longer-used hard-coded path and install target; remove "chmod" and "nice" commands which were part of the original skeleton, since that is not deemed appropriate for samba makefiles (This used to be commit 339ee73ce2809905f608b1003cc645231f256420)
2007-10-10r20517: re-add cleaned-up webappsDerrell Lipman1-0/+247
(This used to be commit 5a3d6ad0b7cf0ecf8b57b4088b19f7d4291c990b)
2007-10-10r20515: Continued work on the Web Application Framework. Until we get all ↵Derrell Lipman1-247/+0
of the functionality of the old scripts incorporated into the new framework, the old scripts need to still be available. I've reverted to having the old scripts be the default pages, and added an option to access the preview of the new SWAT. (This used to be commit b43620d4b8eff815f4a6dc02522a8dfc9fdcaef4)
2007-10-10r20444: WEB Application framework / SWAT.Derrell Lipman1-3/+3
We're now at the stage where the web application framework should build and install automatically. Derrell (This used to be commit 0201baef46c1701007e0a4cdd95edee287939318)
2007-10-10r20414: Start to make SWAT usable by others. This is just a start...Derrell Lipman1-0/+247
(This used to be commit 26a34037a7ca6fbd05c5a6f7c2d5973e34bc6918)