Petr Skoda
d44df69b23
MDL-23774 only local users can be admins - more security and fewer "lost admin account" problems
2010-08-12 08:20:59 +00:00
Sam Hemelryk
bd536f5209
admin-roles MDL-22859 Set pagelayout so blocks are displayed.
2010-07-23 02:09:03 +00:00
Petr Skoda
be42eca7a4
MDL-23444 fixed missing file include in user selector ajax
2010-07-21 07:44:10 +00:00
aparup
da904f85e1
administration MDL-23445 fixed broken sql query
2010-07-21 03:54:26 +00:00
Petr Skoda
8a27af4112
MDL-23048 applying the same frontpage logic on all permissions pages
2010-07-13 21:20:48 +00:00
Petr Skoda
946191f09c
minor coding style tweaks
2010-07-13 21:18:37 +00:00
Petr Skoda
ba571a898d
fixed regression - missing syscontext
2010-07-13 21:02:01 +00:00
Petr Skoda
24d5b996dc
MDL-23048 reworked frontpage exceptions
2010-07-13 20:54:16 +00:00
Dan Marsden
a21ef213e4
MDL-23218 wrong admin external page id
2010-07-12 23:48:45 +00:00
aparup
362db01ab5
Roles MDL-23048 fixed CONTEXT_COURSECAT roles editing being titled as 'front page roles'
2010-07-08 03:57:03 +00:00
David Mudrak
ec70045cf8
NOBUG: Missing comma in SQL
2010-06-21 21:57:24 +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
David Mudrak
52236f053b
MDL-21695 Permissions and overrides help strings
...
AMOS BEGIN
HLP overrides.html,[overridepermissions_help,core_role]
HLP permissions.html,[permission_help,core_role]
AMOS END
2010-05-17 12:43:02 +00:00
Martin Dougiamas
99cca8470e
MDL-19124 Continued misc user profile cleanups
...
- fixed user styles in base theme
- added new divs for better control on user profile and user index pages
- reduced data on course user profiles down to minimum
- removed user/tabs.php completely and all uses of it
- changed default user icon pix to something very bland (bye bye smiley cake)
2010-05-16 08:21:12 +00:00
David Mudrak
849c94bed8
Fixing a typo in get_string() component
2010-05-13 13:40:56 +00:00
David Mudrak
27d1a27c21
MDL-21695 Migrating the usage of root help files so far re-worded
...
AMOS BEGIN
HLP forcepasswordchange.html,[forcepasswordchange_help,core]
HLP interestslist.html,[interestslist_help,core]
HLP newpassword.html,[newpassword_help,core]
HLP permissions.html,[permissions_help,core_role]
HLP picture.html,[newpicture_help,core]
HLP picture.html,[newpicture_help,core_group]
HLP roles.html,[roles_help,core_role]
AMOS END
2010-05-06 21:27:58 +00:00
Martin Dougiamas
5435c9dcc4
help strings MDL-21695 changed _hlp to _help and fixed help.php to format those strings properly
2010-04-23 07:46:35 +00:00
Sam Hemelryk
ba9dc077c4
roles MDL-22126 Fixed up usage of admin/roles/tags.php
2010-04-21 02:43:02 +00:00
Petr Skoda
596509e431
MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help
2010-04-13 20:34:27 +00:00
Martin Dougiamas
511cde1b1d
role/assign gui MDL-21655 Fixed regressions in GUI (missing heading and title on page)
2010-04-05 07:54:14 +00:00
Petr Skoda
a8bad673aa
MDL-21655 improved access control
2010-03-31 08:42:36 +00:00
Petr Skoda
413ba14194
MDL-21655 whitespace fixed
2010-03-31 08:34:36 +00:00
Petr Skoda
cc3c90ac40
MDL-21655 whitespace fixed, better access control and moodle_url cleanup
2010-03-31 08:33:17 +00:00
Petr Skoda
86758a5c60
MDL-21655 improved access control
2010-03-31 08:23:33 +00:00
Petr Skoda
61ef8f9f88
MDL-20204 removing deprecated admin headers
2010-03-31 08:05:53 +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
jerome mouneyrac
bc5048f640
role admin MDL-21920 missing moodle_url() into single_button call
2010-03-25 08:47:25 +00:00
Sam Hemelryk
456e4852c6
user-selector MDL-21537 Refactored JS to make use of YUI3
...
* YUI3 used instead of YUI2, converted all YUI2 components to YUI3 equivalents.
* Renamed user/selector/script.js to module.js
* Converted uses of the the user selector to YUI3 + the new events
2010-03-23 07:38:32 +00:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Petr Skoda
01a2ce80ec
MDL-21710, MDL-21711 new permissions evaluation and overriding UI
2010-03-07 09:28:54 +00:00
Petr Skoda
54b8f86f16
fixed wrong include_once() - tabs.php is not a library file
2010-02-27 11:59:23 +00:00
Petr Skoda
75015e5fc1
MDL-20204 converting link to html_writer or action_link
2010-02-11 16:27:53 +00:00
Petr Skoda
aebddebb97
MDL-20204 more steps away from html_select
2010-02-09 19:23:11 +00:00
Sam Hemelryk
c087442136
admin-roles-userroles MDL-19787 Added set_url call
2010-02-01 03:26:16 +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
Petr Skoda
9786fbfac4
MDL-21400 migrated roles JS to YUI3 and new modular structure
2010-01-24 19:37:46 +00:00
Petr Skoda
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +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
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
dc6896efe0
MDL-21198 used new simple_button class when doing OUTPUT->confirm() - more consistent and hopefully easier to remember than html_form::make_button() ;-)
2010-01-03 20:47:13 +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
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
Petr Skoda
7a82b2afc8
MDL-21204 fixed incorrect url params, credit goes to Gabriel Dias
2009-12-28 19:42:19 +00:00
Petr Skoda
92e01ab771
MDL-21125 obsoleting global $THEME
2009-12-23 17:44: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
78946b9bdb
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
2009-12-16 18:00:58 +00:00
Andrew Davis
994cc719a6
role administration MDL-20413 up arrow next to top-most role in admin -> users -> permissions -> define roles
2009-11-25 06:03:25 +00:00
Andrew Davis
616fb016a2
roles MDL-20686 Provided a convenient breadcrumb link back to the category from the category role assignment screen
2009-11-20 01:59:46 +00:00