- 15 Sep, 2008 2 commits
-
-
Penny Leach authored
More work on profile views and three new blocktypes (myfriends/mygroups/myviews) to emulate current profile page TODO: - write wall blocktype - change install default profile view hook to add blocks - upgrade path (xmldb & migration) - blocktype and category and singleblockperview implementation - TESTING
-
Penny Leach authored
-
- 01 Sep, 2008 1 commit
-
-
Penny Leach authored
this is meant to simplify both the creation of config.php (still from config-dist.php) and the addition of new config variables that don't have UI. they now get added to config-defaults.php which is loaded after config.php and database.
-
- 26 Aug, 2008 1 commit
-
-
Nigel McNie authored
-
- 22 Aug, 2008 1 commit
-
-
Nigel McNie authored
-
- 21 Aug, 2008 1 commit
-
-
Nigel McNie authored
Perform validation on the parameters while we're in the area.
-
- 20 Aug, 2008 1 commit
-
-
Nigel McNie authored
-
- 01 Aug, 2008 1 commit
-
-
Richard Mansfield authored
-
- 30 Jul, 2008 1 commit
-
-
Richard Mansfield authored
-
- 27 Jul, 2008 1 commit
-
-
Nigel McNie authored
Get the information about where an MNET user has come from, from the database rather than hackily storing it in the session when they log in.
-
- 26 Jul, 2008 1 commit
-
-
Nigel McNie authored
Add a link to the profile sideblock that says where you came from if you're an MNET user, and gives you the ability to jump back there. Conflicts: htdocs/auth/xmlrpc/lang/en.utf8/auth.xmlrpc.php
-
- 17 Jul, 2008 1 commit
-
-
Richard Mansfield authored
-
- 07 Jul, 2008 1 commit
-
-
Richard Mansfield authored
-
- 03 Jul, 2008 4 commits
-
-
Nigel McNie authored
-
Richard Mansfield authored
-
Nigel McNie authored
* Remove a couple of functions from the group libs that are only used in one or two places: - get_owned_groups was only used on user/view and for the sideblock showing the groups you owned. We're going to show more than that now, meaning the function is wasted indirection for the one remaining place it would be used. - get_tutor_groups was only used on user/view, and has been broken by the group schema changes. * Fix adding users to controlled communities. Still have to provide the ability to do this by dropdown. * Fixed a bug caused by my misunderstanding of how (array) false works - it seems to make an array with 'false' as one value.
-
Richard Mansfield authored
-
- 24 Jun, 2008 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
This is quite an expensive operation. I guess one day large installs will have problems with it, but it can probably be re-implemented in a more performant manner when needed. Conflicts: htdocs/lib/version.php
-
- 16 Jun, 2008 1 commit
-
-
Nigel McNie authored
Remove the last remnants of the myportfolio theme, and fix a bug that causes a crash when choosing themes without a config.php Now it is expected that all themes have a config.php. (cherry picked from commit ed48e680)
-
- 08 Jun, 2008 1 commit
-
-
Nigel McNie authored
This makes it easy to tell when you are doing this on all pages - not just on pages where the sidebar is visible. (cherry picked from commit ba080c55)
-
- 06 Jun, 2008 1 commit
-
-
Nigel McNie authored
The XML extension is needed by the RSS blocktype to parse RSS feeds. To be honest, I'm surprised it wasn't needed before to parse the install.xml files. (cherry picked from commit d49f1ab0)
-
- 07 May, 2008 1 commit
-
-
Nigel McNie authored
-
- 06 May, 2008 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
This image can be sent with a long expires header, so given that it is on every page this makes sense. Even if the user changes their profile icon, the image shown to them will still be correct, because it will be at a different URL now.
-
- 04 May, 2008 1 commit
-
-
Nigel McNie authored
If a user has checked out a language pack repository, they can add the path of it to a new configuration variable, 'langpacksearchpaths', which is an array of paths to search. Helpfiles are not handled yet. This can be tested by checking out the en_AR.utf8 language pack and adding it to langpacksearchpaths. You should get an option to use language 'Avast!'.
-
- 21 Apr, 2008 1 commit
-
-
Nigel McNie authored
This patch makes most blocktypes have no title set by default when created. For those that used to set their own titles, if no title is set after the configuration form is submitted, then they get the chance to set the title. So for example, the RSS block will start with an empty title, but if the user doesn't set it, the title will be the title of the feed that is being syndicated. Blocks like 'textbox' still keep their defaults, because they don't have any special case way of setting their own titles.
-
- 07 Apr, 2008 1 commit
-
-
Richard Mansfield authored
-
- 03 Apr, 2008 2 commits
-
-
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).
-
- 02 Mar, 2008 1 commit
-
-
Richard Mansfield authored
-
- 26 Feb, 2008 1 commit
-
-
Nigel McNie authored
Add support in pieform_configure to have the theme say which form renderer it wants to use. Also enable a configuration option, 'descriptionintwocells', which makes positioning descriptions under form inputs easier.
-
- 22 Feb, 2008 1 commit
-
-
Clare Lenihan authored
-
- 20 Feb, 2008 1 commit
-
-
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.
-
- 16 Feb, 2008 2 commits
-
-
Nigel McNie authored
The name is largely irrelevant as it's only the creator of the file.
-
Nigel McNie authored
-
- 15 Feb, 2008 1 commit
-
-
Nigel McNie authored
* Give authentication plugins titles and descriptions, which are used by the authlist pieform element so people see an easier name * Add a new API method to the PluginAuth class, is_usable(). This can be used by auth plugins to check that required extensions are available. The authlist element will tell the user what they need to do to enable a plugin.
-
- 13 Feb, 2008 1 commit
-
-
Nigel McNie authored
-
- 11 Feb, 2008 1 commit
-
-
Nigel authored
-
- 07 Feb, 2008 1 commit
-
-
Clare Lenihan authored
-