|
|
| Line 1: |
Line 1: |
| ''to be moved to http://redmine.bewelcome.org/projects/bw-drupal/wiki'' | | ''to be moved to http://redmine.bewelcome.org/projects/bw-drupal/wiki'' |
|
| |
| This is an overview of the project to migrate [[BeWelcome]] to Drupal. This is a work in progress. You're welcome to edit.
| |
|
| |
| The BeWelcome project was started late 2006, and it has gained considerable respect for the way it's run. Unfortunately so far this has not materialized into an big active member base. One possible underlying problem is probably the current code base, which takes an considerable amount of time and effort to get into, experience that is not directly usable on other projects. So the idea has risen several times to move to a more active platform. According to a survey among potential and actual BeWelcome developers, taken in October, there is considerable knowledge of Drupal, compared to Zend, Symfony and even the BW Rox framework itself. (See also [http://couchwiki.org/images/en/images/7/70/BW_developers_survey_2010-10.pdf the developer survey].)
| |
|
| |
| A general advantage of Drupal is the synergy:
| |
| * many directly usable existing modules
| |
| ** BW bugs and feature requests can be part of that
| |
| * Drupal devs can become interested in BW
| |
| * it gives guidelines in terms of coding (e.g. [http://drupal.org/project/kit kit]) and project management
| |
| * BW "features" could be reused on other Drupal sites
| |
|
| |
| The main git repo is at [https://gitorious.org/bw-drupal gitorious.org/bw-drupal]. This currently contains Drupal, some contrib modules and a BW installation profile. See also [[Set up BW Drupal]].
| |
|
| |
| ==Current status==
| |
| 00:07, 18 September 2011 (UTC)
| |
| It's in an alpha stage:
| |
| * There's a start at migrating BW Rox test data into BW Drupal. Profiles and some other things are migrated.
| |
| * We won't try too hard to keep a smooth upgrade path until we reach beta
| |
|
| |
|
| |
| ==Want to help?==
| |
| Some things you can do right now:
| |
| * create an account here and [http://couchwiki.org/en/index.php?title=Migrating_BeWelcome_to_Drupal&action=watch watch this page] so you get updates
| |
| * Drupal site building
| |
| ** build features according to current BW functionality
| |
| ** find out what's working in D7
| |
| * PHP coding
| |
| ** fix what's not yet working in D7
| |
| ** add needed functionality to Drupal modules
| |
| * <strike>Drupal theming => turn the BW layout into a Drupal theme</strike>
| |
| * learn Drupal 7
| |
|
| |
| More will follow later, such as testing and bug reporting. ''We should have an issue tracker. Meinhard? :)''
| |
|
| |
| ===People===
| |
| * [http://www.bewelcome.org/members/guaka guaka], [http://drupal.org/user/331773 d.o] - everything but graphic design
| |
| * [http://www.bewelcome.org/members/lemon-head lemonhead] - everything but graphic design. [http://drupal.org/user/459338 donquixote on d.o.]
| |
| * [http://www.bewelcome.org/members/robino Robin] - experienced site builder (hardly any PHP)
| |
| * [http://www.bewelcome.org/members/su2010 su2010] - experience with theming
| |
| * [http://www.bewelcome.org/members/sitarane Sitarane] - Site builder (hardly any PHP)
| |
| * [http://www.bewelcome.org/members/matthias globetrotter_tt] - learning Drupal, can help with theming and graphic design
| |
| * [http://www.bewelcome.org/members/crumbking crumbking] - help with theming and graphic design
| |
| * [http://www.bewelcome.org/members/planetcruiser planetcruiser] - will join later, focus on Rox for now (PHP pro) :)
| |
| * [http://www.bewelcome.org/members/baisong Oren] - 2 yrs Drupal 6 theming, coding & project mgmt, some D7. Boston, USA
| |
| * [http://www.bewelcome.org/members/lupochen Micha] - still learning Drupal, did some Drupal theming already, can help with HTML, CSS and some PHP, also got an eye for clean design
| |
| * sign up and [http://couchwiki.org/en/index.php?title=Migrating_BeWelcome_to_Drupal&action=edit§ion=2 add yourself]
| |
|
| |
| ==Migration==
| |
| See also:
| |
| * [[BeWelcome Drupal Projects]] (Contrib Projects and their intended uses)
| |
| * [[BW Rox to Drupal database migration]]
| |
| * [http://drupalcode.org/project/kit.git/blob/refs/heads/master:/kitf.txt feature development specifications]
| |
| Main things to migrate:
| |
| * user profiles (comments / relations / location (geodata) / groupmembership)
| |
| ** module: bw_user_profile (feature)
| |
| *** module status: enabled on master
| |
| *** module dev: in progress?
| |
| *** team: '''(add yourself if involved or interested)'''
| |
| *** ''for migration of Rox user and members into Drupal users + profile2''
| |
|
| |
| * messages
| |
| ** module: [http://drupal.org/project/privatemsg privatemsg]
| |
| *** module status: in modules dir but not installed
| |
| *** module dev: no customizations yet
| |
| *** team: '''(add yourself if involved or interested)'''
| |
| *** ''for basic user-to-user communication without sharing email addresses''
| |
|
| |
| * preferences
| |
| ** module: bw_prefs (feature)
| |
| *** module status: not started
| |
| *** module dev: not started
| |
| *** team: '''(add yourself if involved or interested)'''
| |
| *** ''some things will probably already have stuff set up, and these should be brought into a single interface''
| |
|
| |
| * admin (backend)
| |
| ** module: bw_admin (feature)
| |
| *** module status: not started
| |
| *** module dev: not started
| |
| *** team: '''(add yourself if involved or interested)'''
| |
| *** ''most things will probably have admin functionality, and permissions, and these should be organized into one or more admin dashboards. i.e. one for marketing/blog/comment administration, one for troubleshooting user/content issues. We will need to figure out what needs to be adapted at a later stage''
| |
|
| |
| * page-like content:
| |
| ** module: bw_faq (feature)
| |
| *** module status: enabled on master
| |
| *** module dev: working?
| |
| *** team: '''(add yourself if involved or interested)'''
| |
| *** ''faq content type - working migration!''
| |
| ** module: bw_tour (feature)
| |
| *** module status: not started
| |
| *** module dev: not started
| |
| *** team: '''(add yourself if involved or interested)'''
| |
| *** ''add description/discussion here''
| |
| ** module: bw_marketing (feature) '''(about pages, etc) where is it in BW Rox db?'''
| |
| *** module status: not started
| |
| *** module dev: not started
| |
| *** team: '''(add yourself if involved or interested)'''
| |
| *** ''add description/discussion here''
| |
|
| |
| * blogs
| |
| ** module: blog (core in 7, removed in 8)
| |
| *** module status: in modules dir but not installed on master
| |
| *** module dev: not started?
| |
| *** team: '''(add yourself if involved or interested)'''
| |
| *** ''D7 core Blog module, could become something custom but core might be good enough? possibly ditch? maybe do stream of news instead?''
| |
|
| |
| Other:
| |
| * forum
| |
| ** module: forum (core in D7)
| |
| *** module status: in modules dir but not installed on master
| |
| *** module dev: not started?
| |
| *** team: '''(add yourself if involved or interested)'''
| |
| *** ''add description/discussion here''
| |
|
| |
| * groups
| |
| ** module: [http://drupal.org/project/og og]
| |
| *** module status: in modules dir but not installed on master
| |
| *** module dev: not started
| |
| *** team: '''(add yourself if involved or interested)'''
| |
| *** ''add description/discussion here''
| |
|
| |
| * galleries
| |
| ** module: bw_galleries (feature)
| |
| *** module status: not started
| |
| *** module dev: not started
| |
| *** team: '''(add yourself if involved or interested)'''
| |
| *** ''custom content type (feature)''
| |
|
| |
| * trips
| |
| ** module: bw_trips (feature)
| |
| *** module status: not started
| |
| *** module dev: not started
| |
| *** team: realitygaps, lupochen '''(add yourself if involved or interested)'''
| |
| *** ''add description/discussion here''
| |
|
| |
| ===wiki===
| |
| Couchwiki for now
| |
|
| |
| ===User fields===
| |
| * user/register should show more than username/password
| |
| * geo + address: see "geo stuff".
| |
| * User fields settings should be exportable as features: http://drupal.org/node/989900
| |
|
| |
| === Geo stuff ===
| |
| We need a combination of geo and address features, as with support for the D7 field api.
| |
|
| |
| Possible modules:
| |
| * [http://drupal.org/project/openlayers openlayers]. D7 dev release out since a few days.
| |
| ** tmwc [http://drupal.org/node/743856#comment-3776918 says]:
| |
| **: OpenLayers CCK will be axed; geofield or another module may be the replacement.
| |
| **: Well, [https://github.com/developmentseed/geofield here's what GeoField is currently] - it's a very, very simple implementation of a fields-based geo module.
| |
| * [http://drupal.org/project/openlayers_geocoder openlayers_geocoder]. No D7 announced.
| |
| * [http://drupal.org/project/location location]. No D7 announced.
| |
| * [http://drupal.org/project/geo geo]. No D7 announced, see this [http://drupal.org/node/849354 d7 request]
| |
|
| |
| ===Privacy===
| |
| Waiting for D7 modules:
| |
| * [http://drupal.org/node/744618 CCK Private Fields]?
| |
|
| |
| ==Roadmap==
| |
| Like Drupal: it's ready when it's ready - no more open critical issues. So no roadmap with dates here. (Yet. Open for change.)
| |
|
| |
| # Implement as much as possible on a D7 installation at bw.guaka.org
| |
| #* No importing of data yet
| |
| # Make it distributable
| |
| #* git
| |
| #* everything should become code
| |
| # Start importing data
| |
| #* With some funky data modules
| |
| #* Start with data that has no privacy issues such as wiki
| |
| # Create alpha D7 BW
| |
|
| |
| ==bw.guaka.org==
| |
| * Reflection of current codebase?
| |
| * Set up from scratch?
| |
| * Run migration scripts automatically?
| |
| ** <strike>Issue: security! Possible solution change email addresses and passwords while importing test database?</strike> not really an issue since passwords don't work
| |
| *** <strike>Has anyone followed up on this? Any access to user account information should be secured ASAP!</strike> it's test data anyway, so no worries or hurries
| |
|
| |
| ===Drupal 7===
| |
| We have chosen to start right away with Drupal 7 (D7).
| |
|
| |
| ====Con====
| |
| * <strike>Many modules aren't ready yet.</strike>
| |
| * There are still some bugs.
| |
|
| |
| ====Pro====
| |
| * No need to upgrade to D7 ;)
| |
| * D7 has many good things in core that we want.
| |
| ** Especially: "Fields in core". In D6, only nodes could have fields. To allow (full-featured) fields for users, one needed modules like content_profile, which brings structural problems.
| |
| * A lot of Great Stuff we don't yet know about will not be for D6
| |
|
| |
| ===Learning Drupal 7===
| |
| Some ways:
| |
| * Create a D7 site at [http://www.drupalgardens.com/ Drupal Gardens]
| |
| * Watch screencasts at [http://nodeone.se/learn-drupal NodeOne]
| |
| * Set up D7 on your own machine
| |
| * Read stuff from http://drupal.org/planet
| |
|
| |
|
| |
| [[Category:BW Drupal]]
| |
| {{bw}}
| |