Skip to content

Releases: OrifInformatique/gestion_questionnaires

Release 1.4.0

27 May 09:07
901d7c5
Compare
Choose a tag to compare
Release 1.4.0 (#257)

* Delete double "support" link

* Update to CodeIgniter 3.1.11

* Update to Bootstrap 4.4

* Rework all views to fit with Bootstrap 4

* Update FPDF from v1.81 to v1.82

Rename folder "fpdf181" to "fpdf" to make future updates easier.

* Update MY_Controller base controller

* Update MY_Model base model

* Add hard delete option in MY_Model

Add a parameter in delete function of the generic MY_Model to be able to force deletion even if a soft delete key is defined.

* Add undelete method in MY_Model

The undelete method is used to rollback a soft deletion.

* Implement CodeIgniter-HMVC project structure

Implement "common", "support" and "user" modules.

* Add CIPHPUnit testing

* Remove import functions

* Remove PHPExcel

* Add warning message in header if environment is not set to production

* Disable unimplemented question types

Release 1.3.0

04 Oct 09:41
c07e72c
Compare
Choose a tag to compare
Release 1.3.0 (#214)

* Fix password checking for new users (#181)

* Delete pdf files on questionnaire deletion (#172)

* Make questionnaire subtitle optional (#184)

* Load only the most used models (#189)

* Bug report functionality (#185)

* Controllers tests without PHPUnit (#211)

* Add ci-php-unit-test to allow the creation of unit tests using PHPUnit (#212)

* Modify .gitattributes to exclude tests and some other files from releases

* Add empty pdf_files and uploads directories in GitHub repository

* Exclude pdf_files and uploads directory from git synchronization but let them in the releases as they are necessary for the application

Version 1.2.1

21 Aug 14:47
Compare
Choose a tag to compare
Patch 1.2.1 (#195)

* ' / ' instead of ', ' between multiple answers

* Question search filter can be used with "enter" key

* Fix a bug with IE 11, when search filter contains special chars

Version 1.2.0

11 Jul 09:15
440551b
Compare
Choose a tag to compare
Release 1.2 (#136)

* Add questionnaire subtitle

* Add questionnaire models

* Allow admins to create, delete and disable users

* Add a "Manager" user type

* Change topics GUI and use archiving for topics

* Display a message when trying to delete or display details of an archived question

* Trim, lowercase and prevent special chars in pdf name

* Add a more explicit message when connecting as a simple user.

* Change fields names not to use language file for this purpose

* Fix error in pdf when question points are greater than 9

* Add a readme.md file

* Rework on generatePDF

- `generatePDF` only calls the questionnaire insertion and creation
- `generateQuestions` creates the questions PDF
- `generateAnswers` creates the answers PDF
- `InsertNewQuestionnaire` inserts the questionnaire in the database and returns its ID

* Update questions and topics to use MY_model soft deletion feature (#119)

* Change dropdown lists disabled elements color

* Lower line spacing and limit number of answer lines

* Set default charset of new tables to utf8

* Remove unused files and parts of files

* Fix error when regenerating questionnaire containing archived questions

* Fix error when trying to remove filters in question list

* Fix the bug that display the points in two lines if there's more than 9 points

* Max length 150 for topic field

* Do not display header on first page

* Allow longer pdf names

Version 1.1.2

25 Jun 09:00
42fddb0
Compare
Choose a tag to compare

Fixed error in V1.1

Version 1.1

21 Jun 14:57
5421747
Compare
Choose a tag to compare
Release 1.1 (#100)

* Rework the pdf generation (questionnaire and corrected questionnaire)

* Add a part of the cloze text in the listing of cloze text questions

* Text search field for questions

* Pagination for questions

* Add possibility to change answers order in Cloze Text questions

* Delete uploads from git project

* Use of constants for access levels

* Corrections in authentication controller

* Fixes for several issues

Version 1.0

15 Feb 09:18
e7d5648
Compare
Choose a tag to compare
v1.0

Delete Thumbs.db