summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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 test for new one list keywordmakkalot2008-06-091-1/+1
| | |
| * | change name iterable to list to prevent confusionsmakkalot2008-06-091-2/+2
| | |
| * | update the service module according to new stuffmakkalot2008-06-081-8/+10
| | |
| * | changing get_method_args testsmakkalot2008-06-081-7/+32
| | |
| * | adding method_name:{args:{},description:..} structure to get_method_args and ↵makkalot2008-06-081-11/+31
| | | | | | | | | | | | fixing some stupid bugs
| * | fixing import error thanks to alikins :)makkalot2008-06-031-1/+1
| | |
| * | the test tobe from localhostmakkalot2008-06-021-2/+1
| | |
| * | arghh we can not use private methods so make public that register thingmakkalot2008-06-022-4/+4
| | |
| * | implement the current options for service module to see if it worksmakkalot2008-06-021-0/+26
| | |
| * | remove the old version of the get_method_argumentsmakkalot2008-06-021-37/+0
| | |
| * | remove that dummy line im a complete git lame reallymakkalot2008-06-011-1/+1
| | |
| * | fix the import not to failmakkalot2008-06-011-1/+1
| | |
| * | move file to parent dirmakkalot2008-06-011-0/+0
| | |
| * | a dummy testmakkalot2008-06-011-1/+1
| | |
| * | some testing commitsmakkalot2008-06-012-7/+4
| | |
| * | get_method args implemented also has backward supportmakkalot2008-06-011-3/+32
| | |
| * | reorganizing the func_arg to be able to get method arguments, small pushes ↵makkalot2008-06-012-7/+25
| | | | | | | | | | | | are cool
| * | minor changes not so importantsmakkalot2008-06-011-6/+31
| | |
| * | minor changes in arg module, discovered in unittests ,testing is cool :)makkalot2008-06-011-7/+7
| | |
| * | unittest fixed and should add more and more to make it perfect :)makkalot2008-05-311-12/+13
| | |
| * | the actual test unit test but doesnt work properly continue tomorrowmakkalot2008-05-311-1/+3
| | |
| * | teh unittest for that modulemakkalot2008-05-311-0/+65
| | |
| * | add the minion_arg_validator module to code base it is kind fo API what can ↵makkalot2008-05-301-0/+140
| | | | | | | | | | | | be assigned and etc
| * | new branch new life creating new branch until i merge my stuff to master to ↵makkalot2008-05-301-0/+0
| | | | | | | | | | | | no mess with other ready code
| * | the unittest for get_method_args it passes the system module test hacky like ↵makkalot2008-05-272-0/+12
| | | | | | | | | | | | other members like it we should implement them ...
| * | sometimes fails if there is no attr like that fixedmakkalot2008-05-271-3/+6
| | |
| * | we dont need the base one actually (self.__base_methods)makkalot2008-05-271-3/+6
| | |
| * | i should take a breakmakkalot2008-05-271-3/+2
| | |
| * | testing ...makkalot2008-05-271-1/+1
| | |
| * | does the arg comes with in a tuplemakkalot2008-05-271-0/+3
| | |
| * | adding get_method_args for the minion partmakkalot2008-05-271-2/+23
| | |
| * | thanks god we dont use svn everyone would see what silly things im doing :)makkalot2008-05-271-1/+1
| | |
| * | im a real git lame :) the creation of the new method for arg gettterroot2008-05-271-1/+10
| | |
| * | First commit in gsoc,reusing public method validation in func_moduleroot2008-05-271-2/+8
| | |
* | | Merge branch 'kadamski-async2'Michael DeHaan2008-06-105-23/+35
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: func/jobthing.py
| * | Make --forks command line parameter actually working now :)Krzysztof A. Adamski2008-06-071-1/+2
| | |