10022 Commits

Author SHA1 Message Date
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
Sam Hemelryk
424a353056 course-ajax MDL-22645 Fixed broken image urls in course ajax editing scripts 2010-06-02 02:10:38 +00:00
Andrew Davis
992cfb1101 gradebook MDL-22139 fixed a typo in a comment 2010-06-01 09:27:47 +00:00
Petr Skoda
f2968d08a9 MDL-22634 fixed exception when adding files with the same name via file browser - more methods 2010-06-01 08:20:01 +00:00
Petr Skoda
fccd424e2e MDL-22634 fixed exception when adding files with the same name via file browser 2010-06-01 08:18:25 +00:00
Martin Dougiamas
42439c0572 MDL-20065 Fixing a wierd typo RESOURCE_LEGACYYFILES_DONE ==> RESOURCELIB_LEGACYFILES_DONE 2010-06-01 03:53:15 +00:00
David Mudrak
d4dcfc6b8f MDL-20204 Fixed regression in the recent url_select improvements
Now, url_select checks for valid URLs in optgrouped lists and paramater
'selected' is converted to the local URL form, too. The patch also
fixes a legacy handling of thr Gradebook plugins selector.
2010-05-31 15:30:45 +00:00
Petr Skoda
86c2da1782 fixed comment typo 2010-05-31 12:22:21 +00:00
Petr Skoda
8fa689f4aa fixing CRLF mess 2010-05-31 12:10:46 +00:00
jerome mouneyrac
e0fa3b8105 lib MDL-22627 print_collapsible_region_start() call was echoing instead to return html in print_collapsible_region() function 2010-05-31 10:14:25 +00:00
Dongsheng Cai
7e0746709f "MDL-13766, added missing js init call" 2010-05-31 09:41:46 +00:00
Martin Dougiamas
62c5e65433 MDL-22625 Avoid timezone notices from PHP when PHP doesn't have a default timezone set 2010-05-31 09:15:26 +00:00
Martin Dougiamas
81f92309f3 MDL-22535 Fixed a little typo. Thanks Davo Smith! 2010-05-31 06:59:26 +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
Dongsheng Cai
ce47962ed5 MDL-13766, added hidden elements to make label 'for' attribute happly 2010-05-31 05:57:35 +00:00
Martin Dougiamas
dcf9be7f56 MDL-22622 Reset caches before and after the core upgrade. Seems to fix the problems we were having. 2010-05-31 05:34:16 +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
Petr Skoda
435a512e6e fixed annoying upgradesettings notice and tons of sloppy trailing whitespace 2010-05-30 22:56:29 +00:00
Petr Skoda
5ba8c3f939 MDL-20204 fixed regression in last commit 2010-05-28 18:06:39 +00:00
Petr Skoda
c422efcf9f MDL-20204 significantly improved url_select renderer - it tests validity of urls and fixes absolute urls too 2010-05-28 15:47:26 +00:00
Dongsheng Cai
f79321f1b8 MDL-22548, added sortorder field to files table, drop mainfile field from resource table, use sortorder to decide main file 2010-05-28 07:29:11 +00:00
Martin Dougiamas
cde82a41b2 MDL-22456 Fixed versions for recent upgrade 2010-05-28 05:40:19 +00:00
aparup
66b250fd9d obj:idnumber undefined notice MDL-22456 fixed and committed into HEAD. 2010-05-28 01:53:09 +00:00
Petr Skoda
3966ba3e1a MDL-22509 fixed wrong group join 2010-05-27 14:05:24 +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
David Mudrak
c4f8fd0c3d MDL-18797 The selected language pack fetched during install 2010-05-27 06:57:21 +00:00
Martin Dougiamas
250c0533ef MDL-2631 Avoid some notices about missing CFG variables during install 2010-05-27 06:49:31 +00:00
Sam Hemelryk
a8f810ecef course-section MDL-22262 Bumped major DB change version 2010-05-27 04:09:44 +00:00
Dongsheng Cai
f36cb95140 "MDL-16597, fixed filepath" 2010-05-27 03:51:39 +00:00
Sam Hemelryk
e34a326f72 course-section MDL-22262 Added a summaryformat field to the database and implemented it when editing/viewing sections and backup 2010-05-27 03:07:54 +00:00
Sam Hemelryk
5233807ca7 course MDL-22535 Fixed spacer image in ajax course editing 2010-05-27 01:49:57 +00:00
Sam Hemelryk
24e27ac0c1 course MDL-8369 Front page combo list is now restructured and exandable by JavaScript
This patch also implements a course renderer.
2010-05-27 01:40:11 +00:00
Eloy Lafuente
12ffe20371 NOBUG: Formatting and adding some comments about row versioning required 2010-05-26 17:45:40 +00:00
Petr Skoda
7e8f409121 MDL-22579 fixed location of access control check - prevents display of backups section for student roles 2010-05-26 16:03:10 +00:00
Dongsheng Cai
0e77c30462 MDL-13766, added yui cookie component requirement. 2010-05-26 09:45:13 +00:00
Dongsheng Cai
b80ef420d0 MDL-22582, file_tree_viewer implementaion in core renderer 2010-05-26 08:32:31 +00:00
Dongsheng Cai
ac9c14dd29 MDL-22548, hide main file element completely 2010-05-26 07:09:02 +00:00
David Mudrak
af8d4d9128 MDL-18797 current language pack updated during upgrade
Also fixes langimport.php to use the new function to get parent language
of a given language.
2010-05-26 00:29:33 +00:00
David Mudrak
45b0ad577e Removing obsolete file 2010-05-25 23:51:49 +00:00
Eloy Lafuente
7874b33dd1 MDL-22503 upgrade - fixing typo. How is it possible this to be here? 2010-05-25 18:25:50 +00:00
Eloy Lafuente
57c3a35887 MDL-22503 blocks upgrade - delete orphan block instances before enforcing NOT NULL constraints 2010-05-25 15:42:49 +00:00
jerome mouneyrac
2a648ff2c2 publication MDL-19315 add hub listing status checking functionality 2010-05-25 08:26:16 +00:00
Sam Hemelryk
aac0dc92fb navigation MDL-22425 Fixed bug with adding section activities and resources 2010-05-25 07:38:44 +00:00
Andrew Davis
54caa598ee gradebook MDL-22522 fixed navigation issues around editing letters 2010-05-25 07:03:06 +00:00
Dongsheng Cai
309da23fa6 "MDL-16597, changed orders of filename and file menu" 2010-05-25 06:41:00 +00:00
Dongsheng Cai
713e08cf97 MDL-16597, moved menu button, credits to martin's menu icon 2010-05-25 06:28:42 +00:00
Sam Hemelryk
533299cbec navigation MDL-22425 Fixed minor bug when logged in as student and viewing a course without the view participants permission 2010-05-25 03:34:08 +00:00
jerome mouneyrac
03dd2f5603 webservice MDL-20805 do not force "display token values only for https connection" 2010-05-25 03:14:11 +00:00