From 08c01fec6cc590eb578522164de81114b889c4b5 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 5 Oct 2009 11:51:08 -0700 Subject: The initial commit of refactoring the user/group adminsitration into a driver. Create an Identity library that defines the interface the Gallery3 expects Move the user and group helpers into the gallery module to provide the familiar interface into the Identity library. Create a Gallery Identity back-end that is supplied by the user module. The vision here is that all user and group code that is gallery or ui specific is contained within the core product. Anything that relates to manipulating a user or group is contained in the back end code that can be replaced. --- modules/gallery/libraries/drivers/Identity.php | 119 +++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 modules/gallery/libraries/drivers/Identity.php (limited to 'modules/gallery/libraries/drivers') diff --git a/modules/gallery/libraries/drivers/Identity.php b/modules/gallery/libraries/drivers/Identity.php new file mode 100644 index 00000000..13af4583 --- /dev/null +++ b/modules/gallery/libraries/drivers/Identity.php @@ -0,0 +1,119 @@ +