Rossiani Wijaya
d52777b486
MDL-27542 calendar export: fixed the following:
...
1. changing auth token to use user id instead of username
2. add fall back checking for old url
3. remove yui functionality to generate calendar url
4. add missing variable
5. fixed usercontext instance
2011-11-07 17:07:00 +08:00
Rossiani Wijaya
03929beaa1
MDL-27752 Calendar export: fixed typo in url parameter
2011-08-08 13:01:09 +08:00
Sam Hemelryk
797cedc7cf
MDL-25249 Tidied up calendar variable passing and removed session abuse
2011-06-29 14:50:38 +08:00
Sam Hemelryk
0f927f1e4b
calendar MDL-24284 Fixed up URL param encoding issue
2010-09-20 07:00:18 +00:00
Petr Skoda
ca74470c8d
MDL-23616 extremely messy hack to work around weird course handling resulting in unknown PAGE->context
2010-08-04 07:37:02 +00:00
Sam Hemelryk
36dc3b7104
calendar MDL-22887 Output is now through a renderer, all pages have navigation, and now uses true pretend blocks.
2010-06-22 04:03:44 +00:00
Petr Skoda
df997f841f
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
...
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
Rossiani Wijaya
bd08a24a8a
add page heading
2010-05-27 09:33:46 +00:00
Petr Skoda
4f0c2d0009
MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
2010-03-31 07:41:31 +00:00
Sam Hemelryk
90723839ca
themes MDL-21862 Implements base theme and standard theme.
...
Very big theme changes, standardold theme has been split into two themes base and standard. Base theme contains only CSS that is absolutly required (e.g. layout, white space rules, specific widths) and standard (which now looks like standardwhite) contains all the frills.
The following noteable changes have also been made:
* Plugin CSS has been pushed back into the plugin directories as styles.css files.
* Install_print_header has been corrected.
* Redundant or deprecated rules have been removed.
* Several minor class changes throughout Moodle.
* CSS is now single line rules not multiline indented.
* Installs with theme=standardold automatically switch to standard.
* body classes / id now have prefixes to make it clearer what they are and avoid conflicts.
Also worth noting:
* There is still alot of tweaking that is required to get everything looking as it is supposed to, please be patient or better yet help out.
* I am currently working on the documentation for the themes system... it will be here soon.
2010-03-25 06:38:21 +00:00
Eloy Lafuente
e6c4b5f2bb
MDL-17510 calendar - added 2 missing labels plus space/comments cleaning. Credit goes to Daniel Neis ; merged from 19_STABLE
2010-03-04 22:01:38 +00:00
Petr Skoda
6fe3775a2d
MDL-20204 some more steps away from html_select
2010-02-09 19:50:11 +00:00
Sam Hemelryk
53fc3e7040
javascript MDL-21503 Removed use of the global Y from dock, navigation and calendar
...
Also included in this patch the ability to switch the dock from the left to right side of the screen.
Altered js_object_init to deliver Y like js_init_call does now.
Several minor tweaks made to the dock and navigation as well at the same time.
2010-02-05 06:36:09 +00:00
Petr Skoda
2b8c3f8c1a
MDL-21435 api changes and simplification needed for JS caching and compression
2010-01-26 08:33:21 +00:00
Sam Hemelryk
bdbae764d9
calendar MDL-21240 Converted calendar JS to YUI3 module
2010-01-22 03:06:01 +00:00
Petr Skoda
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +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
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
244a32c617
MDL-21119 lang menu and login info now handled by themes
2009-12-29 17:26:29 +00:00
Petr Skoda
4454447d56
MDL-20700 whitespace terror returns
2009-12-16 22:14:17 +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
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
aa6c1ced0a
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 08:11:02 +00:00
Sam Hemelryk
76d9df3f1d
calendar MDL-20601 Conversion of calendar to mforms and new html editor + file API
2009-11-02 03:50:56 +00:00
Petr Skoda
e7521559ed
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 13:17:47 +00:00
Petr Skoda
2a250a0b2e
MDL-20697 removing duplicate error string cannotfindsite, fixing get_site() which is now using exceptions
2009-11-01 09:21:41 +00:00
moodler
9b610c986c
calendar MDL-19940 Don't require login for site calendar when forcelogin is false
2009-10-01 07:04:18 +00:00
samhemelryk
93c91ee4de
calendar MDL-19793 Upgrade deprecated calls and added set_url calls
2009-09-29 02:51:00 +00:00
samhemelryk
c9c9fb90b0
overlib MDL-19735 Touched up panel replacement of overlib calendar
...
* Created delay ContainerEffect and set some nice delays
* Added set_url calls to calendar
2009-09-18 05:12:45 +00:00
samhemelryk
458eb0d10c
overlib MDL-19735 Overlib is now included only where it is used
...
At the same time I have converted the calendar block to use YUI instead of overlib, this introduces one regression in that the panel is shown immediatly but should really have a minimal delay for usability.
This will be fixed once the theme changes for 2.0 have been commited
2009-09-17 07:46:20 +00:00
samhemelryk
f22f13330a
calendar MDL-19793 Upgraded print_header and build_navigation calls to OUTPUT/PAGE equivilants
2009-09-04 04:26:50 +00:00
nicolasconnault
d08472fc5b
MDL-19793 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:51:44 +00:00
nicolasconnault
7b1f2c829f
MDL-19756 Renamed moodle_select to html_select for better API consistency
2009-08-10 08:38:45 +00:00
nicolasconnault
5da8e2ee1c
MDL-19793 Converted calls to popup_form()
2009-08-10 03:41:44 +00:00
nicolasconnault
9314a6bea9
MDL-19793 Converted all print_footer() calls
2009-08-06 14:22:10 +00:00
nicolasconnault
bca9ba8c6e
MDL-19793 Migrated calls to print_heading
2009-08-06 08:26:34 +00:00
tjhunt
6b608f8f50
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-02 10:53:31 +00:00
skodak
b20c631896
MDL-17203 hash salt added to calendar export
2008-12-31 15:50:46 +00:00
skodak
dbf9d4cb37
MDL-17203 new option for disabling of calendar export
2008-12-31 14:10:44 +00:00
skodak
62d11d771e
MDL-14679 towards /calendar conversion
2008-06-01 14:25:05 +00:00
sam_marshall
03beb65b3a
MDL-14476: Made 'fake blocks' in calendar and elsewhere more consistent with real blocks (so styling themes is easier)
2008-04-22 14:14:47 +00:00
dongsheng
ef35441d27
MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE, see tracker.
2008-04-22 06:24:14 +00:00
dwoolhead
8263f8024d
MDL-12313 basically rationalising getting calendar events function calls
2007-11-26 14:43:28 +00:00
sam_marshall
9b50bd46ad
MDL-12075 Display individually colour-coded events in calendar rather than random day colours
2007-11-19 10:53:23 +00:00
sam_marshall
8220806924
MDL-12072 Added heading tag for calendar 'blocks'
2007-11-08 17:01:35 +00:00
toyomoyo
9ba76792ca
MDL-10353, adding couse variable to nav bar in calendar preferences
2007-10-15 04:46:31 +00:00
toyomoyo
b426fd8323
MDL-10353, calender redirection broken when editting and exporting
2007-10-11 05:24:12 +00:00
toyomoyo
e3bb6401e1
MDL-10048, revert some changes in courses regaring coloring of courses
2007-10-09 04:02:43 +00:00
Martin Langhoff
13534ef716
cvsimport fixups
2007-08-29 13:10:11 +12:00
nicolasconnault
e295df447f
MDL-10870 All files updated to new build_navigation() method.
2007-08-17 11:18:58 +00:00