- Oct 07, 2016
-
-
Carsten Rose authored
-
- Oct 06, 2016
-
-
Carsten Rose authored
-
Carsten Rose authored
AbstractBuildForm.html: more default configs for the editor. Setting size of the editor. richttexteditor.html: third RTE to show min/max_height.
-
Carsten Rose authored
Support.php: escapes double ticks with " instead of \" - needed for JSON encoded config strings for TinyMCE. AbstractBuildForm.php: customize default setup for TinyMCE.
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
- Oct 05, 2016
-
-
Carsten Rose authored
-
- Sep 29, 2016
-
-
Carsten Rose authored
Documentation/AdministratorManual/Index.rst: Documentation for TinyMCE integration AbstractBuildForm.php: Rename 'EditorJQW' to 'Editor' , Integrate 'TinyMCE' as Editor. formEditor.sql: adjust FormElement.type from 'EditorJQW' to 'Editor' README.md: update to include latest JS libs
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
Gruntfile.js: Copy tinyMCE plugins.
-
Rafael Ostertag authored
-
- Sep 28, 2016
-
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Carsten Rose authored
Mockup: richtexteditor.html
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
- Sep 23, 2016
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
- Sep 05, 2016
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
- Aug 29, 2016
-
-
Carsten Rose authored
-
Carsten Rose authored
extension/Documentation/_make/conf.py: bumped versiont to 0.4
-
- Aug 24, 2016
-
-
Carsten Rose authored
AbstractException.php: Error messages are no 'htmlspecialchars()' encoded. Error output don't break the formatting anymore.
-
Carsten Rose authored
-
- Aug 23, 2016
-
-
Carsten Rose authored
1) '{{id:R0}}' now gives the correct record id, even on records which are 'new' (id is 0 at time of save) - '{{id:R0}}' can be used 'fileDestination' to build pathFilename. 2) Fixed problem with non existing uploads: in the past a sip has been saved instead of an empty string in the current record. 3) Fixed problem with a) choosing an upload file, b) deleting them immediately and c) pressing 'save'. Non existing temporary uploaded file has been tried to move to final destination. Documentation/UsersManual: FormElement 'File' update AbstractBuildForm.php: Extend upload structure with EXISTING_PATH_FILE_NAME. QuickFormQuery.php: 'late save' of uploads implemented. Save.php: upload columns are not saved during the first save - instead they are saved later.
-
Carsten Rose authored