Martin Dougiamas
ba6c97eeae
MDL-23167 Upgraded "Purge caches" to a full admin page with a confirm button, and added a link to it in the footer for developers.
2010-07-18 07:17:01 +00:00
Petr Skoda
f87eab7e71
MDL-23167 basic "purge all caches" button
2010-07-13 15:09:44 +00:00
David Mudrak
9047d80e86
MDL-21695 Cron warning help fixed
2010-06-28 14:37:03 +00:00
Petr Skoda
3b5ff37f24
MDL-22546 removing dirroot from the config.php - this should finally solve the symbolic links issues because we know 100% what should be in $CFG->dirroot once we get into lib/setup.php, it is being initialised there automatically instead + more robust handling of dataroot + simplified config-dist.php and installer; the $CFG->admin is now visible only if admin directory can not be found; please note the old config.php's are still going to work, if admins remove the dirroot they have to add the __FILE__ into require_once lib/setup.php at the end of old config
2010-05-21 17:32:15 +00:00
Martin Dougiamas
38786adbc1
Removed two old notifications from admin page
2010-05-01 14:45:17 +00:00
Petr Skoda
596509e431
MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help
2010-04-13 20:34:27 +00:00
Petr Skoda
61ef8f9f88
MDL-20204 removing deprecated admin headers
2010-03-31 08:05:53 +00:00
David Mudrak
852a1f66cf
MDL-20717 GPL version 3 at the Copyright notice during the installation
...
The new string 'gpl3' replaces the legacy string 'gpl'. Once we have
proper lang branching, 'gpl' string should be removed from 2.0/HEAD.
2010-01-25 09:40:05 +00:00
Petr Skoda
543f54d3e5
MDL-21401 eliminating last uses of WHEN_TOP_OF_BODY
2010-01-20 18:07:49 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
8a13809318
MDL-21198 one more single_button + version bump to the new year (could not resit it)
2010-01-03 20:54:36 +00:00
Petr Skoda
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
Petr Skoda
78946b9bdb
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
2009-12-16 18:00:58 +00:00
Sam Hemelryk
f21b95904a
security MDL-18807 Fixed deprecated function in notification
2009-11-19 02:05:35 +00:00
Sam Hemelryk
e019158c7d
security MDL-18807 Changed language strings: Thanks for the new strings Helen
2009-11-18 09:55:03 +00:00
Petr Skoda
4c1ba3ffc7
MDL-18006 MDL-18807 MDL-20853 merging sam's changes from MOODLE_19_STABLE, going to fix some more problems in this new code soon
2009-11-17 16:11:25 +00:00
Nicolas Connault
1c7b8b934b
MDL-19676 MDL-14408 MDL-8776 Blog improvements
2009-10-30 07:25:50 +00:00
samhemelryk
5227353623
admin MDL-19799 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
2009-09-03 08:05:42 +00:00
samhemelryk
2ea0514603
admin MDL-19799 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
2009-09-03 08:02:59 +00:00
samhemelryk
69d77c232a
admin MDL-19787 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
2009-09-03 05:11:33 +00:00
nicolasconnault
1f1aa44525
MDL-19756 Corrected an incorrect default text for the "cancel" button of a confirm dialog
2009-08-28 08:00:15 +00:00
nicolasconnault
414a4a91b1
MDL-19787 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:39:07 +00:00
nicolasconnault
8fbce1c8c8
MDL-19878 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 04:28:40 +00:00
nicolasconnault
20486a5a21
MDL-19787 Converted print_box* to $OUTPUT->box*
2009-08-10 04:53:22 +00:00
nicolasconnault
73d6f52f6a
MDL-19787 Converted all print_footer() calls
2009-08-06 14:12:46 +00:00
nicolasconnault
2fff8846f2
MDL-19787 Migrated calls to print_heading
2009-08-06 08:17:12 +00:00
nicolasconnault
a85975848b
MDL-19787 Changed Yes button to using GET instead of POST
2009-08-03 07:15:21 +00:00
nicolasconnault
74623e0a3a
MDL-19756 Improved API of OUTPUT->confirm()
2009-07-30 06:09:45 +00:00
nicolasconnault
816086f1b8
MDL-19787 Migrated choose_from_menu to the new $OUTPUT->select_menu() function
2009-07-28 09:36:32 +00:00
tjhunt
ee73b1ffc2
admin: MDL-19787 $PAGE->set_url on admin/index.php
2009-07-28 04:00:33 +00:00
tjhunt
45c6de041b
Remove unnecessary 'none' passed to footer.
2009-07-10 05:37:36 +00:00
tjhunt
d4a03c00ea
themes & blocks - MDL-19077 & MDL-19010 blocks are now printed by the theme
...
The code to print blocks in now in theme layout.php files. (Or in
moodle_core_renderer::handle_legacy_theme)
Code for printing blocks everywhere else has been stripped out.
(Total diffstat 1225 insertions, 2019 deletions)
The way the HTML for a block instance is generated has been cleaned
up a lot. Now, the block_instance generates a block_contents
object which gives a structured representation of the block,
and then $OUTPUT->block builds all the HTML from that.
How theme config.php files specify the layout template and block
regions by page general type has been changed to be even more flexible.
Further refinement for how the theme and block code gets initialised.
Ability for scrits to add 'pretend blocks' to the page. That is,
things that look like blocks, but are not normal block_instances.
(Like the add a new block UI.)
Things that are still broken:
* some pages in lesson, quiz and resource. I'm working on it.
* lots of developer debug notices pointing out things that
need to be updated.
2009-07-09 07:35:03 +00:00
tjhunt
e29380f3c4
themes: MDL-19077 fix install regression
2009-06-26 09:38:14 +00:00
tjhunt
31a9987770
install: MDL-19610 encapsulate empty($CFG->rolesactive) checks in a during_initial_install() function.
2009-06-24 09:17:56 +00:00
skodak
c3d0e1492e
MDL-17458 fixing installation regressions - no output and timeout
2009-06-07 08:46:13 +00:00
skodak
4fe2250a1f
MDL-19352 maintenance mode reiplemented
2009-05-31 14:42:29 +00:00
skodak
3316fe24d5
MDL-15249 more cleanup and refactoring - towards cli upgrade
2009-05-26 17:44:25 +00:00
skodak
bc76b3c02f
MDL-15249 more cleanup, removing unused code, adding some TODOs
2009-05-26 10:21:56 +00:00
skodak
00be19165f
MDL-15249 whitespaces and comments cleanup, no other changes
2009-05-26 09:56:35 +00:00
skodak
8580535b81
MDL-15249 refactoring towards cli install script
2009-05-26 09:52:38 +00:00
tjhunt
e88462a055
moodle_page: MDL-12212 eliminate the two different interpretations of
...
pagetype
2009-05-06 08:41:02 +00:00
tjhunt
0c34c7eb50
translation: MDL-18766 reverting. I guess it was not yet ready for prime-time.
...
I'll commit the patch to contrib in case anyone wishes to experiment further.
2009-04-02 02:42:11 +00:00
tjhunt
b4cf937102
translation: MDL-18766 Prototype automatic translation system for Moodle.
...
If Google can do something like http://translate.google.com/ , surely we
can do something just as good in Moodle. Here is a first attempt. It is
a bit rough around the edges, and only a couple of target lananguages
have been implemented so far. (More and better attempts welcome!)
In order to ensure that this gets adequate testing, I have made sure that
it gets turn on by default. However, if you really don't like it, you can
turn it off under Administration > Development -> Experimental settings.
2009-04-01 00:39:17 +00:00
tjhunt
b5f2275111
upgrade: Make the environment page a bit less rediculously long. I still can't make it fit on one screen.
2009-02-23 02:59:34 +00:00
skodak
013376dec4
MDL-18293 exception and DML cleanup
2009-02-17 17:23:56 +00:00
stronk7
493c3651bf
MDL-9796 environment - make install & upgrade to ignore dataroot xml file (ENV_SELECT_RELEASE)
2009-02-14 23:12:04 +00:00
stronk7
a4ac30c0e4
MDL-18195 installer - improve CFG->dirroot error message
2009-02-09 17:46:29 +00:00
stronk7
c454b86c64
MDL-18195 installer - ignore differences in slashes when checking $CFG->dirroot
2009-02-09 17:30:11 +00:00
skodak
551fe0e535
MDL-17458 standardised lang upgrade code + updating also parent language
2009-02-08 23:14:13 +00:00
skodak
9ace50944f
MDL-14924 the same title now used on each upgrade/install page (Moodle - 2.0...) + the same footer with moodle logo now used during installation and upgrade - links to admin docs
2009-02-07 17:56:40 +00:00