Sam Hemelryk
a4c4e43a5f
Merge branch 'MDL-27675_21' of git://github.com/grabs/moodle into MOODLE_21_STABLE
2012-06-21 11:36:42 +12:00
Andreas Grabs
a6f4aa1a94
MDL-27675 - Feedback module abuses data_submitted
2012-06-06 23:16:03 +02:00
Sam Hemelryk
24b464d9f7
Revert "Merge branch 'MDL-27675_21_wip' of git://github.com/grabs/moodle into MOODLE_21_STABLE"
...
This reverts commit 9c96488ed9 , reversing
changes made to b22884274f .
2012-05-30 16:36:43 +12:00
Sam Hemelryk
f991601b63
MDL-27675 mod_feedback: Tidy up of phpdocs and scope within feedback mod
...
Conflicts:
mod/feedback/item/feedback_item_class.php
mod/feedback/item/label/lib.php
mod/feedback/item/multichoice/lib.php
2012-05-28 13:42:27 +12:00
Andreas Grabs
82c62bd30a
MDL-27675 - Feedback module abuses data_submitted
2012-05-28 00:29:58 +02:00
Andreas Grabs
21cadefea3
MDL-31768 - it is not possible to add a picture to the thanks page in feedback
2012-04-02 11:32:25 +08:00
Andrew Davis
cfc8537034
MDL-30828 mod_feedback: fixed sorting when viewing responses
2012-01-20 15:57:09 +07:00
Petr Skoda
bda9b6034b
MDL-31006 fix various notices in PHP54
...
PHP54 compatibility
Conflicts:
lib/filterlib.php
mod/feedback/lib.php
report/participation/index.php
2012-01-18 01:11:46 +01:00
Sam Hemelryk
34c46428f1
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:10 +12:00
Eloy Lafuente (stronk7)
9829fa8261
Merge branch 'MDL-15587-head' of git://github.com/grabs/moodle
2011-06-30 01:54:19 +02: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
Andreas Grabs
da457a944d
MDL-15587 - Course Participation report for a feedback activity
2011-06-24 23:13:00 +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
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
Tony Levi
05edae9f89
MDL-27084: mod/feedback fix bad syntax in database query
2011-04-05 12:14:16 +09:30
Andreas Grabs
5cf4fa4684
MDL-26524 - Group Filtering Errors
2011-02-20 18:18:44 +01:00
Andreas Grabs
51c49cc056
MDL-25375 - mod/feedback/complete.php throws exception if email notifications are enabled
2010-11-23 17:56:24 +00:00
Petr Skoda
516c5eca68
MDL-24698 hopefully fixed all completion_info problems
2010-11-17 06:23:56 +00:00
Andreas Grabs
8a41eb4fa8
MDL-23271 - missing completion on submit for feedback
2010-10-22 23:19:23 +00:00
Petr Skoda
39790bd805
MDL-24321 switching to stdClass in /mod/
2010-09-21 08:37:36 +00:00
Petr Skoda
a6807ceb04
fixed incorrect intersect copy/pasted from assignment module
2010-09-18 12:50:22 +00:00
Petr Skoda
436bbff379
fixed global DB
2010-09-18 12:49:43 +00:00
Andreas Grabs
3fac763e5f
MDL-24085 - unused tablelib where in show_nonrespondents.php
2010-09-05 19:53:15 +00:00
Petr Skoda
0f21a964a5
MDL-24079 fixing recent regressions caused by api changes in tablelib; sorry I did not find the problem earlier
2010-09-05 12:35:51 +00:00
Andreas Grabs
c27bb7ca15
MDL-23311 - Feedback code need upgrade by developer when adding scale
2010-07-16 20:54:09 +00:00
Andreas Grabs
32d2ddab5d
MDL-21227 - now templates can save images on course-context :). Thanks to Petr!!!
2010-07-07 21:37:10 +00:00
Petr Skoda
3a11c09f5b
MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support
2010-07-04 18:36:34 +00:00
Petr Skoda
64f93798d4
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
2010-07-03 13:37:13 +00:00
Petr Skoda
eae1948cee
MDL-22910 workaround for inability of Oracle and MS sql to find distinct text fields, improved perf in all dbs
2010-06-30 20:42:11 +00:00
Petr Skoda
6938191bdf
MDL-21227 feedback code must not touch course summary files, code needs to be fixed, sorry - adding a few die statements to prevent execution; and tons of incorrect whitespace fixed too
2010-06-11 09:12:57 +00:00
Andreas Grabs
6cc1599e09
captcha now uses the recaptcha-plugin and
...
some code cleanups
2010-06-04 20:21:08 +00:00
Andreas Grabs
3a787259fe
cleaning up the code and add some documentations
2010-06-04 10:29:55 +00:00
Andreas Grabs
645ba122dc
MDL-19835 - Produce list of emails for non-respondents
2010-05-20 15:33:00 +00:00
Andreas Grabs
8d7b8286c4
MDL-19835 - Produce list of emails for non-respondents
2010-05-20 14:32:26 +00:00
Andreas Grabs
73043833e9
MDL-19489 - add conditional branching (my first try)
2010-05-16 20:05:51 +00:00
Andreas Grabs
794732941c
MDL-20442 - now you can switch to ignore empty submits
...
MDL-14534 - now you can remove 'Not selected' option
2010-05-11 22:32:53 +00:00
Andreas Grabs
6a471fe007
MDL-17069 - no longer using $_POST
2010-05-02 21:56:06 +00:00
Andreas Grabs
8a23b38c16
MDL-18618 - browse feedbacks in a better way
2010-05-02 17:33:57 +00:00
Andreas Grabs
248bafd6d2
MDL-18618 - browse feedbacks in a better way
2010-05-02 16:02:25 +00:00
Andreas Grabs
31c0fa53b0
Start replacing tables with div-tags and css-classes
2010-05-02 12:00:56 +00:00
Andreas Grabs
afdb192056
Start replacing tables with div-tags and css-classes
2010-04-30 23:02:30 +00:00
Andreas Grabs
194dd279cc
fixed typos
2010-04-30 11:48:33 +00:00
Andreas Grabs
cb3dcd788f
MDL-22151 - implement new moodle2 backup
2010-04-30 10:34:51 +00:00
Andreas Grabs
184aa32810
Add a DISTINCT clause in a SELECT statement
2010-04-27 18:33:27 +00:00
Andreas Grabs
1483231357
MDL-21227 - convert Feedback to new files api
...
Currently there is a temporary workarround. Files for templates will be saved in the filearea "course_summary"
2010-04-27 16:34:16 +00:00
Andreas Grabs
a59ff6b085
MDL-21227 - convert Feedback to new files api
2010-04-23 21:25:27 +00:00
Andreas Grabs
9d5fbd6554
the function feedback_print_item() now is splitted into 3 functions
...
feedback_print_item_preview()
feedback_print_item_complete()
feedback_print_item_show_value()
Now there is more control over the output
2010-04-21 11:48:49 +00:00
Sam Hemelryk
3406acdef9
navigation MDL-22044 Major navigation structure changes.
...
Navigation has now been re-ordered in accordance with http://docs.moodle.org/en/Development:Navigation_2.0_structure .
This has led to several changes in the way in which navigation is generated included API changes, most notably using the
navigation_nodes add method now returns the newly added node rather than the key.
At the same time the global_navigation_tree block has been renamed to navigation and settings_navigation_tree to settings.
2010-04-19 06:30:30 +00:00
Andreas Grabs
69f6d0b4b2
convert old dml syntax in the new one in feedback_get_recent_mod_activity()
2010-04-02 22:09:00 +00:00
Andreas Grabs
c987dbad0e
removed all calls to feedback_load_capabilities()
2010-04-02 11:34:28 +00:00