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
jerome mouneyrac
de7a00a400
webservice MDL-20805 no admin should create web service token for themself
2010-01-13 02:01:56 +00:00
Petr Skoda
5f0baa43a5
MDL-21149 preparation for renaming of old standard to standardold
2010-01-12 17:21:52 +00:00
Eloy Lafuente
ecbeab1a95
MDL-21296 - Adding timing info to test in order to compare results ; merged from 19_STABLE
2010-01-12 14:08:50 +00:00
Eloy Lafuente
2b2acf7563
MDL-21168 - Support encoded chars in query part of URL. Done in review day, but it's tested, grrr. Merged from 19_STABLE
2010-01-12 13:40:56 +00:00
Eloy Lafuente
9dd05f1db7
MDL-21168 - Added test for URLs with encoded paths and queries and fixed some onew. Merged from 19_STABLE
2010-01-12 13:33:25 +00:00
Petr Skoda
90611847c8
MDLSITE-854 setting bigger output buffer size to match size of our CSS and JS
2010-01-12 11:12:59 +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
Sam Hemelryk
ef1973ce0a
lib-configonlylib MDLSITE-854 Changed zlib setting from on to 1 to fix content delivery bug
2010-01-12 03:16:38 +00:00
Andrew Davis
c95002a23c
grader report MDL-19704 Fixed a problem with my version/upgrade changes
2010-01-12 03:01:40 +00:00
Andrew Davis
82fc44da39
grader report MDL-19704 Fixed a problem with my version/upgrade changes
2010-01-12 02:59:58 +00:00
Petr Skoda
ae5b6801c3
fixed one more docs typo
2010-01-11 10:06:56 +00:00
Petr Skoda
39df78bfea
fixed yet another docs typo
2010-01-11 10:04:39 +00:00
Petr Skoda
b2ae9661e0
fixed another docs typo
2010-01-11 10:03:16 +00:00
Petr Skoda
2e7dbbd729
fixed docs typo
2010-01-11 10:02:14 +00:00
jerome mouneyrac
15e417fe1f
webservice MDL-20805 added token creation page
2010-01-11 08:23:39 +00:00
Andrew Davis
a25bb902f0
grader report MDL-19704 Added ability to hide course and category totals without hiding anything else
2010-01-11 07:35:40 +00:00
Andrew Davis
330cc667b0
weblib MDL-21168 Added some more unit tests
2010-01-11 06:26:59 +00:00
Eloy Lafuente
fd81d5bd37
MDL-21168 avoid http://www.whatever to be linked twice ; merged from 19_STABLE
2010-01-08 22:25:13 +00:00
Eloy Lafuente
4275973318
MDL-21168 avoid http://www.whatever to be linked twice ; merged from 19_STABLE
2010-01-08 22:18:42 +00:00