Subject | Hash | Author | Date (UTC) |
---|---|---|---|
builder: do not break meta variable | 1d8207b1a782ab039406dbd087cdc9bb5ea0b898 | Catalin(ux) M. BOIE | 2020-08-28 07:27:48 |
Whitespace | 86086337c5323b073f517bc59c18aba0808fb4f3 | Catalin(ux) M. BOIE | 2020-08-24 07:22:13 |
Bump version to 0.73 | 7cac4d7a31116ac9ad86e0babeb0c1aace5dd852 | Catalin(ux) M. BOIE | 2020-08-23 15:32:03 |
duilder update | f691d84aa0aa70ef60a7487f247ed1a9ab1e3ab1 | Catalin(ux) M. BOIE | 2020-08-23 15:31:38 |
Bot prevention should not be active for edit operation | 371c60a486ea989fafb66266cab71ea9f7db0269 | Catalin(ux) M. BOIE | 2020-08-23 15:02:13 |
TODO update | 32591f3b1cf054bd70411592e5a82f5898d7da2f | Catalin(ux) M. BOIE | 2020-08-23 15:01:51 |
Show also by which protocol a user is connecting | d35b5b12103f9a72a3e8788e7c48532b9c1e5b89 | Catalin(ux) M. BOIE | 2020-08-23 15:01:30 |
Fixed a small locking issue (unlock without lock) | 0d1e7915545de251eea7f3bce468647fc2df1bf9 | Catalin(ux) M. BOIE | 2020-08-23 15:00:58 |
Give up the cache if we cannot connect in 150ms | dad6cf20f9f4bdbfe2026809a404e852e7cd8e53 | Catalin(ux) M. BOIE | 2020-08-23 15:00:20 |
Limit the number of repositories in the discover page | a0de6d683b59934168ef8415c9ec716aef68b195 | Catalin(ux) M. BOIE | 2020-08-23 14:58:37 |
Added support for other branch then master (main prefered) | 1108f43c3639ffcc06f1314d901640564fae7483 | Catalin(ux) M. BOIE | 2020-08-23 14:55:51 |
Added possibility for admin to mail users | 05068314021bbdf6f26bc92bee47177b170b2a1c | Catalin(ux) M. BOIE | 2020-08-23 14:43:10 |
CSS: small fixes | e4a39879513e000b5d9be588201916950fa629fc | Catalin(ux) M. BOIE | 2020-08-23 14:03:23 |
Cosmetic | cbe42130692ed9b876746e6c97f4fb32439c6190 | Catalin(ux) M. BOIE | 2020-08-23 13:59:00 |
Default statistics are now per month | c312ad532190fe566f2243881a883568b4f77c23 | Catalin(ux) M. BOIE | 2020-08-23 12:35:36 |
events: when splitting an event we need a transaction | e685c800814365661b348c0d04aa8c0b3605ed7e | Catalin(ux) M. BOIE | 2020-08-21 04:35:17 |
Fix for a bug preventing partition table to be created in advance | 51049495934efa8c7bca710c6f2538f34bc4de9a | Catalin(ux) M. BOIE | 2020-08-20 04:03:49 |
cron fixes | 910c74f83740da015d654193025cd6433324a1da | Catalin(ux) M. BOIE | 2020-08-20 03:41:07 |
replaced 'slave' with 'part' | 348a2afcaedd77c7513b5e7dd05364f5e9ae7a87 | Catalin(ux) M. BOIE | 2020-08-20 03:40:43 |
Make cron tasks more resilient in case the machine is stopped | afbe8607b4608862787bf696f71027beb345701f | Catalin(ux) M. BOIE | 2020-08-19 06:08:34 |
File | Lines added | Lines deleted |
---|---|---|
scripts/builder.php | 1 | 1 |
File scripts/builder.php changed (mode: 100644) (index 410fae7..20e54eb) | |||
... | ... | function xdispatch_one($key, $data) | |
529 | 529 | $meta = $meta0; | $meta = $meta0; |
530 | 530 | ||
531 | 531 | if (isset($para['content_type'])) | if (isset($para['content_type'])) |
532 | $meta = $para['content_type']; | ||
532 | $meta['content_type'] = $para['content_type']; | ||
533 | 533 | ||
534 | 534 | if (isset($para['map_into_source'])) { | if (isset($para['map_into_source'])) { |
535 | 535 | foreach ($para['map_into_source'] as $path) { | foreach ($para['map_into_source'] as $path) { |