Commit graph

836 commits

Author SHA1 Message Date
Dongsheng Cai
6127179bbd "MDL-13766, remove debug line and added confirm_sesskey to repository_ajax" 2010-06-28 02:13:58 +00:00
Dongsheng Cai
49d20def30 MDL-22755, create filesystem plugin needs moodle/site:config capability, and a few coding style fixing 2010-06-22 07:40:30 +00:00
Dongsheng Cai
f00340e2ca MDL-22734, added text to prompt empty repositories list, and added shorttitle for long filename 2010-06-22 03:55:45 +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
Martin Dougiamas
db24996c17 MDL-19168 Added missing capability string 2010-06-15 08:24:37 +00:00
Dongsheng Cai
3316796dbe "MDL-22754, fixed file permission" 2010-06-15 05:50:18 +00:00
Dongsheng Cai
7d5739363c "MDL-22583, ignore empty directory" 2010-06-14 03:32:17 +00:00
Dongsheng Cai
110d8ff226 MDL-16909, remove mahara plugin from HEAD 2010-06-11 08:38:19 +00:00
Dongsheng Cai
bb3c7a057c MDL-15352, remove remotemoodle plugin from head 2010-06-11 08:37:33 +00:00
Dongsheng Cai
b2c8e7a733 "MDL-13766, don't use hard-coded filename" 2010-06-09 06:44:31 +00:00
Dongsheng Cai
7215f6a11a "MDL-13766, improved non javascript file picker for user private area browsing" 2010-06-09 03:14:55 +00:00
Dongsheng Cai
9ff495eba9 MDL-13766, remvoe debug code 2010-05-31 06:58:49 +00:00
Dongsheng Cai
227dfa4332 MDL-13766, fixed the hard coded double code in sql, use get_in_or_equal to generate NOT IN subquery 2010-05-31 06:57:43 +00:00
Dongsheng Cai
cebb75a808 MDL-13766, fixed typoes 2010-05-31 05:29:29 +00:00
Dongsheng Cai
87628a672e MDL-13766, memtype check for local, recent and user plugins 2010-05-31 03:45:41 +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
Dongsheng Cai
3273731181 "MDL-13766, highlight active repository plugin" 2010-05-28 06:57:15 +00:00
Dongsheng Cai
a756cb3769 MDL-13766, file picker now remember user's recent used repository plugin and license 2010-05-26 09:43:46 +00:00
Dongsheng Cai
bb496de7c2 MDL-13766, move file picker element to core renderer 2010-05-24 07:55:57 +00:00
Dongsheng Cai
af79a6f5d4 "MDL-13766, fixed filter function" 2010-05-24 03:28:59 +00:00
Sam Marshall
31c9330392 accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php 2010-05-21 11:51:23 +00:00
Dongsheng Cai
879b4f9ae1 MDL-13766, improve file picker UI 2010-05-21 08:13:08 +00:00
Dongsheng Cai
951d2d5529 "MDL-22523, fixed file system plugin bug" 2010-05-20 07:10:00 +00:00
Dongsheng Cai
5ba5e3783b "MDL-13766, scrollbars are added to popup window" 2010-05-20 06:50:47 +00:00
Dongsheng Cai
308d948b84 MDL-13766, tweak upload form 2010-05-19 02:50:45 +00:00
Dongsheng Cai
03896eb7d5 MDL-13766, added listing parameters 2010-05-19 02:49:18 +00:00
Martin Dougiamas
99cca8470e MDL-19124 Continued misc user profile cleanups
- fixed user styles in base theme
    - added new divs for better control on user profile and user index pages
    - reduced data on course user profiles down to minimum
    - removed user/tabs.php completely and all uses of it
    - changed default user icon pix to something very bland (bye bye smiley cake)
2010-05-16 08:21:12 +00:00
Dongsheng Cai
3e1233680a MDL-19168, dropbox repository plugin for moodle, and oauth support for filepicker. dropbox plugin has a known bug: cannot access folders or files with space, using urlencode to encode filepath is not helping, needs to contact dropbox team to find workaround 2010-05-14 08:29:33 +00:00
Dongsheng Cai
2e93bc3819 "MDL-13766, fixed a problem of icon view" 2010-05-14 03:29:09 +00:00
Dongsheng Cai
ea1780adf3 MDL-13766, implemented user quota 2010-05-11 06:49:51 +00:00
Dongsheng Cai
97b151ea3b "MDL-13766, fixed popup login in filepicker" 2010-05-11 05:40:14 +00:00
Dongsheng Cai
fb4ee704aa MDL-18520, filesystem plugin should respect mimetypes 2010-05-10 08:42:19 +00:00
Dongsheng Cai
c4c3b90734 MDL-13766, fix alfresco version number 2010-05-07 06:36:08 +00:00
Dongsheng Cai
900d460654 "MDL-22356, disable manage link if user don't have permission to manage" 2010-05-07 03:46:30 +00:00
Dongsheng Cai
30f53712d7 MDL-13766, allow logged in user to use repository plugins 2010-05-07 03:42:35 +00:00
Dongsheng Cai
46325d3e86 "MDL-13766, use normal button in upload form" 2010-05-06 07:03:39 +00:00
Dongsheng Cai
c7e4621eb4 "MDL-13766, fixed user_draft area files for user_private block, not display draft files in recent plugin, it has problems" 2010-05-05 05:57:15 +00:00
Dongsheng Cai
ad336228be "MDL-13766, improve recent plugin search results, thanks to Eloys SQL" 2010-05-05 05:42:23 +00:00
Dongsheng Cai
5b5d08ec22 "MDL-13766, print notification not box container for repository setup" 2010-05-04 06:41:32 +00:00
Dongsheng Cai
7e4944c8cd "MDL-13766, fixed parameter name" 2010-05-04 06:07:54 +00:00
Dongsheng Cai
934291d6e6 "MDL-13766, removed debug code" 2010-05-03 16:01:45 +00:00
Martin Dougiamas
22f944e36a MDL-22156 Added placeholder to avoid Postgres barfing on the quotes. Spotted by David M 2010-05-03 12:40:51 +00:00
Dongsheng Cai
fb0acd8644 "MDL-22156, overwrite existing draft files" 2010-05-03 07:09:31 +00:00
Dongsheng Cai
f2b7e78026 "missing language string" 2010-05-03 02:22:59 +00:00
Penny Leach
d234faf3a4 mnet MDL-22267 updated mnet_server_faultand mnet_server_exception string handling
This is so that mnet_server_fault doesn't have to call get_string (in
case of coding exception)
2010-05-01 15:53:45 +00:00
Martin Dougiamas
7969834463 admin/repository MDL-15402 Checking in code from Mark Nelson @ Pukunui.com.au. Thanks, Mark and Shane! This patch updates the repository admin interface to look more like Filters management 2010-04-30 08:03:32 +00:00
Dongsheng Cai
b8cea715b8 "MDL-13766, maxbytes should not be 0" 2010-04-30 07:57:49 +00:00
Dongsheng Cai
dd64051e9e "MDL-13766, use exception to skip files larger than maximium size" 2010-04-29 09:55:57 +00:00
Dongsheng Cai
e5051df334 "MDL-13766, fix non-js filepicker" 2010-04-29 07:01:00 +00:00
Dongsheng Cai
1fb0173e8b "MDL-13766, fixed dynamic loading for treeview" 2010-04-29 06:05:03 +00:00