Andreas Grabs
abd2899cad
MDL-31768 - it is not possible to add a picture to the thanks page in feedback
2012-04-02 11:16:32 +08:00
M Kassaei
011187104f
MDL-32214 quiz regrading: with many attempts, PHP runs out of memory
2012-04-02 11:04:05 +08:00
Sam Hemelryk
530eecc0f9
Merge branch 'MDL-32239' of git://github.com/timhunt/moodle
2012-04-02 14:31:30 +12:00
Dan Poltawski
69f4556602
Merge branch 'wip-MDL-32264-m23' of git://github.com/samhemelryk/moodle
2012-04-02 10:17:35 +08:00
Dan Poltawski
6e83ae36a8
Merge branch 'MDL-32246' of git://github.com/timhunt/moodle
2012-04-02 10:03:10 +08:00
Dan Poltawski
bec21793d2
Merge branch 'MDL-32201' of git://github.com/timhunt/moodle
2012-04-02 09:40:09 +08:00
Sam Hemelryk
f9488a6f73
MDL-30981 upgrade: Fixed a couple of phpdoc typos
2012-04-02 12:27:23 +12:00
Sam Hemelryk
ea6805f009
Merge branch 'MDL-30981' of git://github.com/stronk7/moodle
2012-04-02 12:26:41 +12:00
Sam Hemelryk
880a40c5b1
Merge branch 'MDL-32256-cron-return' of git://github.com/mudrd8mz/moodle
2012-04-02 11:28:09 +12:00
Sam Hemelryk
4958b6f224
Merge branch 'MDL-32258-data-cron' of git://github.com/mudrd8mz/moodle
2012-04-02 11:24:54 +12:00
Sam Hemelryk
90ad4ed589
Merge branch 'master_MDL-31908_glossary_entrylist_print_version_not_showing_content' of git://github.com/kanikagoyal/moodle
2012-04-02 11:19:58 +12:00
Eloy Lafuente (stronk7)
39b90b5152
MDL-30981 Upgrade API: Added related phpdocs
2012-04-02 00:40:13 +02:00
Sam Hemelryk
3279dd4253
Merge branch 'MDL-31711' of git://github.com/nebgor/moodle
2012-04-02 10:22:22 +12:00
Sam Hemelryk
6b8e99dd87
Merge branch 'MDL-32289' of git://github.com/lazydaisy/moodle
2012-04-02 10:16:52 +12:00
Petr Skoda
c9c2027332
MDL-32251 E_STRICT fix
2012-04-01 15:22:42 +02:00
Petr Skoda
324d210fe4
MDL-32251 one more E_STRICT fix
2012-04-01 12:23:07 +02:00
Mary Evans
76002f94f5
MDL-32289 theme_afterburner: added lang menu to frontpage layout in config.php
2012-04-01 01:05:14 +01:00
Mary Evans
d0760eac6c
MDL-32262 theme_afterburner: fixed missing comma in afterburner_styles.css
2012-04-01 00:31:23 +01:00
Petr Skoda
d9d61fa340
MDL-32251 use standard PHP debug levels instead of original 38911
2012-03-30 19:19:06 +02:00
Petr Skoda
54352ac979
MDL-32251 more E_STRICT fixes
2012-03-30 19:02:58 +02:00
David Mudrak
5a08e363f0
MDL-20438 removing sesskey checks from places where there is no sesskey support guaranteed yet
...
Thanks Petr Skoda for spotting this during the peer-review.
2012-03-30 11:08:48 +02:00
David Mudrak
cd89994d88
MDL-20438 getting rid of left to-do notes
2012-03-30 11:05:42 +02:00
David Mudrak
8342171b52
MDL-20438 reintroducing plugin_management_page renderer method
...
See http://moodle.org/local/chatlogs/index.php?conversationid=9784#c340340
for the whole saga.
2012-03-30 11:05:42 +02:00
David Mudrak
a687fcac7a
MDL-20438 added a link to toggle the plugins check page back to the shorter list
2012-03-30 11:05:42 +02:00
David Mudrak
5344ddd116
MDL-20438 warn the admin that we are just showing available updates
...
This warning is displayed so that folks do not expect any sort of
auto-update ala Wordpress (yet).
2012-03-30 11:05:42 +02:00
David Mudrak
18e55c294d
MDL-20438 removing the word 'extension'
...
It was suggested not to use this term as in moodleverse, non-standard
plugins have always been referred to as 'contributed plugins'.
2012-03-30 11:05:42 +02:00
David Mudrak
718eb2a59f
MDL-20438 small fixes spotted during various testing
2012-03-30 11:05:42 +02:00
David Mudrak
4442cc8036
MDL-20438 finishing the updatenotifybuilds feature
...
Unit tests say that all.
2012-03-30 11:05:42 +02:00
David Mudrak
21cde6ac14
MDL-20438 fixing the message_send() docblock
...
This is not directly relevant to the issue. I just spotted it while
working on the messaging API. Consider it as a well meant Trojan horse
on this branch ;-)
2012-03-30 11:05:42 +02:00
David Mudrak
a77141a7dc
MDL-20438 send notifications via messaging API
2012-03-30 11:05:42 +02:00
David Mudrak
19d11b3b34
MDL-20438 introducing the cron_notifications() method
...
This method accepts all detected changes in cron-based fetch and picks
those the site admins want to be informed about (based on the maturity
level etc).
2012-03-30 11:05:42 +02:00
David Mudrak
c6f008e747
MDL-20438 dropping get_core_update_info() method
...
There is now a single method get_update_info() used for both core and
plugins.
2012-03-30 11:05:41 +02:00
David Mudrak
7b35553b9b
MDL-20438 Introducing new compare_responses() method
2012-03-30 11:05:41 +02:00
David Mudrak
be37888050
MDL-20438 Initial support for cron based notifications
...
If enabled, Moodle sites will check for updates every night sometimes
between 01:00 AM and 06:00 AM local time. The actual offset will be
generated randomly at the beginning and used consistently since then.
This way, the queries against the server are supposed to be spread in
time.
Serious site admins should not try to upgrade their sites later than
01:00 AM as they are too tired already. Neither should they do it before
06:00 AM as they did not have a morning coffee yet and are too tired yet
:-)
2012-03-30 11:05:41 +02:00
David Mudrak
96dd92376f
MDL-20438 display available updates during the upgrade, too
...
We are displaying available updates for installed plugins only. It was
decided (by me and Eloy) that we will not display info about available
Moodle update during the upgrade. It seems to be redundant as the admin
just uploaded a new version of Moodle so they probably chose what they
wanted.
2012-03-30 11:05:41 +02:00
David Mudrak
bc06cbc36b
MDL-20438 rewording confusing status_uptodate
...
The status_uptodate is a flag that the plugin's on-disk version and the
in-db version are in sync, that is no upgrade will be performed.
However, there can be a newer version of the plugin available. So using
the term "up-to-date" may be confusing.
2012-03-30 11:05:41 +02:00
David Mudrak
f9286139d9
MDL-20438 make sure that the curl class has been included
...
The filelib is usually loaded already. However, during some steps of the
upgrade the curl class must be available to perform fetches of updates
and the library does not need to be loaded yet.
2012-03-30 11:05:41 +02:00
David Mudrak
9bdedf322a
MDL-20438 admin/plugins.php now respects required maturity setting
2012-03-30 11:05:41 +02:00
David Mudrak
d8f18e5dd0
MDL-20438 admin/index.php now respects required maturity setting
2012-03-30 11:05:41 +02:00
David Mudrak
2f5904d920
MDL-20438 new administration settings for the update notifications machinery
2012-03-30 11:05:41 +02:00
David Mudrak
55585f3ac0
MDL-20438 initial support for checking available core update
...
In case of Moodle code itself, there is no plugin_manager like class
available so the checker class itself must be aware of versions and
actually do the checks. On the other hand, we can always rely that
version, release and maturity are always returned by the remote server.
2012-03-30 11:05:41 +02:00
David Mudrak
e761138997
MDL-20438 colorize available updates for a plugin based on the update's maturity level
2012-03-30 11:05:41 +02:00
David Mudrak
37f75ad459
MDL-20438 colorize the maturity warning at the admin notifications page
2012-03-30 11:05:41 +02:00
David Mudrak
00ea11f82e
MDL-20438 sesskey check to execute fetch()
2012-03-30 11:05:40 +02:00
David Mudrak
c7f3ab4381
MDL-20438 moodle code maturity must be always defined in version.php now
...
This code was a temporary solution used during the development of the
maturity checks feature.
2012-03-30 11:05:40 +02:00
David Mudrak
7d8de6d84a
MDL-20438 updated response format support
...
Multiple component updates are supported now. Code cleanup and
refactoring.
2012-03-30 11:05:40 +02:00
David Mudrak
3204daeae3
MDL-20438 The Plugins overview admin page now provides a way to check for updates
2012-03-30 11:05:40 +02:00
David Mudrak
2b47947ef5
MDL-20438 A set of unittests to illustrate the update checking integration in the plugin_manager
2012-03-30 11:05:40 +02:00
David Mudrak
dd119e21fa
MDL-20438 Let plugin_manager class use the service provided by the new available_update_checker
...
All plugininfo classes now have new property that holds their remote
status information.
2012-03-30 11:05:40 +02:00
David Mudrak
cd0bb55f84
MDL-20438 Introducing new available_update_checker class
...
The purpose of the class is to fetch the information about available
updates for the Moodle core and/or Moodle components from a remote site
and cache it locally.
2012-03-30 11:05:40 +02:00