summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | some minor fixes and also some additional util errors we need :)makkalot2008-07-181-9/+20
| | | | |
| * | | | some beautiful test cases for async manager class, code is more beatiful ↵makkalot2008-07-181-0/+38
| | | | | | | | | | | | | | | | | | | | with lots of test cases :)
| * | | | a class for managing and showing current async db results in web UImakkalot2008-07-181-0/+162
| | | | |
| * | | | Merge branch 'async_status' into new_layoutmakkalot2008-07-1869-117/+3446
| |\ \ \ \
| | * | | | should update also the database if have some partial result or finished the ↵makkalot2008-07-171-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | job, because everytime we do fc.job_status we will call the minion instead of looking at local db
| | * | | | adding the open_ids part to the overlord classmakkalot2008-07-171-1/+12
| | | | | |
| | * | | | adding a new method that gets back the open_ids in func databasemakkalot2008-07-171-4/+23
| | | | | |
| * | | | | add jpg images to searched also in spec file, they shouldnt be here anywaymakkalot2008-07-141-0/+1
| | | | | |
| * | | | | change send buton info , probably will change again :)makkalot2008-07-141-0/+1
| | | | | |
| * | | | | enable multi command execution on funcweb, it is what should bemakkalot2008-07-141-9/+19
| | | | | |
| * | | | | the minion glob post request form fixed to accept ajax requestsmakkalot2008-07-141-1/+2
| | | | | |
| * | | | | change the returning template if it is a post requestmakkalot2008-07-141-3/+8
| | | | | |
| * | | | | new minions file for ajaxian post requestss code submitionmakkalot2008-07-141-0/+16
| | | | | |
| * | | | | some new imagesmakkalot2008-07-132-0/+0
| | | | | |
| * | | | | look and feel fixesmakkalot2008-07-134-13/+4
| | | | | |
| * | | | | activate the glob submittermakkalot2008-07-131-3/+7
| | | | | |
| * | | | | remove the borders of minions text so it can expandmakkalot2008-07-131-5/+3
| | | | | |
| * | | | | some look and feel fixes in cssmakkalot2008-07-131-11/+52
| | | | | |
| * | | | | make the minions to accept post globsmakkalot2008-07-131-1/+1
| | | | | |
| * | | | | delete some template files we wont use :)makkalot2008-07-125-58/+0
| | | | | |
| * | | | | some images for new layoutmakkalot2008-07-126-0/+0
| | | | | |
| * | | | | some files we wont use anymoremakkalot2008-07-123-31/+6
| | | | | |
| * | | | | a place to display some beuautiful resultsmakkalot2008-07-121-0/+15
| | | | | |
| * | | | | the layout for dynamic widget partmakkalot2008-07-121-0/+30
| | | | | |
| * | | | | layout for the methodsmakkalot2008-07-121-0/+19
| | | | | |
| * | | | | changes in modules layoutmakkalot2008-07-121-1/+1
| | | | | |
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | is not there
| * | | | | 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 ↵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
* | | | | | sys thingmakkalot2008-07-281-1/+1
| |_|/ / / |/| | | |