Date: | 2011-09-25 18:36:04 (13 years 7 months ago) |
Author: | Thomas Keller |
Branch: | develop, release-1.3 |
Commit: | 920432025f6d8c2bc197bbf411fa77123f4005da |
Parents: |
7ff298af79f43a23d40633f608ef6749810eb3de
|
Message: | Change post-commit webhooks to issue PUTs instead of POST requests
and generalize the HTTP header name for the auth digest; introduce
an option to restore the old behaviour and document that; place a
big warning in NEWS.mdtext about this change.
This change has been sponsored by Scilab. |
Changes: |
|
File differences
NEWS.mdtext |
6 | 6 |
7 | 7 |
8 | 8 |
| 9 |
| 10 |
| 11 |
| 12 |
| 13 |
| 14 |
| 15 |
| 16 |
| 17 |
9 | 18 |
10 | 19 |
11 | 20 |
|
|
src/IDF/Commit.php |
287 | 287 |
288 | 288 |
289 | 289 |
| 290 |
| 291 |
| 292 |
| 293 |
| 294 |
| 295 |
290 | 296 |
291 | 297 |
292 | 298 |
... | ... |
299 | 305 |
300 | 306 |
301 | 307 |
302 | |
| 308 |
303 | 309 |
304 | 310 |
305 | 311 |
|
|
src/IDF/Views/Project.php |
594 | 594 |
595 | 595 |
596 | 596 |
| 597 |
| 598 |
| 599 |
| 600 |
597 | 601 |
598 | 602 |
599 | 603 |
... | ... |
603 | 607 |
604 | 608 |
605 | 609 |
| 610 |
606 | 611 |
607 | 612 |
608 | 613 |
|
|
src/IDF/Webhook.php |
39 | 39 |
40 | 40 |
41 | 41 |
| 42 |
| 43 |
| 44 |
| 45 |
| 46 |
42 | 47 |
43 | 48 |
| 49 |
44 | 50 |
45 | 51 |
46 | 52 |
47 | 53 |
48 | 54 |
49 | |
| 55 |
50 | 56 |
51 | 57 |
52 | 58 |
|
|
src/IDF/conf/idf.php-dist |
495 | 495 |
496 | 496 |
497 | 497 |
| 498 |
| 499 |
| 500 |
| 501 |
| 502 |
| 503 |
| 504 |
| 505 |
| 506 |
| 507 |
| 508 |
| 509 |
| 510 |
| 511 |
| 512 |
498 | 513 |
499 | 514 |
|
|
src/IDF/templates/idf/admin/source.html |
67 | 67 |
68 | 68 |
69 | 69 |
70 | |
71 | |
72 | |
| 70 |
| 71 |
| 72 |
73 | 73 |
74 | 74 |
75 | 75 |
|
|
Download the corresponding diff file