summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb
Commit message (Expand)AuthorAgeFilesLines
* the structure for the rpm package we need a big commit but these are formal t...makkalot2008-07-077-0/+40
* use the func's utils to deamonize the funcwebd :)makkalot2008-07-071-2/+10
* make the server to use the default production server from /etcmakkalot2008-07-061-1/+9
* add some comments into the controllermakkalot2008-07-021-3/+14
* adding some simple cache mechanism for fc = Overlord(minion) thing , we do th...makkalot2008-07-021-34/+119
* display only the methods that are registered with register_method api structuremakkalot2008-07-011-3/+10
* fix the tests i broke, also fix some messmakkalot2008-07-011-40/+46
* remove that print mesage :)makkalot2008-07-011-1/+1
* show the description into the rendering template ^__^makkalot2008-07-011-0/+1
* change the widget validation to handle the repeating fieldsmakkalot2008-06-301-7/+22
* template for repeating field,it is a simplle table may change it to divs late...makkalot2008-06-301-0/+30
* js for adding and removing textfields dynamicly based on tg_expanding_form fr...makkalot2008-06-301-0/+135
* the css for repeating field simple onemakkalot2008-06-301-0/+6
* add new js and css to master for rendering the repeating fieldsmakkalot2008-06-301-1/+4
* adding a new template for repeating fieldsmakkalot2008-06-301-2/+2
* exporting the description of the method into web UImakkalot2008-06-301-2/+7
* as im going to export other methods in other modules i will need some remote ...makkalot2008-06-301-0/+45
* fixing the loading image dimensionsmakkalot2008-06-291-1/+1
* some look and feel fixesmakkalot2008-06-291-2/+2
* better loading image :)makkalot2008-06-291-0/+0
* minor change in test to not confuse the conceptsmakkalot2008-06-291-4/+4
* writing unittests for add_special_list methodmakkalot2008-06-291-1/+10
* writing tests for specialized_hash methodmakkalot2008-06-291-10/+40
* fixing some silly errors, unittests are cool :)makkalot2008-06-291-6/+6
* Adding tests for labelsmakkalot2008-06-291-0/+4
* Adding better label support and fixing a deprecated warningmakkalot2008-06-291-5/+4
* adding tests for pretty_label util methodmakkalot2008-06-291-4/+23
* adding the main structure fo advanced widgets that will supply dynamic number...makkalot2008-06-291-2/+85
* 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
* fix a silly mistake :)makkalot2008-06-221-1/+2
* update the RemoteFormFactory with new stuffmakkalot2008-06-221-6/+8
* add validator schema factory results to RemoteForm objectmakkalot2008-06-212-3/+7
* adding boolean validator completely forgot about it,there is some code duplic...makkalot2008-06-212-0/+48
* the final validator hash is done with its tests , happy testing :)makkalot2008-06-212-7/+21
* adding custom validator for hashesmakkalot2008-06-212-4/+78
* adding list factory validator, the process becomes easier :)makkalot2008-06-212-1/+40
* forgot to add optional keyword into validation controls :)makkalot2008-06-212-0/+25
* adding tests for custom list minion validatormakkalot2008-06-211-1/+32
* adding a custom minion list validator will change in the future after choosin...makkalot2008-06-211-2/+32
* tests for float validator factory :)makkalot2008-06-201-0/+19
* the float validation was easy same as int :)makkalot2008-06-201-1/+16
* testing changes for float validatormakkalot2008-06-201-9/+52
* the float and int validators are pretty simple so changes to write less code ...makkalot2008-06-201-18/+40
* add integer validation factory test partmakkalot2008-06-201-1/+46
* add integer validation factory partmakkalot2008-06-201-11/+21
* Adding tests for integer validatormakkalot2008-06-201-5/+32
* Adding a new custom validator for our int field didnt use turbogears cause it...makkalot2008-06-201-0/+45
* add a string validators testsmakkalot2008-06-191-0/+69
* add a beautiful string validator heremakkalot2008-06-191-12/+53