summaryrefslogtreecommitdiffstats
path: root/funcweb
Commit message (Collapse)AuthorAgeFilesLines
* add the func rewuirement to specmakkalot2008-07-081-1/+1
|
* the structure for the rpm package we need a big commit but these are formal ↵makkalot2008-07-0712-0/+491
| | | | thimgs
* minor changes for spec filemakkalot2008-07-071-3/+11
|
* change the startup string to the proper name and remove the scripts wedont usemakkalot2008-07-071-4/+1
|
* remove the irrelevant lines we dont actually use :)makkalot2008-07-071-2/+1
|
* delete the scripts thing we dont need it the setup.py already does the same ↵makkalot2008-07-071-9/+0
| | | | thing
* use the func's utils to deamonize the funcwebd :)makkalot2008-07-071-2/+10
|
* the scripts part fo commandline start and stop for the servermakkalot2008-07-061-0/+9
|
* add the init-scriptsmakkalot2008-07-061-0/+115
|
* minor changes in setupmakkalot2008-07-061-4/+13
|
* make the server to use the default production server from /etcmakkalot2008-07-061-1/+9
|
* adding the funcwebd daemon thing to packagemakkalot2008-07-061-8/+46
|
* turn off the debgging for production servermakkalot2008-07-061-58/+33
|
* adding the config production server to etcmakkalot2008-07-061-0/+0
|
* the virtual server entry for funcweb behind ssled apache :)makkalot2008-07-061-0/+18
|
* the configuration file for production server for funcwebmakkalot2008-07-061-0/+91
|
* the rpm spec file will change in the future for begginning stage it is good :)makkalot2008-07-061-0/+93
|
* adding some directives to setup for packaging, will add more actually thats ↵makkalot2008-07-061-2/+6
| | | | just the start :)
* add some comments into the controllermakkalot2008-07-021-3/+14
|
* adding some simple cache mechanism for fc = Overlord(minion) thing , we do ↵makkalot2008-07-021-34/+119
| | | | that for every request which wasnt efficient, also annoyying :) With that patch the xmlrpc calls will be reduced which is good.
* 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 ↵makkalot2008-06-301-0/+30
| | | | later ...
* js for adding and removing textfields dynamicly based on tg_expanding_form ↵makkalot2008-06-301-0/+135
| | | | from cogbin :)
* 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
| | | | testing renderer,so that will do the job for now
* 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 ↵makkalot2008-06-291-2/+85
| | | | number of fields in UI for lists and hashes. Also adding a simple util method that converts the argument names into better labels
* enable again the identity thingmakkalot2008-06-231-3/+6
|
* todo or not todomakkalot2008-06-231-3/+6
|
* integrating dinamyc validation part into web UI stuff,also fixing some minor ↵makkalot2008-06-221-14/+59
| | | | bugzzz
* 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 ↵makkalot2008-06-212-0/+48
| | | | duplication better to make some optimization