- May 19, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- May 18, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
Manual.rst, AbstractException.php, SessionCookie.php, Downoad.php, Error.php, Link.php, Report.php, Store.php, AbstractBuildForm.php, BuildFormBootstrap.php, config.qfq.example.ini: replace all access to SHOW_DEBUG_INFO with respect to multiple values.
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
Implement additional 'SHOW_DEBUG_INFO = download' to track down problems with 'session forwarding'. Configure constants for SHOW_DEBUG_INFO for yes|no|auto
-
Carsten Rose authored
Allow spaces in value when selection <radio> and <select> tags. See merge request !5
-
Rafael Ostertag authored
-
Carsten Rose authored
Add TestFormEditor.sql
-
- May 12, 2017
-
-
Carsten Rose authored
Manual.rst: add description for new attribute 'capture'. AbstractBuildForm.php: implement adding attribute.
-
Carsten Rose authored
Problem: the 'unit test'-customized FormEditor have been overwritten by the auto update. TestFormEditor.sql: deleted TestForm.sql: new SQL file to create an additional form. BuildFormPlainTest.php: update unit tests to latest FormElement schema. Delete old FormEditor, to be sure to get the latest schema. Play 'TestForm.sql'.
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
Allow concurrent bootstrap See merge request !3
-
Carsten Rose authored
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
allow concurrent builds.
-
Carsten Rose authored
-
Carsten Rose authored
Implemented: file upload check for mime type and max file size. File.php, AbstractBuildForm.php: Implement FE_FILE_MIME_TYPE_ACCEPT and FE_FILE_MAX_FILE_SIZE
-
- May 10, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
Use underscore instead of dot in extension zip file name. See merge request !2
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Carsten Rose authored
config.qfq.ini: REDIRECT_ALL_MAIL_TO = john@doe.com All emails, sent bey QFQ will not be sent to the given receiver, instead they are delivered to 'catch all email' address. Sendmail.php: Check config.qfq.ini setting for REDIRECT_ALL_MAIL_TO - if set take that address as real receiver for all mails from Form and Report.
-
Carsten Rose authored
-
Carsten Rose authored
DatabaseUpdateData.php, QuickFormQuery.php, formEditor.sql, TestFormEditor.sql: set new escapeDefaultSetting in Schema.
-
- May 09, 2017
-
-
Carsten Rose authored
Fixed: unnecessary exception if there is no Form / FormElement table Database.php: New function playSqlFile(). DatabaseUpdate.php: missing table Form won't throw an exception anymore. Manual.rst: note that formEditor.sql will be played automatically.
-
Carsten Rose authored
-
Carsten Rose authored
Also respect version numbers which are not configured in DatabaseUpdateData.php and between two configured version numbers.
-
Carsten Rose authored
For updates of QFQ prior to 0.17.0, do: ALTER TABLE `Form` COMMENT = 'Version=<your old QFQ version>' DatabaseUpdate.php, DatabaseUpdateData.php: new class. QuickFormQuery.php: Add DB UpdateCheck Database.php: moved to new subdirectory `database`. Add 'ALTER' as a new SQL command. FormAction.php, TypeAhead.php, Report.php, Sendmail.php, FillStoreForm.php, Store.php, AbstractBuild.php, Delete.php, Evaluate.php: Update path to Database.php.
-
- May 05, 2017
-
-
Carsten Rose authored
Makefile: qfq-doc setVersion.sh: rename Setting.yml to Setting.cfg
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-