Sam Hemelryk
1aa1e9b5b9
navigation MDL-22506 Fixed error when expanding site acitivities via AJAX
2010-05-20 06:01:00 +00:00
Sam Hemelryk
c7bbb86fa1
javascript MDL-22517 Fix for IE bug with single selects
2010-05-20 05:22:33 +00:00
Martin Dougiamas
765a1d4ba8
MDL-19628 getremoteaddr() now normally returns 0.0.0.0, which is good for logs and so on. It can be made to return null when that is required, by a new parameter.
2010-05-20 02:36:20 +00:00
Petr Skoda
12bb0c3ef5
MDL-22515 plugin settings can be forced now too + minor CFG init refactoring + get_config() cleanup
2010-05-19 13:30:13 +00:00
Dongsheng Cai
56d2b933ab
MDL-16597, disable the non js link temporarily, it is confusing, need a better workaround
2010-05-19 08:25:01 +00:00
Dongsheng Cai
4d2ee4c2c0
MDL-16597, move print_filemanager to $OUTPUT->file_manager, now theme designers are able to costomize file manager.
2010-05-19 08:05:36 +00:00
Sam Hemelryk
7c4efe3bc4
navigation MDL-14632 Added fuzzy matching as a worst case scenario to find the active node and tidied up course report page layouts
2010-05-19 07:57:00 +00:00
Sam Hemelryk
882e66febb
navigation MDL-14632 Fixed minor JS bug
2010-05-19 05:56:13 +00:00
Sam Hemelryk
2f4c75a143
form MDL-22286 Fixed use of property that did not exist
2010-05-19 05:33:36 +00:00
Sam Hemelryk
60c3cf88e0
form MDL-22286 Added missing global
2010-05-19 03:55:41 +00:00
Dongsheng Cai
403eabd4e5
MDL-16597, added loadding indicator
2010-05-19 03:44:57 +00:00
jerome mouneyrac
4676eaf79b
publish course MDL-19315 refactor the publish index page + add unpublish operation
2010-05-19 03:21:58 +00:00
Dongsheng Cai
1345cc539c
MDL-16597, tweak filemanager UI
2010-05-19 03:00:10 +00:00
Sam Hemelryk
f856106b10
javascript-minify MDL-21435 Fixed typo
2010-05-19 02:22:17 +00:00
Sam Hemelryk
045f492c6b
javascript-minify MDL-21435 Added Minify third party lib and integrated to with JavaScript and CSS serving
2010-05-19 02:15:16 +00:00
Petr Skoda
adf176d711
MDL-22479 removed all get_admin calls from upgrade script, fixed regessions in get_users_from_config() and reimplemented admin support in admin_setting_users_with_capability(), switch non-unique usernames in admin settings to user ids and upgraded existing settings + some more validation
2010-05-18 16:59:08 +00:00
David Mudrak
4f6be42cde
MDL-22061 Fixed regression, non-translated exception names do not produce debugging
2010-05-18 11:58:53 +00:00
Sam Hemelryk
32690ac23c
forms MDL-22487 Fixed resizing bug in smart select
2010-05-18 08:11:12 +00:00
Sam Hemelryk
572dd8ec69
forms MDL-22487 Implemented a JavaScript enhancement that converts an nbps indented form into a tree structure to mask the select.
2010-05-18 07:58:45 +00:00
Sam Hemelryk
9a18a77e3d
navigation MDL-22425 Only display categories if enabled AND there is more than one category
2010-05-18 02:41:27 +00:00
Sam Hemelryk
25ad1f47d6
navigation MDL-22425 Fixed current user being added to the users branch in the navigation when on the site page
2010-05-18 02:03:13 +00:00
Dongsheng Cai
0aa366ecdc
"MDL-21021, removed reduplicated user private folder"
2010-05-18 01:49:50 +00:00
David Mudrak
3fa37159d7
MDL-21695 Admin setting descriptions are expected in Markdown syntax now
...
This is backwards compatible as the strings actually do not use
formatting at all. Using Markdown syntax allows us to use the same
string as we use for help.
2010-05-17 21:08:57 +00:00
Martin Dougiamas
e641b745ee
MDL-22015 Added a new setting langstringcache to enable/disable the string caching. Developers will want to switch this off. :)
2010-05-17 09:26:17 +00:00
Andrew Davis
771b3fbe12
rating MDL-21836 altered render_rating() to make better use of html_writer
2010-05-17 07:31:22 +00:00
Dongsheng Cai
775af58fe0
"MDL-20988, set type name for editor element"
2010-05-17 07:17:22 +00:00
Sam Hemelryk
87c215de67
navigation MDL-14632 Fixed up user profile navigation and settings after recent changes.
2010-05-17 05:38:59 +00:00
Martin Dougiamas
7928979b96
MDL-22479 Added a check for $CFG->siteadmins being empty, then try to recover. Avoids upgrade issues.
2010-05-17 05:17:12 +00:00
David Mudrak
f53fde9f47
MDL-22015 core_string_manager cache can be disabled by setting $CFG->disablelangdiskcache
2010-05-16 19:58:47 +00:00
David Mudrak
9b3af74c35
MDL-22015 clear string_manager caches on upgrade
2010-05-16 19:37:19 +00:00
Martin Dougiamas
aaf133838c
old admin blocks MDL-22475 Goodbye admin and admin_tree. You were good to us. But now we have Settings.
2010-05-16 16:19:27 +00:00
Martin Dougiamas
0fa096bbca
MDL-19315 Renaming published_courses table to course_published (Coding guidlines!!)
2010-05-16 16:06:15 +00:00
David Mudrak
2eebde6e5f
MDL-22015 core_string_manager: caching and performance logging improved
...
The results of merged en + en_local + parentlang + parentlang_local +
lang + lang_local are now saved into disk cache in dataroot/cache/lang/.
The number of get_string() calls, and number of mem cache and disk cache
hits are part of performance logging.
Disk cache must be removed whenever the language packs or their local
customizations are deleted. Disk cache is rebuilt automatically.
2010-05-16 11:45:33 +00:00
Dongsheng Cai
3e1233680a
MDL-19168, dropbox repository plugin for moodle, and oauth support for filepicker. dropbox plugin has a known bug: cannot access folders or files with space, using urlencode to encode filepath is not helping, needs to contact dropbox team to find workaround
2010-05-14 08:29:33 +00:00
Sam Hemelryk
ba2789c101
navigation MDL-22425 Fixed courses not being shown to logged in users and removed all traces of mymoodleredirect settings
2010-05-14 06:41:44 +00:00
Martin Dougiamas
3f9ccf85ce
MDL-22425 Don't show My Home link on home page if not logged in
2010-05-14 02:55:46 +00:00
Sam Hemelryk
4766a50c19
navigation MDL-22425 Restructured navigation for the nth time plus performance tweaking and course display limit
2010-05-13 09:57:43 +00:00
jerome mouneyrac
178097a0c0
course publication MDL-19315 retrieve previously published information when republished
2010-05-13 08:49:13 +00:00
Andrew Davis
9e86f2e7a9
rss MDL-22204 fixed rss autodiscovery and made the RSS UI elements placement consistent
2010-05-13 08:44:35 +00:00
Andrew Davis
4dfdeb76dd
rss MDL-22204 added ability for user to reset their rss token
2010-05-13 02:13:06 +00:00
Andrew Davis
842cd18bc9
rss MDL-22204 added ability for user to reset their rss token
2010-05-13 02:07:57 +00:00
Tim Hunt
14f3ad159d
moodlelib MDL-19418 fix bugs introduced when converting clean_param to preg.
...
Aumusingly, one of the bugs was detected by a unit test that was in Moodle 1.9, but
which for some reason was not in HEAD. I have tidied up the clean_param unit tests
and added a few more.
2010-05-12 12:05:59 +00:00
Rossiani Wijaya
bbfa9be0f8
MDL-20445 - change the logic to get 'title' attribute for the link in navbar and navblock.
2010-05-12 08:10:59 +00:00
jerome mouneyrac
229a70996a
security keysMDL-12886 cleanup a bit the security keys page (move html into renderer and DB query into library)
2010-05-12 07:53:07 +00:00
Andrew Davis
ffa3bfb36f
rss MDL-22204 added library functions to allow the user to get a new rss token
2010-05-12 06:48:59 +00:00
David Mudrak
b4c458a347
Fixing an incorrect usage of 'continue' statement outside the loop
...
This was a blocker for CLI installer. After a site is installed via CLI,
the admin has to log in and edit his/her profile. The profile editing
page did not work as it run into this if {} statement, producing fatal
error.
2010-05-11 15:47:12 +00:00
Sam Marshall
c4893595fc
Completion tracking: NOBUG Added missing phpdoc comment.
2010-05-11 13:49:24 +00:00
Sam Hemelryk
12cc75aed5
custommenu MDL-22398 Fixed notice during install/upgrade with $CFG->custommenuitems
2010-05-11 07:30:04 +00:00
Sam Hemelryk
242b78f73b
javascript MDL-22398 Fixed issue if custommenu was init but not shown
2010-05-11 07:16:23 +00:00
Dongsheng Cai
ea1780adf3
MDL-13766, implemented user quota
2010-05-11 06:49:51 +00:00