Angel Fernando Quiroz Campos
1777a75a4e
FormValidator: Improve thumnails for ajax uploader
7 years ago
Julio Montoya
c9c2b87653
Minor - flint fixes
7 years ago
Julio Montoya
f1c3ea820d
Minor - FormValidator->addFile returns the element (ofaj)
7 years ago
Julio Montoya
d8377622cd
Fix zombie form see BT#15085
7 years ago
Julio Montoya
fe1873d544
Minor - flint fixes
7 years ago
Julio Montoya
e1e866de59
Add datepair/date time picker range improve UI meeting survey BT#14957
...
Requires composer update
7 years ago
Julio Montoya
33732f5139
Minor - flint fixes
7 years ago
Julio Montoya
0c1446077b
Add config "mail_template_system" see BT#14894
...
Requires DB change, allow admins to setup custom email templates
7 years ago
Julio Montoya
618c56cd90
Add "Delete legal agreement" button see #2555
7 years ago
Julio
400d30f9fd
Minor - flint fixes
7 years ago
Julio
5372e562a9
Minor - Replace custom HTML with FormValidator "addPanelOption" function
7 years ago
Angel Fernando Quiroz Campos
bb760de133
Fix CKEditor styles when creating HTML documents or single blocks - refs BT#14381
...
* `editor.css` file deprecated.
* `editor_content.css` contains the base for the created content with CKEditor (blocks or documents).
It's loaded internally by CKEditor to show the Styles select.
It's loaded globally by Chamilo in template.lib.php to apply its styles to the HTML blocks created with CKEditor.
* `document.css` is only used in the head from the created HTML document.
Include the `editor_content.css` file by importing internally.
7 years ago
jmontoyaa
74a53d2d37
Minor - format code
7 years ago
jmontoyaa
aa0a4ab43e
Minor - format code
7 years ago
jmontoyaa
44b423b546
Minor - flint fixes
7 years ago
Angel Fernando Quiroz Campos
aa6658fc12
Avoid show link without URL in ajax upload - refs BT#14259
7 years ago
jmontoyaa
725a60245a
Fix "editor.css" inclusion when using style menu. BT#14221
...
- "style" parameter removed, now editor.css is only included when
the ckeditor is in fullpage and it's controlled by FormValidator.
8 years ago
Julio Montoya
ecdc2037e2
Applied fixes from FlintCI
8 years ago
jmontoyaa
78b24dd82d
Fix multiple file upload return message when using zip files BT#10887
8 years ago
jmontoyaa
bcbedbe503
Minor - add "attributes" parameter to "hidden" element
8 years ago
jmontoyaa
03dafab510
Minor - format code
8 years ago
Julio Montoya
bf885f42f4
Applied fixes from FlintCI
8 years ago
Alex Aragon
4c85baafec
fix css documents load
8 years ago
Angel Fernando Quiroz Campos
c9df2f8bb9
Fix style for FormValidator help blocks
8 years ago
jmontoyaa
91c0f15734
Adding setting "allow_redirect_to_main_page_after_work_upload" BT#13567
...
Redirect to home work tool after uploading a student publication or
a adding a comment
8 years ago
jmontoyaa
35a74c5781
Minor - format code.
8 years ago
jmontoyaa
bf42a67eff
Fix "rename file" when uploading (ajax mode) #2190
...
Example: after uploading file "bug.jpg "3 times you had:
Before:
bug.jpg, bug.jpg, bug.jpg
Now:
bug.jpg, bug_1.jpg, bug_2.jpg
The js UI was also fixed because it was always showing "bug.jpg"
8 years ago
Angel Fernando Quiroz Campos
44ff8b8976
Improve FormValidator's file for images - refs BT#13380
8 years ago
José Loguercio
6fe32643fb
Added new CSS3 FormValidator Loader
8 years ago
José Loguercio
42e37e397a
Added CSS3 FormValidator loader instead *.*gif image
8 years ago
jmontoyaa
d4455b355d
Minor - format code.
8 years ago
Angel Fernando Quiroz Campos
137527fab9
Fix FormValidator::addUserAvatar - refs BT#12955
8 years ago
Angel Fernando Quiroz Campos
239ea5ea7a
Rename FormValidator's InputUser to UserAvatar - refs BT#12955 BT#11833
8 years ago
Angel Fernando Quiroz Campos
2ff96dbc09
Improve InputUser for FormValidator - refs BT#12955
8 years ago
Scrutinizer Auto-Fixer
ddf46f7fca
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
8 years ago
jmontoyaa
088769224c
Minor - format code, update docs
8 years ago
jmontoyaa
d265a83c34
MaintenanceModePlugin (requires composer update) BT#12478
9 years ago
jmontoyaa
823c8232fa
Set correctly ckeditor config
9 years ago
jmontoyaa
a8afbc9e34
Fix html editor settings
9 years ago
jmontoyaa
8480b72c80
Add update dropbox file see BT#10896
9 years ago
jmontoyaa
a8624a545f
Format code, update doc, remove unused width (managed by bootstrap now)
9 years ago
jmontoyaa
e19d6b1d5b
Add 'form->addPasswordRule' in order to centralize pass validation
...
- Add password validation in user_add.php/user_edit.php
- New security functions added: getPasswordRequirements/getPasswordRequirementsToString
- See BT#12571
9 years ago
jmontoyaa
2c2279d923
Remove <br /> from upload form see BT#10887
9 years ago
jmontoyaa
7ce8ea39c0
Minor - format code
9 years ago
jmontoyaa
fb93a142b1
Add hover dropzone css style feature see BT#10896
...
WIP: Need to improve #dropzone.hover style
9 years ago
Scrutinizer Auto-Fixer
1a423c4bde
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
José Loguercio
06da57b8d0
Added GeoLocalizationMapField to Form Validator
9 years ago
jmontoyaa
afdb79e253
Add FloatNumber element to FormValidator to handle float numbers
...
- It should be only used with $formValidator->addFloat()
- The float number check that it has a float number with a
decimal point as a comma "," or a point ".".
The element transforms 3,1415 to 3.1415
See BT#12133
9 years ago
José Loguercio
961e20c82e
Added a base64 hidden input to crop images for files in FormValidator
9 years ago
jmontoyaa
98aeb95b53
Allow same name in publications see BT#11678
9 years ago