From 00a86f3d4838e9580e1f766f44eb521b8df21ee9 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Tue, 22 Dec 2009 21:50:03 +0000 Subject: [PATCH] move the flexprofile_mj plugin from the root to the plugins folder --- {flexprofile_mj => plugins/flexprofile_mj}/README.txt | 0 {flexprofile_mj => plugins/flexprofile_mj}/actions/edit.php | 0 {flexprofile_mj => plugins/flexprofile_mj}/extended.php | 0 {flexprofile_mj => plugins/flexprofile_mj}/manifest.xml | 0 {flexprofile_mj => plugins/flexprofile_mj}/models/model.php | 0 {flexprofile_mj => plugins/flexprofile_mj}/start.php | 0 .../flexprofile_mj}/views/default/flexprofile/extended.php | 0 .../flexprofile_mj}/views/default/flexprofile/menu/actions.php | 0 .../flexprofile_mj}/views/default/profile/edit.php | 0 .../flexprofile_mj}/views/default/profile/userdetails.php | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {flexprofile_mj => plugins/flexprofile_mj}/README.txt (100%) rename {flexprofile_mj => plugins/flexprofile_mj}/actions/edit.php (100%) rename {flexprofile_mj => plugins/flexprofile_mj}/extended.php (100%) rename {flexprofile_mj => plugins/flexprofile_mj}/manifest.xml (100%) rename {flexprofile_mj => plugins/flexprofile_mj}/models/model.php (100%) rename {flexprofile_mj => plugins/flexprofile_mj}/start.php (100%) rename {flexprofile_mj => plugins/flexprofile_mj}/views/default/flexprofile/extended.php (100%) rename {flexprofile_mj => plugins/flexprofile_mj}/views/default/flexprofile/menu/actions.php (100%) rename {flexprofile_mj => plugins/flexprofile_mj}/views/default/profile/edit.php (100%) rename {flexprofile_mj => plugins/flexprofile_mj}/views/default/profile/userdetails.php (100%) diff --git a/flexprofile_mj/README.txt b/plugins/flexprofile_mj/README.txt similarity index 100% rename from flexprofile_mj/README.txt rename to plugins/flexprofile_mj/README.txt diff --git a/flexprofile_mj/actions/edit.php b/plugins/flexprofile_mj/actions/edit.php similarity index 100% rename from flexprofile_mj/actions/edit.php rename to plugins/flexprofile_mj/actions/edit.php diff --git a/flexprofile_mj/extended.php b/plugins/flexprofile_mj/extended.php similarity index 100% rename from flexprofile_mj/extended.php rename to plugins/flexprofile_mj/extended.php diff --git a/flexprofile_mj/manifest.xml b/plugins/flexprofile_mj/manifest.xml similarity index 100% rename from flexprofile_mj/manifest.xml rename to plugins/flexprofile_mj/manifest.xml diff --git a/flexprofile_mj/models/model.php b/plugins/flexprofile_mj/models/model.php similarity index 100% rename from flexprofile_mj/models/model.php rename to plugins/flexprofile_mj/models/model.php diff --git a/flexprofile_mj/start.php b/plugins/flexprofile_mj/start.php similarity index 100% rename from flexprofile_mj/start.php rename to plugins/flexprofile_mj/start.php diff --git a/flexprofile_mj/views/default/flexprofile/extended.php b/plugins/flexprofile_mj/views/default/flexprofile/extended.php similarity index 100% rename from flexprofile_mj/views/default/flexprofile/extended.php rename to plugins/flexprofile_mj/views/default/flexprofile/extended.php diff --git a/flexprofile_mj/views/default/flexprofile/menu/actions.php b/plugins/flexprofile_mj/views/default/flexprofile/menu/actions.php similarity index 100% rename from flexprofile_mj/views/default/flexprofile/menu/actions.php rename to plugins/flexprofile_mj/views/default/flexprofile/menu/actions.php diff --git a/flexprofile_mj/views/default/profile/edit.php b/plugins/flexprofile_mj/views/default/profile/edit.php similarity index 100% rename from flexprofile_mj/views/default/profile/edit.php rename to plugins/flexprofile_mj/views/default/profile/edit.php diff --git a/flexprofile_mj/views/default/profile/userdetails.php b/plugins/flexprofile_mj/views/default/profile/userdetails.php similarity index 100% rename from flexprofile_mj/views/default/profile/userdetails.php rename to plugins/flexprofile_mj/views/default/profile/userdetails.php -- GitLab