627 Commits

Author SHA1 Message Date
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
Dongsheng Cai
14469892ac MDL-13766, improve repository code to store source information 2010-03-25 07:54:19 +00:00
Dongsheng Cai
98b15580f5 "MDL-21883, filepicker fixed dynamics loading" 2010-03-23 04:08:45 +00:00
Dongsheng Cai
ef3e1fbcb3 "MDL-13766, fixed typo" 2010-03-22 01:55:40 +00:00
Dan Poltawski
f8df83f357 repository_ajax.php MDL-21882 - dont default to a repo id which may exist
This seems like a dangerous thing to do as it may cause actions on repoid 1
inadvertantly
2010-03-21 14:01:30 +00:00
David Mudrak
16be897441 MDL-21652 html_table rendering refactored
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Dongsheng Cai
d0e36ce531 "MDL-21443, fixed phpdocs" 2010-03-18 09:45:25 +00:00
Dongsheng Cai
560ad965ec "MDL-21474, fixed mahara phpdocs" 2010-03-16 08:50:59 +00:00
Dongsheng Cai
1238246b45 "MDL-13766, fixed input name" 2010-03-16 06:05:24 +00:00
Dongsheng Cai
283cf6ec6f "MDL-13766, fixed zindex value for search dialog" 2010-03-16 04:02:42 +00:00
Dongsheng Cai
d10c92f3a5 "MDL-13766, fixed context default value" 2010-03-16 03:30:29 +00:00
Dongsheng Cai
8e0946bf01 "MDL-21443, improve phpdoc" 2010-03-16 03:29:45 +00:00
Dongsheng Cai
447c7a192c "MDL-13766, fixed context default value" 2010-03-16 03:21:59 +00:00
Dongsheng Cai
9d4ef80f9d "MDL-13766, fixed coding style" 2010-03-16 02:57:18 +00:00
Dongsheng Cai
d5774763d1 "MDL-13766, removed debug code" 2010-03-15 06:42:55 +00:00
Dongsheng Cai
ad13710756 "MDL-15405, fixed non-js filepicker url, need more work on nonjs version" 2010-03-15 06:29:47 +00:00
Dongsheng Cai
133fd70ba5 "MDL-13766, improve filemanager to browse user_private area files" 2010-03-15 06:12:39 +00:00
Dongsheng Cai
539d4041ec "MDL-13766, fixed popup authentication" 2010-03-15 05:19:43 +00:00
Dongsheng Cai
b38b61320d "MDL-15488, fixed flickr plugin" 2010-03-10 03:37:31 +00:00
Dongsheng Cai
7c5c69d6dc "MDL-13766, improve repository admin page" 2010-03-10 03:24:14 +00:00
Dongsheng Cai
8c4a468791 "MDL-13766, fixed call-time pass-by-reference warning" 2010-03-09 08:19:41 +00:00
Dongsheng Cai
aea5595c4e "MDL-13766, php5 passing by reference by default, so remove the & in function definition" 2010-03-09 06:25:20 +00:00
Dongsheng Cai
8a3e6a5604 "MDL-13766, fixed maxbytes limit" 2010-03-08 16:49:51 +00:00
Dongsheng Cai
e0b85db4bc "MDL-21240, improve key bindings for filepicker" 2010-03-08 04:11:32 +00:00
Dongsheng Cai
a14a933c2b "MDL-16596, fixed nonjs filemanager" 2010-03-07 16:40:25 +00:00
Dongsheng Cai
81bdfdb9af "MDL-13766, fixed Call-time pass-by-reference warning" 2010-03-04 09:28:17 +00:00
Dongsheng Cai
a642bf6f37 "MDL-21507, enable repository type by default" 2010-03-04 06:47:21 +00:00
Dongsheng Cai
754402703b "MDL-21240, fixed the conflict marks I introduced, sorry for that" 2010-03-02 08:25:25 +00:00
Dongsheng Cai
fe879bf308 "MDL-21683, baseurl incorrectly defined, prevents deletion of repository instances, credits to Mark Johnson" 2010-03-02 07:38:04 +00:00
Dongsheng Cai
411caa63bb "MDL-21240, fixed variable namespace, credits to Nicolas Rod <Nicolas.Rod@unige.ch>" 2010-03-02 02:28:11 +00:00
Penny Leach
677b6321af mnet MDL-21098 fixed quite a few issues in the mnet installer and testclient. Rebumped all plugin versions that use mnet to get the services reinstalled 2010-02-18 04:55:34 +00:00
Petr Skoda
929d7a8362 MDL-20204 converted paging_bar to new coding style + fixed regressions from recent commits 2010-02-17 16:59:41 +00:00
Petr Skoda
c63923bddb MDL-20204 converted action_icon 2010-02-16 16:24:49 +00:00
Petr Skoda
2b728cb5e1 MDL-21420 finally moving old global mstr to new M.str. 2010-02-07 09:43:07 +00:00
Petr Skoda
87ad1edcd6 MDL-21400 JS modules now include needed strings in module description + fixed some string and icon issues in file picker 2010-02-07 09:34:19 +00:00
Petr Skoda
4c508047eb MDL-21400 converting forms stuff to new M namespace and using standardised JS module coding style, fixed some regressions - for now works in FF only 2010-02-03 14:36:53 +00:00
Penny Leach
287efec6f6 mnet MDL-21276 get rid of all the $MNET* globals 2010-02-02 03:13:40 +00:00
Dongsheng Cai
1a6195b428 "MDL-21443, update phpdocs" 2010-01-29 05:50:40 +00:00
Penny Leach
4196f8f73a mnet MDL-21473 bumping versions of mnet-enabled plugins again after fixing a mnet installer bug 2010-01-29 04:13:59 +00:00
Penny Leach
b740b3590f mnet MDL-21473 detect services we subscribe to, as well as publish at install/upgrade as well
and add upgrades for all mnet enabled plugins
2010-01-29 02:31:44 +00:00