9794 Commits

Author SHA1 Message Date
David Mudrak
7be6768138 MDL-22295 CLI installer supports --chmod argument to define $CFG->directorypermissions 2010-05-20 13:40:45 +00:00
Petr Skoda
6167660806 fixed inconsistent whitespace and obsolete use of $result in upgrades 2010-05-20 09:09:08 +00:00
Sam Hemelryk
2713c6bd7c navigation MDL-22524 Integrated blogs with the settings navigation. 2010-05-20 08:04:20 +00:00
Petr Skoda
906fb8f883 MDL-17445 course deletion cleanup and adding new event that is triggered after removing course content 2010-05-20 07:59:13 +00:00
Petr Skoda
a05bcfbaa5 MDL-14589 files are attached to context so it makes sense to delete them when deleting the context 2010-05-20 07:53:48 +00:00
Petr Skoda
196f1a259d MDL-17317 delete_context can not return false any more, only exceptions when problem found 2010-05-20 07:40:17 +00:00
Sam Hemelryk
d6d07a6821 navigation MDL-14632 Fixed up pagelayouts and navbars in the group section 2010-05-20 07:35:44 +00:00
Petr Skoda
70d35fe6f9 MDL-22061 use string_exists during plugin uninstall 2010-05-20 07:29:54 +00:00
Dongsheng Cai
573e7e3396 revert some changes, my cvs client (smartcvs) goes wrong, commited all my local changes, MDL-8224 2010-05-20 06:35:41 +00:00
Dongsheng Cai
af140288c4 MDL-8224, minor changes to tweak ui 2010-05-20 06:26:40 +00:00
Dongsheng Cai
d8f3170367 MDL-16597, added some style to make filemanger prettier 2010-05-20 06:15:44 +00:00
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