summaryrefslogtreecommitdiffstats
path: root/funcweb
Commit message (Expand)AuthorAgeFilesLines
...
* adding tests for specialized casesmakkalot2008-06-121-1/+12
* adding string dropdownmakkalot2008-06-121-25/+25
* changing the tests according to changed stuffmakkalot2008-06-101-19/+12
* removing is_required assignment and fixing some stupid errorsmakkalot2008-06-101-8/+12
* initial design for widget input factorymakkalot2008-06-091-0/+124
* test for widget automation the first onemakkalot2008-06-091-0/+89
* 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-102-4/+3
* Change funcwebs default port to 51236, to avoid conflicting with pulpLuke Macken2008-03-102-3/+3
* Make funcweb generate the egg-info when necessary.Luke Macken2008-03-101-0/+6
* Update the funcweb READMELuke Macken2008-03-101-7/+10
* Add some documentation to our pamprovider moduleLuke Macken2008-02-201-0/+10
* More funcweb README modificationsLuke Macken2008-02-201-12/+7
* Remove our now unnecessary identity model from funcwebLuke Macken2008-02-201-177/+0
* Add an entry point to our FuncWebVisitManagerLuke Macken2008-02-201-0/+4
* Dumb down our FuncWebVisitManagerLuke Macken2008-02-201-0/+51
* Remove database references from funcweb configuration (wee!)Luke Macken2008-02-202-7/+8
* Make our PAMIdentityProvider actually "work".Luke Macken2008-02-201-19/+59
* funcweb README modificationsLuke Macken2008-02-191-2/+6
* Add an entry point for our PAMIdentityProviderLuke Macken2008-02-191-0/+4
* Now that funcweb can auth against PAM, we only have to require that the user ...Luke Macken2008-02-191-6/+3
* Update the funcweb configuration to use our new model and PAM identity providerLuke Macken2008-02-191-12/+7
* Add a PAMIdentityProvider for TurboGears. This utilizes the PAM python modul...Luke Macken2008-02-193-0/+182
* Remove the Elixir dependency by using an SQLAlchemy model for now.Luke Macken2008-02-192-99/+177
* Update to jQuery 1.2.3Luke Macken2008-02-141-11/+12
* Trim our minion names if we have to, until we alter our layoutLuke Macken2008-01-241-1/+1
* Only allow localhost and authenticated users access to funcweb. This entails,Luke Macken2008-01-2412-69/+409
* Port login template to genshiLuke Macken2008-01-241-3/+3
* Actually, .hide().load() should be sufficient, instead of hide().empty().load().Luke Macken2008-01-184-4/+4
* hide() before calling empty(), as to not kill our animations (if we actually ...Luke Macken2008-01-184-4/+4
* Remove SQLObject remnantsLuke Macken2008-01-181-9/+1
* empty() our old columns instead of just hide()'ing themLuke Macken2008-01-183-3/+3
* Display our method results on our current page.Luke Macken2008-01-181-2/+5
* Clean up our result outputLuke Macken2008-01-181-4/+1
* Some CSS tweaks. Add a results class.Luke Macken2008-01-181-3/+13
* Default to an empty string instead of None in our funcweb.run methodLuke Macken2008-01-181-1/+1
* Give our method arguments text field focus when it appears.Luke Macken2008-01-171-2/+5
* Use some sexy jQuery animations.Luke Macken2008-01-173-4/+4
* Increase our font size a bitLuke Macken2008-01-171-1/+1
* Update the funcweb READMELuke Macken2008-01-171-2/+15
* No need to check for arguments in the funcweb.run methodLuke Macken2008-01-171-4/+1
* Update to jQuery 1.2.2Luke Macken2008-01-171-22/+22
* Remove stale kid templateLuke Macken2008-01-171-47/+0
* Elaborate on a docstringLuke Macken2008-01-171-1/+1
* Replace the Fedora footer in our master.htmlLuke Macken2008-01-171-3/+4
* Add a useful docstring, and remove an obsolete return valueLuke Macken2008-01-171-2/+8
* Add the run.html template to display our results inLuke Macken2008-01-171-0/+11
* Split up our user-specified arguments when executing a method from funcwebLuke Macken2008-01-171-1/+1
* Remove some unnecessary files from funcweb, and update our setup.pyLuke Macken2008-01-1712-76/+2
* Add ability to execute methods and view minions/modules/methods from funcwebLuke Macken2008-01-176-22/+80