|
|
| Participants: |
Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
01/May/07
|
| Affected Branches: |
MOODLE_17_STABLE, MOODLE_18_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE
|
|
The problem is in use of $adminroot - its value is the same as global $ADMIN, there is no need to pass it around in function parameters.
Also we could allow using of normal print_footer() because we can detect if we printed special admin header before.
|
|
Description
|
The problem is in use of $adminroot - its value is the same as global $ADMIN, there is no need to pass it around in function parameters.
Also we could allow using of normal print_footer() because we can detect if we printed special admin header before. |
Show » |
committed 67 files to 'Moodle CVS' - 01/May/07 01:08 AM
MDL-9647 simplify dealing with headers/footers in admin sections
|
|
|
committed 1 file to 'Moodle CVS' - 01/May/07 01:13 AM
MDL-9647 simplify dealing with headers/footers in admin sections; fixed double footers when using print_footer() in admin page
|
|
|
committed 8 files to 'Moodle CVS' - 01/May/07 01:28 AM
MDL-9647 simplify dealing with headers/footers in admin sections; some more cleanup
fixed continue button in error() on admin page when link present
|
|
|
made changes - 01/May/07 01:31 AM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
committed 1 file to 'Moodle CVS' - 17/Jun/07 10:14 AM
Repeating the skodak's commit 1.95 (MDL-9647 simplify dealing with headers/footers in admin sections) - evidently too late for me tonight... doing more CVS mistakes :-(
|
|
|
committed 1 file to 'Moodle CVS' - 19/Sep/07 03:48 PM
course/index: Bring back Petr's MDL-9647 simplify dealing with headers/footers in admin sections
I had mistakenly reverted some of Petr's changes.
Fixes MDL-11179 19PERF: Notice on /course/index.php as admin
|
|
|
|