Commit graph

766 commits

Author SHA1 Message Date
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
Martin Dougiamas
1e791d8368 repository/recent MDL-22156 fixing the config setting to remove debug and show current number 2010-04-29 03:08:41 +00:00
Dongsheng Cai
acb70a9b48 "MDL-13766, use file_storage to bypass capability check for recent plugin" 2010-04-28 16:49:51 +00:00
Dongsheng Cai
c26855ff16 "MDL-13766, fixed path bar parameter, better exception handling" 2010-04-28 13:54:36 +00:00
Dongsheng Cai
6fbf3c4868 MDL-22156, added recent files repository plugin 2010-04-28 05:49:20 +00:00
Dongsheng Cai
7f288e5002 "MDL-15351, move 'move_to_draft' function to parent class" 2010-04-28 05:00:55 +00:00
David Mudrak
81f5372325 MDL-21694 regression: plugins with lang only
When I re-committed strings from AMOS, I accidently created three plugins with the lang folder only: portfolio/format_leap2a, repository/draft and question/type/datasetdependent. Removing them now.
2010-04-27 11:43:04 +00:00
Dongsheng Cai
4e0d044f2f "MDL-13766, fixed filepicker path navigation bar" 2010-04-27 09:53:04 +00:00
Dongsheng Cai
873f2e0faa "MDL-18520, fixed filesystem problem and improve words" 2010-04-27 08:12:56 +00:00
Martin Dougiamas
ba2f43c331 repository/merlot MDL-20648 Added a missing string for capability 2010-04-22 14:44:36 +00:00
Dongsheng Cai
392d5fd41e MDL-21784, fixed undefined savepath parameter 2010-04-12 03:07:40 +00:00
Petr Skoda
fe9d7318b5 MDL-22054 fixed missing strings and some really annoying redirects 2010-04-11 09:41:25 +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
Dongsheng Cai
489d8a755c "MDL-13766, check if plugin file existed before displayed in admin page" 2010-04-01 06:09:53 +00:00
Petr Skoda
61ef8f9f88 MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +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
Dongsheng Cai
d1d4813ff2 "MDL-21146, improve file license code" 2010-03-31 03:08:05 +00:00
Petr Skoda
50dea1b791 fixed incorect docs that were breaking install of mnet stuff 2010-03-30 20:02:56 +00:00
David Mudrak
b4340cb296 MDL-21694 Moving repositories strings into plugin space 2010-03-29 20:44:00 +00:00
Dongsheng Cai
1dce6261b7 "MDL-21146, adding file license support to repository api, first commit" 2010-03-29 03:39:08 +00:00