Commit Graph

538 Commits

Author SHA1 Message Date
David Mudrak 728c42bc68 Workshop support for CLI installer - $CFG->maxbytes may not be set yet 2010-05-10 17:32:49 +00:00
David Mudrak 18db005f9c MDL-22368 Removing the limit of number of users in the recordset 2010-05-06 22:06:34 +00:00
David Mudrak 3dc6a7b9f3 MDL-21695 Yet another help string for workshop, to be described more later 2010-05-04 23:25:23 +00:00
David Mudrak 08af32afbd Workshop: uses navigation block + settings block instead of own tabs 2010-05-04 22:56:22 +00:00
David Mudrak e2a81c66eb MDL-22276 Workshop 2.0 help and missing strings fixed 2010-05-02 21:50:09 +00:00
David Mudrak 1e9fe3f7bc Removing forgotten subplugins names from workshop plugin lang file 2010-05-02 20:52:20 +00:00
David Mudrak edea3f97cc workshop: fixing CSS regressions 2010-04-22 06:37:32 +00:00
David Mudrak 3260508700 MDL-22160 workshop: fixing parameters order 2010-04-22 06:16:25 +00:00
David Mudrak a00e3436ef workshop: removing "Login as random participant" which was used during development 2010-04-22 06:07:34 +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
David Mudrak 30c8dd34f7 MDL-15252 Re-committing all English strings exported from AMOS
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.

The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.

Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda 3a915b0667 MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs 2010-04-10 07:24:56 +00:00
Petr Skoda 98da60215e MDL-22033 groupings now enabled unconditionally, groupmembersonly kept as experimental - this simplifies groups code logic a bit, user interface changes should not be significant because the groupings are not visible much until at least one created; hopefully the new description of groupmembersonly will have to preventsome gradebook complaints 2010-04-07 07:37:12 +00:00
Petr Skoda 846e4e177e MDL-16438 separating subplugin detection from the plugin_supports code because it was running into infinite loops in get_string() which is often incorrectly used in lib.php files, but the get_string() itself needs to know about subplugins 2010-04-04 19:58:03 +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
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
David Mudrak 16be897441 MDL-21652 html_table rendering refactored
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Petr Skoda 26acc814eb MDL-20204 fixed html-writer::tag() parameter order to match the rest of the api 2010-02-18 18:15:56 +00:00
Petr Skoda 929d7a8362 MDL-20204 converted paging_bar to new coding style + fixed regressions from recent commits 2010-02-17 16:59:41 +00:00
Petr Skoda c63923bddb MDL-20204 converted action_icon 2010-02-16 16:24:49 +00:00
Petr Skoda 9bf163146b MDL-20204 more html_link converstions 2010-02-11 18:50:55 +00:00
Petr Skoda 57cd3739a4 MDL-20204 converting link to html_writer or action_link 2010-02-11 16:56:00 +00:00
Petr Skoda f0b6192e60 MDL-20204 conversion to html_writer 2010-02-11 10:37:19 +00:00
Petr Skoda f8dab96615 MDL-20204 a lot more steps away from html_select 2010-02-10 09:37:50 +00:00
David Mudrak d523044d5e workshop: fixing minor issues discovered during the preparation of iMoot2010 talk 2010-02-08 08:53:43 +00:00
Petr Skoda b9bc201962 MDL-21233 escaped parameter is far more importatnt than the overrideparams in out() method - especially all JS urls should be converted to out(false); also it is possible to create new url with overrided parameters in constructor which might be actually work around the double encoding problems in the url (we should never use the out() in moodle_url constructor itself!) 2010-01-17 09:50:55 +00:00
Petr Skoda eb7880654f MDL-21233 finally removed the omitquerystring parameters from the out method because: 1/ the least used parameter should nto be first, 2/ it is colliding with the other two paramters, now we have separate funtion for that instead 2010-01-17 09:37:30 +00:00
Petr Skoda 340d461269 MDL-21233 simplifying moodle_url->out() api 2010-01-17 09:18:11 +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
David Mudrak f9b827d86e MDL-19937 workshop: migration of comments (no grading) strategy 2010-01-15 17:28:14 +00:00
David Mudrak f5be71a379 MDL-19937 workshop migration from rubric 1.9 into rubric 2.0 2010-01-15 17:01:00 +00:00
David Mudrak b188a4b3b0 MDL-19937 workshop: typo fixing and getting rid of forgotten variable 2010-01-15 13:36:43 +00:00
David Mudrak 455f42a447 MDL-19937 workshop migration from legacy criterion strategy into the new rubric grading strategy 2010-01-15 13:30:07 +00:00
David Mudrak c5abdea368 workshop: fixed another regression typo in output method 2010-01-15 10:48:05 +00:00
David Mudrak 711a9506ea MDL-21235 fixing trivial regression in workshop renderer 2010-01-15 00:07:11 +00:00
Petr Skoda 0f4c64b79f MDL-21235 new link method in html_write, partinally replaces old html_link, going to add new action_link soon 2010-01-14 22:10:20 +00:00
Petr Skoda 3ba60ee16a MDL-21235 new single button rendering 2010-01-14 19:18:04 +00:00
Petr Skoda 5d0c95a5ac MDL-21235 towards the final outputlib api - implementing separate html writer and implementing new render() method 2010-01-13 17:13:52 +00:00
David Mudrak de2f199b8b workshop: datetime submit/assess restriction instead of date only 2010-01-11 10:43:40 +00:00
David Mudrak 25e27d7461 MDL-19937 workshop migration of Number of errors grading strategy and fixed some forgotten todos 2010-01-07 20:57:58 +00:00
David Mudrak b370027832 MDL-19937 workshop: fixed function names in form/accumulative migration code 2010-01-07 20:57:30 +00:00
David Mudrak 9ec63757d7 MDL-19937 migration of form elements and grades - accumulation grading strategy 2010-01-04 18:33:23 +00:00
David Mudrak 3d8649b1c0 MDL-19937 workshop assessments migration 2010-01-04 18:33:03 +00:00
David Mudrak 067f63c593 MDL-19937 workshop submissions migration 2010-01-04 18:32:53 +00:00
David Mudrak f2443a42aa workshop: adding field 'published' into the upgrade script 2010-01-04 18:32:43 +00:00
David Mudrak 83012c0c89 MDL-19937 workshop migration - keep format of the Introduction field 2010-01-04 18:32:33 +00:00
David Mudrak a2d57f96b8 MDL-7218 workshop: remove orphaned assessments on upgrade
Clones the upgrade procedure from MOODLE_19_STABLE.
2010-01-04 18:32:23 +00:00
David Mudrak a0f49d70c2 Field oldid must be nullable for new records 2010-01-04 18:32:13 +00:00
David Mudrak b876ab8098 MDL-19937 workshop migration - initial versions of upgrade scripts 2010-01-04 18:32:03 +00:00
David Mudrak b124151e23 workshop: added missing strings 2010-01-04 18:31:46 +00:00