e26af38b35
Feature/hidden and private polls **Added an option for the poll's hidden results** - At poll creation, a new checkbox is added to hide the results - At poll visualization, results are hidden if option is activated - At poll edition by the poll maker, the hidden option can be changed **Added a new edition option** - At poll creation, we can choose between "no user modification" and "all users can modify every vote" like before. But we can now also select "each vote can be modified by its owner" - This edition option is also available for the poll maker in the poll administration interface - When a user votes with this new option activated, an edition link is displayed to him : only this link can allow the user to modify its vote. - This functionality will be useful to create "private polls" later. **Side work** - The token generation is now safer, with fallback to unsafe version if the php functions are not available - An anchor is added to the edit link, to scroll down to the current line that the user is editing - Commited composer.lock (good practice) - Added the root htaccess.txt to keep the CLEAN_URL format updated - The Message class can now contain a link (only displayed in studs.php where I needed it) See merge request !45 |
||
---|---|---|
admin | ||
app | ||
css | ||
doc | ||
fonts | ||
images | ||
install | ||
js | ||
locale | ||
scripts | ||
tpl | ||
.gitignore | ||
adminstuds.php | ||
AUTHORS.md | ||
bandeaux.php | ||
CHANGELOG.md | ||
composer.bat | ||
composer.json | ||
composer.lock | ||
create_classic_poll.php | ||
create_date_poll.php | ||
create_poll.php | ||
creation_sondage.php | ||
exportcsv.php | ||
favicon.ico | ||
htaccess.txt | ||
index.php | ||
INSTALL.md | ||
LICENCE.fr.txt | ||
LICENSE.en.txt | ||
locale.bat | ||
maintenance.php | ||
OPSession.inc.zip | ||
php.ini | ||
README.md | ||
robots.txt | ||
studs.php |
Présentation du projet
Framasoft uses GitLab for the development of its free softwares. Our Github repositories are only mirrors. If you want to work with us, fork us on git.framasoft.org. (no registration needed, you can sign in with your Github account)
Framasoft utilise GitLab pour le développement de ses logiciels libres. Nos dépôts Github ne sont que des mirroirs. Si vous souhaitez travailler avec nous, forkez-nous sur git.framasoft.org. (l'inscription n'est pas nécessaire, vous pouvez vous connecter avec votre compte Github)
Validations des pages
Toutes les pages sont validées HTML 4.01 Strict. Le CSS est validé CSS 2.1.
Technologies utilisées
- PHP 5.4.4, php-gettext
- PostgreSQL, mysql
- Apache
- iCalcreator
- POedit
- Icônes : Deleket (http://deleket.deviantart.com/) et DryIcons (http://dryicons.com)
Compatibilités des navigateurs
Dernière mise à jour le 21 avril 2014
Navigateur | Version testée |
---|---|
Firefox | Ubuntu 13.10/FF28 |
Chrome | Ubuntu 13.10/Chromium33 |
Opera | (non testé) |
Konqueror | (non testé) |
Links | (non testé, inutile) |
Safari | (non testé) |
IE | Win7/IE9 |
Comment contribuer
De votre côté
- Créer un compte sur https://git.framasoft.org
- Créer un fork du projet principal : Créer le fork
- Créer une branche nommée feature/[Description]
- Où [Description] est une description en anglais très courte de ce qui va être fait
- Faire des commits dans votre branche
- Pusher la branche sur votre fork
- Demander une merge request
La suite se passe de notre côté
- Quelqu'un relira votre travail
- Essayez de rendre ce travail plus facile en organisant vos commits
- S'il y a des remarques sur le travail, le relecteur fera des commentaires sur la merge request
- Si la merge request lui semble correcte il peut merger votre travail avec la branche develop
Corrections suite à une relecture
La relecture de la merge request peut vous amener à faire des corrections. Vous pouvez faire ces corrections dans votre branche, ce qui aura pour effet de les ajouter à la merge request.
Comprendre le code
Un fichier est dédié à l'appréhension du code de framadate : Document technique.
Framadate est un fork du projet STUdS, il motorise framadate.org pour framasoft.org
Les auteurs principaux de Framadate sont :
- Simon LEBLANC
- Pierre-Yves GOSSET
Les auteurs principaux du projet STUdS sont :
- Guilhem BORGHESI
- Raphaël DROZ
Université de Strasbourg - Direction Informatique Auteur : Guilhem BORGHESI Création : Février 2008
Ce logiciel est régi par la licence CeCILL-B soumise au droit français et respectant les principes de diffusion des logiciels libres. Vous pouvez utiliser, modifier et/ou redistribuer ce programme sous les conditions de la licence CeCILL-B telle que diffusée par le CEA, le CNRS et l'INRIA sur le site "http://www.cecill.info".
Le fait que vous puissiez accéder à cet en-tête signifie que vous avez pris connaissance de la licence CeCILL-B, et que vous en avez accepté les termes. Vous pouvez trouver une copie de la licence dans le fichier LICENCE.
Université de Strasbourg - Direction Informatique Author : Guilhem BORGHESI Creation : Feb 2008
This software is governed by the CeCILL-B license under French law and abiding by the rules of distribution of free software. You can use, modify and/ or redistribute the software under the terms of the CeCILL-B license as circulated by CEA, CNRS and INRIA at the following URL "http://www.cecill.info".
The fact that you are presently reading this means that you have had knowledge of the CeCILL-B license and that you accept its terms. You can find a copy of this license in the file LICENSE.
Janvier 2008
Guilhem BORGHESI
Université de Strasbourg
Mai 2010
Raphaël DROZ, raphael.droz@gmail.com