Commit Graph

1932 Commits

Author SHA1 Message Date
Ruslan Kabalin 75c34c23a4 MDL-27171 messages: add message outputs management interface page
This introduces the page for management message outputs (processors) where
admin may enable/disable them and jump to configuration pages.
2011-05-27 13:49:28 +01:00
Eloy Lafuente (stronk7) 16b5541dd2 weekly release 2.1dev 2011-05-26 00:26:54 +02:00
Sam Hemelryk 2b04c41c58 MDL-27471 Adding mandatory component & ratingarea to the ratings API + other fixes
* Added the component and ratingarea fields and implemented it throughout
  the rating API as mandatory fields
* Cleanup rating indexes
* Upgrade forum/data/glossary ratings
* Moved the logic in the render_rating method to methods of the rating object.
* Added new callback for checking ratingareas
* Cleaned comments here and there
* Mark the xxx_get_participants methods as deprecated
* Refactor rate_ajax and ratingsuser_can_view_aggregate methods
* Cleaned up rating/index.php to use html_table object and moved inline styles to CSS.
* Added missing properties of the rating object that were being set throughout the rating
  API.
2011-05-23 12:35:39 +02:00
Sam Hemelryk d04f7fb4a8 weekly release 2.1dev 2011-05-18 18:11:10 +08:00
Eloy Lafuente (stronk7) de584990c6 weekly release 2.1dev 2011-05-11 15:12:20 +02:00
Eloy Lafuente (stronk7) 804ebc77b8 weekly release 2.1dev (emergency) 2011-05-06 14:44:46 +02:00
Eloy Lafuente (stronk7) 156816d0b5 weekly release 2.1dev 2011-05-05 00:35:40 +02:00
Petr Skoda b8df9414bd weekly release 2.1dev 2011-04-27 12:09:15 +02:00
Eloy Lafuente (stronk7) 4452ed6f17 weekly release 2.1dev 2011-04-20 13:35:08 +02:00
Petr Skoda 91787c37e1 weekly release 2.1dev 2011-04-13 22:09:33 +02:00
Petr Skoda 6b14adf210 weekly release 2.1dev 2011-04-06 14:56:45 +02:00
Petr Skoda dae6b38c51 sync version with stable 2011-03-30 18:01:39 +02:00
Petr Skoda 0947b90b98 weekly release 2011-03-30 14:32:49 +02:00
Petr Skoda aca9888fa0 MDL-26985 add 2.1 release info
We keep the $CFG->version unchanged for now so that admins that upgrade accidentally can go back to the latest stable 2.0.2+.
2011-03-26 22:08:56 +01:00
Petr Skoda 92a387b467 weekly release 2011-03-23 11:33:20 +01:00
Petr Skoda a93bd90b97 bump version to detect integration reset problems 2011-03-22 11:16:16 +01:00
Sam Hemelryk d9738e84d6 Merged PULL-480/MDL-24877 and bumped version number to fix conflict 2011-03-21 15:58:19 +08:00
Petr Skoda 56babbcb76 weekly release 2011-03-16 09:35:33 +01:00
Dongsheng Cai 2848b97948 MDL-24877, do not display all courses in course category tree if there are too many courses in moodle 2011-03-14 17:04:06 +08:00
Petr Skoda c09604234a weekly release 2011-03-09 09:07:01 +01:00
David Mudrak 3d673fc474 MDL-26609 Admins are warned if they try to install or upgrade to unstable version
The commit introduces four new constants that can be used to declare a
maturity level of Moodle core and, in the future, of extension plugins.
If the administrator is about to install or upgrade Moodle to a version
that is not considered as production-ready yet, a warning is displayed
before any change in the database.
2011-03-04 05:59:08 +01:00
Petr Skoda 48fe5c6cf9 weekly release 2011-03-03 18:26:24 +01:00
Petr Skoda 8bdb31ed54 MDL-26564 fix regressions and other problems in csv user upload
This patch fixes incorrect password creating, updating and resetting, updating of user fields, unsupported auth plugins are correctly identified, modification of mnethostid is prevented, fixed problem with email duplicates, new password is generated for users without email, etc. It also includes coding style improvements, more inline docs, future TODOs and license information.
2011-02-28 08:27:31 +01:00
Eloy Lafuente (stronk7) 2b37004c28 weekly release 2011-02-23 20:03:30 +01:00
Martin Dougiamas eabbb121bb Moodle 2.0.2 release 2011-02-21 13:05:57 +01:00
Petr Skoda d20b9662fc emergency release 2011-02-18 20:01:50 +01:00
Petr Skoda 99faefb29b weekly release 2011-02-17 01:21:29 +01:00
jeromemoodle c73f196391 MDL-26179 implement the new 5 registration use cases 2011-02-15 10:24:32 +01:00
Aparup Banerjee 13801a49a2 MDL-23939 lazy load course_display with new course_get_display()
This change speeds up user login and makes the session smaller.
2011-02-12 22:45:17 +01:00
Petr Skoda f7d843d167 weekly release 2011-02-09 12:26:58 +01:00
Petr Skoda bb8b29715a MDL-26219 fix borked upgrade logging and add new fileversion column 2011-02-07 20:00:20 +01:00
Petr Skoda 54b7b5993f emergency weekly release
fixes fatal error in mod/workshop and other places caused by missing backwards compatibility with old cminfo stdClass
2011-02-04 09:31:15 +01:00
Petr Skoda eef3578af0 weekly release 2011-02-02 14:10:02 +01:00
Eloy Lafuente (stronk7) e89a57dc10 Fixed conflicts & merge branch 'MDL-17201_index' of git://github.com/andyjdavis/moodle 2011-01-31 15:34:40 +01:00
Petr Skoda 8cdc85ac62 weekly release 2011-01-25 19:30:03 +01:00
Sam Hemelryk ac36bda238 PULL-157, MDL-26116 Fixed merge conflicts 2011-01-25 12:18:05 +08:00
andyjdavis 0d92d04f2e profiles MDL-17201 added an index on the table user_info_data 2011-01-25 11:58:35 +08:00
Dongsheng Cai b1db1b6e8a MDL-26116, added default value to tag_instance.tiuserid field 2011-01-25 11:24:03 +08:00
Eloy Lafuente (stronk7) 29650825ad PULL-99, MDL-25929 progresstrackedroles out. Fixed conflicts and whitespace 2011-01-24 11:55:57 +01:00
Petr Skoda 17e03900c9 weekly release 2011-01-19 14:13:54 +01:00
sam marshall 89b4ffe617 completion MDL-25929 Added upgrade change to remove unused setting 2011-01-18 12:55:58 +00:00
Sam Hemelryk 6d02316093 lib-db MDL-25790 Added missing rating indexs on existing 2.0 sites 2011-01-14 16:19:12 +08:00
Sam Hemelryk 15257dd181 lib-db MDL-25790 Added code to drop adodb_logsql if it exists 2011-01-14 15:26:48 +08:00
Sam Hemelryk 43c984578a lib-db MDL-25790 Fixed up version numbers now that 2.0.1 has been released 2011-01-14 14:22:46 +08:00
Petr Skoda 5a7f931ee5 weekly version bump 2011-01-12 10:50:18 +01:00
Petr Skoda b2d6484598 Merge commit '246cc0e6b52f455dcb1ab23039202d7498d91d30'
Conflicts:
	course/request.php
2011-01-10 14:12:34 +01:00
Petr Skoda 46f4c3932f weekly release 2011-01-05 11:54:01 +01:00
andyjdavis a170818189 course MDL-25831 made course request notifications work 2011-01-04 13:35:08 +08:00
Petr Skoda c63ebd4311 weekly version 2010-12-29 17:48:42 +01:00
Petr Skoda 554efaebae MDL-25682 bumping major version to invalidate JS caches 2010-12-27 12:39:40 +01:00