Commit Graph

122 Commits

Author SHA1 Message Date
Andreas Zweili d0d463c5eb change format for the delivery date 2017-03-03 14:19:22 +01:00
Andreas Zweili 3f58bd071b add title 2017-03-03 12:22:50 +01:00
Andreas Zweili d59ee2fb11 add function to post an offer 2017-03-03 12:08:55 +01:00
Andreas Zweili b08ea12eda add a delivery date to the demands 2017-03-02 20:18:15 +01:00
Andreas Zweili ae050b7923 add function to show the details of a demand 2017-03-01 21:59:56 +01:00
Andreas Zweili 4b7a290527 fix line length 2017-02-27 21:38:05 +01:00
Andreas Zweili e212f3709f show demand titles as links to show_demand.php 2017-02-27 21:37:06 +01:00
Ismail Cadaroski f0aeba0a02 -inserted a search button into board.php
-added a search page in which the results are shown
2017-02-27 20:13:15 +01:00
Andreas Zweili e25dbdb8d2 bring lines on one line 2017-02-21 20:04:35 +01:00
Andreas Zweili e06029066d remove some unnecessary parts 2017-02-20 22:39:43 +01:00
Andreas Zweili 2097a1f25e add the css class to the edit form 2017-02-20 22:23:00 +01:00
Andreas Zweili 0385e420ec correct some texts 2017-02-20 22:19:07 +01:00
Andreas Zweili 58eb99d7b0 Merge branch 'andreas' 2017-02-20 22:08:40 +01:00
Andreas Zweili b4f3db4208 check if the maximumPieces is bigger than the minimumPieces 2017-02-20 22:05:30 +01:00
Andreas Zweili 27ee918b63 rename a function call 2017-02-20 21:37:02 +01:00
Andreas Zweili 935e4f9e95 change title 2017-02-20 21:35:49 +01:00
Andreas Zweili 5efaae8bb3 rename various files and functions to add consistency 2017-02-20 21:34:28 +01:00
Andreas Zweili bcd41be9a8 rename function names 2017-02-20 21:24:47 +01:00
Andreas Zweili c407495893 Remove the amounts and text fields from the board view.
The board view should provide an overview over the available
requests for further selection.
2017-02-20 21:12:41 +01:00
Andreas Zweili 4871de62d3 Create a seperate page for adding demands
In addition I've added a new field for quality.
2017-02-20 20:56:02 +01:00
Ismail Cadaroski e3cf6d9d3a Doku fila and vision picture for the Case Study Documentation 2017-02-20 11:56:04 +01:00
Andreas Zweili a1bde1f459 Ignore emcas autosave files 2017-02-19 13:02:41 +01:00
Andreas Zweili 0532fc4a5c Ignore emcas temporary files 2017-02-19 12:58:06 +01:00
Andreas Zweili 7380999487 finalize the edit function
the edit function can now update all the relevant fields
2017-02-17 14:13:22 +01:00
Andreas Zweili 8e061ec901 finalize the function to request the user id
I've had to correct an error in the demands table. Tags can be empty.
2017-02-17 13:52:36 +01:00
Andreas Zweili 5f7fd8d0a3 add a function to get the userId from the database 2017-02-17 10:35:25 +01:00
Andreas Zweili 9b0e10ba5c change table names 2017-02-17 10:07:20 +01:00
Ismail Cadaroski 7b229c6a14 written the delete function in the post and some minor changes 2017-02-16 22:47:16 +01:00
Ismail Cadaroski 60cf0068fa changed the row of the values 2017-02-16 22:46:46 +01:00
Ismail Cadaroski 75e98a190f stylesheet 2017-02-16 22:46:17 +01:00
Ismail Cadaroski 81d5b5332a added a stylesheet class 2017-02-16 22:46:05 +01:00
Ismail Cadaroski 5114ee9910 built the edit function 2017-02-16 19:39:49 +01:00
Ismail Cadaroski ff8164c026 removed the ticket.php and inserted the logout 2017-02-16 19:39:20 +01:00
Ismail Cadaroski 099635456e changed the header 2017-02-16 19:38:58 +01:00
Ismail Cadaroski 653f2c8f8c inset the edit, delete and post functions
- delte and edit are not finished
2017-02-16 19:38:45 +01:00
Ismail Cadaroski 88fecf1c4c changed the header 2017-02-16 19:37:48 +01:00
Ismail Cadaroski 44b78ed443 stylesheet changes for the post box 2017-02-16 19:37:33 +01:00
Ismail Cadaroski 9d4465b4ae changed the fail notification to react to mysql mistakes 2017-02-16 19:37:16 +01:00
Ismail Cadaroski 364e6a4c7d change some css styles for the comments 2017-02-16 19:36:03 +01:00
Ismail Cadaroski 9014c3bbfa removed ticke.php and changed it to editboard.php for this function 2017-02-16 19:35:14 +01:00
Andreas Zweili e605c81911 Merge branch 'andreas' 2017-02-14 21:09:48 +01:00
Andreas Zweili d6abd48ac3 Add a UNIQUE constrait to the userMail and userLogin row
The userLogin and userMail have to be unique otherwise it's
possible to have multiple users with the same username which
is security whise a bit stupid.
I've extended the register function to return an appropriate
error message.
2017-02-14 21:06:51 +01:00
Andreas Zweili 5bee429ba1 Revert "pushing dele and post for the board"
This reverts commit d7d569bfac.

Conflicts:
	postboard.php
2017-02-12 21:21:52 +01:00
Andreas Zweili a701729e0d Revert "Put logout an postboard into website"
This reverts commit 5f6703e061.

Conflicts:
	board.php
2017-02-12 21:21:06 +01:00
ismail bf19376c4a changes 2017-02-09 17:05:35 +01:00
ismail d7d569bfac pushing dele and post for the board 2017-02-09 16:47:06 +01:00
ismail 5f6703e061 Put logout an postboard into website 2017-02-09 16:34:38 +01:00
Andreas Zweili 6ae02f74c2 change mysql_error to mysqli_error
mysql_error is deprecated new mysqli_error should be used
2017-02-06 22:34:20 +01:00
Andreas Zweili 4919c91835 add template.php 2017-02-06 21:55:58 +01:00
Andreas Zweili 718398d824 move php functions into functions file 2017-02-06 21:55:36 +01:00