Marina Glancy
3127fe10b8
MDL-62312 course: Move core_publish renderer methods to course renderer
2018-05-03 10:08:37 +08:00
David Mudrák
2e86fdb0a2
MDL-60449 lang: Properly replace the generic string with a specific one
...
The general string 'Publish' has been used in sense of publishing a
course on a hub - as such, it is better to keep that string together
with other related strings in the core_hub component. All these are
being reworded to 'Share'.
As this has been the only meaning of the string in the core, I am
deprecating it now. Third party plugins should better come with their
own variant of the string, should they need it.
2017-10-19 17:35:06 +02:00
Marina Glancy
8df792ee8a
MDL-59495 course: publish courses on moodle.net only
...
Remove support for alternative hubs
2017-09-27 13:56:47 +08:00
Marina Glancy
da48baa2cd
MDL-59495 moodlenet: move all moodlenet code into new namespace
...
Support for alternative hubs will be removed in 3.4
We can move all methods working with registration, course publishing and moodle.net
communication into separate namespace
2017-09-27 13:07:33 +08:00
Daniel Thee Roperto
ef8ceb2fc2
MDL-57809 weblib: Added missing NO_OUTPUT_BUFFERING directive.
2017-06-23 09:43:07 +10:00
Daniel Thee Roperto
6eaa9d2ffb
MDL-57809 weblib: Added opening disclaimer and file-level phpdocs.
2017-06-23 09:43:07 +10:00
Ankit Agarwal
3d1be67752
MDL-57090 hubs: Replace smart select with searchableselect
2016-11-28 12:22:25 +05:30
Yuliya Bozhko
369484bf87
MDL-47033 general: Fix incorrect use of 'course' layout
...
It should use 'incourse' layout in most cases
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com>
2014-09-05 09:25:43 +12:00
Damyon Wiese
74df2951d1
Revert "MDL-39876 Change get_record('course') calls to get_course"
...
This reverts commit ab7632b74c331540c90229bf03d13aa2e6bdd9be.
2013-08-21 13:42:30 +08:00
sam marshall
ab7632b74c
MDL-39876 Change get_record('course') calls to get_course
2013-08-15 11:31:20 +01:00
Petr Škoda
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
Eloy Lafuente (stronk7)
e4a7816155
Merge branch 'MDL-38888-master' of git://github.com/mouneyrac/moodle
2013-04-26 10:48:38 +02:00
Jerome Mouneyrac
3fb83b41a5
MDL-38888 Publish forms display setType warning
2013-04-26 16:45:00 +08:00
Frederic Massart
a96889ab51
MDL-39329 course: Strict standard warning during unpublishing
2013-04-24 11:47:08 +08:00
Jason Fowler
c8d1e4aa8c
MDL-35056 - Backup/Restore - Converting the 'Unmet Dependencies' Message to be a Developer Debug message to make moodle less confusing to the average user
2012-12-18 09:58:53 +13:00
Ankit Agarwal
9a5e297b4c
MDL-34470 course: Replace all instances of get_context_instance() with context_xxx::instance() in course/
2012-07-24 16:19:01 +08:00
Rajesh Taneja
b0fc12189b
MDL-33664 Hub: required renderer is passed to backup->display and huburl is initalised before use.
2012-06-13 09:21:13 +08:00
Eloy Lafuente (stronk7)
5dbfbacc49
MDL-31831 whitespace clean - take2
2012-03-01 02:20:35 +01:00
Jerome Mouneyrac
c78e11338a
MDL-30249 Display warning when downloading/uploading a file
2012-02-17 17:02:40 +08: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 Hemelryk
d609d96261
MDL-28599 textlib Separated collator to collatorlib with static methods, and added support for locale aware sorting of objects
2011-09-06 15:39:00 +12:00
jerome mouneyrac
0c92f1138f
publication MDL-25221 destroy backup controller once backup is done.
2010-11-16 03:04:40 +00:00
jerome mouneyrac
6dfa3c07e8
publication MDL-25040 display hub information (logo - description - link) on the publication metadata page
2010-11-15 08:38:02 +00:00
jerome mouneyrac
0d731457f7
community block/publication MDL-23056 use required_param instead of optional_param when possible
2010-11-09 02:35:36 +00:00
jerome mouneyrac
042bb40e79
publication MDL-24687 fix pb with screenshots sent during a second course sharing
2010-11-03 02:43:40 +00:00
jerome mouneyrac
4a73f9be8c
community block MDL-24830 better "wait for upload" message + fix a javascript issue when screenshot number = 0 (metadata page)
2010-10-26 06:26:52 +00:00
jerome mouneyrac
dff1e39844
publication MDL-24661 set default value for creator notes.
2010-10-25 09:12:08 +00:00
jerome mouneyrac
20e033bd34
image gallery MDL-24773 replace external image gallery library calls with a new image gallery created in community block
2010-10-25 03:42:46 +00:00
jerome mouneyrac
0b55ad4a69
publication MDL-24663 increase default metadata text field size
2010-10-18 09:00:06 +00:00
jerome mouneyrac
60cc2f788e
publication MDL-24608 display a waiting page when uploading a backup
2010-10-15 08:56:06 +00:00
jerome mouneyrac
2324aab954
publication MDL-24580 clean course description default value from HTML tags
2010-10-11 03:10:46 +00:00
jerome mouneyrac
0d5fae12eb
community block/registration/publication MDL-24230 change /admin/ for $CFG->admin and /lib/ for $CFG->libdir
2010-09-24 05:22:07 +00:00
jerome mouneyrac
a8e174ccd8
community block/registration/publication MDL-24230 change /admin/ for $CFG->admin and /lib/ for $CFG->libdir
2010-09-24 05:12:44 +00:00
jerome mouneyrac
c48ab36aeb
community block MDL-24292 add 'give me more' link to course search result
2010-09-21 07:44:21 +00:00
Petr Skoda
7e85563de5
fixed a few spelling errors
2010-09-17 12:16:27 +00:00
jerome mouneyrac
914ffb4aea
community block + publication MDL-24016 add outcomes support
2010-09-17 10:33:52 +00:00
jerome mouneyrac
2a4eec826a
community hub MDL-22976 make community hub ws call compatible to a futur protocol change
2010-09-09 02:55:11 +00:00
Petr Skoda
c6947ba7a5
MDL-23899 migration to new locale aware asort
2010-09-05 13:00:47 +00:00
jerome mouneyrac
9c9de5f0c2
course publish MDL-24022 cast bool into int (enrollable field)
2010-09-01 03:18:15 +00:00
jerome mouneyrac
a8adbef8ae
course publish MDL-24022 cast bool into int (enrollable field)
2010-09-01 03:02:06 +00:00
jerome mouneyrac
4cab1150ea
community block MDL-23629 fix missing global $CFG in the renderer
2010-08-03 09:50:40 +00:00
jerome
c146652094
renderer MDL-23495 change $OUTPUT into $this->output in renderer
2010-07-28 08:53:17 +00:00
jerome mouneyrac
c7ff0149f9
course publication MDL-23427 change 'cancel' for 'remove from hub'
2010-07-21 07:56:45 +00:00
jerome mouneyrac
001251f222
web service MDL-12886 extends xml-rpc client from Zend client
2010-07-08 08:15:46 +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
jerome mouneyrac
5cbbcc1ae6
registration MDL-22964 check if xmlrpc is enabled on the registration pages, publication pages and community block page.
2010-07-02 03:40:12 +00:00
jerome mouneyrac
efba7034b2
course MDL-22948 improve subjects select field (add None option + required + sorted)
2010-06-29 06:59:25 +00:00
jerome mouneyrac
acfc901427
course publication MDL-19315 get_publication returned the first result without specifying a hub in parameter => fix, the return publication now depends of the hub passed in parameter
2010-06-28 06:26:54 +00:00
jerome mouneyrac
f57c4047b1
unregistration MDL-21936 add site unregistration
2010-06-25 11:36:52 +00:00
jerome mouneyrac
de832702ad
course publication MDL-22762 improve the publication confirmation/error message
2010-06-22 04:01:33 +00:00