Rossiani Wijaya
|
24fadf0d4a
|
MDL-21300 - remove filename validation for invalid character.
|
2010-01-22 02:02:10 +00:00 |
|
Petr Skoda
|
7beccff9a1
|
MDL-21422 migration to YUI3
|
2010-01-21 22:36:44 +00:00 |
|
Petr Skoda
|
6e9bad56e8
|
MDL-21422 migration to YUI3
|
2010-01-21 22:29:28 +00:00 |
|
Petr Skoda
|
9598d578bb
|
MDL-21420 modole_cfg converted to M.cfg
|
2010-01-21 22:19:46 +00:00 |
|
Eloy Lafuente
|
054d3924f2
|
NOBUG: On upgrade, cli must not override current config. Just set undefined (new) ones
|
2010-01-21 10:04:03 +00:00 |
|
Petr Skoda
|
543f54d3e5
|
MDL-21401 eliminating last uses of WHEN_TOP_OF_BODY
|
2010-01-20 18:07:49 +00:00 |
|
jerome mouneyrac
|
3f77607874
|
administration MDL-21351 revert changes
|
2010-01-20 10:16:41 +00:00 |
|
jerome mouneyrac
|
8399c714d7
|
webservice MDL-21351 remove Save Changes button from token/service/protocol page, relabel some Save Changes button into more explicit label, add help text to service page
|
2010-01-20 10:01:03 +00:00 |
|
jerome mouneyrac
|
721312bd2c
|
administration MDL-21392 add hidesavebutton() for admin_settingpage class
|
2010-01-20 09:58:17 +00:00 |
|
jerome mouneyrac
|
a3103a10b3
|
webservice MDL-21351 fix navigation bar (add link to make the navigation easier)
|
2010-01-20 07:20:03 +00:00 |
|
jerome mouneyrac
|
3a17a7a352
|
webservice MDL-21351 add function page: use multiple searchable selector
|
2010-01-20 02:44:19 +00:00 |
|
jerome mouneyrac
|
c59a67ab40
|
webservice MDL-21351 function page: remove back button and change add button for a link
|
2010-01-20 01:29:12 +00:00 |
|
Petr Skoda
|
9dec75dbcc
|
MDL-21240 shortened urls now start with / everywhere
|
2010-01-18 20:57:32 +00:00 |
|
Petr Skoda
|
6ea66ff36c
|
MDL-21233 obviously input tag writing does not belong into the moodle_url class, moving to html_writer instead + simplifying api
|
2010-01-17 09:06:55 +00:00 |
|
Petr Skoda
|
d776d59ee2
|
MDL-21235 fixed select method name
|
2010-01-16 18:29:51 +00:00 |
|
Petr Skoda
|
4b9210f31b
|
MDL-21235 more conversion to new select
|
2010-01-16 18:25:51 +00:00 |
|
Petr Skoda
|
3ff163c597
|
MDL-21235 html_writer now supports select form elements
|
2010-01-16 17:00:22 +00:00 |
|
Petr Skoda
|
a685593466
|
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
|
2010-01-16 15:39:56 +00:00 |
|
Petr Skoda
|
3ba60ee16a
|
MDL-21235 new single button rendering
|
2010-01-14 19:18:04 +00:00 |
|
jerome mouneyrac
|
1768ae5b8e
|
webservice MDL-20805 fix sql column naming
|
2010-01-14 08:43:08 +00:00 |
|
jerome mouneyrac
|
d69f5012c9
|
webservice MDL-20805 fix sql column naming
|
2010-01-14 08:40:32 +00:00 |
|
Sam Hemelryk
|
d2c394f3c3
|
javascript-dock MDL-21329 Added $CFG->allowblockstodock(true by default) and $THEME->enable_dock (false by default)
Also moved blocks/blocks.js to javascript-static,js so there is one less file to load
|
2010-01-14 06:56:12 +00:00 |
|
jerome mouneyrac
|
42f5012075
|
webservice MDL-20805 change NOT IN for NOT EXISTS
|
2010-01-13 11:17:21 +00:00 |
|
jerome mouneyrac
|
81c2a98750
|
webservice MDL-20805 change NOT IN for NOT EXISTS
|
2010-01-13 11:15:31 +00:00 |
|
jerome mouneyrac
|
7614f4f327
|
webservice MDL-20805 readd the ORDER BY varchar (cross-db)
|
2010-01-13 11:09:31 +00:00 |
|
jerome mouneyrac
|
49af1c558b
|
webservice MDL-20805 remove the ORDER BY text (not cross-db)
|
2010-01-13 11:01:06 +00:00 |
|
jerome mouneyrac
|
f692098303
|
webservice MDL-20805 fix sql request so return only unique ID
|
2010-01-13 10:51:15 +00:00 |
|
jerome mouneyrac
|
bff11d2953
|
webservice MDL-20805 add token authentication method to test client (+ use token constant)
|
2010-01-13 10:10:27 +00:00 |
|
Rossiani Wijaya
|
07ed083e4e
|
MDL-16919 - Allow username to contain alphanumeric lowercase characters, underscore (_), hyphen (-), period (.) or at symbol (@)
|
2010-01-13 06:23:54 +00:00 |
|
jerome mouneyrac
|
8c594bbb11
|
webservice MDL-20805 add missing exception string message
|
2010-01-13 04:03:52 +00:00 |
|
Penny Leach
|
c684febcc3
|
mnet MDL-21328 fixed non unique first field sql in mnet_services.php
merged from MOODLE_19_STABLE
|
2010-01-13 02:46:12 +00:00 |
|
Penny Leach
|
739e4e3c21
|
mnet MDL-17082 removed all use of $_POST
merged from MOODLE_19_STABLE
|
2010-01-13 02:42:01 +00:00 |
|
jerome mouneyrac
|
5eacbd4be4
|
webservice MDL-20805 added token creation page in user profil (with service required capability check and moodle/webservice:createtoken capibility check)
|
2010-01-12 10:34:52 +00:00 |
|
jerome mouneyrac
|
15e417fe1f
|
webservice MDL-20805 added token creation page
|
2010-01-11 08:23:39 +00:00 |
|
Rossiani Wijaya
|
086f0e6f46
|
MDL-21174 - exclude deleted users in bulk upload of user profile pictures.
|
2010-01-11 07:24:18 +00:00 |
|
Rossiani Wijaya
|
941c3027a7
|
MDL-21174 - exclude deleted users in bulk upload of user profile pictures.
|
2010-01-11 06:56:34 +00:00 |
|
jerome mouneyrac
|
5ae9f53976
|
webservice MDL-20805 add admin token page. To do: create and delete operation + context support
|
2010-01-06 09:33:05 +00:00 |
|
Rossiani Wijaya
|
cdfedbd228
|
MDL-18824 changing fullname name (fullnamedisplay) default value to language.
|
2010-01-06 05:11:25 +00:00 |
|
Petr Skoda
|
8a13809318
|
MDL-21198 one more single_button + version bump to the new year (could not resit it)
|
2010-01-03 20:54:36 +00:00 |
|
Petr Skoda
|
dc6896efe0
|
MDL-21198 used new simple_button class when doing OUTPUT->confirm() - more consistent and hopefully easier to remember than html_form::make_button() ;-)
|
2010-01-03 20:47:13 +00:00 |
|
Petr Skoda
|
5c2ed7e215
|
MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements
|
2010-01-03 15:46:14 +00:00 |
|
Petr Skoda
|
8ae8bf8a14
|
MDL-21198 OUTPUT->action_icon improvements, refactoring and fixing conversion regressions
|
2010-01-02 13:17:54 +00:00 |
|
Petr Skoda
|
4bcc51185c
|
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
|
2009-12-30 15:19:55 +00:00 |
|
Petr Skoda
|
7a82b2afc8
|
MDL-21204 fixed incorrect url params, credit goes to Gabriel Dias
|
2009-12-28 19:42:19 +00:00 |
|
Petr Skoda
|
191b267bcd
|
MDL-20790 more page layouts -see base theme for full list; also added new css body class for describing current layout; base layout is now default for beter BC; require_login() now sets 'incourse' layout automatically
|
2009-12-27 12:02:04 +00:00 |
|
Petr Skoda
|
7dccaef182
|
fixed CLI script detection
|
2009-12-27 11:51:44 +00:00 |
|
Petr Skoda
|
84d6e8323d
|
MDL-21189 yui combined file loading admin setting
|
2009-12-25 22:47:41 +00:00 |
|
Petr Skoda
|
92e01ab771
|
MDL-21125 obsoleting global $THEME
|
2009-12-23 17:44:17 +00:00 |
|
Matt Oquist
|
2072925988
|
MDL-19024 Fix a bug that stops strings from being displayed correctly in the admin section when configuring the MNET services. (Thanks, Richard Mansfield.)
|
2009-12-22 02:25:02 +00:00 |
|
jerome mouneyrac
|
7886efc41e
|
webservice MDL-20803 add switch to disable documentation, fix renderer call on login page, fix xhtml strict, add css file. TODO: use output render function to display tag, move all css style into the css file
|
2009-12-21 04:01:02 +00:00 |
|