summaryrefslogtreecommitdiffstats
path: root/notFinishedCode
Commit message (Collapse)AuthorAgeFilesLines
* changed the interface look as suggested by Konrad. added passing of ↵Refik Hadzialic2011-09-094-28/+109
| | | | variables between the result creation php document and mutex1.php (generating everything you see in the output)
* Added another indicator on the display image! Does the connection exist, ping!Refik Hadzialic2011-09-081-2/+26
|
* Added displaying of the image on the page!Refik Hadzialic2011-09-085-3/+247
|
* Added new icons, changed the picutre, added new links(connections).Refik Hadzialic2011-09-088-2/+318
|
* Added date and task no at bottom of imageRefik Hadzialic2011-09-071-0/+8
|
* Changed some cases!Refik Hadzialic2011-09-072-7/+7
|
* Added new icons, changed code!Refik Hadzialic2011-09-0711-4/+47
|
* Added more devices to the result picture!Refik Hadzialic2011-09-072-36/+105
|
* Reorganized files!Refik Hadzialic2011-09-075-4/+118
|
* Trying to generate an output image for the results!Refik Hadzialic2011-09-0728-0/+12862
|
* Added new CSS for the result table inside of mutex page!Refik Hadzialic2011-09-055-1/+127
|
* Added checkbox changes with CSS and javascript, submitting and saving to the ↵Refik Hadzialic2011-09-058-80/+194
| | | | DB works fine!
* Reading the posted variables from web site!root2011-09-042-0/+124
|
* Updated the name of the DB!Refik Hadzialic2011-09-041-1/+1
|
* Added a file that inserts data into the DBRefik Hadzialic2011-09-041-0/+87
|
* Mutex works fine with the server software and website!Refik Hadzialic2011-09-033-32/+553
|
* I added the Mutex to the dbClass and example in dbDemo!Refik Hadzialic2011-09-023-0/+83
|
* Added a Mutex for the execution of our testing software, so two processes ↵Refik Hadzialic2011-09-021-0/+61
| | | | can't run parallely!
* Starting the python test software from PHP web site!Refik Hadzialic2011-08-312-26/+31
|
* added a missing file, which is displayed while data is processed!Refik Hadzialic2011-08-311-0/+0
|
* changed the commentsRefik Hadzialic2011-08-311-6/+0Star
|
* Web site stuff so far ajax, live display and etc.Refik Hadzialic2011-08-314-0/+428
|
* not edit. to prevent fast commit.tt412011-08-271-0/+0
|
* nothingRefik Hadzialic2011-08-251-0/+14
|
* Nothing!Refik Hadzialic2011-08-251-0/+7
|
* Deleted some commentsRefik Hadzialic2011-08-251-6/+0Star
|
* Added the concept design for the table containing the results!Refik2011-08-252-0/+155
|
* Added a comment how to make an RSA key and how to use it for logging without ↵Refik Hadzialic2011-08-181-2/+3
| | | | a password!
* SSHTunnelClass works now. One needs to create RSA keys on the machine that ↵Refik Hadzialic2011-08-181-30/+22Star
| | | | starts the SSH tunnel port forwarding and to copy its public key to the machines it is connecting :)
* SSH Tunneling works with killing!Refik Hadzialic2011-08-171-10/+26
|
* Changed the SSHTunneling script classRefik Hadzialic2011-08-171-4/+20
|
* Changed the display messages!Refik Hadzialic2011-08-151-2/+2
|
* new icons added, the output result image extended.Refik Hadzialic2011-08-109-15/+92
|
* Added new icons for the output result image generation. Changed the not ↵Refik Hadzialic2011-08-108-15/+50
| | | | complete output image
* Libraries and start code for the output results imageRefik Hadzialic2011-08-09261-0/+27516
|
* SSH Tunneling class was started!Refik Hadzialic2011-08-031-0/+22
|
* Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftestRefik Hadzialic2011-08-022-10/+18
|\
| * fix the bug for repeat testMac-Linux2011-07-291-0/+0
| |
| * fix bug on tasklist and unisipMac-Linux2011-07-262-10/+18
| |
* | Modiefied the code to work with ssh tunnelingRefik Hadzialic2011-08-021-1/+11
| |
* | No changes!Refik Hadzialic2011-07-261-0/+0
|/
* The deviceAddress function didn't work since I modified the table name ↵Refik Hadzialic2011-07-263-4/+20
| | | | before or someone else and I had to change it! dbDemo.py shows how to use the function now!
* Added in the select statement to select the number of the device!Refik Hadzialic2011-07-261-1/+1
|
* Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftestRefik Hadzialic2011-07-261-0/+0
|\
| * Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftestMac-Linux2011-07-262-7/+18
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: For Weekly Test/30-07-2011/ClientClass.pyc For Weekly Test/30-07-2011/ControllerClass.pyc For Weekly Test/30-07-2011/DbClass.pyc For Weekly Test/30-07-2011/LogFileClass.pyc For Weekly Test/30-07-2011/PingClass.pyc For Weekly Test/30-07-2011/classCheck.pyc notFinishedCode/dbClass.pyc
| * | clean the folder test weekly for 30 JuneMac-Linux2011-07-261-0/+0
| | |
* | | Added a number field in the device address table.Refik Hadzialic2011-07-261-0/+134
| |/ |/|
* | I made some changes, I added an attribute field if the task was done before ↵Refik Hadzialic2011-07-263-7/+18
|/ | | | so we dont have to remove items in tasksList where we had before the problem of shifting indexes.
* Changed the the deleting in an reverse order, so no bugs appear.Refik Hadzialic2011-07-252-6/+11
|
* Made some changes to the DB class, and a modification to make the deleting ↵Refik Hadzialic2011-07-2510-61/+1034
| | | | of tasks work!