- 22 Feb, 2008 7 commits
-
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
- 21 Feb, 2008 8 commits
-
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
- 20 Feb, 2008 21 commits
-
-
Clare Lenihan authored
updates the artefact_tag and view_tag tables to change profile to the new language
-
-
Clare Lenihan authored
This reverts commit 228a8fd8.
-
Clare Lenihan authored
also bringing comment up to date
-
Clare Lenihan authored
-
Nigel McNie authored
-
Nigel McNie authored
This involves making sure that the lastauthinstance field of the usr table doesn't refer to the auth instance too.
-
Nigel McNie authored
Work around a bug in insert_record, where the table columns were cached for a table the first time the table was inserted into, making it impossible to do inserts into the table in the same request if the table is changed. Added a global variable, $INSERTRECORD_NOCACHE, that can be set in order to force re-looking up the table columns. Use this feature to fix the installation of the forum interaction activity type "new post" when upgrading.
-
Nigel McNie authored
Force the installation of the 'fileimagevideo' blocktype category the correct way (using install_blocktype_categories()), so it doesn't fail if the category has already been created, as can happen if we are upgrading from 0.8.
-
Nigel McNie authored
Add a new function, plugin_types_installed(), which returns only those plugin types that are installed. Use this function when handling events so we don't attempt to send events to plugins that aren't available.
-
Nigel McNie authored
Fix a problem I introduced while improving the appearance of feedback on views, where marking feedback private was broken. All the language strings are now done by $getstring rather than getting strings on the javascript side, and marking feedback private now displays the correct message after the update has been done.
-
Clare Lenihan authored
-
Clare Lenihan authored
changing search_user_my searching of preferred name vs first/last name to bring in line with search_user_pg
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
- 19 Feb, 2008 4 commits
-
-
Clare Lenihan authored
-
Clare Lenihan authored
-
Clare Lenihan authored
- views accessable only to tutors only show up for tutors - the members ordered by firstname, lastname, id - views ordered by title, id - owner is so labelled in the memberlist - checking to prevent removing the group owner from the group
-
Clare Lenihan authored
-