Commit Graph

65 Commits

Author SHA1 Message Date
Laurent Destailleur
1bf95b48c1 Fix remove warning when posting a vote 2015-04-12 11:45:50 +02:00
Laurent Destailleur
97eec37f1c Uniformize code: property "nom" for thirdparty is aliased into "name"
everywhere.
2014-10-04 17:20:17 +02:00
Laurent Destailleur
73ad0f9302 Fix: Bad use of fetch_lines 2014-09-04 18:58:33 +02:00
Marcos García de La Fuente
ec661d0c6c Removed index.php and replaced them with blank index.html as it is more appropriate 2014-07-12 23:18:57 +02:00
Marcos García de La Fuente
460fb7a453 Removed new SQL double-debug 2014-07-02 21:29:07 +02:00
Marcos García de La Fuente
ae4bd4445e Moved dol_syslog query log to the database handler and decreased report level to DEBUG 2014-06-09 15:49:54 +02:00
Raphaël Doursenaud
c48c3a9d91 Qual: remove PHP closing tag (again)
These were reintroduced by careless merge
2014-05-26 13:51:25 +02:00
Laurent Destailleur
14d8bfef3a New: Improved Opensurvey module: Description of survey use wysiwig
editor, More information shown on result tab, Renamed "survey" into
"poll" (better translation).
2014-03-17 12:40:12 +01:00
Laurent Destailleur
a3fcb5ac5a Fix: Regression with firefox 2014-03-05 11:52:51 +01:00
Marcos García de La Fuente
2c816e09a5 If no spy option is enabled, users should not now which is the most voted option 2014-01-06 05:20:08 +01:00
Marcos García de La Fuente
e0c7eb545c Email and poll author are now retrieved from the logged user 2014-01-06 05:08:42 +01:00
Marcos García de La Fuente
ff7e4e49f3 Limiting the voting time of the survey 2014-01-05 21:54:12 +01:00
Marcos García de La Fuente
224208c9bb Unified comment deletion in Opensurveysondage::deleteComment 2014-01-05 20:58:27 +01:00
Marcos García de La Fuente
1e6c0c0b1a There is no poll format A+ or D+ 2014-01-05 20:48:20 +01:00
Marcos García de La Fuente
e493348931 Removed space before colon 2014-01-05 20:30:53 +01:00
Marcos García de La Fuente
ef44db8bd8 Removed unused constants & functions and added new comment insert error message 2014-01-05 20:28:32 +01:00
Marcos García de La Fuente
0f08fd3f06 Replaced usage of htmlentities with dol_htmlentities 2014-01-05 20:18:02 +01:00
Marcos García de La Fuente
b32fafef17 Fixed problem with visualization of previous votes in poll voting page 2014-01-05 20:10:39 +01:00
Marcos García de La Fuente
f5201b97a5 The voter does not have to know which user created the poll 2014-01-05 19:15:48 +01:00
Marcos García de La Fuente
044d81b0a5 Removed unused images 2014-01-05 19:09:03 +01:00
Marcos García de La Fuente
2393e7c732 Moved creation poll wizard out of public folder 2014-01-05 19:03:33 +01:00
Marcos García de La Fuente
a5a0962dab Fixed JS errors and little style changes 2014-01-05 18:55:56 +01:00
Marcos García de La Fuente
4cdafba7a2 Removed “origin” input use in poll creation 2014-01-05 18:49:49 +01:00
Marcos García de La Fuente
adcc4090b0 Removed “today” button of expire date input in poll creation form 2014-01-05 18:46:04 +01:00
Marcos García de La Fuente
33ec281424 Removed unexisting input checks in poll creation 2014-01-05 18:44:19 +01:00
Marcos García de La Fuente
832fc8e0f3 Renamed NextStep button to CreatePoll 2014-01-05 18:42:08 +01:00
Marcos García de La Fuente
97bd5df498 Moved poll expiration date to first form and removed odd forms 2014-01-05 18:40:53 +01:00
Marcos García de La Fuente
4f57e82975 Removed odd messages 2014-01-05 09:36:35 +01:00
Marcos García de La Fuente
8d96675607 Force logged user to create surveys and applied Dolibarr style to poll creation wizard 2014-01-05 09:08:42 +01:00
Marcos García de La Fuente
fba3c63050 Starting to make survey creation a user-only access page 2014-01-05 07:28:04 +01:00
Marcos García de La Fuente
b2c0463cd9 Corrected little problem with XSS fix 2014-01-05 07:03:51 +01:00
Marcos García de La Fuente
d76081d487 Improved feedback to the user when he did not enter name in his vote 2014-01-05 06:42:08 +01:00
Marcos García de La Fuente
67077338a0 Improved translation of opensurvey module 2014-01-05 06:37:08 +01:00
Marcos García de La Fuente
426ccb4056 Fixed another XSS in public poll vote page 2014-01-05 06:25:47 +01:00
Marcos García de La Fuente
89c6aa2d87 Removed unused/unuseful injection checks on open survey creation 2014-01-05 05:04:41 +01:00
Marcos García de La Fuente
d23a8ea788 Fixed big XSS problems in open survey module 2014-01-05 04:50:54 +01:00
Marcos García de La Fuente
c9db0c3a94 Removed “stupid” feature to allow voters edit other users’ vote 2014-01-04 19:51:44 +01:00
Marcos García de La Fuente
c197fbd436 Removed unused images 2014-01-04 18:01:55 +01:00
Marcos García de La Fuente
13d4ea4c38 Added a new feature to disable spying other users’ vote 2014-01-03 23:30:15 +01:00
Marcos García de La Fuente
1a038fac06 Removed the use of id_sondage_admin and survey_link_visible fields of llx_opensurvey_sondage 2014-01-03 22:13:15 +01:00
Marcos García de La Fuente
a5b9122e98 Allow to disable poll comments 2014-01-03 17:44:42 +01:00
Marcos García de La Fuente
8b781e46c6 Added missing copyright info 2014-01-03 16:43:34 +01:00
Marcos García de La Fuente
8727daeb77 Unified comment addition in OpenSurveySondage::addComment and removed duplicate code 2014-01-03 16:38:02 +01:00
Marcos García de La Fuente
cf3ac246bf Moved exportcsv.php out of public folder as it should only be accesible for Dolibarr users 2014-01-03 15:35:12 +01:00
Marcos García de La Fuente
e0dd3d5bc9 Added missing copyright info 2014-01-03 15:31:29 +01:00
Marcos García de La Fuente
dd7be996c2 Improved translation of opensurvey module 2014-01-03 15:27:26 +01:00
Marcos García de La Fuente
7a1af8656a Removed duplicate code 2014-01-03 14:52:31 +01:00
Marcos García de La Fuente
05ab8334ef Missing copyright info 2014-01-03 14:00:48 +01:00
Marcos García de La Fuente
93fb104077 Image alternative text was empty in creation page of surveys 2014-01-03 13:59:57 +01:00
Laurent Destailleur
51ad76b6de fix: minor syntax rules 2013-11-06 12:53:43 +01:00