- 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
-
- 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 2 commits
-
-
Clare Lenihan authored
-
Clare Lenihan authored
-
- 05 Feb, 2008 1 commit
-
-
Clare Lenihan authored
removing old format_introction and changing uses to use format_text
-
- 01 Feb, 2008 1 commit
-
-
Nigel McNie authored
It's not always the case that $SESSION will exist. Make sure when it doesn't the current_language() function doesn't blow up.
-
- 31 Jan, 2008 1 commit
-
-
Richard Mansfield authored
Don't link to small profile field artefacts from my views; when they are linkable, use the artefact type as the display title rather than the artefact title
-
- 30 Jan, 2008 1 commit
-
-
Nigel McNie authored
Added callback for the 'replycallback' feature of pieforms, which helps handle forms that can be submitted by both js and non js better.
-
- 29 Jan, 2008 2 commits
-
-
Richard Mansfield authored
-
Nigel McNie authored
Add a configuration parameter for where the javascript files for Pieforms are located (new in pieforms 0.3)
-
- 25 Jan, 2008 1 commit
-
-
Richard Mansfield authored
-
- 24 Jan, 2008 1 commit
-
-
Richard Mansfield authored
-
- 14 Jan, 2008 3 commits
-
-
Richard Mansfield authored
-
Clare Lenihan authored
-
Clare Lenihan authored
-
- 13 Jan, 2008 1 commit
-
-
Clare Lenihan authored
-
- 11 Jan, 2008 2 commits
-
-
Clare Lenihan authored
added message about tagging as 'profile' to make artefacts go in the sideblock
-
Clare Lenihan authored
unread messages in sideblock works now :D
-
- 10 Jan, 2008 1 commit
-
-
Clare Lenihan authored
appears on every page with a sidebar when logged in contains unread messages, pending friends, groups invited to, groups owned, views tagged with 'profile'
-