diff options
author | friendica <info@friendica.com> | 2013-12-11 14:54:36 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-11 14:54:36 -0800 |
commit | 40e2900326a25ba0e2feedb802d38b7052b194cc (patch) | |
tree | b2de897ab6f3c9803c890ca7f56a928d9153683e /view/pdl | |
parent | 652959678f47b84830123df4fac8add31657b4c9 (diff) | |
download | volse-hubzilla-40e2900326a25ba0e2feedb802d38b7052b194cc.tar.gz volse-hubzilla-40e2900326a25ba0e2feedb802d38b7052b194cc.tar.bz2 volse-hubzilla-40e2900326a25ba0e2feedb802d38b7052b194cc.zip |
comanchify all the simple cases - those that only load a profile. Rework permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using.
Diffstat (limited to 'view/pdl')
-rw-r--r-- | view/pdl/mod_common.pdl | 3 | ||||
-rw-r--r-- | view/pdl/mod_profile_photo.pdl | 3 | ||||
-rw-r--r-- | view/pdl/mod_profiles.pdl | 3 | ||||
-rw-r--r-- | view/pdl/mod_profperm.pdl | 3 | ||||
-rw-r--r-- | view/pdl/mod_viewconnections.pdl | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/view/pdl/mod_common.pdl b/view/pdl/mod_common.pdl new file mode 100644 index 000000000..f12bf39c3 --- /dev/null +++ b/view/pdl/mod_common.pdl @@ -0,0 +1,3 @@ +[region=aside] +[widget=fullprofile][/widget] +[/region] diff --git a/view/pdl/mod_profile_photo.pdl b/view/pdl/mod_profile_photo.pdl new file mode 100644 index 000000000..f12bf39c3 --- /dev/null +++ b/view/pdl/mod_profile_photo.pdl @@ -0,0 +1,3 @@ +[region=aside] +[widget=fullprofile][/widget] +[/region] diff --git a/view/pdl/mod_profiles.pdl b/view/pdl/mod_profiles.pdl new file mode 100644 index 000000000..f12bf39c3 --- /dev/null +++ b/view/pdl/mod_profiles.pdl @@ -0,0 +1,3 @@ +[region=aside] +[widget=fullprofile][/widget] +[/region] diff --git a/view/pdl/mod_profperm.pdl b/view/pdl/mod_profperm.pdl new file mode 100644 index 000000000..f12bf39c3 --- /dev/null +++ b/view/pdl/mod_profperm.pdl @@ -0,0 +1,3 @@ +[region=aside] +[widget=fullprofile][/widget] +[/region] diff --git a/view/pdl/mod_viewconnections.pdl b/view/pdl/mod_viewconnections.pdl new file mode 100644 index 000000000..f12bf39c3 --- /dev/null +++ b/view/pdl/mod_viewconnections.pdl @@ -0,0 +1,3 @@ +[region=aside] +[widget=fullprofile][/widget] +[/region] |