Angel Fernando Quiroz Campos
d12a47f6e0
Fix 65188b0
9 years ago
Polycapa
9396a2478b
Add missing spaces
...
=> operator need to have space before and after
9 years ago
Polycapa
1691cf3eee
Replace id with aria-label
...
Ids were added to link inputs with text label. As they are dangerous
(very common english word) and they are only useful for accessibility,
replace them by aria-label
9 years ago
Angel Fernando Quiroz Campos
b53b86fbea
Remove jquery-ui tabs from Stylesheets Settings
9 years ago
Scrutinizer Auto-Fixer
e55f8cc5f0
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
Polycapa
73ba61f5f3
Fix for codeclimate
9 years ago
Polycapa
6b3ac766aa
Link textarea to corresponding label
9 years ago
Polycapa
db4fd96962
Link text inputs to label
9 years ago
Yannick Warnier
d814dc2439
Minor - Replace deprecated function calls #scrutinizer
9 years ago
Yannick Warnier
6193d198f6
Update deprecated display_*_message() calls
9 years ago
jmontoyaa
244a19d4c7
Replace Database :: get_main_table with Database::get_main_table
9 years ago
jmontoyaa
c804014cda
Fix stylesheet update.
...
- Platform stylesheet theme is checked from the DB
- Move update to the top to avoid stylesheet that doesn't get updated.
9 years ago
jmontoyaa
b43c3d3627
Add virtual instance theme feature see BT#12490
...
- New function Template::getThemeDir() added to located the theme folder
- New setting in vchamilo ThemeFolder (DB change below)
- New field in vchamilo table: css_theme_folder (ALTER TABLE vchamilo ADD COLUMN css_theme_folder varchar(255);)
- Rewrite api_get_themes() using Finder class, adding vchamilo css theme folder
- Fix mirror function adding 'override' option
9 years ago
jmontoyaa
a018bc60f1
Use api_get_current_url_id, format code
9 years ago
jmontoyaa
391267d234
Add security check
9 years ago
jmontoyaa
029776f32d
Improve CSS stylesheet change/upload
...
- Add theme parameter in function return_logo(), ChamiloApi::getPlatformLogo
- Use key/value array in function api_get_themes()
9 years ago
jmontoyaa
aa08dbd9e5
Use Display::addFlash, use api_get_current_access_url_id, format code
9 years ago
jmontoyaa
0daef52f15
Fix use of course_info/download.php
...
Load course backup path by default otherwise
it uses the root of archive path.
9 years ago
José Loguercio
6469a566d3
Fix footer_extra_content and header_extra_content - Issue #1604
9 years ago
jmontoyaa
3151b8a099
Replace _api_get_timezone with api_get_timezone
9 years ago
Angel Fernando Quiroz Campos
ee3b4195d1
merge
9 years ago
jmontoyaa
da1513ecb8
Minor - format code
9 years ago
jmontoyaa
2e8ab9a664
FIx settings when loading access_url_id
9 years ago
Angel Fernando Quiroz Campos
3fa47967b8
Show custom logo on PDF export and emails - refs BT#11424
10 years ago
Angel Fernando Quiroz Campos
1b557c4316
Fix set custom logo for multi-url - refs BT#11424
10 years ago
Alex Aragon
8ee6a6449f
Resetting icon that enables multi urls portals options - refs BT#7683
10 years ago
jmontoyaa
ac75f9ac06
Format code + fix PHP warning
10 years ago
jmontoyaa
3906a32d4f
Replace variable name
10 years ago
Angel Fernando Quiroz Campos
331d04acee
Fix spacing between items of FormValidator group
10 years ago
Angel Fernando Quiroz Campos
f04cf03eb6
Fix settings.lib.php
10 years ago
jmontoyaa
7e33f6d30b
Minor - Format code
10 years ago
Yannick Warnier
0ca8463c51
Code style: factor out some code from handleStylesheets()
10 years ago
Yannick Warnier
4379e4f0b4
Code style: factoring into helper functions
10 years ago
Yannick Warnier
71339e741a
Reduce redundancy, rename functions to camelCase and remove deprecated functions
10 years ago
Yannick Warnier
5215d9c98b
Code style: reduce redundancy
10 years ago
Angel Fernando Quiroz Campos
f0a64701e7
Avoid double get_lang with extra fields - refs BT#11015
10 years ago
jmontoyaa
851ca9c84f
Course plugins can now show information in regions see BT#11080
...
Add course block
10 years ago
jmontoyaa
dfa2039616
Add md support for plugins. The readme file must be README.md in order to load the markdown conversion.
10 years ago
Angel Fernando Quiroz Campos
f25aedce3a
Scrutinizer Auto-Fixes ( #5 ) ( #1162 )
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
10 years ago
Yannick Warnier
f2aaaf9e20
Minor - Indent code
10 years ago
Angel Fernando Quiroz Campos
b9dac78374
Fix FormValidator's SelectAjax when exporting value - refs #8134
10 years ago
Angel Fernando Quiroz Campos
fa5f19be0e
Fix E_NOTICEs when search_enabled is true - refs BT#10979
10 years ago
Angel Fernando Quiroz Campos
9f4f4a53de
Fix E_NOTICEs when search_enabled is true - refs BT#10979
10 years ago
Yannick Warnier
1a865fa5fa
Complete fix to add supported image types to CSS upload handler - completes commit #b58f773
10 years ago
José Loguercio
92c2b06540
minor Fix when you upload an image with incorrect size
10 years ago
José Loguercio
cf7627c040
Added Feature to customize the logo of each StyleSheet - Refs #8118
10 years ago
Angel Fernando Quiroz Campos
47a2dcab16
Add select_course type for settings_current and set it to the course_creation_use_template - refs #8133
10 years ago
José Loguercio
2bbf99a834
Added Feature to customize the logo of each StyleSheet - Refs #8118
...
Conflicts:
main/admin/settings.lib.php
10 years ago
José Loguercio
0457341994
Added Feature to customize the logo of each StyleSheet - Refs #8118
10 years ago
Yannick Warnier
e95f2583eb
Add new accepted formats to CSS upload handler
10 years ago