Bug #3918
Envio de Tareas se puede realizar de manera indefinida en Chamilo 1.8.8.4
Description
Segun vi los alumnos Pueden enviar sus tareas de manera indefinida mas de una oportunidad ocasionando mayor consumo de ancho de banda en el campus.chamilo.org
Files
History
Updated by Julio Montoya over 8 years ago
- Status changed from New to Needs more info
- Target version changed from 1.9 Beta to 1.9.2
Si exactamente no hay fecha de inicio ni de fin, y los estudiantes pueden enviar lo que deseen, tampoco la herramienta toma en cuenta el espacio en el curso (disk_quota)
en realidad la herramienta está a revisar. Moviendo a la próxima version ...
Updated by Julio Montoya over 8 years ago
- Status changed from Needs more info to Needs testing
- Assignee set to Yoselyn Castillo
- % Done changed from 0 to 50
Ahora se verifica el max quota del curso
Updated by Yoselyn Castillo over 8 years ago
In a course of 1.0mb of disk space, i have sent an assigment of 9mb and the file was successfully uploaded. The varification didn't occur. Verifying...
Updated by Yoselyn Castillo over 8 years ago
- File work.php work.php added
- Status changed from Needs testing to Assigned
- Assignee changed from Yoselyn Castillo to Julio Montoya
I have modified this file in order to verify space in course, it works fine for me, If the assignment is bigger than the free space in the course, it doesn't upload the assignment.
Please upload it.
Updated by Julio Montoya over 8 years ago
- Status changed from Assigned to Needs testing
- Assignee deleted (
Julio Montoya) - % Done changed from 50 to 80
file updated
Updated by Yannick Warnier over 8 years ago
- Subject changed from Envio de Tareas de Puede realizar de manera indefinida en Chamilo 1.8.8.4 to Envio de Tareas se puede realizar de manera indefinida en Chamilo 1.8.8.4
Updated by Yannick Warnier over 8 years ago
- Status changed from Needs testing to Assigned
- Assignee set to Yannick Warnier
- % Done changed from 80 to 60
If we are checking the free space for the course now, then we need to modify all the language variables corresponding to the course space to include the fact that it also checks for the work.
Given the fact that if we modify an existing language variable, the translators will have no idea this has changed, we should create new language variables (DiskQuotaDocsAndAssignments for example) with a new translation before release. I assume this will trigger massive animosity on the free campus (most active teachers will have to create new courses) but this is the right way to go for us in order to control better the space used.
Updated by Yannick Warnier over 8 years ago
- Assignee changed from Yannick Warnier to Julio Montoya
Updated by Julio Montoya over 8 years ago
- Status changed from Assigned to Needs more info
- Assignee deleted (
Julio Montoya)
If you're talking about the admin settings that's not possible (only if we change the section comment, section title fields in the database)
I'm updating the lang variables in spanish, english and french.
Updated by Julio Montoya over 8 years ago
the variable are in admin.inc.php:
DefaultDocumentQuotumTitle
DefaultDocumentQuotumComment
Updated by Yoselyn Castillo over 8 years ago
- File work.php work.php added
- Status changed from Needs more info to Assigned
- Assignee changed from Yoselyn Castillo to Julio Montoya
I think it is convenient to use the variable $langspace. Upload this file.
Updated by Julio Montoya over 8 years ago
- Status changed from Assigned to Needs testing
- Assignee deleted (
Julio Montoya)
I forgot to tell you that we don't use the "lang" prefix any more the variable should be get_lang('NoSpace'); I sent the file with that correction
Updated by Yoselyn Castillo over 8 years ago
- File message.gif message.gif added
- Status changed from Needs testing to Bug resolved
Fixed. if document is bigger than free space in course, see the message in message.gif attachment.
Fixing document quota when using dropbox see #3918