1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
<?php
/*
* MIT License
*
* Copyright (c) 2022- Minteck
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
*/
require_once $_SERVER['DOCUMENT_ROOT'] . "/private/session.php";
/** @var string $_FULLNAME
* @var string $_USER
* @var string $_SUID
* @var array $_PROFILE
*/
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Problèmes connus - Familine</title>
<link rel="icon" href="https://familine.minteck.org/icns/familine.svg">
<link rel="stylesheet" href="https://familine.minteck.org/styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container" style="margin-top:30px;">
<h1>Problèmes connus avec Familine</h1>
<p>Familine est une suite de logiciels intégrés les uns avec les autres de façon à former un uniforme parfait. Malheureusement, aucun logiciel n'est complet et fiable à 100%. Cette page liste les principaux problèmes connus avec les différentes applications de Familine.</p>
<p style="text-align: center;"><i>Aucun problème connu n'est actuellement référencé. Si vous rencontrez un problème, vous pouvez <a href="mailto:support@familine.minteck.org">contacter les administrateurs</a> pour le signaler.</i></p>
<ul class="list-group">
<!-- <li class="list-group-item list-group-item-action">-->
<!-- <details>-->
<!-- <summary>-->
<!-- <span class="badge badge-pill badge-secondary">Pages</span>-->
<!-- Pied de page incomplet-->
<!-- </summary>-->
<!-- <br>-->
<!-- <p>Le pied de page actuel est celui par défaut du thème Citizen pour le logiciel MediaWiki. Certaines mentions doivent être modifiées.</p>-->
<!-- <p class="text-muted">Numéro de problème : FD-01</p>-->
<!-- </details>-->
<!-- </li>-->
<!-- <li class="list-group-item list-group-item-action">-->
<!-- <details>-->
<!-- <summary>-->
<!-- <span class="badge badge-pill badge-secondary">Aide</span>-->
<!-- Pages d'aide incomplète-->
<!-- </summary>-->
<!-- <br>-->
<!-- <p>Plus précisément :</p>-->
<!-- <ul>-->
<!--!-- <li>"Accéder à la nouvelle version de Famiwiki" est vide ;</li>---->
<!--!-- <li>"Visualiser votre programme d'événements" est vide ;</li>---->
<!-- <li>"Mentions légales" est vide ;</li>-->
<!-- </ul>-->
<!-- <p class="text-muted">Numéro de problème : FH-01</p>-->
<!-- </details>-->
<!-- </li>-->
<!-- <li class="list-group-item list-group-item-action">-->
<!-- <details>-->
<!-- <summary>-->
<!-- <span class="badge badge-pill badge-secondary">Films</span>-->
<!-- Chargement de l'application lent-->
<!-- </summary>-->
<!-- <br>-->
<!-- <p>Le chargement de l'application Familine Films est excessivement long en raison du fait que le serveur recalcule la durée de contenu à chaque fois ; ajouter un système de cache permettrait d'augmenter les performances.</p>-->
<!-- <p class="text-muted">Numéro de problème : FM-01</p>-->
<!-- </details>-->
<!-- </li>-->
<!-- <li class="list-group-item list-group-item-action">-->
<!-- <details>-->
<!-- <summary>-->
<!-- <span class="badge badge-pill badge-secondary">Films</span>-->
<!-- Suggestions "à suivre"-->
<!-- </summary>-->
<!-- <br>-->
<!-- <p>L'ajout d'un système de recommendations, qui s'affiche après le visionnage d'un film, permettrait à un spectateur de rester plus longtemps sur la plate-forme en lui proposant du contenu similaire à celui qu'il vient de regarder.</p>-->
<!-- <p class="text-muted">Numéro de problème : FM-02</p>-->
<!-- </details>-->
<!-- </li>-->
<!-- <li class="list-group-item list-group-item-action">-->
<!-- <details>-->
<!-- <summary>-->
<!-- <span class="badge badge-pill badge-secondary">Discussions</span>-->
<!-- Page d'accueil incomplète-->
<!-- </summary>-->
<!-- <br>-->
<!-- <p>La page d'accueil de Familine Discussions est incomplète et reste la page d'accueil par défaut du logiciel Rocket.Chat.</p>-->
<!-- <p class="text-muted">Numéro de problème : FY-01</p>-->
<!-- </details>-->
<!-- </li>-->
</ul>
</div>
<script>
console.log("Injecting Familine header")
document.body.innerHTML = document.body.innerHTML + "<iframe style=\"position:fixed;left:0;right:0;top:0;border: none;width: 100%;height:32px;\" src=\"https://<?= /** @var array $_CONFIG */
$_CONFIG["Global"]["domain"] ?>/statusbar.php\"></iframe>";
document.getElementsByTagName("html")[0].style.marginTop = "32px";
document.getElementsByTagName("html")[0].style.height = "calc(100vh - 32px)";
</script>
</body>
</html>
|