- 04 Mar, 2008 7 commits
-
-
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 7 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
Use the $title variable we prepared earlier for the page title, which silences a warning when visiting the new post page.
-
Nigel McNie authored
Prevent the RSS blocktype from spamming the logs with errors if the feed is invalid or snoopy couldn't reach it. This also modifies XML_Feed_Parser to respect its own $suppressWarnings flag.
-
Richard Mansfield authored
-
- 02 Mar, 2008 3 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Nigel McNie authored
-
- 01 Mar, 2008 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
- 28 Feb, 2008 5 commits
-
-
Evonne Cheung authored
-
Evonne Cheung authored
-
Richard Mansfield authored
-
Nigel McNie authored
-
Nigel McNie authored
Removed an errant comma that was causing the view access page to break in IE (and presumably Opera).
-
- 27 Feb, 2008 8 commits
-
-
Nigel McNie authored
Keep the compiled copies of templates in per-theme directories. This prevents conflicts especially when switching themes.
-
Nigel McNie authored
-
Nigel McNie authored
Don't comment out $jswwwroot because it's still part of the javascript, even if it is commented out.
-
Evonne Cheung authored
-
Nigel McNie authored
theme_get_parent was royally screwed, fixed. Made it so that if you set $theme->parent = null in the theme config.php then the theme won't inherit from the default theme.
-
Nigel McNie authored
This allows you to run more than one separate Mahara installation against the same dataroot, as long as they're the same version. The setting should be untouched otherwise!
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 26 Feb, 2008 8 commits
-
-
Nigel McNie authored
* A more neutral colour scheme, appropriate for a default installation * Forms are layed out with the title beside the inputs * The profile page is in tabs * Layout is cleaner and clearer * Still will be some bugs, especially in IE!
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Evonne Cheung authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-