]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoAdded functions to retrieve the proper add and drop field SQL.
stronk7 [Tue, 12 Sep 2006 22:15:00 +0000 (22:15 +0000)]
Added functions to retrieve the proper add and drop field SQL.

18 years agoWhen dropping columns, look for check constraints and drop them too.
stronk7 [Tue, 12 Sep 2006 22:13:45 +0000 (22:13 +0000)]
When dropping columns, look for check constraints and drop them too.

18 years agoOps, forgot to delete some debug... :-/
stronk7 [Tue, 12 Sep 2006 21:30:13 +0000 (21:30 +0000)]
Ops, forgot to delete some debug... :-/

18 years agoMSSQL needs to drop the default constraint before being able to drop the column
stronk7 [Tue, 12 Sep 2006 21:24:03 +0000 (21:24 +0000)]
MSSQL needs to drop the default constraint before being able to drop the column

18 years agopartially fixed group management in workshop
skodak [Tue, 12 Sep 2006 21:09:43 +0000 (21:09 +0000)]
partially fixed group management in workshop

18 years agofixed group management in wiki
skodak [Tue, 12 Sep 2006 21:07:54 +0000 (21:07 +0000)]
fixed group management in wiki

18 years agogroups assignment now works with assigned roles instead of user_students and user_tea...
skodak [Tue, 12 Sep 2006 20:55:58 +0000 (20:55 +0000)]
groups assignment now works with assigned roles instead of user_students and user_teachers

18 years agofixed harcoded string "Select a Role"
skodak [Tue, 12 Sep 2006 20:54:21 +0000 (20:54 +0000)]
fixed harcoded string "Select a Role"

18 years agoget_component_string() now works for all enrollment plugins MDL-6522
skodak [Tue, 12 Sep 2006 20:03:08 +0000 (20:03 +0000)]
get_component_string() now works for all enrollment plugins MDL-6522

18 years agoChanged sort order in Role definition page MDL-6522
skodak [Tue, 12 Sep 2006 19:54:33 +0000 (19:54 +0000)]
Changed sort order in Role definition page MDL-6522

18 years agoAdded support for add_field, drop_field and rename_field PHP code generation.
stronk7 [Tue, 12 Sep 2006 17:45:25 +0000 (17:45 +0000)]
Added support for add_field, drop_field and rename_field PHP code generation.

18 years agoChanged some PHP comments.
stronk7 [Tue, 12 Sep 2006 17:41:22 +0000 (17:41 +0000)]
Changed some PHP comments.

18 years agoFixed buggy condition. Now defaults are properly calculated by getPHP()
stronk7 [Tue, 12 Sep 2006 16:45:46 +0000 (16:45 +0000)]
Fixed buggy condition. Now defaults are properly calculated by getPHP()

18 years agoAdded rss_client->shared
stronk7 [Tue, 12 Sep 2006 15:24:41 +0000 (15:24 +0000)]
Added rss_client->shared

18 years agoadding the user_lastaccess table
stronk7 [Tue, 12 Sep 2006 15:19:10 +0000 (15:19 +0000)]
adding the user_lastaccess table

18 years agoUpdate help file to match the changes in the code and on Moodle docs I made some...
tjhunt [Tue, 12 Sep 2006 14:33:38 +0000 (14:33 +0000)]
Update help file to match the changes in the code and on Moodle docs I made some time ago.

18 years agoFixed a bug that must have been there for a while, so that guest icons work again
moodler [Tue, 12 Sep 2006 14:02:15 +0000 (14:02 +0000)]
Fixed a bug that must have been there for a while, so that guest icons work again

18 years agoRevamped require_login() function to handle roles better.
moodler [Tue, 12 Sep 2006 09:31:23 +0000 (09:31 +0000)]
Revamped require_login() function to handle roles better.

18 years agoTidying up a bit
moodler [Tue, 12 Sep 2006 09:30:05 +0000 (09:30 +0000)]
Tidying up a bit

18 years agoFixed MDL-6479 by adding two block columns on admin pages.
moodler [Tue, 12 Sep 2006 09:22:27 +0000 (09:22 +0000)]
Fixed MDL-6479 by adding two block columns on admin pages.

Also we now hide the blocks and headers completely until $SITE is properly
defined.

18 years agoreplacing iscreator() calls with capabilty
toyomoyo [Tue, 12 Sep 2006 08:56:10 +0000 (08:56 +0000)]
replacing iscreator() calls with capabilty

18 years agoDOn't show "Add" links if you can't use them
moodler [Tue, 12 Sep 2006 08:28:36 +0000 (08:28 +0000)]
DOn't show "Add" links if you can't use them

18 years agoFixed bug preventing capability upgrades for blocks. Typo :(
vyshane [Tue, 12 Sep 2006 08:25:03 +0000 (08:25 +0000)]
Fixed bug preventing capability upgrades for blocks. Typo :(

18 years agoSmall bump for guest role fix
moodler [Tue, 12 Sep 2006 08:22:14 +0000 (08:22 +0000)]
Small bump for guest role fix

18 years agoReload default guest
moodler [Tue, 12 Sep 2006 08:17:33 +0000 (08:17 +0000)]
Reload default guest

18 years agoMissed one capability for guests
moodler [Tue, 12 Sep 2006 08:15:07 +0000 (08:15 +0000)]
Missed one capability for guests

18 years agochanged code to use the user_lastaccess table instead of the user table
toyomoyo [Tue, 12 Sep 2006 07:39:25 +0000 (07:39 +0000)]
changed code to use the user_lastaccess table instead of the user table

18 years agochanged code to use the new user_lastaccess table instead of the log table
toyomoyo [Tue, 12 Sep 2006 07:38:46 +0000 (07:38 +0000)]
changed code to use the new user_lastaccess table instead of the log table

18 years agochanged code to use get_role_users function
toyomoyo [Tue, 12 Sep 2006 07:38:07 +0000 (07:38 +0000)]
changed code to use get_role_users function

18 years agoadded function get_role_users - returns all users assigned this role in this context...
toyomoyo [Tue, 12 Sep 2006 07:37:23 +0000 (07:37 +0000)]
added function get_role_users - returns all users assigned this role in this context (or higher) not very useful for participants list because of the count and paging. Could possibly expand it

18 years agoReload the guest role using new defaults
moodler [Tue, 12 Sep 2006 07:10:49 +0000 (07:10 +0000)]
Reload the guest role using new defaults

18 years agoFIxed some typos and other logic related to assign_capabilities
moodler [Tue, 12 Sep 2006 07:07:30 +0000 (07:07 +0000)]
FIxed some typos and other logic related to assign_capabilities

18 years agoFake constructor for PHP5
vyshane [Tue, 12 Sep 2006 06:58:42 +0000 (06:58 +0000)]
Fake constructor for PHP5

18 years agoModified to support Roles.
vyshane [Tue, 12 Sep 2006 06:57:05 +0000 (06:57 +0000)]
Modified to support Roles.

18 years agoAdded lang string
vyshane [Tue, 12 Sep 2006 06:55:40 +0000 (06:55 +0000)]
Added lang string

18 years agoAdded new load_guest_role() for guest access, and made assign_capability()
moodler [Tue, 12 Sep 2006 06:15:33 +0000 (06:15 +0000)]
Added new load_guest_role() for guest access, and made assign_capability()
smarter about pre-existing capabilities (new param allows overwriting or not)

18 years agoadding new table for keeping track of user's last access time for any course page
toyomoyo [Tue, 12 Sep 2006 06:08:57 +0000 (06:08 +0000)]
adding new table for keeping track of user's last access time for any course page

18 years agoChanged some default permissions for the guest role
moodler [Tue, 12 Sep 2006 05:58:42 +0000 (05:58 +0000)]
Changed some default permissions for the guest role

18 years agoAutomatic installer.php lang files by installer_builder (20060912)
moodler [Tue, 12 Sep 2006 02:46:13 +0000 (02:46 +0000)]
Automatic installer.php lang files by installer_builder (20060912)

18 years agoAnd one more string...
stronk7 [Mon, 11 Sep 2006 22:08:26 +0000 (22:08 +0000)]
And one more string...

18 years agoSome more improvements. Not finished yet.
stronk7 [Mon, 11 Sep 2006 22:06:35 +0000 (22:06 +0000)]
Some more improvements. Not finished yet.

18 years agoupdating index files MDL-3484
koenr [Mon, 11 Sep 2006 21:52:57 +0000 (21:52 +0000)]
updating index files MDL-3484
More work to be done. Checked upto cost.html

18 years agofixed default values and types of requested teacher and student strings
skodak [Mon, 11 Sep 2006 21:24:57 +0000 (21:24 +0000)]
fixed default values and types of requested teacher and student strings

18 years agofixed funny continue button during installation
skodak [Mon, 11 Sep 2006 21:20:47 +0000 (21:20 +0000)]
fixed funny continue button during installation

18 years agoupdating index files MDL-3484
koenr [Mon, 11 Sep 2006 21:14:12 +0000 (21:14 +0000)]
updating index files MDL-3484

18 years agofixed handling of selected language in installer; fixed selection of session language
skodak [Mon, 11 Sep 2006 20:41:49 +0000 (20:41 +0000)]
fixed handling of selected language in installer; fixed selection of session language

18 years agoupdating index files MDL-3484
koenr [Mon, 11 Sep 2006 20:21:54 +0000 (20:21 +0000)]
updating index files MDL-3484

18 years agoold admin block not added into frontpage during installation anymore, it is not remov...
skodak [Mon, 11 Sep 2006 20:05:31 +0000 (20:05 +0000)]
old admin block not added into frontpage during installation anymore, it is not removed  during upgrade.

18 years agowiki now using new groups parameter in get_users_by_capability()
skodak [Mon, 11 Sep 2006 20:01:17 +0000 (20:01 +0000)]
wiki now using new groups parameter in get_users_by_capability()

18 years agolams conversion to new roles framework
skodak [Mon, 11 Sep 2006 19:54:11 +0000 (19:54 +0000)]
lams conversion to new roles framework

18 years agoremoved useless "changes saved" messages from redirects in administration and user...
skodak [Mon, 11 Sep 2006 18:56:41 +0000 (18:56 +0000)]
removed useless "changes saved" messages from redirects in administration and user management

18 years agoSome new strings to display PHP code.
stronk7 [Mon, 11 Sep 2006 15:51:13 +0000 (15:51 +0000)]
Some new strings to display PHP code.

18 years agoteachergraded belongs to workshop_assessments, not to workshop. ;-)
stronk7 [Mon, 11 Sep 2006 15:38:51 +0000 (15:38 +0000)]
teachergraded belongs to workshop_assessments, not to workshop. ;-)

18 years agoteachergraded belongs to workshop_assessments,
stronk7 [Mon, 11 Sep 2006 15:33:51 +0000 (15:33 +0000)]
teachergraded belongs to workshop_assessments,
not to workshop_submissions ;-)

18 years agoInitial verion. Not working yep but I needed to send it now.
stronk7 [Mon, 11 Sep 2006 13:15:36 +0000 (13:15 +0000)]
Initial verion. Not working yep but I needed to send it now.

18 years agoFixes MDL-6516, "Error on logs page because of mess in mdl_log_display table"
nfreear [Mon, 11 Sep 2006 11:40:43 +0000 (11:40 +0000)]
Fixes MDL-6516, "Error on logs page because of mess in mdl_log_display table"

18 years agoadding capabilities
toyomoyo [Mon, 11 Sep 2006 08:56:23 +0000 (08:56 +0000)]
adding capabilities

18 years agoNew tags
moodler [Mon, 11 Sep 2006 08:42:55 +0000 (08:42 +0000)]
New tags

18 years agoUpdated some docs
moodler [Mon, 11 Sep 2006 08:25:49 +0000 (08:25 +0000)]
Updated some docs

18 years agoSome missing strings I forgot to check in
moodler [Mon, 11 Sep 2006 08:24:40 +0000 (08:24 +0000)]
Some missing strings I forgot to check in

18 years agoAutomatic installer.php lang files by installer_builder (20060911)
moodler [Mon, 11 Sep 2006 08:09:58 +0000 (08:09 +0000)]
Automatic installer.php lang files by installer_builder (20060911)

18 years agoadding capaility, fixing indenting and logic (could have broken things)
toyomoyo [Mon, 11 Sep 2006 07:17:10 +0000 (07:17 +0000)]
adding capaility, fixing indenting and logic (could have broken things)

18 years agoNew hook for Moodle 1.7 enrolment plugins
moodler [Mon, 11 Sep 2006 07:09:41 +0000 (07:09 +0000)]
New hook for Moodle 1.7 enrolment plugins

18 years agovalidate local redirection actions in jumpto.php SC#310
skodak [Mon, 11 Sep 2006 06:47:38 +0000 (06:47 +0000)]
validate local redirection actions in jumpto.php SC#310

18 years agoAdded feature from MDL-6439. A validate method is now supported for admin_configtext...
vinkmar [Mon, 11 Sep 2006 05:06:38 +0000 (05:06 +0000)]
Added feature from MDL-6439. A validate method is now supported for admin_configtext objects, and paramtype can now be a regex to validate against.

18 years agoFix for MDL-6405
vyshane [Mon, 11 Sep 2006 03:13:52 +0000 (03:13 +0000)]
Fix for MDL-6405

18 years agoVery minor changes
mark-nielsen [Sun, 10 Sep 2006 22:50:43 +0000 (22:50 +0000)]
Very minor changes

18 years agoStarted to rework the overall page editing interface for teachers.
mark-nielsen [Sun, 10 Sep 2006 22:47:57 +0000 (22:47 +0000)]
Started to rework the overall page editing interface for teachers.

18 years agoAdded lang entries for Collapsed editing
mark-nielsen [Sun, 10 Sep 2006 22:40:41 +0000 (22:40 +0000)]
Added lang entries for Collapsed editing

18 years agomove newly created admin_tree block to the left column during upgrade from 1.6
skodak [Sun, 10 Sep 2006 22:11:46 +0000 (22:11 +0000)]
move newly created admin_tree block to the left column during upgrade from 1.6

18 years agofixed courseid typo
skodak [Sun, 10 Sep 2006 22:01:39 +0000 (22:01 +0000)]
fixed courseid typo

18 years agotypo
koenr [Sun, 10 Sep 2006 21:11:57 +0000 (21:11 +0000)]
typo

18 years agoupdating index files MDL-3484
koenr [Sun, 10 Sep 2006 21:11:43 +0000 (21:11 +0000)]
updating index files MDL-3484

18 years agofixed several bogus errors and warnings during installation and upgrades, forced...
skodak [Sun, 10 Sep 2006 21:10:48 +0000 (21:10 +0000)]
fixed several bogus errors and warnings during installation and upgrades, forced logout when upgrading from 1.6

18 years agoAvoid one minor error when tables hasn't comments to be defined.
stronk7 [Sun, 10 Sep 2006 21:05:55 +0000 (21:05 +0000)]
Avoid one minor error when tables hasn't comments to be defined.

18 years agofixed warning during initial install when creating admin roles
skodak [Sun, 10 Sep 2006 20:29:44 +0000 (20:29 +0000)]
fixed warning during initial install when creating admin roles

18 years agobasic conversion of old wiki to new roles framework
skodak [Sun, 10 Sep 2006 19:44:28 +0000 (19:44 +0000)]
basic conversion of old wiki to new roles framework

18 years agoMinor changes
mark-nielsen [Sun, 10 Sep 2006 19:09:25 +0000 (19:09 +0000)]
Minor changes

18 years agoimproved display of errors...
stronk7 [Sun, 10 Sep 2006 18:53:47 +0000 (18:53 +0000)]
improved display of errors...

18 years agoFixed display bug for branch tables and moved message setting to the bottom of contin...
mark-nielsen [Sun, 10 Sep 2006 18:50:59 +0000 (18:50 +0000)]
Fixed display bug for branch tables and moved message setting to the bottom of continue.php to prevent double message setting when a redirect is called.

18 years agotests are tests
stronk7 [Sun, 10 Sep 2006 18:43:51 +0000 (18:43 +0000)]
tests are tests

18 years agoLinking to the tests from the main page.
stronk7 [Sun, 10 Sep 2006 18:42:23 +0000 (18:42 +0000)]
Linking to the tests from the main page.

18 years agoRemoved action set to navigation because view.php no longer uses action
mark-nielsen [Sun, 10 Sep 2006 18:41:38 +0000 (18:41 +0000)]
Removed action set to navigation because view.php no longer uses action

18 years agoAdding support for tests of DDL statements within the XMLDBEditor
stronk7 [Sun, 10 Sep 2006 18:41:34 +0000 (18:41 +0000)]
Adding support for tests of DDL statements within the XMLDBEditor

18 years agoPHPDoc update.
stronk7 [Sun, 10 Sep 2006 18:37:57 +0000 (18:37 +0000)]
PHPDoc update.

18 years agoAdding options for continue and feedback to all the DDL functions.
stronk7 [Sun, 10 Sep 2006 18:36:50 +0000 (18:36 +0000)]
Adding options for continue and feedback to all the DDL functions.

18 years agoStarted to separate out logic and presentation in view.php. Decided to wrap the...
mark-nielsen [Sun, 10 Sep 2006 18:19:29 +0000 (18:19 +0000)]
Started to separate out logic and presentation in view.php.  Decided to wrap the question printing with HTML templates (viewstart.html and viewend.html)
Still needs a lot of work

18 years agofixed errors when switching dbsessions from amin gui
skodak [Sun, 10 Sep 2006 11:15:31 +0000 (11:15 +0000)]
fixed errors when switching dbsessions from amin gui

18 years agofixed proper redirection url in login - missing trailing slash for directory
skodak [Sun, 10 Sep 2006 11:04:17 +0000 (11:04 +0000)]
fixed proper redirection url in login - missing trailing slash for directory

18 years agoMoving deprecated functions out of datalib.php
moodler [Sun, 10 Sep 2006 07:07:52 +0000 (07:07 +0000)]
Moving deprecated functions out of datalib.php

Many of these still need updating to remove all dependence on user_xxx tables

18 years agocorrect formatting of "Show Legend" -> "No" and added missing <p> in "Encoding" expla...
gbateson [Sun, 10 Sep 2006 05:34:02 +0000 (05:34 +0000)]
correct formatting of "Show Legend" -> "No" and added missing <p> in "Encoding" explanation

18 years agoremove reportselector.html as it was unused and has been replaced by reportcontent...
gbateson [Sun, 10 Sep 2006 05:29:24 +0000 (05:29 +0000)]
remove reportselector.html as it was unused and has been replaced by reportcontent.html and reportformat.html

18 years agoAdded better lang strings for output in view.php
mark-nielsen [Sun, 10 Sep 2006 04:35:12 +0000 (04:35 +0000)]
Added better lang strings for output in view.php

18 years agoStarted to reorganize view.php
mark-nielsen [Sun, 10 Sep 2006 02:38:09 +0000 (02:38 +0000)]
Started to reorganize view.php

18 years agoMoved teacherview (lesson editing) out of view.php into edit.php
mark-nielsen [Sun, 10 Sep 2006 02:09:14 +0000 (02:09 +0000)]
Moved teacherview (lesson editing) out of view.php into edit.php

No code improvements in edit.php as of now.  Just works ;)

18 years agoFixed sesskey problem
mark-nielsen [Sun, 10 Sep 2006 01:43:24 +0000 (01:43 +0000)]
Fixed sesskey problem

18 years agoAdded proper page comments and inform user when attempts have been deleted
mark-nielsen [Sun, 10 Sep 2006 01:40:38 +0000 (01:40 +0000)]
Added proper page comments and inform user when attempts have been deleted

18 years agoAdded page comment and lang entry for reports.php
mark-nielsen [Sun, 10 Sep 2006 01:37:50 +0000 (01:37 +0000)]
Added page comment and lang entry for reports.php

18 years agoUpdated to use new handy library functions
mark-nielsen [Sun, 10 Sep 2006 01:30:57 +0000 (01:30 +0000)]
Updated to use new handy library functions

18 years agoMoved high scores logic out of view.php into highscores.php
mark-nielsen [Sun, 10 Sep 2006 01:20:00 +0000 (01:20 +0000)]
Moved high scores logic out of view.php into highscores.php
Changed: now need to enter password on password protected lessons before being able to view high scores
Added logs to high scores and reworked logic