Petr Škoda
cdd651a676
MDL-37171 fix some more E_STRICT issues
...
Credit goes to Mark Nelson, thanks.
2012-12-19 09:54:53 +01:00
Eloy Lafuente (stronk7)
6b9dfe731e
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:11:11 +01:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Dan Poltawski
ae8530e854
MDL-35717|NOBUG - fix trailing whitespace problems
2012-11-26 15:01:31 +08:00
Petr Škoda
40b9c0694c
MDL-36436 use hacky aspect ratio to work around IE9 issues
2012-11-20 13:01:27 +01:00
Amy Groshek
b1dd41de86
MDL-36540 - Survey language pack typo
2012-11-14 09:45:42 +08:00
Barbara Ramiro
2df53c3ed8
MDL-36277 Usability: New Activity icons in SVG and PNG formats
2012-11-06 00:02:31 +08:00
Marina Glancy
71a56e08c8
MDL-35339 avoid using get_all_sections(), get_all_mods() and field section.sequence directly
2012-10-15 14:08:13 +08:00
Petr Škoda
2de3515fcc
MDL-34741 use 2in3 in mod_survey
2012-08-11 20:40:11 +02:00
Ankit Agarwal
1c9691160b
MDL-34468 survey: Replace all instances of get_context_instance() with respective context_XXXX class in mod/survey
2012-07-24 17:07:57 +08:00
Dan Poltawski
eca8e9aca1
Merge branch 'MDL-26465' of git://github.com/rwijaya/moodle
2012-07-02 15:18:26 +08:00
Aparup Banerjee
99c3c503e0
MDL-34096 Installation : Added 2.3 upgrade line to db upgrade scripts.
2012-06-29 11:41:09 +08:00
Rossiani Wijaya
32cfd597fb
fixed the ->spacer <br> param
2012-06-26 18:08:46 +08:00
Mark Nielsen
487ee886ec
fixed undefined variable
2012-06-26 17:56:11 +08:00
Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +02:00
Andrew Robert Nicols
8635302e54
MDL-33675 Add updated help texts for modules to appear in activity chooser
2012-06-12 13:38:17 +01:00
Helen Foster
2e6b68f4a8
MDL-32925 lang: Add extended help texts for all modules
...
Thanks to Mary Cooch & Martin Dougiamas who contributed to this
rewording.
AMOS BEGIN
REM These module help texts are going to be displayed more prominently in the Moodle interface
AMOS END
2012-05-18 00:27:04 +08:00
Ankit Agarwal
3afe75a79c
MDL-31902 general: Removing deprecated functions
2012-05-11 10:30:40 +08:00
Petr Skoda
cdbea7eed1
MDL-31607 use full course object for require_login() if already available
...
This eliminates 1 db query.
2012-04-22 17:41:47 +02:00
Ray Guo
8e6530d897
MDL-29174 Remove the empty modulename_extend_navigation() stub from 7
...
modules.
2012-04-03 14:38:47 +01:00
Tim Hunt
88eca3cd26
MDL-19125 module restrictions: addinstance capabilities for all mods
2012-03-15 17:13:43 +00:00
Petr Skoda
bb88a54d06
MDL-31985 remove text sizes from all install.xml files
2012-03-11 15:55:37 +01:00
Petr Skoda
c3dd6b01fe
MDL-27982 drop UNSIGNED attributes from all install.xml files
2012-03-06 12:01:10 +01:00
Eloy Lafuente (stronk7)
1f256ec5ca
Merge branch 'MDL-30982-docblock-backup' of git://github.com/mudrd8mz/moodle
2012-02-29 00:47:10 +01:00
David Mudrak
63baccbc54
MDL-30982 Improving phpDocs for the classes that extend backup_activity_task
2012-02-27 11:59:42 +01:00
Petr Skoda
e67bc2a410
MDL-30964 fix phpdocs in access.php files in all plugins
2012-02-27 07:23:10 +01:00
Ankit Kumar Agarwal
04252d3a13
MDL-30975 Docs Adding correct pacakge information
2012-02-13 11:06:47 +05:30
Petr Skoda
927010240f
MDL-31006 some more PHP54 notices
...
PHP54 compatibility - PhpStorm IDE is the best tool for this kind of work!!
2012-01-18 01:17:25 +01:00
Petr Skoda
40e4cd435b
MDL-30610 remove outdated mod upgrade code
2011-12-23 10:38:11 +01:00
Aparup Banerjee
46f2a9366a
MDL-30604 Added upgrade lines to upgrade.php(s)
2011-12-09 01:28:59 +01:00
Petr Skoda
633d5a07af
MDL-30007 standardise module version files
2011-11-29 21:38:14 +01:00
Rossiani Wijaya
ea4721f047
MDL-30379 survey module: change clean_param() to clean_param_array()
2011-11-28 10:12:13 +08:00
Aparup Banerjee
5433da6064
Merge branch MDL-29189-master of git://github.com/samhemelryk/moodle
...
- resolved conflicts.
2011-09-13 11:39:06 +08:00
Petr Skoda
138c76789b
MDL-29014 fix a few incorrect uses of strlen and substr
2011-09-10 10:21:31 +02:00
Sam Hemelryk
8ebbb06adf
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:27 +12:00
sam marshall
3e4c243500
MDL-27001 'Show description' feature part 3: Implementation for all modules
...
For modules that still used the 'old' generic object return from _get_coursemodule_info instead of returning a cached_cm_info object, I changed them to use the new format as part of this. This made a few areas of code regarding onclick links slightly nicer.
2011-09-06 11:03:06 +01:00
Eloy Lafuente (stronk7)
76f063fa5d
Merge branch 'MDL-27491-master' of git://github.com/sammarshallou/moodle
2011-08-10 23:03:06 +02:00
sam marshall
05b7cd7ae9
MDL-27491 Add 'complete on view' support to wiki, survey
2011-08-10 10:56:14 +01:00
Rossiani Wijaya
63d25e414f
MDL-20501 survey module: fix text alignment for right to left language. Change undefined string to
2011-08-01 17:42:23 +08:00
Aparup Banerjee
c5a8abfedd
MDL-28169 Installation Added 2.1 upgrade (idiot proof) lines to upgrade scripts.
2011-07-07 11:40:38 +08:00
Andrew Davis (andyjdavis)
b38e2e28a1
MDL-27829 blocks: altered the algorithm used to find plugin page types
2011-06-27 12:27:41 +08:00
Eloy Lafuente (stronk7)
ee1235e7af
Merge branch 'backup-convert' of git://github.com/mudrd8mz/moodle
2011-06-14 22:38:27 +02:00
Dongsheng Cai
b1627a92e5
MDL-26105 Block settings should contains less options, and be more user friendly
...
AMOS BEGIN
MOV [page-blog-index, pagetype], [page-blog-index, blog]
MOV [page-blog-x, pagetype], [page-blog-x, blog]
MOV [page-tag-x, pagetype], [page-tag-x, tag]
MOV [page-course-view-weeks, pagetype], [page-course-view-weeks, format_weeks]
MOV [page-course-view-weeks-x, pagetype], [page-course-view-weeks-x, format_weeks]
MOV [page-course-view-topics, pagetype], [page-course-view-topics, format_topics]
MOV [page-course-view-topics-x, pagetype], [page-course-view-topics-x, format_topics]
AMOS END
2011-06-09 13:51:14 +08:00
David Mudrak
c5c315e2a7
MDL-27718 Migrate files embedded in the activity intro fields
...
Contains various fixed spotted through the way, too.
2011-06-05 17:37:58 +02:00
David Mudrák
64f7da2402
Merge pull request #2 from rwijaya/MDL-27450
...
MDL-27450 mod_survey: added conversion code to restore 1.9 backup to 2.1
2011-05-27 06:44:30 -07:00
Rossiani Wijaya
39a35cc589
MDL-27450 mod_survey: added conversion code to restore 1.9 backup to 2.1 site
2011-05-26 13:25:18 +08: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
Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
Eloy Lafuente (stronk7)
a1d870aa95
MDL-25708 recordsets - survey module
2011-01-25 19:59:02 +01:00
Helen Foster
f705b4347a
MDL-21250 capital letters removal
2010-12-02 18:22:19 +00:00