Aparup Banerjee
1adb060a87
Merge branch 'MDL-32329-all-plugins-ok' of git://github.com/mudrd8mz/moodle
2012-05-30 16:48:23 +08:00
David Mudrak
39f15cc712
MDL-32329 check for plugin dependencies during the pre-install checking
...
This follows the same path as we have in CLI installers. Plugin
dependencies are checked right after the environment checks and the
install can't continue unless all dependencies are fixed.
2012-05-30 10:35:28 +02:00
David Mudrak
f1753a5b10
MDL-32329 CLI install and upgrade scripts display plugins with unsatisfied dependencies
2012-05-30 10:35:28 +02:00
David Mudrak
2da7fbc0c2
MDL-33382 CLI install and upgrade scripts display hint on --allow-unstable in non-interactive mode
2012-05-28 10:59:22 +02:00
Davo Smith
1ddc3d1f4c
MDL-22504 Course drag and drop upload - experimental setting is now a checkbox
2012-05-21 10:03:55 +01:00
Davo Smith
f684250bda
MDL-22504 Course drag and drop upload - removed browser specific content hacks, made 'text and link' dragging an experimental feature
2012-05-21 08:34:50 +01:00
Sam Hemelryk
2bdafb867a
Merge branch 'MDL-32337-uptodate' of git://github.com/mudrd8mz/moodle
2012-05-17 14:55:21 +12:00
David Mudrak
cb1c329186
MDL-32337 admin notifications page checks for the recent updates fetch timestamp
...
Now the message 'Your Moodle code is up-to-date!' is displayed only if
the fetch was done within the last hour. Otherwise, just the button
'Check for available updates' is displayed.
2012-05-15 16:59:45 +02:00
Dan Poltawski
225097f75a
Merge branch 'MDL-31719_master' of git://github.com/lazydaisy/moodle
2012-05-14 15:53:19 +08:00
Mary Evans
b87ac3867e
MDL-31719 lang/en/admin.php: changed text in $string['configallowthemechangeonurl'] to make less ambiguous
2012-05-13 14:40:30 +01:00
Dan Poltawski
b9bcdb54da
MDL-32505 course: drop course_display table and settings
2012-05-04 10:52:56 +08:00
Dan Poltawski
e5214ea13b
Merge branch 'w19_MDL-32793_m23_iplookup' of git://github.com/skodak/moodle
2012-05-09 10:17:50 +08:00
Petr Skoda
8c6136a879
MDL-32793 use geoLookup for IP address lookup by default
2012-05-08 23:45:28 +02:00
Sam Hemelryk
bbb0a6eb02
Merge branch 'MDL-32509' of git://github.com/danpoltawski/moodle
2012-05-08 18:12:28 +12:00
Sam Hemelryk
8e8de15f6c
MDL-28967 navigation: Several navigation fixes
...
* Fixed implementation of navigation settings navshowcategories, navshowallcourses, and navcourselimit
* Improved performance associated with loading all, or a collection of courses
* Fixed duplicate calls to loading functions when we had the information required to know it had already occurred
2012-05-07 12:42:24 +12:00
Dan Poltawski
7aaed66901
MDL-32509 course: remove enablecourseajax setting
...
We just have the single enableajax setting
2012-05-05 10:56:06 +08:00
Aparup Banerjee
648baa788c
Merge branch 'MDL-28657-master' of https://github.com/mackensen/moodle
2012-05-02 13:55:39 +08:00
Petr Skoda
6c0e5cd193
MDL-19071 test PCRE compatibility with unicode characters
2012-04-27 13:37:54 +02:00
Petr Skoda
4ca04fb58b
MDL-32569 remove remaining references to simpletest and improve events test
2012-04-21 17:08:30 +02:00
Charles Fulton
66150286b5
MDL-28657 backup: make automated backup filenames site admin-configurable
2012-04-20 08:52:56 -07: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
a77141a7dc
MDL-20438 send notifications via messaging API
2012-03-30 11:05:42 +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
Tim Hunt
9665ecd275
MDL-19125 module restrictions: use a capability
...
1. This used to use a complex legacy system which was buggy.
2. It now relies on a new mod/...:addinstance capability for each module.
3. All the legacy code has been stripped out.
4. Old restriction data is upgraded by creating the necessary permission
overrides. Similarly, when old backups are restored, the old settings
are converted to be overrides.
5. The required addinstance capabilities will be added as a separate
commit.
6. There is a developer debug warning about modules that are missing the
addinstance capability, unless they are MOD_ARCHETYPE_SYSTEM mods.
2012-03-15 17:11:27 +00:00
Eloy Lafuente (stronk7)
f02702760a
Merge branch 'wip-MDL-27405-m23' of git://github.com/samhemelryk/moodle
2012-03-13 22:35:04 +01:00
Rajesh Taneja
bff67f4904
MDL-27862 Themes: Added button to un-select theme for devices, except default device
2012-03-12 10:18:28 +08:00
Rajesh Taneja
604cb17920
MDL-27862 Themes: Strings updated on theme selection pages
2012-03-12 10:18:27 +08:00
Sam Hemelryk
b0712163e6
MDL-27405 navigation: My courses branch now shows categories if navshowcategories is enabled
2012-03-12 09:42:41 +13:00
David Mudrak
91c038f932
MDL-31832 CLI upgrade checks if the upgrade is actually needed
2012-03-07 10:58:07 +01:00
Andrew Davis
84f533b3c3
MDL-29615 message: added the ability for admins to restrict users ability to set where their email message notifications go
2012-01-31 09:02:20 +07:00
Sam Hemelryk
6bbd4858b7
MDL-29941 csslib: Last minute cleanup before integration review
...
* Fixed reversed border styles.
* Added support for out of order background styles.
* Added more CSS tests again.
* Added better validation of CSS widths
2012-01-20 11:02:06 +08:00
Aparup Banerjee
12fd545a01
MDL-30929 fixed spelling mistake in string.
2012-01-16 16:24:22 +08:00
Aparup Banerjee
c8be518100
Merge branch 'w03_MDL-30929_m23_stalefiles' of https://github.com/skodak/moodle
2012-01-16 16:15:04 +08:00
Petr Skoda
9008ec1654
MDL-30929 detect incorrect major version upgrades
2012-01-16 09:08:36 +01:00
Petr Skoda
47932f4967
MDL-30958 do not use Yahoo CDN on https sites
...
Browsers do not like mixing of ssl and non-use content on one page. Unfortunately YAHOO does not provide the files over SSL yet - see http://yuilibrary.com/yui/docs/tutorials/faq/#does-yahoos-cdn-support-ssl
2012-01-15 15:24:34 +01:00
Aparup Banerjee
0970ac7dfa
MDL-30583 Navigation : fixed string.
2012-01-09 14:35:38 +08:00
Sam Hemelryk
4037098eba
MDL-30583 navigation: Added setting to control display of front page activities on the navigation
2012-01-09 09:49:34 +13:00
Eloy Lafuente (stronk7)
45ad2d871c
Merge branch 'wip-MDL-26869-m23-after-MDL-26155' of git://github.com/samhemelryk/moodle
2012-01-04 03:08:24 +01:00
Sam Hemelryk
44d5c138a2
Merged branch 'w52_MDL-30548_m23_suspenduser' of git://github.com/skodak/moodle.git with conflict resolution
2012-01-04 10:50:20 +13:00
Petr Skoda
4ad72c284d
MDL-30548 support user suspended flag in admin UI
...
This patch includes:
* user management suspend UI tweaks and other coding style improvements
* suspended info in user profiles
* suspend option in advanced edit form
* suspended user filtering
* hidden user fields option for suspended field
Thanks Sam Hemelryk for valuable feedback.
2012-01-03 16:35:21 +01:00
Aparup Banerjee
d7ca9b68ca
Merge branch 'wip-mdl-29844' of git://github.com/rajeshtaneja/moodle.git - resolved conflict
2012-01-03 12:29:12 +08:00
Eloy Lafuente
90911c4ff9
MDL-29844 Administration: Added new config for users to login for viewing profile image
2012-01-03 11:53:49 +08:00
Sam Hemelryk
83f78f8dac
MDL-26869 admin: Added page to view admin categories and included in navigation with a new setting
2012-01-03 09:39:10 +13:00
Petr Skoda
4eaee2c85c
MDL-30673 fix login autocompletion protection
2011-12-30 16:04:56 +01:00
adrian@moodle.com
aa30d3e8ce
MDL-30336 - login - Added a setting in security that allows auto complete to be set to off in password fields.
2011-12-06 15:50:26 +08:00
Eloy Lafuente (stronk7)
0620787a17
Merge branch 'w47_MDL-27233_m22_restoreenrol' of git://github.com/skodak/moodle
2011-11-24 23:44:24 +01:00
Petr Skoda
73d000f389
MDL-27233 allow adding of default role to restorers
2011-11-23 18:38:27 +01:00
Eloy Lafuente (stronk7)
689461f4d8
Merge branch 'MDL-30259-master' of git://github.com/sammarshallou/moodle
2011-11-23 02:00:53 +01:00