1328 Commits

Author SHA1 Message Date
Petr Skoda
3a11c09f5b MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support 2010-07-04 18:36:34 +00:00
Petr Skoda
8571833f0b MDL-23069 moving version and cron info into standard version.php - finally, yay! 2010-07-04 12:18:22 +00:00
Petr Skoda
a4cdd6d2c8 MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing 2010-07-04 10:27:56 +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
Sam Hemelryk
a481b2c60c navigation MDL-23031 Removed show my history feature from the navigation.... goodbye! 2010-07-01 03:46:17 +00:00
Sam Hemelryk
1af67ecb1a navigation MDL-23036 Fixed issue when generation was limited to course+categories causing JS to error 2010-07-01 03:33:16 +00:00
Martin Dougiamas
6585e9f83b MDL-23023 prevent the user from adding or editing the community block if they can't use it 2010-06-30 13:17:34 +00:00
Andrew Davis
0a91ee230f blocks MDL-22320 removed a popup 2010-06-29 08:30:02 +00:00
Andrew Davis
b081b41e0d blocks MDL-22988 added missing include so that print_overview() is defined 2010-06-29 07:50:20 +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
Anthony Borrow
119914a397 MDL-18011 - removing loancalc block from HEAD (2.0) and moving to contrib 2010-06-28 21:30:23 +00:00
David Mudrak
dfab2ce795 MDL-21695 Replaced search.html without AMOScript, to be translated from scratch 2010-06-28 17:04:35 +00:00
David Mudrak
c2ba5087c2 MDL-21695 Replaced rss_client/feedautodiscovery.html
AMOS BEGIN
 HLP rss_client/feedautodiscovery.html,[enableautodiscovery_help,block_rss_client]
AMOS END
2010-06-28 14:39:02 +00:00
David Mudrak
db9a1414dc NOBUG: Check that the user country is known
This is to prevent PHP notice if the guest user is accessing a page with
the myprofile block instance. The notice appears even if the block is
hidden from guests.
2010-06-28 11:34:29 +00:00
Sam Hemelryk
36dc3b7104 calendar MDL-22887 Output is now through a renderer, all pages have navigation, and now uses true pretend blocks. 2010-06-22 04:03:44 +00:00
Petr Skoda
df997f841f MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
    MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
    MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
    MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
    MOV [enrolenddate,core],[enrolenddate,enrol_self]
    CPY [welcometocourse,core],[welcometocourse,enrol_self]
    CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
    MOV [notenrollable,core],[notenrollable,core_enrol]
    MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
    MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
    MOV [coursemanager,core_admin],[coursecontact,core_admin]
    MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
    MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
    MOV [enrolme,core],[enrolme,core_enrol]
    MOV [unenrol,core],[unenrol,core_enrol]
    MOV [unenrolme,core],[unenrolme,core_enrol]
    MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
    MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
    MOV [enrolments,core],[enrolments,core_enrol]
    MOV [enrolperiod,core],[enrolperiod,core_enrol]
    MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
jerome mouneyrac
178f282b10 Community block MDL-19314 better error messages when an communication error occurs between site and hub or site and hub directory 2010-06-21 09:00:41 +00:00
jerome mouneyrac
9c7dcf0fa4 Community block MDL-22828 search form improvement 2010-06-21 06:02:36 +00:00
jerome mouneyrac
30f317390c Community block MDL-22828 select Mooch by default 2010-06-18 08:00:41 +00:00
jerome mouneyrac
770f7e24a8 course publication MDL-19315 integrate backup UI during the publication (Kudo to Sam for writing the main backup UI code integration, and Eloy all his backup work) 2010-06-17 05:37:05 +00:00
Sam Hemelryk
246a9b05ba navigation MDL-22671 Fixed another misused image + a bug with AJAX requests 2010-06-11 04:25:22 +00:00
jerome mouneyrac
94788de2a4 course publication MDL-19315 split /lib/hublib.php into admin/registration/lib.php and course/publish/lib.php 2010-06-11 03:24:09 +00:00
jerome mouneyrac
b8c2aea51b course publication MDL-19315 rename screenshotsids for screenshots 2010-06-10 06:11:43 +00:00
jerome mouneyrac
139978e50c registration MDL-19313 increase registration text fields width and add help icons 2010-06-09 06:44:50 +00:00
jerome mouneyrac
1c2b7a90ae Community block MDL-19314 add prefix block_community_ to class and functions of block community 2010-06-09 05:49:13 +00:00
Sam Hemelryk
8c29a17dc1 navigation MDL-22671 Fixed xml strict issues in dock and navigation 2010-06-08 08:30:12 +00:00
jerome mouneyrac
755f96f8cf Community block MDL-19314 add community block access control (two new capability: moodle/community:add and moodle/community:download) 2010-06-08 02:21:50 +00:00
jerome mouneyrac
24caaa2112 community block MDL-19314 hub tnot trusted should not be displayed bold in the listing 2010-06-04 03:26:10 +00:00
Sam Hemelryk
af7c1e29ab block-community MDL-19314 Tweaked image gallery CSS and added a firstimageonly property 2010-06-04 02:46:25 +00:00
Sam Hemelryk
2a102b901e block-community MDL-19314 Fixed gallery lightbox implementation and added proper support for yui3 gallery modules 2010-06-04 01:49:53 +00:00
Sam Hemelryk
8886223d38 navigation MDL-22420 Removed the reload icon 2010-06-03 07:53:31 +00:00
jerome mouneyrac
edb2fe7cba Community block MDL-19314 add CSS for the hub image + display error page if no site not registered when try to publish a course 2010-06-02 09:45:46 +00:00
jerome mouneyrac
06d4578c60 Community block MDL-19314 add prefix to hublib.php defines + remove some old not used 1.9 strings from lang/moodle.php 2010-06-02 08:41:21 +00:00
jerome mouneyrac
76be2d4e84 Community block MDL-19314 better display of the hub listing + better display of the course search 2010-06-02 06:18:00 +00:00
jerome mouneyrac
5dd61a54b7 Community block MDL-19314 add style.css (with SmartCVS should not have any CR pb) 2010-06-02 06:07:56 +00:00
Sam Hemelryk
4e2e816a8f navigation-dock MDL-22560 Fixed bug with first item in dock not being classes correctly 2010-06-02 01:46:40 +00:00
Sam Hemelryk
b1c8c40e30 navigation-dock MDL-22560 Better calculation of panel top 2010-05-31 09:09:37 +00:00
Sam Hemelryk
0999f86449 navigation-dock MDL-22560 Better placement of the oversized content class 2010-05-31 08:49:11 +00:00
Sam Hemelryk
10a995c14e navigation-dock MDL-22560 Fixed bug to automatically set the fill color of the rotated svg when drawing 2010-05-31 08:06:07 +00:00
jerome mouneyrac
f574799836 community block MDL-19314 add gallery javascript screenshots support + fix XHTML strict + fix wrong number of screenshots send during publication 2010-05-31 06:10:15 +00:00
Sam Hemelryk
7e4617f7a6 navigation-dock MDL-22560 Major changes to he way the dock works
* Themes can now check if a region is completely docked
* Dock now delegates events to improve performance
* Dock now completely YUI3
* No longer uses YUI overlay instead has custom control
2010-05-31 03:33:34 +00:00
Dongsheng Cai
6bf197b34c MDL-22591, user_private plugin, disable it from private file block, hide user_private area from local plugin 2010-05-31 03:03:21 +00:00
jerome mouneyrac
d315aedc11 publication MDL-19315 add course screenshots support 2010-05-28 02:42:37 +00:00
jerome mouneyrac
bab04a6d98 publication MDL-19315 add activities and blocks information when publishing a course 2010-05-27 07:09:55 +00:00
Martin Dougiamas
602efb3b94 MDL-19314 DOn't show community block at all if !loggedin, and don't recreate content if not necessary 2010-05-27 05:36:01 +00:00
jerome mouneyrac
78f00eab26 community block MDL-19314 improve the download form (check that if the file already exist in the file aera, change link for button, delete temp downloaded file, change name of the backup file including course name) 2010-05-26 05:06:02 +00:00
Andrew Davis
f816273a3e blocks MDL-22564 removed some commented out old code and set online users popup height and width to what they apparently should be 2010-05-26 02:05:58 +00:00
Andrew Davis
68bde4a104 filters MDL-22564 removed old commented out code 2010-05-26 01:42:56 +00:00
Sam Hemelryk
9a4cf07777 navigation MDL-22560 Booleans were the wrong way around 2010-05-25 05:32:46 +00:00