Commit Graph

53 Commits

Author SHA1 Message Date
Antonin
ba9a444f33 Adding a date column in the comment table 2015-10-12 22:26:22 +02:00
Antonin
82876c573e Set a length to comment table's name column
The name column was of text type. Passed to VARCHAR(64), like the poll name column.
2015-10-12 21:59:45 +02:00
Olivier PEREZ
cb0864f8fd Fix a lot of things 2015-05-29 18:11:12 +02:00
Olivier PEREZ
7c265c57d2 Fix 'Undefined variable' in purge page 2015-04-23 23:29:27 +02:00
Olivier PEREZ
201d5168fe Refactor the input filter system 2015-04-11 16:02:07 +02:00
Olivier PEREZ
663f08f607 Merge branch 'feature/Work_on_Service_and_Repository' into develop 2015-04-07 22:26:13 +02:00
Olivier PEREZ
223019b0a7 Git ignore admin/stdout.log 2015-04-07 22:02:08 +02:00
Olivier PEREZ
593d39c9cb Fix missing keys 2015-04-07 20:06:24 +02:00
Antonin
0c2ba20bfa Added option of poll with hidden results. 2015-04-05 18:36:43 +02:00
Olivier PEREZ
b47c153aae More Splitting between Services and Repositories 2015-04-03 00:11:36 +02:00
Olivier PEREZ
8f4c5122c3 Add protection not to generate 2 identical IDs 2015-04-02 22:56:31 +02:00
Antonin
86a89abf42 Added unique id to vote. 2015-04-02 12:03:38 +02:00
Olivier PEREZ
6d34631fbf Replace calls to __('Section\Key') with __('Section', 'Key') 2015-03-30 15:19:56 +02:00
Olivier PEREZ
40d707c96d Issue #18 Add search engine on admin polls list 2015-03-27 13:10:46 +01:00
Olivier PEREZ
3044de5ae3 Merge branch 'develop' into 'develop'
Quelques corrections de bugs

J'ai essayé de faire 1 commit (ou 2) par correction, pour essayer de rendre le truc lisible.

---

**Fixes :**
* Afficher un message sur infos_sondage.php si l'utilisateur n'autorise pas **les cookies**
* Afficher un message sur infos_sondage.php si l'utilisateur n'autorise pas **Javascript**
* Problème quand le nom de domaine commence par **admin**

**Technique :**
* Début de découpage de *core.js* en plusieurs *.js* se trouvant dans **js/app/**
* Début de rédaction du CHANGELOG pour la version 0.9

See merge request !37
2015-03-26 13:59:37 +01:00
Olivier PEREZ
659cf997b8 Change i18n system in admin pages 2015-03-24 00:22:37 +01:00
Olivier PEREZ
1d5a33b560 Remove the notion of 0.9.1, replace it with 0.9 2015-03-05 21:30:33 +01:00
Olivier PEREZ
874fe33322 Some cleanin README.md + Add a section that say how to contribute 2015-03-04 17:17:10 +01:00
Olivier PEREZ
b051dd59f8 Implement purge in 2 steps
First: Block the poll (no more modification)
Second: Delete the poll 60 days after the expiration date (configurable)
2015-02-28 19:18:59 +01:00
Olivier PEREZ
3aa3ee486c Admin: Fix the number of polls + Set to 30 the number of polls displayed per page 2015-02-26 22:29:24 +01:00
Olivier PEREZ
d30b6d6f7b Fix and improve performance for migration from 0.8 to 0.9 2015-02-26 10:44:49 +01:00
Olivier PEREZ
ca8be9443b Set timeout to 300 sec for the migration page 2015-02-26 10:43:24 +01:00
Olivier PEREZ
70fc0b5c5c Logs have now a specific page in administration 2015-01-18 17:03:47 +01:00
Olivier PEREZ
f6a7a1c7bb Issue #18 Install pagination on polls admin page 2015-01-18 16:14:45 +01:00
Olivier PEREZ
87150cc97e Add column receiveNewComments to poll table, to send notification when a user wrote a comment. 2015-01-17 01:28:12 +01:00
Olivier PEREZ
1df48988a6 Use CSRF tokens on admin page 2015-01-10 16:35:21 +01:00
Olivier PEREZ
2495a8002f Admin: The polls page now use Smarty template 2015-01-07 22:47:34 +01:00
Olivier Perez [a570709]
1f8fd2e3e2 Admin: Move migration page + add landing page 2015-01-07 14:01:08 +01:00
Olivier PEREZ
073bc9048d Admin: Fix the admin page 2015-01-06 23:52:52 +01:00
JosephK
c9cdc88ffa Produit l'erreur « PHP Parse error: syntax error, unexpected '') === true »
(cherry picked from commit dcee9d4cd6)
2015-01-04 18:31:53 +01:00
Spanti Nicola (RyDroid)
78c56796f7 Small cleaning of admin/index.php 2015-01-04 16:36:52 +01:00
Olivier PEREZ
c9ea14362d Fix promblem with Session loading 2015-01-03 19:06:05 +01:00
FramaJosephK
83b5848689 Compilation .po, fix a11y, issue #15 2014-11-06 15:20:03 +01:00
FramaJosephK
051575fa64 The big one 2014-10-21 01:31:26 +02:00
FramaJosephK
7f87858ff7 Mise à jour du dépôt avec la dernière version sur Github 2014-09-04 17:52:18 +02:00
FramaJosephK
07450ecb22 Accessibilité : title contextualisé selon l'étape ou les erreurs du formulaire - attribut lang sur <html> et liens du pied de page - aria-describeby pour les msg d'erreur - fix points de validation W3C - fix issue #45 2014-06-11 19:19:17 +02:00
pyg77
7298915562 Changelog version 0.7 (mars 2013) 2013-11-21 15:02:46 +01:00
pyg77
dc7e317efa mise à jour du script MySQL 2013-03-01 11:19:57 +01:00
pyg77
05c8ba7c66 Ne faire apparaitre dans l'admin que les sondages actifs ou expires depuis x mois 2013-02-28 18:26:26 +01:00
Simon Leblanc
6b8e3f2b9f fix de #45 grâce à l'application du patch fourni par [fevrier] 2012-01-11 02:05:53 +01:00
Jean-Philippe Guérard
e3e9683be0 The removal function needs access to the database 2012-01-11 00:02:02 +01:00
Jean-Philippe Guérard
f86f2e3d76 Put sondage deletion in a function 2012-01-10 23:28:21 +01:00
Jean-Philippe Guérard
aa8523e318 Rewritten to use transactions 2011-12-30 04:16:41 +01:00
Jean-Philippe Guérard
5f1825179a PostgreSQL compatibility: suppress JOIN in DELETE 2011-12-29 19:40:49 +01:00
Simon Leblanc
63837ebd55 fix de l'issue #14 2011-10-03 02:16:12 +02:00
Simon Leblanc
63ebe90f63 Correction sur plusieurs URL et modification de la fontion get_server_name pour supprimer des problèmes dans l'administration 2011-06-25 20:23:40 +02:00
Simon Leblanc
d434e6e28d Correction de la requete SQL de suppression de sondage et correction lors de l'utilisation de la fonction error_log 2011-06-25 19:52:12 +02:00
pyg77
06a388283e nombreuses modifs : cf changelog 22 et 23 juin 2011-06-23 16:52:10 +02:00
pyg77
588b0e4688 Nombreuses modifs de forme (CSS, graphisme) et qq modifs de fond 2011-06-23 01:21:56 +02:00
Simon Leblanc
9cd069f5f5 Merge master to Framasoft 2011-05-29 04:04:26 +02:00