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
Dan Marsden
f5da79e28b
mnet MDL-16522 missed a check - should not show logs tab for all hosts screen
2009-12-18 03:20:21 +00:00
Dan Marsden
12f549e2ff
mnet MDL-16522 duplication of inconsistant code - now uses a tabs.php file but still needs a further code tidy as per MDL-16286
2009-12-18 03:09:05 +00:00
Martin Dougiamas
1fc216ff78
external blogs MDL-19683 Fixed a typo that meant cron synch was not working
2009-12-17 03:47:00 +00:00
Petr Skoda
2f67a9b3a5
MDL-20700 whitespace terror returns yet again
2009-12-16 22:22:37 +00:00
Petr Skoda
b5d0cafc6f
MDL-20787 final switch to new $OUTPUT->pix_url() - yay!
2009-12-16 21:50:45 +00:00
Petr Skoda
47ce714bc0
MDL-21142 minor cleanup in out() default params
2009-12-16 21:33:01 +00:00
Petr Skoda
683c01d2c8
MDL-20787 removed mod_icon_url() completely
2009-12-16 20:30:24 +00:00
Petr Skoda
f44b10ed93
MDL-21139 replace all yui functions/methods with yui2 to make room for yui3
2009-12-16 20:25:14 +00:00
Petr Skoda
78946b9bdb
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
2009-12-16 18:00:58 +00:00
Penny Leach
24ba58ee9a
portfolio MDL-21079 be more selective about including libraries.
...
this involves moving all formslib includes to where they're actually needed.
it also moves the portfolio stuff from assignment,data,chat,forum and glossary
into a locallib.php which involved creating it for many of those modules.
2009-12-12 11:27:07 +00:00
jerome mouneyrac
e67b934bf2
webservice MDL-12886 fix xhtml strict error into admin/webservice/service_users.php
2009-12-09 06:54:05 +00:00
jerome mouneyrac
b5bbeaf02c
flash upgrader MDL-20841 New config setting excludeoldflashclients will set a minimum version for flash clients. A check in the standard_head_html is run once, and will set a session variable with the current flash version. If the current flash version is lower than the minimum requirement, then Moodle will serve alternate content whenever a flash file is requested. The alternate file will ask the user to upgrade flash, merged from 1.9
2009-12-02 06:38:16 +00:00