- 10 Mar, 2008 7 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
* Force password change: if checked, users are forced to change their password on next log in. This was mandatory before, now people uploading CSV files can choose. * E-mail users about accounts: if checked, users are sent an e-mail about their new account. This was never an option before and never happened, now it is on by default. We send a slightly different e-mail based on whether the user needs to change their password or not. This affects the Add User script a tiny bit.
-
Nigel McNie authored
Make it so display_name doesn't require the user to have staff and admin properties set. That was really pissing me off.
-
Nigel McNie authored
Don't show the 'user was suspended because' message if there is no reason for why the user has been suspended.
-
Nigel McNie authored
Make sure the group links open in a new window so people don't lose their changes when editing view access.
-
Nigel McNie authored
Put TBODYs on the table that holds the calendar inputs for the access list items. Fixes them not being displayed in IE7. Also make sure the links to users when searching open in a new window, which prevents people losing their changes if they click on one after having added or removed a few items via javascript.
-
Nigel McNie authored
It's too confusing when they're down the bottom on a narrower screen width and so people don't see them added. Also added a border between them to make it more obvious where the splits are.
-
- 09 Mar, 2008 4 commits
-
-
Nigel McNie authored
This means session timeouts are ok on the view access screen. In reality I should make it work for any amount of dimensions, but this will handle the vast majority of cases for now.
-
Nigel McNie authored
It's more than likely that nobody has uploaded anything yet.
-
Nigel McNie authored
Fix cleaning up external feeds that we don't need anymore, if someone has added an RSS blocktype and hasn't actually put a feed in it.
-
Nigel McNie authored
I suspect there are bad queries in there hoggin' all the interRAMs, but no time to look now through all the cronjobs!
-
- 07 Mar, 2008 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
- 06 Mar, 2008 1 commit
-
-
Nigel authored
-
- 05 Mar, 2008 15 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
Default users' activity preferences to 'email' for all non-admin related message types. I wonder how many complaints this will get... The general idea is that users interact with a system more if they know what's going on. So if by default we tell them what's going on, they will be encouraged to visit the system. Hey, it works for just about every other social networking application. Users can still turn e-mail notifications off if they don't want them.
-
Nigel McNie authored
Increased the size of description text to something more readable. Made the special case rule for the t&c element more specific.
-
Nigel McNie authored
Reduced the size of the group create and edit description WYSIWYG textareas. This makes sure they stay within the left column.
-
Nigel McNie authored
-
Nigel McNie authored
-
Evonne Cheung authored
-
Nigel McNie authored
-
Nigel McNie authored
I18n-ise the 'submit view for assessment' form. Added a note about how suckily it's generated. Fixes #1940.
-
Nigel McNie authored
-
Nigel McNie authored
Moved the detection of artefacts not existing when rendering blocktypes to outside the calls to render_instance. This means all blocktypes instantly get the protection required if a bug elsewhere in the system means the artefacts they want don't exist. They can catch the ArtefactNotFoundExceptions themselves and do something more clever if they want to.
-
Nigel McNie authored
Prevent the image blocktype from treating a missing artefact as a failure condition. Blocktypes are not allowed to do this. This fixes the problem of going to a view with an incorrectly deleted image in it, and not being able to see the view as a result.
-
Nigel McNie authored
Delete profile icons using the proper delete() method on the Artefact class. This ensures that blockinstances get told about the deletion.
-
Nigel McNie authored
-
Nigel McNie authored
Show the name of the current default theme on the 'site default' option in the dropdown for institution theme.
-
- 04 Mar, 2008 8 commits
-
-
Nigel McNie authored
Added a line of descriptive text to the page to help admins understand what will happen on this page. Corrected a language string when the password for the new user is in invalid form.
-
Nigel McNie authored
Make the file plugin only set the user's quota at createuser time if it hasn't already been set. This allows the add user script to set a quota for them instead if needed. Removed some redundant code from register.php that was doing the same thing.
-
Nigel McNie authored
Don't show an empty message box on 'Find Friends' if there's no message to show. Make sure we are showing a message if the user runs a search and no results are found.
-
Nigel McNie authored
Ensure that even when the profile sideblock has no content, the profile icon does not spill out of it.
-
Nigel McNie authored
-
Nigel McNie authored
Moved part of the MySQL upgrade around, as per a report by Howard Miller that it fixes the 1.0 upgrade for him. The upgrade still works fine for me, so what harm can it do. Fixes #1928.
-
Nigel McNie authored
Show a loading spinner until the profile tabbed interface is loaded, so you never see the old interface. Old interface is only shown when javascript is off, and then it's broken, because it depends on javascript. Someone will need to clean this up later.
-
Nigel McNie authored
This involved storing the date of birth as a unix timestamp in the personalinformation object rather than as an already formatted string. Also made sure that when resume artefacts render themselves, they don't use the smarty() function, which is massive overkill. Instead use smarty_core().
-
- 03 Mar, 2008 3 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-