Dongsheng Cai
ba74f517e6
MDL-21146, default license will be locked to prevent from disable, move site default license from frontpage to license config page
2010-04-09 19:40:23 +00:00
Petr Skoda
98da60215e
MDL-22033 groupings now enabled unconditionally, groupmembersonly kept as experimental - this simplifies groups code logic a bit, user interface changes should not be significant because the groupings are not visible much until at least one created; hopefully the new description of groupmembersonly will have to preventsome gradebook complaints
2010-04-07 07:37:12 +00:00
Petr Skoda
00b41d8fe1
MDL-21696 removing old translation UI which can not work any more + removing unused string_manager code
2010-04-06 11:34:10 +00:00
Martin Dougiamas
511cde1b1d
role/assign gui MDL-21655 Fixed regressions in GUI (missing heading and title on page)
2010-04-05 07:54:14 +00:00
Petr Skoda
6682cf1813
MDL-22019 fixed notices caused by deleting blocks without unisntalling
2010-04-02 08:26:59 +00:00
Petr Skoda
ef330d9533
MDL-22015 AMOS - making room for new string manager
2010-04-01 18:50:28 +00:00
Petr Skoda
c80e7a15be
MDL-22006 fixed problems with E_ALL in PHP 5.3., thanks Mauno Korpelainen for the report
2010-04-01 17:14:55 +00:00
Petr Skoda
a8bad673aa
MDL-21655 improved access control
2010-03-31 08:42:36 +00:00
Petr Skoda
413ba14194
MDL-21655 whitespace fixed
2010-03-31 08:34:36 +00:00
Petr Skoda
cc3c90ac40
MDL-21655 whitespace fixed, better access control and moodle_url cleanup
2010-03-31 08:33:17 +00:00
Petr Skoda
86758a5c60
MDL-21655 improved access control
2010-03-31 08:23:33 +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
David Mudrak
89422374d1
MDL-21694 Moving admin report strings into plugin space
2010-03-29 20:45:38 +00:00
Penny Leach
2a216b1b6c
portfolio MDL-20850 remove require_login and require_capability from admin/portfolio.php since it's done inside admin_externalpage_setup anyway
2010-03-29 11:42:22 +00:00
Dongsheng Cai
cf456fbf6c
"MDL-21947, fixed commentsperpage option"
2010-03-29 05:34:50 +00:00
Dongsheng Cai
1dce6261b7
"MDL-21146, adding file license support to repository api, first commit"
2010-03-29 03:39:08 +00:00
David Mudrak
a0b7200d9c
Fixing typos in DB persistant connection setting
2010-03-25 11:17:01 +00:00
jerome mouneyrac
bc5048f640
role admin MDL-21920 missing moodle_url() into single_button call
2010-03-25 08:47:25 +00:00
Sam Hemelryk
90723839ca
themes MDL-21862 Implements base theme and standard theme.
...
Very big theme changes, standardold theme has been split into two themes base and standard. Base theme contains only CSS that is absolutly required (e.g. layout, white space rules, specific widths) and standard (which now looks like standardwhite) contains all the frills.
The following noteable changes have also been made:
* Plugin CSS has been pushed back into the plugin directories as styles.css files.
* Install_print_header has been corrected.
* Redundant or deprecated rules have been removed.
* Several minor class changes throughout Moodle.
* CSS is now single line rules not multiline indented.
* Installs with theme=standardold automatically switch to standard.
* body classes / id now have prefixes to make it clearer what they are and avoid conflicts.
Also worth noting:
* There is still alot of tweaking that is required to get everything looking as it is supposed to, please be patient or better yet help out.
* I am currently working on the documentation for the themes system... it will be here soon.
2010-03-25 06:38:21 +00:00
Dongsheng Cai
54615141b4
"MDL-16639, php 5.2 don't understand ::static_func, use the old syntax"
2010-03-24 09:42:32 +00:00
Dongsheng Cai
42f57b18b8
"MDL-16639, added static function to read editor option names"
2010-03-23 08:53:47 +00:00
Dongsheng Cai
7a856a9330
"MDL-16639, enable spellchecker plugin, and added config pages"
2010-03-23 08:47:05 +00:00
Sam Hemelryk
456e4852c6
user-selector MDL-21537 Refactored JS to make use of YUI3
...
* YUI3 used instead of YUI2, converted all YUI2 components to YUI3 equivalents.
* Renamed user/selector/script.js to module.js
* Converted uses of the the user selector to YUI3 + the new events
2010-03-23 07:38:32 +00:00
Jamie Pratt
2822f40ae2
MDL-21894 "move functionality to create a token into function in externallib.php so it can be used when creating tokens for embedded applications" also fixed MDL-21893 "Errors in code for checking capability when creating token for service with requiredcapability" which I came across while re
2010-03-22 14:20:18 +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
Petr Skoda
17e5633cab
MDL-21876 fixed incorrect uses of bound parameters - patch by Ashley Holman, thanks!
2010-03-20 11:49:48 +00:00
Andrew Davis
134cacf1b7
rating MDL-21657 Removed accidental commit of an unrelated mnet work around
2010-03-16 08:11:24 +00:00
Andrew Davis
a09aeee47b
rating MDL-21657 first commit for rating library
2010-03-16 05:57:51 +00:00
Dongsheng Cai
7c5c69d6dc
"MDL-13766, improve repository admin page"
2010-03-10 03:24:14 +00:00
Dongsheng Cai
b21c6b13de
"MDL-13766, improve repository settings"
2010-03-09 08:18:04 +00:00
Petr Skoda
01a2ce80ec
MDL-21710, MDL-21711 new permissions evaluation and overriding UI
2010-03-07 09:28:54 +00:00
Dongsheng Cai
3b8e973833
"MDL-13766, fixed theme coding error"
2010-03-04 06:44:16 +00:00
Petr Skoda
54b8f86f16
fixed wrong include_once() - tabs.php is not a library file
2010-02-27 11:59:23 +00:00
jerome mouneyrac
c890a267b6
mnet MDL-21681 fix html_writer::tag call
2010-02-22 03:02:05 +00:00
Eloy Lafuente
d294000348
MDL-21666 backup & restore caps - moving to new naming schema. More to come.
2010-02-19 17:50:14 +00:00
Penny Leach
ded77f8b7f
mnet MDL-21098 fixed another small issue in the testclient
2010-02-18 05:01:17 +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
Penny Leach
24409f74b2
mnet MDL-21261 fixing a sql unique keyword in the new mnet admin testclient
2010-02-18 03:44:31 +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
Penny Leach
fa276a0c00
mnet MDL-21256 fixed regressions I introduced while rewriting
2010-02-17 01:59:39 +00:00
Petr Skoda
c63923bddb
MDL-20204 converted action_icon
2010-02-16 16:24:49 +00:00
jerome mouneyrac
e9b66095a3
webservice MDL-21524 add role_assign and role_unassign ws functions
2010-02-16 07:07:04 +00:00
Penny Leach
fc363065cb
mnet MDL-21582 fixing notices
2010-02-16 02:37:42 +00:00
Penny Leach
61506902f3
mnet MDL-20660 allow admins to configure fields to be sent over mnet
2010-02-16 02:05:30 +00:00
jerome mouneyrac
9baf3a7b65
webservice MDL-21527 update_users ws function supports customfields now (MDL-20616 patch needs to be committed in order to use the test client)
2010-02-15 08:56:51 +00:00
Eloy Lafuente
1f6a59517f
NOBUG: Fix upgrade, plz review
2010-02-12 09:24:28 +00:00
jerome mouneyrac
64e2ed74e2
webservice MDL-21351 Create service page: required capability is now in a show advanced section
2010-02-12 08:10:23 +00:00
Petr Skoda
63eaea4515
MDL-21581 fixed silly typo, thanks penny
2010-02-11 18:58:06 +00:00