summaryrefslogtreecommitdiffstats
path: root/funcweb
Commit message (Collapse)AuthorAgeFilesLines
* Adding tests for integer validatormakkalot2008-06-201-5/+32
|
* Adding a new custom validator for our int field didnt use turbogears cause ↵makkalot2008-06-201-0/+45
| | | | it doesnt accept min max thingy
* add a string validators testsmakkalot2008-06-191-0/+69
|
* add a beautiful string validator heremakkalot2008-06-191-12/+53
|
* remove some irrelevant statementsmakkalot2008-06-191-4/+0
|
* the initial work for validator part the structure will be like thatmakkalot2008-06-181-0/+74
|
* a funny loading gif image :)makkalot2008-06-181-0/+0
|
* some js action updates in widgetsmakkalot2008-06-181-13/+5
|
* some updates in templatesmakkalot2008-06-183-3/+4
|
* adding a new column for results,i know im terrible in thatmakkalot2008-06-181-2/+8
|
* remove the irrelevant mesagesmakkalot2008-06-181-1/+1
|
* adding the js file into mastermakkalot2008-06-181-0/+1
|
* adding resources for remote form that file fixes the ajaxian problem we hadmakkalot2008-06-181-0/+83
|
* add the magic jquery part for the method_args template for link executionmakkalot2008-06-161-0/+4
|
* adding implementation for methods without arguments for those that birngup ↵makkalot2008-06-161-12/+16
| | | | some info
* update the tests for new hiddenfield stuffmakkalot2008-06-161-1/+1
|
* to be able to execute forms :)makkalot2008-06-161-2/+31
|
* adding the minion,module,method as hidden fieldsmakkalot2008-06-161-1/+16
|
* show only the stuff that has exported methods,hmm it is slowmakkalot2008-06-151-0/+9
|
* remove the weird duplication in widget.displaymakkalot2008-06-152-9/+10
|
* ah i forgot about that weird python behaviour :)makkalot2008-06-151-1/+1
|
* add link executermakkalot2008-06-151-0/+25
|
* the html form to submit argumentsmakkalot2008-06-151-0/+12
|
* some fixes in automation code and adding a remoteform factorymakkalot2008-06-151-5/+41
|
* better testsmakkalot2008-06-151-2/+27
|
* some html work to showup method argsmakkalot2008-06-156-18/+24
|
* add controller code to displau automated widgetsmakkalot2008-06-151-4/+43
|
* adding mochikit to funcwebmakkalot2008-06-151-1/+2
|
* adding a RemoteForm automation to our widget factorymakkalot2008-06-122-2/+55
|
* write a TODO to not forget the things please :)makkalot2008-06-121-0/+17
|
* returning back a WidgetList objectmakkalot2008-06-122-4/+28
|
* 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
| | | | | | | works but will dive a deprecation warning. First pass at this refactor. I think just about everything has been updated, but some questions remain. Like if client.py needs a name change.
* 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
| | | | | | - Added instructions for setting up a non-root user to run funcweb with - Added pam-devel to package dep list - Make running funcweb easier by generating the egg_info when necessary
* 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
| | | | | | - Define a dumb User class instead of a db model - Define a basic Identity class instead of the SqlAlchemyIdentity - Dumb down our PAMIdentityProvider, a lot.
* funcweb README modificationsLuke Macken2008-02-191-2/+6
|