- 07 Apr, 2008 7 commits
-
-
Nigel McNie authored
Now they say that you can enter whatever you like. I also removed a bunch of helpfiles that aren't used any more. (cherry picked from commit 6572a552)
-
Nigel McNie authored
-
Nigel McNie authored
Instead, generate a list of users who we could not send e-mail to, and display this to the uploaded, with more detailed reasons in the server error log.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Also, put a line in the .htaccess file to turn allow_call_time_pass_reference off. This way we'll never be caught by this issue again, not because php will not warn about it, but because developers will see these types of problems and fix them.
-
Richard Mansfield authored
-
- 03 Apr, 2008 4 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Use it in check_dir_exists, to set the permissions of directories created in dataroot. Directories used to be created 0777, which is unnecessary unless the user is on shared hosting and needs to download their dataroot at some point later (which they will do for backup purposes).
-
Richard Mansfield authored
-
- 01 Apr, 2008 4 commits
-
-
Nigel McNie authored
This is so that the same query will be run, and we can guarantee that the pieform will be available so processing can occur. This is a bit of a hack. It would be better to do the user search results in one big form, and toggle on the submit button pressed to work out what to do.
-
Nigel McNie authored
-
Nigel McNie authored
Make sure the default notification type for admin notifications is 'none', by correcting what the User class thinks the default is. Fixes #2062.
-
Nigel McNie authored
No need to clean up the text of a textbox on form submission - the WYSIWYG pieform element already does this for us. Fixes #2060.
-
- 27 Mar, 2008 2 commits
-
-
Nigel McNie authored
* Make the loading box for AJAX stuff not take up the entire top of the page when it is visible * Show the radio buttons on the view editor to allow people to edit views in ie6 * Remove the border from around radio buttons that isn't necessary
-
Nigel McNie authored
* The fieldsets are not collapsible in IE7 any more. I've narrowed down the problem to an IE7 issue with running javascript that has been inserted via innerHTML. It's going to be too much work to make pieforms work around it for now, so sorry IE - you lose. * IE doesn't seem to understand the meaning of 'float', so make a table have auto width instead of 95% so that a float doesn't affect the position of the table.
-
- 26 Mar, 2008 6 commits
-
-
Nigel McNie authored
Prevent more than one tag control appearing for the 'create folder' form - basically the same fix as for 144adb0a. Don't do it by IDs however, because on the My Files page both tag inputs have the same ID. That will only end in pain. So for now, back to .parentNode hacks.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Allow the maximum time difference between servers doing XMLRPC communication to be configured. Fixes #1963. The setting is called xmlrpcmaxservertimedifference. I can't be arsed putting a default in config-dist.php because people shouldn't use it anyway.
-
- 25 Mar, 2008 6 commits
-
-
Nigel McNie authored
When a file is selected to attach to view feedback, disable and uncheck the 'make public' checkbox. Fixes #1938.
-
Richard Mansfield authored
-
Nigel McNie authored
Ensure that when an error occurs on the profile form, the fieldset it occurs in doesn't get shown below the actual tabbed interface. This problem happens because pieforms refuses to collapse fieldsets with errors in them (rightly, so people can see their mistakes). The fix _might_ break some stuff, like specifying which tab to show on page load.
-
Nigel McNie authored
-
Nigel McNie authored
Don't always show the 'lose your changes' prompt when clicking 'view profile' from the profile page. It's now only shown if you actually change a field, however: * The change logic is simple - it's an 'onchange' on the fields themselves, so do not take into account if you make a change and revert it * It doesn't work for the WYSIWYG boxes, they don't seem to fire onchanges. Would need another way to deal with this
-
Nigel McNie authored
Prevent multipe 'show my tags' lines appearing when uploading more than one file in My Files. Fixes #2029
-
- 23 Mar, 2008 2 commits
-
-
Nigel McNie authored
-
Penny Leach authored
fixing bug in upgrade where version wasn't bumped and plugins were trying to be installed unnecessarily
-
- 22 Mar, 2008 1 commit
-
-
Nigel McNie authored
The old theme used to do this, somehow it has stopped since the new theme landed.
-
- 19 Mar, 2008 5 commits
-
-
Nigel McNie authored
Split MP4 files up into the audio and video versions, so that the video version is allowed to be uploaded. Also, added a language string that is shown to users if they upload something that exceeds their quota. This is a partial fix for bug #1976. MP4 files cannot be embedded in views just yet. See the note on that bug for the reason why.
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Nigel McNie authored
Put all of the delete confirmation messages into message divs, so that a) they wrap and b) the buttons are centred under the messages.
-
Nigel McNie authored
This lets admins, etc. upload feedback too.
-
- 18 Mar, 2008 3 commits
-
-
Nigel McNie authored
Otherwise, $db->BindTimestamp() will return the string 'null' for 0 and '0', which no code in Mahara is expecting. Noticed as part of the previous commit, where $user->lastlogin defaulted to 0 (which was incorrect), and which db_format_timestamp was converting to 'null'.
-
Nigel McNie authored
When creating the user object, set the default lastlogin time to null, not 0. They mean two different things. 'null' means 'user never logged in'. 0 means 'user last logged in Jan 1 1970'.
-
Nigel McNie authored
We WANT to do that, but the system doesn't yet. So let's not lie.
-