summaryrefslogtreecommitdiffstats
path: root/funcweb
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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 ↵makkalot2008-07-101-1/+1
| | | | | | | | used by pam , so we dont want a dependency of pam-devel
| * 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 ↵makkalot2008-07-091-3/+24
| | | | | | | | /var/log/funcweb/server.log
| * the fix for summary and descmakkalot2008-07-091-2/+2
| |
| * serving the static resources under /funcweb to match to apache's ↵makkalot2008-07-097-43/+19
| | | | | | | | configuration, easy and dirty solution :) but it works
| * we needed to server the local application under 127.0.0.1:port/funcweb to ↵makkalot2008-07-091-3/+15
| | | | | | | | match exactly to localhost/funcweb,so that patch adds a new subcontroller with name funcweb
| * when we start the funcwebd we should be sure that the certmaster is also ↵makkalot2008-07-091-0/+21
| | | | | | | | running, that patch starts the certmaster if it is not already :)
| * 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
| | | | | | | | the conf makes that possible
* | 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 ↵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