Yannick Warnier
0617e1260c
Minor - Improve PHPDoc
8 years ago
Yannick Warnier
2e6eb2026e
Minor - Improve PHPDoc
8 years ago
Yannick Warnier
14b743afa8
Update SessionManager::create_session_extra_field() to add support for default values
8 years ago
Angel Fernando Quiroz Campos
1be168788b
Merge pull request #1986 from AngelFQC/B12783
...
Add document_pdf_orientation and use_alternative_document_pdf_footer confi settings - refs BT#12783
8 years ago
Angel Fernando Quiroz Campos
68af07cad4
Allow use alternative template for pdf footer - refs BT#12783
8 years ago
Angel Fernando Quiroz Campos
4bb41f43b5
Add configuration setting to allow set PDF orientation when exporting documents - refs BT#12783
8 years ago
Angel Fernando Quiroz Campos
5f88378b95
Minor - Format code
8 years ago
Alex Aragon Calixto
c7e0812128
Merge pull request #1984 from aragonc/1.11.x
...
add icons lp_category.png
8 years ago
Alex Aragon
9f3f86c305
add icons lp_category.png
8 years ago
Angel Fernando Quiroz Campos
393e53a922
Fix view single learnpath category - refs BT#12756
8 years ago
Angel Fernando Quiroz Campos
03a9cf6f32
Fix inline layout for radio and checkbox group when upload documents to learnpath
...
See 076aedf361
8 years ago
jmontoyaa
b92fdadff6
Change behaviour of configuration variable in different url.
...
Get default value if is not set.
8 years ago
jmontoyaa
4e57afc5f6
Change behaviour of configuration variable in different url.
...
You need to set the default url = 1:
Example if you want to change variable "session_lifetime"
1. Edit master configuration:
From:
$_configuration['session_lifetime'] = true;
To:
$_configuration['session_lifetime'][1] = true
2. Add the configuration for an especific portal/
This will only affect to url with id 45:
$_configuration['session_lifetime'][45] = true;
8 years ago
jmontoyaa
4aa27c44f8
Minor - add no break
8 years ago
jmontoyaa
f64fd002de
Add 1.9.10.6 could fix #1980
8 years ago
jmontoyaa
59579de69e
Fix upgrade see #1983
8 years ago
jmontoyaa
d1cf4980e2
Format code, remove strategy="IDENTITY"
8 years ago
jmontoyaa
4d06c3fabd
Fix upgrade see #1983
8 years ago
jmontoyaa
578e1e527f
Minor - format code, remove unused variables
8 years ago
Angel Fernando Quiroz Campos
747e606b42
Fix count announcements in course #1856
8 years ago
Angel Fernando Quiroz Campos
1828b2c227
Improve question list for teacher ( #1982 )
...
* Improve action from question list for teacher
* Improve question list for teacher
* Minor - Format code - codeeclimate
8 years ago
Angel Fernando Quiroz Campos
d815efeaff
Avoid export thematic section without description to pdf - refs BT#12755
8 years ago
Angel Fernando Quiroz Campos
536f7b5ebe
Fix #1981
8 years ago
Yannick Warnier
31fd2c945b
Fix issue showing confirmation message in header
8 years ago
Yannick Warnier
e852f34dc8
Minor - Code styling
8 years ago
Yannick Warnier
15ee732196
Update language terms
8 years ago
Yannick Warnier
ac16af255d
Update version.php to beta version
8 years ago
Yannick Warnier
db0b5938d3
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
8 years ago
Yannick Warnier
213e1b44be
Update changelog
8 years ago
Alex Aragon Calixto
9327c665ad
Merge pull request #1979 from aragonc/1.11.x
...
add icons svg annotation_na.svg
8 years ago
Alex Aragon
72c10dcbdc
add icons svg annotation_na.svg
8 years ago
Alex Aragon Calixto
69f55ef36b
Merge pull request #1978 from aragonc/1.11.x
...
add icon annotation_na.png
8 years ago
Alex Aragon
8a7fd647dc
add icon annotation_na.png
8 years ago
Angel Fernando Quiroz Campos
347ee3eaee
Minor - Format code
8 years ago
Angel Fernando Quiroz Campos
d5e59ab9be
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
8 years ago
Angel Fernando Quiroz Campos
ad1a6933bf
Remove E_NOTICE when saving image with pixlr
...
finfo_close is necessary when using finfo in procedural style
8 years ago
jmontoyaa
589df455f4
UI improvements see BT#12815
8 years ago
jmontoyaa
8b2d6b9d1f
Fix case with list is too big see BT#12815
8 years ago
jmontoyaa
66bc297d5f
Fix PHP warning
8 years ago
jmontoyaa
6150fe7d70
Exercise result UI changes
...
- Change feedback message color, centralized in one function.
- "notCorrectedYet" message centralized in one function
- Add message "Temporary score: %s open question(s) not corrected yet"
if open/oral questions in exercise
- Fix function name get_question_ribbon -> getTotalQuestionRibbon
- Rename function name (to camelCase)
- Create new function getQuestionRibbon
- Remove un used functions.
- Add new "rib-warning" class if questions is "Not reviewed yet" (oral, free)
see BT#12303
8 years ago
jmontoyaa
3d996d4760
Replace "0/10" to ""? / 10"
...
if score of open/oral question was not reviewed see BT#12303
8 years ago
jmontoyaa
d422c5370a
Format code - replace funtion name is_pass_pourcentage_enabled()
8 years ago
jmontoyaa
6d3d6828df
Minor - format code
8 years ago
jmontoyaa
0b14bc3c0f
Fix version table creation, before doctrine migrations creates it.
...
See #1824
8 years ago
jmontoyaa
3cc010339a
Fix ticket DB changes #1954
8 years ago
Yannick Warnier
9e0e972e37
Update changelog
8 years ago
Yannick Warnier
6ab81fb349
Merge branch '1646' into 1.11.x
8 years ago
Yannick Warnier
4afa7c5d3b
Assignments: Set expiry date to 1 week from now and end date to 1 week + 1 day from now - see #1646
8 years ago
Yannick Warnier
13b985f6f9
Assignments: Set default end date to be one day later than start date - see #1646
8 years ago
Alex Aragon Calixto
06b491df31
Merge pull request #1976 from aragonc/1.11.x
...
fix check and radio input - refs #1607
8 years ago