Commit Graph

100 Commits

Author SHA1 Message Date
Tony Levi 0d66e33da5 MDL-27084: mod/feedback fix bad syntax in database query 2011-04-10 23:43:56 +02:00
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
Petr Skoda 4f0c2d0009 MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too 2010-03-31 07:41:31 +00:00
Andreas Grabs 5dee2210f4 Non standard codingstyle,
replaced some urls with use of moodle_url class
2010-03-28 15:29:49 +00:00
Andreas Grabs 01910dff66 changed line - defined('FEEDBACK_INCLUDE_TEST') ... to defined('MOODLE_INTERNAL')... 2010-03-28 10:00:24 +00:00
Sam Hemelryk 0b29477be9 navigation MDL-21565 Update this xxx is now automatically added to the nav for all modules by default and is renamed to settings as that is what was being used in the tabs system presently anyway.
The following minor changes were also made:
* Added roles links to the navigation automatically
* Handling of block context for settings navigation
* Tidied up init code for settings navigation
2010-03-22 03:04:00 +00:00
Petr Skoda 2f0e96e447 MDL-20204 one more step away from html_select 2010-02-09 18:54:03 +00:00
Petr Skoda a685593466 MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
Petr Skoda 812dbaf7d5 MDL-21198 improved/simplified $OUTPUT->user_picture() + regression fixes, performance fixes and detected performance problems when printing user avatars 2009-12-27 19:47:21 +00:00
Sam Hemelryk d185ff44e1 mod-feedback MDL-19807 Fixed up final deprecated methods 2009-12-21 03:57:36 +00:00
Petr Skoda b5d0cafc6f MDL-20787 final switch to new $OUTPUT->pix_url() - yay! 2009-12-16 21:50:45 +00:00
Petr Skoda 78946b9bdb MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +00:00
Sam Hemelryk 9f42276c59 mod-feedback MDL-16090 Fixed recent regressions and converted htmleditor instance 2009-11-25 01:46:12 +00:00
Petr Skoda 7c7d3afab5 MDL-20766 message_send() used intead of events, it will enable us to improve performance and solve db transactions issues independedntly from events, hopefully this will give us more options in future too because the events are designed specifically for communication "moodle-->external systems" 2009-11-07 10:27:57 +00:00
samhemelryk 84973212c4 mod-feedback MDL-19807 Added set_url calls, replaced deprecated functions 2009-09-24 06:11:39 +00:00
agrabs f1b9e2df43 MDL-19773 - Cannot have code like $SESSION->feedback = new object(); in mod/feedback/lib.php 2009-09-16 12:21:47 +00:00