Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Frederic Massart
11f8718780
MDL-36323 usability: Normalising icons used in blocks
2012-11-14 14:07:40 +08:00
Mark Nelson
70c9c1956d
MDL-34270 blocks: Adding clonepermissionsfrom to the new capability definitions
2012-11-05 12:28:09 +08:00
Mark Nelson
b291b59d6a
MDL-34270 blocks: adding new add block capabilities
2012-11-02 14:32:01 +08:00
Petr Škoda
2282cc6ffc
MDL-34741 use 2in3 in private files block
2012-08-11 20:40:03 +02:00
Frederic Massart
fe2fdd11e4
MDL-34456 Librairies: Replaced deprecated get_context_instance()
2012-07-24 09:49:47 +08:00
Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +02:00
Frederic Massart
4c88645920
MDL-33173 Filepicker: renamed private files edit page to main page
2012-05-25 09:24:39 +08:00
Marina Glancy
559276b153
MDL-32247,MDL-32831,MDL-32900 Use correct url building of file type icons
...
- function get_mimetypes_array() now contains also information about filetype groups and language strings
- use 'smart' human-readable mimetype description
- never determine filetype group based on filetype icon image! remove function mimeinfo_from_icon()
- get rid of class filetype_parser and file lib/filestorage/file_types.mm, replaced with functions file_get_typegroup(), file_extension_in_typegroup() and file_mimetype_in_typegroup()
- support multiple icon sizes, not only 16 and 32
- retrieve filetype icon only using proper functions file_..._icon() from lib/filelib.php throughout the code
- increase size of repository thumbnails to 90 and icons to 24 (will take effect when new icons exist)
2012-05-21 16:01:04 +08:00
Dongsheng Cai
6723372514
MDL-28666 Extends repository to support references
...
1. Allow repository to create references to external contents
2. Extends files API to handle file references
3. Generic file caching
4. Backup/restore file references
5. Download external contents if repository uninstalled
6. Allow filepicker to display iframe
7. PHPUnit test suits
2012-05-21 11:57:51 +08:00
Gerard (Gerry) Caulfield
bc9cc60191
MDL-29178 Fix block naming inconsistencies
2012-02-24 16:28:17 +08:00
Petr Skoda
b85b25ebb8
MDL-31006 fix various notices in PHP54
...
PHP54 compatibility
2012-01-18 01:03:20 +01:00
Petr Skoda
d68b3dbe72
MDL-30007 standard version file for all blocks
2011-11-29 20:57:30 +01:00
Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
Petr Skoda
dd4bee83ae
MDL-24321 switching to stdClass in /blocks/
2010-09-21 08:10:17 +00:00
Petr Skoda
f7af9f2e4a
fixed unterminated JS statements + whitespace
2010-09-17 11:00:18 +00:00
Dongsheng Cai
d0257a09d0
"MDL-23920, added prompt message to user/files.php"
2010-09-08 14:01:58 +00:00
Dongsheng Cai
6faf61f631
MDL-23920, display prompt message when no private files added to moodle
2010-09-08 04:01:24 +00:00
Rossiani Wijaya
710363c97a
MDL-6820 - make block icons clickable
2010-08-20 06:29:22 +00:00
Dongsheng Cai
02d4460c42
"MDL-23822, fixed return url of private files manager"
2010-08-18 06:56:56 +00:00
Petr Skoda
ede7252234
MDL-23784 finally getting rid of all legacy .gif and .png extensions, yay! fixing issues with incorrect & in JS code
2010-08-12 20:37:24 +00:00
Martin Dougiamas
e4f413b4b3
MDL-23302 Credit to Aparup. New cap moodle/user:manageownfiles to control private user files area
2010-07-22 09:05:13 +00:00
Martin Dougiamas
82af55d7e3
MDL-23367 First cut at moving the private files interface under /user. Has a few small bugs, working on them.
2010-07-19 13:21:16 +00:00
Martin Dougiamas
8682d4a9fa
NOBUG: Changing the 'Edit' button to "Manage my files" on Private files for usability
2010-07-18 08:12:52 +00:00
Martin Dougiamas
1f344794f3
MDL-23174 Tree closed by default, and Submit -> Save changes
2010-07-12 12:23:57 +00:00
Dongsheng Cai
78765507c4
MDL-23174 Private files editing page needs headings, navbar etc like a normal page
2010-07-12 09:39:47 +00:00
Dongsheng Cai
1230b9c96e
MDL-23116, added file type icon to private file block, stop using the short file name from filemanager
2010-07-08 04:38:13 +00:00
Dongsheng Cai
6b7faed167
MDL-23116, fixed private files block
2010-07-07 05:20:46 +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
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
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
Martin Dougiamas
03b12ea156
The private files block should have the same name as the file area
2010-05-20 05:11:46 +00:00
Dongsheng Cai
4d2ee4c2c0
MDL-16597, move print_filemanager to $OUTPUT->file_manager, now theme designers are able to costomize file manager.
2010-05-19 08:05:36 +00:00
Petr Skoda
99f3c138f7
MDL-22054 converting block name strings to pluginname
...
AMOS START
MOV [blockname,block_private_files],[pluginname,block_private_files]
AMOS END
2010-04-11 11:34:51 +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
David Mudrak
7a563f0f35
MDL-21694 Moving blocks lang files into the plugin scope
2010-03-29 15:33:27 +00:00
Dongsheng Cai
85495bd291
"MDL-21021, added a block to manager user private files"
2010-03-15 06:41:02 +00:00