Skip to content

Commit

Permalink
Dev Reverted messed-up release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Dec 27, 2017
1 parent 3cb60d8 commit 8eb97f5
Showing 1 changed file with 1 addition and 187 deletions.
188 changes: 1 addition & 187 deletions docs/release_notes.txt
Expand Up @@ -36,78 +36,11 @@ CHANGE LOG
------------------------------------------------------

Changes from 2.73.0 (build 171206) to 3.0.0 (build 171222) Dec 22, 2017
-New feature: Enhancements of 2.60 HTML so it's more complient with WAI (Web Accessibility Initiative). (Denis Chenu)
-New feature: Twig is the new LimeSurvey template engine. It replaces the system of replacement keywords. Now, all the HTML is editable from templates. (Louis-Sébastien Gac-Artigas)
-New feature: added sandbox for twig (security), and LS Twig Extension for common operations from template (adding CSS/JS, images, etc)
-New feature: extended Yii's CClientScript, so it's possible to modify asset packages before rendering (add/remove/replace package definitions)
-New feature: Enable/disable asset manager depending on debug mode for all scripts (via CClientScript extension)
-New feature: Infinite template inheritance system. A template can inherit from another template so it contains only the modified files. It makes it easy to have a fleet of templates with slighty changes.(Louis-Sébastien Gac-Artigas)
-New feature: Template manifest can now add/replace/remove CSS/JS files from core packages (Denis Chenu, Louis-Sébastien Gac-Artigas)
-New feature: Template layouts. Template can now have distinct layouts for different pages (survey taking, survey list, error, etc)
-New feature: Database tables for Templates and Templates Configuration. Improves performances and flexibility. (Louis-Sébastien Gac-Artigas)
-New feature: Choose DB or Manifest mode. Template providers can choose to load template configuration from XML rather than DB for easy development.
-New feature: Templates list on homepage. The user can now access to a template list, with few informations about each template and buttons to edit them.(Louis-Sébastien Gac-Artigas)
-New feature: Template editor inheritance mode. Now, template editor extends templates rather than copying them. (Louis-Sébastien Gac-Artigas)
-New feature: Template options page. Template providers can create their own custom option pages to allow users to set some template parameters. (Louis-Sébastien Gac-Artigas)
-New feature: Added 'Advanced Template', a template to show what can be done with the new engine. (Louis-Sébastien Gac-Artigas)
-New feature: Ajax mode for 'Advanced Template' (need to be deeply tested) (Louis-Sébastien Gac-Artigas)
-New feature: Added 'Minimal Template', a simple template to start with for developers
-New feature: Added 'Material Template', a template to show the inheritance concept
-New feature: Store random seed with each response, making it possible to render the exact same order of questions and groups when respondent loads survey.
-New feature: sidebar rendering via vuejs2 based on vuex state management (Markus Flür)
-New feature: menus and entries collected via ajax (Markus Flür)
-New feature: questiongroups and questions collected by ajax (Markus Flür)
-New feature: sidebar is now resizeable by dragging (maximum size: 50% of screen) (Markus Flür)
-New feature: new system for editing and creating menuentries in the sidebar and the quickmenu (Markus Flür)
-New feature: menus and entries are now items in the database and can be user and/or surveyspecific (Markus Flür)
-New feature:integrated menu positions are side, collapsed, top and bottom (Markus Flür)
-New feature: survey wizard for creating a new survey (Markus Flür)
-New feature: editing surveys is mostly pjaxed (Markus Flür)
-New feature: Changed the general design to a mobile first stance (markusfluer)
-New feature: Added more flexibility to onRegisterForm event and twigged registration (markusfluer)
-New feature: refined surveymenu design and responsiveness (markusfluer)
-New feature: Survey groups. Each survey now belongs to a survey group. (Louis Gac)
-New feature: List survey groups. Views for survey group feature (Louis Gac)
-New feature: Template Options at survey level. User can now set the template options at the survey level (Louis Gac and Markus Fluer)
-New feature: Template Options global inheritance. All template options can be inherited from global/survey group settings (Louis Gac and Markus Fluer)
-New feature: Template Options specific inheritance. A specific option can be inherited from global/survey group settings (Louis Gac and Markus Fluer)
-New Feature: Set quotas by equation (#796) (Tõnis Ormisson)
-New feature: Allow super-admin set by other user's than 1 (#810) (Denis Chenu)
-New feature: Copy, export and import survey plugin settings (#816) (Denis Chenu)
-New feature: Copy, export and import survey plugin settings (Denis Chenu)
-New feature: Allow initial superadmin to login via LDAP (Denis Chenu)
-New feature: Add massive action to delete uploaded files for multiple responses at once (Olle Haerstedt)
-New feature: Install/Uninstall templates uploaded via FTP (LouisGac)
-New feature: Mass edit of tokens, now looking good (markusfluer)
-New feature: New button to remove uploaded files while keeping the response it self (Olle Haerstedt)
-New feature: Purge survey files possibly left from erroneous delete (Olle Haerstedt)
-New feature: Storage data overview in global settings (Olle Haerstedt)
-New feature: copy survey from remotecontroll (#688) (Stefan Verweij)
-New feature: mass action to export selected responses (LouisGac)
-New feature: queXMLPDF export with response data (#807) (Adam Zammit)
-New feature: queXMLPDF export with response data (#808) (Adam Zammit)
-New feature: queXMLPDF export with response data (Adam Zammit)
-New feature: set_quota_properties via RemoteControl API (#835) (Tõnis Ormisson)
-New feature: toggle Quota status via remoteControl (Tõnis Ormisson)
-New feature: toggle Quota status via remoteControl 2 (Tõnis Ormisson)
-New feature: toggle Quota status via remoteControl 3 (Tõnis Ormisson)
-New feature: token massive edition (LouisGac)
-New translation: Kirundi - kindly provided by Victorin Luisier (Carsten Schmitz)
-New feature: Tutorial tour (markusfluer)
-New fetaure: Template list in survey group, so it's possible to set survey group options for any template (LouisGac)
-New feature #12563 remote control: process files on add_response() (#793) (Adrián Pardini)
-New feature #12564 remote control: adds upload_file action (#795) (Adrián Pardini)
-New feature: Better namespace naming convention (machaven)
-New feature: Currently, when an admin expires a survey, if he doesn't have the permission, he sees a blank page. With this commit, he is now redirected to the survey with an explanation message. (Jean-Sébastien B)
-New feature: Browser detection question type template for short text (markusfluer)
-New feature: html attibutes can be defined from core (Louis Gac)
-New feature: redesign survey group (markusfluer)
-New feature: added more unit test (olleharstedt)
-New feature: Added container definition (markusfluer)
-New feature: Redesigned survey toolbar (markusfluer)
-New feature: Tutorial tour (markusfluer)
-New feature: Massive action to delete uploaded files for multiple responses at once (Olle Haerstedt)
-New feature: Browser detection question type template for short text (markusfluer)
-New feature: Copy, export and import survey plugin settings (Denis Chenu)
-New feature: Install/uninstall templates uploaded via FTP (LouisGac)
-New feature: New button to remove uploaded files while keeping the response itself (Olle Haerstedt)
-New feature: Offer core templates to install manually. (LouisGac)
Expand All @@ -120,125 +53,6 @@ Changes from 2.73.0 (build 171206) to 3.0.0 (build 171222) Dec 22, 2017
-New feature: Toggle quota status via RemoteControl API (Tõnis Ormisson)
-New feature #12563: RemoteControl API - process files on add_response() (Adrián Pardini)
-New feature #12564: RemoteControl API - adds upload_file action (Adrián Pardini)

-Dev: added cache variables in helpers to improve performance (Louis Gac)
-Dev: added a magic method to get the inherit fields from parents via normal AR request (Louis Gac)
-Dev: clear separation of AR access of template tables and the render template process (Louis Gac)
-Dev: fixed a lot of small itches and added an active/inactive switch (markusfluer)
-Dev: converted frontend ajax to pjax (markusfluer)
-Dev: SQL -> AR; add UserGroup->hasUser() (#830) (Tõnis Ormisson)
-Dev: added afterRegister event (see feature request) (Bert Hankes)
-Dev: change to set_quota_properties() to cover all attributes (Tõnis Ormisson)
-Dev: fixed survey grid group url (#797) (Tõnis Ormisson)
-Dev: remotecontrol_handle PHPDOC & add bug TODOs (#834) (Tõnis Ormisson)
-Dev: Enhancements of frontend rendering workflow for better performances (surveyRuntimeHelper, frontend_helper, frontend controller, etc). (Louis-Sébastien Gac-Artigas)
-Dev: Clean, reorder, and added packages for system. All the LS assets are in a folder root called assets/. Added new packages such as core packages (Denis Chenu, Louis-Sébastien Gac-Artigas)
-Dev: Replaced old surveyinfo logic by MVC complient approach (Tonis Ormisson)
-Dev: Rewrote most code documentation for phpDocumentor (Tonis Ormisson)
-Dev: added some 508 fixes to admin interface (Chad Day)
-Dev: admin general settings removed and uncluttered into separate setting views (Markus Flür)
-Dev: adminpanel webpack and gulp configuration added (Markus Flür)
-Dev: Add travis build tag to readme :) (Tõnis Ormisson)
-Dev: Survey TODO remove (#768) (Tõnis Ormisson)
-Dev: Tests adminViews: add assert message (Tõnis Ormisson)
-Dev: Tests adminViews: more views 1 (Tõnis Ormisson)
-Dev: Tests adminViews: more views 2 (Tõnis Ormisson)
-Dev: Tests adminViews: more views 3 (Tõnis Ormisson)
-Dev: adminSurveyViews - add surveyAssessments (Tõnis Ormisson)
-Dev: adminSurveyViews - add surveyEmailTemplates (Tõnis Ormisson)
-Dev: adminSurveyViews - add surveyLogicFile (Tõnis Ormisson)
-Dev: adminSurveyViews - add surveyNotificationOptions (Tõnis Ormisson)
-Dev: adminSurveyViews - add surveyPanelIntegration (Tõnis Ormisson)
-Dev: adminSurveyViews - add surveyPlugins (Tõnis Ormisson)
-Dev: adminSurveyViews - add surveyQuotas (Tõnis Ormisson)
-Dev: adminSurveyViews - add surveyResources - FAILS (Tõnis Ormisson)
-Dev: fix some undefined things (#845) (Tõnis Ormisson)
-Dev: implement survey booleans (#771) (Tõnis Ormisson)
-Dev: remove .vscode (Tõnis Ormisson)
-Dev: reverse allowing UID via GET (Tõnis Ormisson)
-Dev: tests- add adminviews (Tõnis Ormisson)
-Dev: tests- add adminviewsTest (Tõnis Ormisson)
-Dev: tests- implement TestBaseClassWeb (Tõnis Ormisson)
-Dev: tests- implement TestBaseClassWeb 2 (Tõnis Ormisson)
-Dev: tests- implement getViewTestTag (Tõnis Ormisson)
-Dev: update gitignore ro ignore IDE & dev folders (Tõnis Ormisson)
-Dev: update gitignore to ignore IDE & dev folders (#770) (Tõnis Ormisson)
-Dev: viewTests - Users (Tõnis Ormisson)
-Dev: viewtests adminSurveyViews: add surveyTexts (Tõnis Ormisson)
-Dev: reverting didn't work so now again reverted deactivate pjax (markusfluer)
-Dev: also fixed some other minor issues (markusfluer)
-Dev: Make view tests use dataProvider (Tõnis Ormisson)
-Dev: Merge remote-tracking branch 'upstream/develop' into fix-tests-cleanup (Tõnis Ormisson)
-Dev: Put the grouping criteria in separate method (reusable) (Tõnis Ormisson)
-Dev: Tests adminSurveyViews - add surveyParticipantTokenOptions (Tõnis Ormisson)
-Dev: Tests adminSurveyViews - add surveyPermissions (Tõnis Ormisson)
-Dev: add AdminSurveyViews examples (Tõnis Ormisson)
-Dev: add UsersViews (Tõnis Ormisson)
-Dev: add checkIntegrity (Tõnis Ormisson)
-Dev: add php 7.1, php 5.6 (Tõnis Ormisson)
-Dev: add quoteColumnName for order (Tõnis Ormisson)
-Dev: add screenshots & tmp folder (Tõnis Ormisson)
-Dev: add surveyParticipantsIndex (Tõnis Ormisson)
-Dev: add surveyTemplateOptionsUpdate (Tõnis Ormisson)
-Dev: add user views (Tõnis Ormisson)
-Dev: addQuestion (Tõnis Ormisson)
-Dev: addQuestionGroup (Tõnis Ormisson)
-Dev: addQuota (Tõnis Ormisson)
-Dev: adjust timeouts (Tõnis Ormisson)
-Dev: allow get param if no post (Tõnis Ormisson)
-Dev: back to upstream on tests (Tõnis Ormisson)
-Dev: comment out buggy tests (Tõnis Ormisson)
-Dev: comporer revert (Tõnis Ormisson)
-Dev: composer mess 7 (Tõnis Ormisson)
-Dev: composer on php 7.0 (Tõnis Ormisson)
-Dev: composer revert (Tõnis Ormisson)
-Dev: composer stuff (Tõnis Ormisson)
-Dev: conditional for php5 (Tõnis Ormisson)
-Dev: conditional for php5 fix (Tõnis Ormisson)
-Dev: dataEntryView (Tõnis Ormisson)
-Dev: delete comment (Tõnis Ormisson)
-Dev: doc (Tõnis Ormisson)
-Dev: don't test surveyResources (Tõnis Ormisson)
-Dev: experssions (Tõnis Ormisson)
-Dev: exportResults (Tõnis Ormisson)
-Dev: exportSpss & bugfix (Tõnis Ormisson)
-Dev: exportSpss (Tõnis Ormisson)
-Dev: get packages via travis conf (Tõnis Ormisson)
-Dev: implement model paths (Tõnis Ormisson)
-Dev: importQuestionGroup (Tõnis Ormisson)
-Dev: log & see phantomjs errors (Tõnis Ormisson)
-Dev: missing DummyController (Tõnis Ormisson)
-Dev: mode docs (Tõnis Ormisson)
-Dev: phantomjs crash not always a travis failure (Tõnis Ormisson)
-Dev: printableSurvey - FAILS. (Tõnis Ormisson)
-Dev: remove apache restart (Tõnis Ormisson)
-Dev: remove apt packages (Tõnis Ormisson)
-Dev: remove sleep (Tõnis Ormisson)
-Dev: remove timeouts (Tõnis Ormisson)
-Dev: remove views from base class (Tõnis Ormisson)
-Dev: reset config (Tõnis Ormisson)
-Dev: revert composer (Tõnis Ormisson)
-Dev: revert composer (again) (Tõnis Ormisson)
-Dev: revert composer change? (Tõnis Ormisson)
-Dev: revert composer changes 4? (Tõnis Ormisson)
-Dev: revert composer changes mess 5? (Tõnis Ormisson)
-Dev: revert composer.lock (Tõnis Ormisson)
-Dev: rty adding timeouts (Tõnis Ormisson)
-Dev: screenshots by name to ignored _output (Tõnis Ormisson)
-Dev: show log only after failure (Tõnis Ormisson)
-Dev: skip setUserPermissions for now (needs adding an user) (Tõnis Ormisson)
-Dev: split up views list (Tõnis Ormisson)
-Dev: statisticsIndex (Tõnis Ormisson)
-Dev: surveyResponsesBrowse (Tõnis Ormisson)
-Dev: surveyResponsesIndex (Tõnis Ormisson)
-Dev: test sleep between pageviews (Tõnis Ormisson)
-Dev: tests/TestBaseClass.php (Tõnis Ormisson)
-Dev: tests/TestBaseClassView.php (Tõnis Ormisson)
-Dev: tests/TestBaseClassWeb.php (Tõnis Ormisson)
-Dev: tests/questions/DateTimeValidationTest.php (Tõnis Ormisson)
-Dev: use phpunit skip to skip test (Tõnis Ormisson)
-Dev: use setUpBeforeClass() for all (Tõnis Ormisson)

#Updated translation: Arabic by Macropsyco, malbariqi, mosaab
#Updated translation: Bosnian by RebeccaAwdry
#Updated translation: Bulgarian by DCLXVI
Expand Down

0 comments on commit 8eb97f5

Please sign in to comment.