summaryrefslogtreecommitdiffstats
path: root/funcweb
Commit message (Expand)AuthorAgeFilesLines
...
| * main index container for other ajaxian partsmakkalot2008-07-121-0/+39
| * change some div id for ajax form submitionmakkalot2008-07-121-2/+2
| * need that dom manipulation for post ajax requests to update result div if it ...makkalot2008-07-121-0/+23
| * the new css for the new structremakkalot2008-07-121-721/+370
| * changing some template names that were confusingmakkalot2008-07-111-8/+6
| * changing the master template according to new structuremakkalot2008-07-111-33/+23
| * change the name it is confusingmakkalot2008-07-112-15/+18
| * remove the pam-devel and also remove the condition for eggsmakkalot2008-07-101-3/+0
| * bumpmakkalot2008-07-101-1/+1
| * changing the libpam resource,libpam.so is used by pam-devel libpam.so.0 is us...makkalot2008-07-101-1/+1
| * bump thingmakkalot2008-07-101-1/+1
| * adding the pam-devel requirementmakkalot2008-07-101-1/+3
| * dont shut down the server when an exception occurs ^_^makkalot2008-07-091-2/+2
| * logrotate file based on func's logrotate :)makkalot2008-07-091-0/+12
| * change setup.py according to new log placesmakkalot2008-07-091-1/+6
| * adding some logging options to spec filemakkalot2008-07-091-1/+3
| * adding some logging options for production server under /var/log/funcweb/serv...makkalot2008-07-091-3/+24
| * the fix for summary and descmakkalot2008-07-091-2/+2
| * serving the static resources under /funcweb to match to apache's configuratio...makkalot2008-07-097-43/+19
| * we needed to server the local application under 127.0.0.1:port/funcweb to mat...makkalot2008-07-091-3/+15
| * when we start the funcwebd we should be sure that the certmaster is also runn...makkalot2008-07-091-0/+21
| * remove the print debug messages we dont need ...makkalot2008-07-091-6/+1
| * the funcweb should serve its content under localhost/funcweb, that change in ...makkalot2008-07-091-5/+7
* | cleanup funcweb.egg-info on "make clean"Adrian Likins2008-07-241-0/+1
* | update to use certmaster utils.pyAdrian Likins2008-07-241-2/+2
|/
* 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 t...makkalot2008-07-0712-0/+491
* 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 t...makkalot2008-07-071-9/+0
* 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 j...makkalot2008-07-061-2/+6
* 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