Angel Fernando Quiroz Campos
4a587707b0
Add html filter to form fields
3 years ago
Angel Fernando Quiroz Campos
8309ba4c63
Announcements: Fix dates for sortable table - refs BT#20325
3 years ago
Angel Fernando Quiroz Campos
c0f1dd2a27
Plugin: Zoom: Allow create system announcement - refs BT#19479
...
Require DB changes
```sql
ALTER TABLE plugin_zoom_meeting
ADD sys_announcement_id INT DEFAULT NULL;
ALTER TABLE plugin_zoom_meeting
ADD CONSTRAINT FK_3448092778FB10C FOREIGN KEY (sys_announcement_id) REFERENCES sys_announcement (id) ON DELETE SET NULL;
CREATE INDEX IDX_3448092778FB10C ON plugin_zoom_meeting (sys_announcement_id);
```
4 years ago
Angel Fernando Quiroz Campos
20be8a2a0c
Minor - Format code
4 years ago
Angel Fernando Quiroz Campos
a821c162ca
Announcements: Move code to function - refs BT#19497
4 years ago
Julio Montoya
df255e32e7
System announcements: Allow multiselect for groups BT#18963
5 years ago
Julio Montoya
32c26a98ae
System announcement - Delete group BT#18638
5 years ago
Carlos Alvarado
491c51e173
Announcements: Fixed Comments - refs BT# 18151
5 years ago
Carlos Alvarado
afcfc5faba
Announcements: Sending group notifications from system notifications #3541 - refs BT#18151
5 years ago
Angel Fernando Quiroz Campos
1ae84771f5
Announcements: Fix message when adding announcement - refs BT#18151
5 years ago
Julio Montoya
5af4e17a8f
Admin: add config setting "allow_careers_in_global_announcements"
...
BT#16262
6 years ago
Julio Montoya
758dd1a585
Minor - format code
6 years ago
Julio Montoya
ecdc2037e2
Applied fixes from FlintCI
8 years ago
Julio Montoya
bf885f42f4
Applied fixes from FlintCI
8 years ago
Scrutinizer Auto-Fixer
2830976b65
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
jmontoyaa
d8f78f1660
System announcements rework to use an array of visibilities. BT#12476
...
- Requires db change
9 years ago
jmontoyaa
a07a88657b
Add config 'system_announce_extra_roles'
...
- add/update functions changed in order to use array instead of 1 variable
- News list changed
- Requires DB change only if setting is on:
ALTER TABLE sys_announcement ADD COLUMN visible_drh INT DEFAULT 0;
ALTER TABLE sys_announcement ADD COLUMN visible_session_admin INT DEFAULT 0;
ALTER TABLE sys_announcement ADD COLUMN visible_boss INT DEFAULT 0;
see BT#12476
9 years ago
Scrutinizer Auto-Fixer
14488458e2
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
Yannick Warnier
9ab6470b75
Minor - Replace deprecated function calls #scrutinizer
9 years ago
jmontoyaa
4164d76c1e
Minor - format code.
9 years ago
jmontoyaa
616ed8eef4
Use addSelectLanguage instead of custom code.
9 years ago
jmontoyaa
f42c852aa4
Minor - format code.
9 years ago
José Loguercio
2ba03bba63
Fix daterangepicker in form validator that only save the default date values - Refs BT#12319
9 years ago
jmontoyaa
fab7a58076
Use __DIR__ when calling global.inc.php
...
This is needed for an easy migration to chamilo v2
9 years ago
jmontoyaa
1b00eb0113
Minor - format code
10 years ago
Angel Fernando Quiroz Campos
331d04acee
Fix spacing between items of FormValidator group
10 years ago
Angel Fernando Quiroz Campos
bbf815e5d3
Fix E_NOTICE on announcements
10 years ago
Angel Fernando Quiroz Campos
21e8161575
Fix E_NOTICE on announcements
10 years ago
Angel Fernando Quiroz Campos
ad91f575be
Revert "Fix E_NOTICE with announcements"
...
This reverts commit 82b1813d6b .
10 years ago
Angel Fernando Quiroz Campos
a3283d0551
Revert "Fix E_NOTICE with announcements"
...
This reverts commit eafaa0715b .
10 years ago
Angel Fernando Quiroz Campos
82b1813d6b
Fix E_NOTICE with announcements
10 years ago
Angel Fernando Quiroz Campos
eafaa0715b
Fix E_NOTICE with announcements
10 years ago
aragonc
b614af8477
icons eyes announcements CT#7539
11 years ago
Julio Montoya
80d1cdb0cd
Minor - Format code, add docs
11 years ago
Julio Montoya
d11fe19094
Replace & with &
11 years ago
Julio Montoya
0c8ff36e3c
Replace calls of GroupPortalManager with UserGroup see BT#4301
11 years ago
Yannick Warnier
18d0d7e5a0
Check variables to avoid notice
11 years ago
Yannick Warnier
a7dc60eec8
Initialize variable to avoid notice
11 years ago
Yannick Warnier
fe52861c6e
Minor - Fix buttons style - refs #7539
11 years ago
Yannick Warnier
d575fa47a3
Move survey, gradebook, wiki, learnpath, tracking, document, exercice, help and admin language files to trad4all - refs #4467
11 years ago
Yannick Warnier
cd0dc1ee8b
Remove language files with little use and clean deprecated language variables (part 2) - refs #4467
11 years ago
Angel Fernando Quiroz Campos
238b84357c
Fix date range on add announcement
11 years ago
Julio Montoya
060fb00f2f
Rename add_textfield to addTextfield
11 years ago
Julio Montoya
1dced7680b
Ckeditor - Rename add_html_editor to addHtmlEditor
11 years ago
Julio Montoya
4517bf875d
Removes wcag_anysurfer_public_pages option see #7091
11 years ago
Julio Montoya
57eeea7543
Removing require_once already loaded with composer.
11 years ago
Julio Montoya
8e3c8be5d5
Minor - some merges from 1.9.x
12 years ago
Julio Montoya
ba3000da55
Minor - Adding comments, removing white spaces, fixing PHP warnings.
12 years ago
Julio Montoya
385a7fbe6e
Removing WCAG see #6713
12 years ago
Julio Montoya
d7298ab391
Fixing date range see #7162
12 years ago