Olivier PEREZ
430cb511b6
Fix label for 'name' in comments form
2015-05-29 12:34:54 +02:00
Olivier PEREZ
ccf9109133
Typo on 'Echec de la sauvegarde du sondage'
2015-05-29 12:28:02 +02:00
Olivier PEREZ
d5cf1aa5a7
Add hidden-print class on vote line and actions column
2015-05-29 12:00:56 +02:00
Olivier PEREZ
60069b1151
Add hidden-print class on some alerts block
2015-05-29 11:48:47 +02:00
Olivier PEREZ
6fbbd848fb
Typo on 'lien vers lapage d'administration du sondage'
2015-05-29 11:37:49 +02:00
Olivier PEREZ
35da81a4cd
Remove "." at the end of options
2015-05-29 11:28:04 +02:00
Olivier PEREZ
4aee1d71e4
Fix: Display framanav when present
2015-05-25 00:02:20 +02:00
Olivier PEREZ
4392dde5dc
Display datepicker when click in field
2015-05-24 23:51:54 +02:00
Olivier PEREZ
67d0516161
Remove icon on 'Send me my polls' button + Make it btn-success
2015-05-24 23:44:43 +02:00
Olivier PEREZ
f21892dc26
Put i18n on aria-label
2015-05-24 23:41:08 +02:00
lamessen
20b2e9ae33
correction erreur affichage
2015-05-08 23:53:47 +02:00
lamessen
cb14c05768
correction erreur de traduction suivant ticket contact #2040
2015-05-08 23:39:15 +02:00
Olivier Perez
33797cb4a9
Update changelog
2015-04-24 14:03:11 +02:00
Olivier PEREZ
1ec8db4c30
Check if vote name is already used + Fix missing key
2015-04-24 00:29:10 +02:00
Olivier PEREZ
7c265c57d2
Fix 'Undefined variable' in purge page
2015-04-23 23:29:27 +02:00
Olivier PEREZ
551b839292
Display the count of 'if need be'
2015-04-23 23:18:31 +02:00
Olivier PEREZ
7ed21ce9fa
Clean choices when changing format of poll during the creation
2015-04-22 00:19:12 +02:00
Olivier PEREZ
11b2018bd0
For date poll, calculate archiving date from last poll choice
2015-04-22 00:11:13 +02:00
Olivier PEREZ
f0bd371b01
Replace 'removal date' words by 'archiving date' in poll creation
2015-04-21 23:58:25 +02:00
Olivier Perez
88f294cfe6
Merge branch 'feature/Smartysize_date_poll_creation' into 'develop'
...
Smartysize the date poll creation page (step 2 and 3)
* The page creation_date_poll.php is now full Smarty (step 2, step 3, error message)
* When get back from Step3, the form is filled with values stored in session
See merge request !52
2015-04-21 23:32:22 +02:00
Olivier PEREZ
a47c989595
Minor improvment of INSTALL.md
2015-04-21 23:31:40 +02:00
Olivier Perez
8882756c7f
Add IT language file
2015-04-17 13:46:06 +02:00
Olivier Perez
433687beaa
Fix: Re-add 'choices' to smarty
2015-04-16 13:32:45 +02:00
Olivier Perez
5660a42215
Smartysize error page of date poll creation
2015-04-16 13:21:48 +02:00
Olivier Perez
a1de8def6b
Smartysize step 2 of date poll creation
2015-04-16 13:10:28 +02:00
Olivier Perez
3b9dd1fc7e
Buttonify edit and delete line
2015-04-15 13:43:47 +02:00
Olivier Perez
f6be93840d
Fix for PHP5.4
2015-04-15 13:23:19 +02:00
Olivier Perez
3fb351dbce
Don't display description on studs.php if the field is blank
2015-04-15 13:16:55 +02:00
Olivier Perez
f5c4ddddbe
Fix missing key
2015-04-15 13:03:13 +02:00
Olivier PEREZ
d14a7ec35d
Some style on poll info
2015-04-14 22:43:04 +02:00
Olivier PEREZ
45d14044f8
Factorize a little the mails
2015-04-14 22:32:41 +02:00
Olivier PEREZ
95328cb29c
Confidence becomes Trust
2015-04-14 22:06:07 +02:00
Olivier Perez
b83fb90376
Update FULL date format for EN and FR
2015-04-14 14:03:43 +02:00
Olivier Perez
199e41ec93
Fix: description was required
2015-04-14 13:34:42 +02:00
Olivier Perez
a410fd4473
Fix smarty template on ->title
2015-04-14 13:34:15 +02:00
JosephK
57ba11c6bd
Merge branch 'trad-italien' into 'master'
...
Retouches italien
See merge request !51
2015-04-14 10:56:32 +02:00
JosephK
cd67793a8c
Retouches italien
2015-04-14 10:54:19 +02:00
Olivier Perez
fc01fe6986
Merge branch 'feature/Package_the_application' into 'develop'
...
Package the application
**Add package creation script (Issue #43 )**
To package the application into a zip file, you will need to go to `/scripts/packaging.php`, and wait for 2 seconds.
The script copy all needed files/directories into `build` directory, then generate the file `dist/framadate-version-date.zip`, then delete directory `build`.
See merge request !48
2015-04-14 09:01:58 +02:00
Olivier PEREZ
2388e461ff
Move 'Where are my polls' key into en.json
2015-04-14 00:01:17 +02:00
Olivier PEREZ
942e2cb8d2
Merge branch 'feature/FindMyPolls' into develop
...
* A new page is available on index, it allows user to send by mail all the polls created by a given mail address
2015-04-13 23:55:40 +02:00
Olivier PEREZ
715bee6d7b
Clean after merge request
2015-04-13 23:53:28 +02:00
Olivier Perez
e6a8ed4a90
Merge branch 'develop' into 'develop'
...
Bug with admin name checking && Step 1 input radio aligment
- Passing from POST to GET some of the admin poll's modification buttons : remove vote, remove column, add column.
- Added create_poll.php a specific css file for the radio buttons aligment.
- Added some args to the poll's URL creation.
See merge request !50
2015-04-13 16:47:40 +02:00
Antonin
0505ab6bb2
Merge remote-tracking branch 'upstream/develop' into develop
...
Conflicts:
app/classes/Framadate/Utils.php
2015-04-13 16:16:02 +02:00
Antonin
fbd45960b7
Changing some actions from POST to GET.
2015-04-13 15:45:01 +02:00
Olivier PEREZ
3ef40417b2
Fix usage of markdown
2015-04-13 14:52:43 +02:00
JosephK
7b985288e3
Merge branch 'trad-italien' into 'master'
...
Trad italien
- erreur requête SQL anti-collisions
- bug export CSV
- remplacement "confidence" par "trust"
- ajout italien
- formatage markdown dans le README
See merge request !49
2015-04-13 12:56:58 +02:00
JosephK
ed66fe5c2c
Italien + Thanks for your trust
2015-04-13 12:36:20 +02:00
Olivier PEREZ
7b4bc4ad7f
Replace $html_lang by $locale
2015-04-13 12:10:07 +02:00
JosephK
2c7dceeb19
Fix erreur requête SQL anti-collision
2015-04-13 11:28:39 +02:00
Antonin
c34e34d728
Change the create_poll radio aligment.
...
- Update composer.lock by the way
.
2015-04-13 11:18:09 +02:00