9148 Commits

Author SHA1 Message Date
Sam Hemelryk
cedc5b828a navigation-javascript MDL-21329 Corrected dock issue when many blocks were docked and fixed misc sizing issues 2010-01-18 06:19:51 +00:00
Dongsheng Cai
8e71b1d6b1 "MDL-21170, adding missing itemid to editor element" 2010-01-18 06:16:00 +00:00
Dongsheng Cai
0c4edaa243 "MDL-21170, complete upload function, fixed missing itemid" 2010-01-18 05:28:42 +00:00
Martin Dougiamas
e15887b092 commentlib MDL-21345 Fixed a typo breaking new comment profile images 2010-01-18 03:01:44 +00:00
Sam Hemelryk
8aa92f9efb calendar MDL-21355 Fixed bug when using undock all button after undocking an individual block 2010-01-18 02:56:17 +00:00
Andrew Davis
b245afc07a weblib MDL-21296 added a todo 2010-01-18 01:51:15 +00:00
Petr Skoda
ed77a56f63 MDL-21362 migrating old url processing stuff from filelib into moodle_url class continued 2010-01-17 22:12:31 +00:00
Petr Skoda
7dff555f03 MDL-21362 migrating old url processing stuff from filelib into moodle_url class 2010-01-17 21:53:11 +00:00
Petr Skoda
5e991e3797 MDL-21362 fixed incorrect url constructors 2010-01-17 16:09:15 +00:00
Petr Skoda
bc0663abfb MDL-21233 fixed recent regression 2010-01-17 11:01:31 +00:00
Petr Skoda
5509254c25 MDL-21233 prepare_url obsoleted by new html_writer and changes in moodle_url 2010-01-17 10:59:07 +00:00
Petr Skoda
8afba50b84 MDL-21233 get_query_string() is definitely not recommended in new code, instead use moodle_url constructors with proper parameters; removed some more legacy url concatenation operations; realized out_action is not needed often, because we shoudl pass arounf moodle_url instances instead of old url strings 2010-01-17 10:54:13 +00:00
Petr Skoda
b9bc201962 MDL-21233 escaped parameter is far more importatnt than the overrideparams in out() method - especially all JS urls should be converted to out(false); also it is possible to create new url with overrided parameters in constructor which might be actually work around the double encoding problems in the url (we should never use the out() in moodle_url constructor itself!) 2010-01-17 09:50:55 +00:00
Petr Skoda
eb7880654f MDL-21233 finally removed the omitquerystring parameters from the out method because: 1/ the least used parameter should nto be first, 2/ it is colliding with the other two paramters, now we have separate funtion for that instead 2010-01-17 09:37:30 +00:00
Petr Skoda
340d461269 MDL-21233 simplifying moodle_url->out() api 2010-01-17 09:18:11 +00:00
Petr Skoda
a4a04ada39 MDL-21233 removing sloppy out_returnurl() from public api, it is considered a bad practise to pass around urls through page parameters, sorry 2010-01-17 09:13:36 +00:00
Petr Skoda
bde156b3fa MDL-21233 obviously input tag writing does not belong into the moodle_url class, moving to html_writer instead + simplifying api / regression fixed 2010-01-17 09:08:34 +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
6770330d17 MDL-21235 support for optgroups in select 2010-01-16 19:48:01 +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
3750c3bdb4 MDL-21235 input select improved BC 2010-01-16 17:39:50 +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
Sam Marshall
5a84cc7048 MDL-21356 rsslib: Schema address from tag output in wasn't escaped (problem only if it contains &) 2010-01-15 14:36:11 +00:00
Petr Skoda
f14b641b91 MDL-21235 new action_link fixed 2010-01-15 09:01:59 +00:00
Dongsheng Cai
99eaca9d3d "MDL-21170, major update to filepicker, complete rewrote filepicker javascript code to use YUI3, need furthur polish" 2010-01-15 07:48:38 +00:00
Sam Hemelryk
b291933029 javascript MDL-21329 Tidied up navigation and blocks JS documentation 2010-01-15 03:34:20 +00:00
Sam Hemelryk
2b025b1765 navigation MDL-14632 Site Administration no longer links as well as expands 2010-01-15 02:43:55 +00:00
Petr Skoda
11820bacc1 MDL-21235 minor docs fixes 2010-01-14 22:51:10 +00:00
Petr Skoda
4871a238f0 MDL-21235 fixed confirm regression 2010-01-14 22:44:24 +00:00
Petr Skoda
574fbea453 MDL-21235 new action_link 2010-01-14 22:40:33 +00:00
Petr Skoda
0f4c64b79f MDL-21235 new link method in html_write, partinally replaces old html_link, going to add new action_link soon 2010-01-14 22:10:20 +00:00
David Mudrak
3bf11ca479 MDL-21346 fixed various print_password_policy() issues, merged from 1.9 2010-01-14 20:53:06 +00:00
Petr Skoda
3ba60ee16a MDL-21235 new single button rendering 2010-01-14 19:18:04 +00:00
David Mudrak
4916f37f52 workshop added to the whitelist of standard modules 2010-01-14 11:30:10 +00:00
Petr Skoda
1a887a5eef fixed pgsql compatibility issue caused by aliases with reserved words 2010-01-14 08:37:53 +00:00
Rossiani Wijaya
34d2b19a15 MDL-16919 - Convert uppercase to lowercase for param_username and updating test result in testmoodlelib. 2010-01-14 07:18:06 +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
Sam Hemelryk
9d89733132 javascript-dock MDL-21329 Several major changes to the underlying navigation and dock code
The following changes have been made in this commit:
1. Renamed the side bar thing to dock, this is consistent through all code/css now.
2. Converted everything to YUI 3 except the panel which docked items are shown in, this iwll be converted once YUI 3 overlay is no longer beta.
3 Redisigned the dock, all blocks can now make use of it, and theme code within JS can override it so they can make it look as they want.
More changes are coming
2010-01-14 05:35:23 +00:00
Andrew Davis
0ae98120ae weblib MDL-21183 Commented out some unreasonable unit tests 2010-01-14 02:17:24 +00:00
Petr Skoda
bf11293a94 MDL-21235 converted help cions to final render outputlib api 2010-01-13 18:50:28 +00:00
Petr Skoda
5d0c95a5ac MDL-21235 towards the final outputlib api - implementing separate html writer and implementing new render() method 2010-01-13 17:13:52 +00:00
Petr Skoda
d5fac1cfd4 more eclipse autocompletion fixes 2010-01-13 11:25:15 +00:00
jerome mouneyrac
2e74c15aa6 webservice MDL-20805 add token authentication method to test client (+ use token constant) - forgot a file 2010-01-13 10:15:58 +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
jerome mouneyrac
eec99048c2 webservice MDL-20805 move token constant to moodlelib 2010-01-13 10:05:49 +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
Sam Hemelryk
fef275786f outputlib MDL-21325 changed theme_config::DEFAULT_THEME from standard to standard old to get rid of notices.
Added javascripts_footer back into the configurable array so that themes can put javascript into the footer.
2010-01-13 03:00:11 +00:00
Andrew Davis
ef29cb5a15 weblib MDL-21296 added a comment about convert_urls_into_links() causing timeouts 2010-01-13 02:19:21 +00:00