Yannick Warnier
e5a7ab129b
Admin: Fix query in system announcements
2 years ago
Yannick Warnier
515bf0870e
Display: Use new icons in administration section
2 years ago
Yannick Warnier
416b044953
Display: Use new icons in administration (1)
2 years ago
christian
71ab2c8d3b
Announcements: Add user roles in the form - refs BT#21102
2 years ago
christian
1bb10318ce
System Announcement: Fix pagination and saving announcements - refs BT#21102
2 years ago
Christian
052e0b54f4
Settings: Move complex settings from configuration.php to .env or to the Database - refs #2682
2 years ago
Julio
7df7b1d69f
System announcements: Fix edit
4 years ago
Julio
e10d83af94
Minor - fix php errors
4 years ago
Julio Montoya
53e9721a5a
Fix FormValidator use addSelect instead of addElement('select'
4 years ago
Julio Montoya
80e064ec5b
Portal News: Use entities + repo
4 years ago
Julio Montoya
829d55e6c3
Fix SysAnnouncement, load via json using vue
...
- Remove unused code
- Use entities + fix relations careers + promotion
- Add welcome announcement during installation
- Remove unused tpls
-
4 years ago
Julio Montoya
ab271d0d0d
System Announcements: Use entities + fix behat test
4 years ago
Julio Montoya
8ee120f6ed
SysAnnouncements: Use entities, add one item during installation
...
- Replace custom visibility with roles (ROLE_ADMIN, ROLE_STUDENT, etc)
- Creates a welcome announcement during an installation with
SysAnnouncementFixtures.php
- Add repos: CareerRepository.php, PromotionRepository.php,
SysAnnouncementRepository.php
- Use entities when adding a career/promotion
- Add migration
- Add simple phpunit test
4 years ago
Julio Montoya
5df045cb4f
Usergroup fixes
...
- Rename UserGroup() class to UserGroupModel() int order to avoid
conflicts with the Usergroup entity
- Move SOCIAL_CLASS, NORMAL_CLASS inside the Usergroup entity
4 years ago
Julio Montoya
854a9c46cd
Minor - format code, fix lang vars
4 years ago
Julio Montoya
badc7c37b0
Minor - Replace div actions with Display::toolbarAction
4 years ago
Julio Montoya
8f97819712
Disable system_announcements images (Not present in 1.11.x)
5 years ago
Julio Montoya
58448b30b8
Internal - Add more behat tests, fix php errors.
5 years ago
Julio Montoya
72d23099d7
Internal - Add travis behat, fix course creation, add psalm checks
5 years ago
Julio Montoya
97e9899f7d
Minor - format code
6 years ago
Julio Montoya
b41209b88a
Update from 1.11.x
6 years ago
Julio Montoya
fe1574887c
Move main folder to public/main
6 years ago
Julio Montoya
92ec21ca74
Update get_lang calls using full string.
6 years ago
Julio Montoya
2fc9bba087
Restore changes from 1.11.x + update changes from 1.11.x
...
- Replace CSS "float-right" class with legacy "pull-right"
in order to avoid diffs from 1.11.x.
- New UI changes should be added only in the templates in master or
if a change need to be done in the PHP code, then send it also to 1.11.x
in order to maintain both branches as close as possible.
6 years ago
Alex Aragón
7bc63a5764
Fix addslashes
7 years ago
Alex Aragón
d203a8922d
new delete dialog - refs #2681
7 years ago
Julio
7526aa89dc
Minor -flint fixes
7 years ago
Alex Aragón
cc8da50eec
fix announcement - refs #2681
7 years ago
Julio Montoya
5e3679d495
Minor - flint fixes
7 years ago
Alex Aragón
63735938da
add picture background slider announcements -refs #2681
7 years ago
Julio Montoya
5bf2ee33b7
Remove setting "system_announce_extra_roles" added by default in V2
7 years ago
Julio Montoya
5754a14dc9
Applied fixes from FlintCI
8 years ago
Julio Montoya
f32ca6dc9b
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
8 years ago
jmontoyaa
d8f78f1660
System announcements rework to use an array of visibilities. BT#12476
...
- Requires db change
8 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
8 years ago
Scrutinizer Auto-Fixer
14488458e2
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
8 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
9 years ago
Angel Fernando Quiroz Campos
331d04acee
Fix spacing between items of FormValidator group
9 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