summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/controllers.py
Commit message (Expand)AuthorAgeFilesLines
* enable again the identity thingmakkalot2008-06-231-3/+6
* integrating dinamyc validation part into web UI stuff,also fixing some minor ...makkalot2008-06-221-14/+59
* remove the irrelevant mesagesmakkalot2008-06-181-1/+1
* adding implementation for methods without arguments for those that birngup so...makkalot2008-06-161-12/+16
* to be able to execute forms :)makkalot2008-06-161-2/+31
* show only the stuff that has exported methods,hmm it is slowmakkalot2008-06-151-0/+9
* remove the weird duplication in widget.displaymakkalot2008-06-151-7/+8
* ah i forgot about that weird python behaviour :)makkalot2008-06-151-1/+1
* add controller code to displau automated widgetsmakkalot2008-06-151-4/+43
* Changing func/func/overlord/client.py:Client() to Overlord(). Client() stillAdrian Likins2008-03-281-3/+3
* Use Minions(glob).get_all_hosts() to fetch our minion list in funcwebLuke Macken2008-03-101-3/+2
* Now that funcweb can auth against PAM, we only have to require that the user ...Luke Macken2008-02-191-6/+3
* Only allow localhost and authenticated users access to funcweb. This entails,Luke Macken2008-01-241-5/+43
* Default to an empty string instead of None in our funcweb.run methodLuke Macken2008-01-181-1/+1
* No need to check for arguments in the funcweb.run methodLuke Macken2008-01-171-4/+1
* Elaborate on a docstringLuke Macken2008-01-171-1/+1
* Add a useful docstring, and remove an obsolete return valueLuke Macken2008-01-171-2/+8
* Split up our user-specified arguments when executing a method from funcwebLuke Macken2008-01-171-1/+1
* Add ability to execute methods and view minions/modules/methods from funcwebLuke Macken2008-01-171-4/+24
* Switch from kid to genshi as our templating engine for FuncWebLuke Macken2008-01-171-9/+18
* Initial `tg-admin quickstart` of funcwebLuke Macken2008-01-171-0/+12