Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
The show_user_profile is used to provide content to the user profile page. Add the list of the users comments to the profile page.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
user in messages or pages.
Partial fix for ticket #889 and a fix for #931.
|
|
|
|
|
|
|
|
Conflicts:
modules/gallery/tests/xss_data.txt
|
|
|
|
On the current hostgater setup (PHP 5.2.12), locales::available() was returning an array and isset($locales->$code) would always (silently) return false.
Choosing array over stdClass since count($someStdClass) will always return 1, and not the number of object members.
|
|
languages than english.
|
|
user menu. Since the information displayed is identical in both admin and
theme views, it makes sense to combine the generation to it is done in a common
location.
|
|
|
|
|
|
|
|
set the size of the underlying flash object.
|
|
printing the form. Fixes ticket #980.
|
|
ticket #899.
|
|
fixes ticket #911
|
|
|
|
provider and then reinstall the current one.
|
|
installers to can_activate to reflect that it is doing more than just checking the environment.
|
|
providers are installed in the admin module screen.
|
|
|
|
(change_provider) with an initialization callback.
|
|
Now when we represent a relationship collection we can refer to it in
proper semantic terms.
|
|
install and switch to a different identity provider.
|
|
|
|
|
|
The request limit was in place already, but the client didn't respect it before, leading to unhappy users in case they had lots of 3rd party modules installed, or more than 2-3 locales enabled. This is all taken care of now.
|
|
|
|
|
|
Don't try to access ORM::$changed -- it's protected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|