Julio
ff9a0f0edb
Move settings from app/config into a setting schema #2680
...
- Removed PREFIX_IMAGE_FILENAME_WITH_UID the uid is always included (default behaviour)
- Removed KEEP_THE_NAME_WHEN_CHANGE_IMAGE the image name is kept (default behaviour)
- Moved CHECK_PASS_EASY_TO_FIND to platform settings as security.check_password
- Removed CONFVAL_ASK_FOR_OFFICIAL_CODE true by default
7 years ago
Julio
678d020eac
Remove unused file #2680
7 years ago
Julio
190e8ae176
Removed unused config files #2325
7 years ago
Julio
d9832462ee
Move migrations folder to src/CoreBundle/Migrations #2320
7 years ago
Julio
0df5a405be
Removed mail.conf.dist.php, mail settings are not in .env.dist #2325
7 years ago
Julio
cc649d80aa
Minor - fix migration query
7 years ago
Julio
f762ef0704
Fix migrations from 1.11 to 2.
7 years ago
Julio Montoya
fe43d86986
Remove sso code should be replaced with HWIOAuthBundle #2645
7 years ago
Julio Montoya
88a1f5fcfb
Minor - fix entity property
7 years ago
Julio Montoya
2d4f240538
Move "show_official_code_whoisonline" to the profile category
7 years ago
Julio Montoya
601a1da769
DB changes in track_e_exercises
...
rename track_e_exercises.exe_weighting to track_e_exercises.max_score
rename track_e_exercises.exe_result to track_e_exercises.score
Same with hotpotatoes
#2247
7 years ago
Julio Montoya
3e4e568c8d
Minor - fix migration to be sync with doctrine:schema:update
7 years ago
Julio Montoya
0faf0f4fbd
Minor - message.user_receiver_id can have a NULL value used
7 years ago
Julio Montoya
b60c10c811
Fix migration delete messages with no valid sender or receiver
7 years ago
Julio Montoya
3129297814
Minor - Fix migration after FK where added
...
24519f5aad
7 years ago
Angel Fernando Quiroz Campos
24519f5aad
Add association mapping between message - attachment
...
Refs #2644
7 years ago
Angel Fernando Quiroz Campos
00dbb42379
Add association mapping between user - message - refs #2644
7 years ago
Julio Montoya
45daf5b9d0
Delete course using doctrine, fix Course entity relations
...
Add CourseTrait, to avoid rewriting course set and get
7 years ago
Julio Montoya
2de48ccab5
Minor - format code, flint fixes, update code from 1.11.x
7 years ago
Julio Montoya
a96733dd03
Add create/alter/drop checks + fix migration #2602
7 years ago
Julio Montoya
09b1417635
Adding DB changes, remove course code use c_id #2247
7 years ago
Julio Montoya
65c6149b90
Fix entities to use doctrine relations instead of simple ids
7 years ago
Julio Montoya
e59ca4d718
Fix entities, adding objects instead of ids + add DB FK changes.
7 years ago
Julio Montoya
36034a23da
Remove openid old code see #2645
...
replaced by Oauth using bundle https://github.com/hwi/HWIOAuthBundle
7 years ago
Julio Montoya
e5c84cbcd5
Remove event template code #2178
...
- Tables removed: event_email_template, event_sent, user_rel_event_type
7 years ago
Julio Montoya
3ff5ba26c8
Add extra_fields.description new field #2551
7 years ago
Julio Montoya
ac354cd3d5
WIP - Add new resources CRUD see #2326
...
- Improve UI grid
- Allow create resource inside a resource.
- create file, edit resource, and show actions implemented:
When a new CDocument is created the 3 tables are filled:
ResourceNode, ResourceLink, ResourceRights.
- Not yet added to the "classic" document list
- Database migrations from v1 to v2 (requires testing)
7 years ago
Julio Montoya
3f8b6c39f8
WIP - Add document dummy code to add resources
...
- New datagrid bundle added (apy/datagrid-bundle)
- api_get_group_entity() added
- ResourceController and uploader fixed using new version of Resource
bundle.
- Add interface and trait to capture the course and session from the url
with a listener.
- Add new form type to manage Resource (Link, Node and Rights)
- Fix ResourceRepository with new changes
- New templates added for the document list (dummy code)
7 years ago
Julio Montoya
511221b52e
Update migration with DB changes from configuration.php
7 years ago
Julio Montoya
ea927109c9
Fix migration from 1.11.x to v2
7 years ago
Julio Montoya
cf05163a71
Fix Specified key was too long; max key length is 767 bytes
7 years ago
Julio Montoya
c5c4e2a3ff
Fix error "Specified key was too long; max key length is 767 bytes in"
7 years ago
Julio Montoya
cd1dcdec4f
Fix error "Specified key was too long; max key length is 767 bytes"
7 years ago
Julio Montoya
39eb7f2630
Minor - remove unused js vendor
7 years ago
Julio Montoya
c9848ba4b5
Add group - course entity connection
7 years ago
Julio Montoya
042b3e2793
Minor - partial merge with 1.11.x
7 years ago
Julio Montoya
95973606cc
Add usergroup.author_id db change
7 years ago
jmontoyaa
4f242daec0
Minor - remove unused files
7 years ago
jmontoyaa
90d0f71aba
Add DB changes from 1.11.x
...
c_group_info.document_access
c_group_category.document_access
c_quiz.auto_launch
7 years ago
jmontoyaa
c6c659c983
Add pwstrength inside public/libs, fix inscription.php UI
7 years ago
jmontoyaa
fccbc6ae68
Remove unused js lib now they are loaded by yarn in public/builds
7 years ago
jmontoyaa
ee2ea219a7
Minor - remove libs already added by yarn
7 years ago
jmontoyaa
7c306dc67f
Fix migration from 1.11.x
7 years ago
jmontoyaa
90a7a9a11a
Add migration from 1.11.x
7 years ago
jmontoyaa
7bef5879bd
Update migrations from 1.11.x add skill rel item and portfolio entities
7 years ago
jmontoyaa
e47dc1f5f5
Change message.msg_status to smallint + change doctrine type
7 years ago
Angel Fernando Quiroz Campos
04dd4b2b15
Add indexes related to course surveys - refs BT#14142
7 years ago
jmontoyaa
a99ef86781
extra_field_values.value changed to LONGTEXT see #1963
7 years ago
jmontoyaa
1b15ca0d20
Set webservice decode_utf8 = true by default see #2052
7 years ago
jmontoyaa
dc76a464a8
Minor - Fix js and css calls #1990 #2324
7 years ago