Feed aggregator

Drupal.org redesign implementation update, and sprint March 19th

Drupal.org - 토, 2010/03/13 - 1:03am

The Drupal.org redesign continues to progress. This is great news and a morale boost for everyone involved.

Since our front page post on February 3...

  • Over 20 enthusiastic new volunteers have come forward to lend their expertise.
  • Several experienced professional Drupal project managers have been added to the project management team
  • We have produced two new theming documentation. This will help the theme implementation teams standardize their implementations. See details further on.
  • Contributors can sign into the new *.staging.drupal.org subsites (groups, association, api, localize, etc.) in additional to the main site now.
  • We continue to need expert resources with knowledge of drupal.org data sources to assist with custom Solr development
  • Trellon has checked in an alpha dashboard and we now have a beta version of the main Download and Extend page.

Once the major blockers are cleared, we will push forward with engaging the MVP implementation volunteers that signed up last year.

Our next sprint will be on Friday, March 19th from 8am PST/4pm GMT to 12pm PST, 8PM GMT. We aim to focus on theming, and completing the search generated blocks. The sprint will be held on IRC in #drupal-infrastructure.

read more

Drupal을 활용한 국내/국외 여행 정보 사이트입니다.

palpal.org - 목, 2010/03/11 - 5:17pm

개인 홈페이지나 블로깅도 한번 안해본 상태에서 drupal로 여행 정보 사이트를 만드려니 쉽지 않았습니다. Firefox를 주로 사용하고, 사파리, 크롬, IE7+, 아이폰사파리 에서 동일한 모습으로 display 됩니다. IE6에서 사용도 문제 없고요. 뭣도 모르고 시작했는데 CSS 만으로 이렇게 하는것이 쉽지는 않더군요.  자세히 보기 »

나머지 보기

Google CSE 모듈을 이용해서 해당 사이트의 구글 검색 결과를 임베이드해보자

palpal.org - 토, 2010/03/06 - 12:52am

Google CSE는 Google Custom Search Engine의 약자로 그 기능 중 일부는,
구글 검색한 결과를 해당 사이트 내부의 페이지에 커스터마이징, 임베이드가 가능케 한다.

말보다는 직접 예를 보여주는 것이 좋을 듯 하다.
Google CSE 예제 사이트

이러한 기능을 드루팔에서 구현해 주는 모듈이
http://drupal.org/project/google_cse
이다.  자세히 보기 »

나머지 보기

Drupal 6.16 and 5.22 released

Drupal.org - 목, 2010/03/04 - 4:18am
Download Drupal 6.16
Download Drupal 5.22

Drupal 6.16 and 5.22, maintenance releases which fix issues reported through the bug tracking system, as well as security vulnerabilities, are now available for download. Drupal 6.16 also fixes other smaller issues.

Upgrading your existing Drupal 5 and 6 sites is strongly recommended. There are no new features in these releases. For more information about the Drupal 6.x release series, consult the Drupal 6.0 release announcement, more information on the 5.x releases can be found in the Drupal 5.0 release announcement. Drupal 5 will no longer be maintained when Drupal 7 is released. Upgrading to Drupal 6 is recommended.

read more

New Drupal Book - Drupal 6 Attachment Views

Drupal.org - 화, 2010/03/02 - 9:01pm

Drupal 6 Attachment Views, by me, J. Ayen Green, is my second title from Packt Publishing. It is aimed at Drupal web site developers who want to build more functionality and interaction into their views, but aren’t ready quite yet to take on panels. As a reader of drupal.org, you can receive a 15% discount (see below) and benefit the Drupal Association!

I wrote this to be a fun, informative, hands-on learning guide. It uses actual case study that was developed in parallel with the book’s writing. This guide presents purposeful and interactive examples that build on each other. Clear, concise instructions and practical examples help you to learn quickly to use this exciting feature of views.

read more

外部のDB・Table情報一覧を出力・検索(Filtering)・編集・保存する方法

palpal.org - 화, 2010/03/02 - 5:54pm

外部のDB・Table情報一覧を出力・検索(Filtering)・編集・保存する方法

********************************************
1. Table Wizard (省略してtw) の利用する方法
  : internal or external table 両方対応

「twで外部データの一覧を出力」

・外部DBを読んでViewと連結するモジュール。Joinも可能。
 How to use Table Wizard to expose your imported database tables as Views
http://www.lullabot.com/articles/drupal-data-imports-migrate-and-table-w...

・settings.phpに外部DBのアクセス情報を事前設定。文字コードは自動判断。
・外部/内部のテーブルを一覧から選択。RelationShipも設定可能。  자세히 보기 »

나머지 보기

드루팔 cron.php을 익명(Anonymous) 아닌 특정 권한으로 실행하는 방법

palpal.org - 화, 2010/03/02 - 1:09am

드루팔 cron.php을 익명(Anonymous) 아닌 특정 권한으로 실행하는 방법을 소개한다.
참고 : http://drupal.org/node/479948#comment-1673488

아래 쉘스크립트로 실행하면 된다.
*** 부분들만 적절하게 상황에 맞추어 수정할 것.

#!/bin/sh

site=http://***yoursite***/
name=***someusername***
pass=***someverysecurepassword***

cookies=/tmp/cron-cookies.txt

wget -O /dev/null --save-cookies /tmp/site-cookies.txt --keep-session-cookies --load-cookies $cookies "${site}user"
wget --keep-session-cookies --save-cookies $cookies --load-cookies $cookies -O /dev/null --post-data="name=$name&pass=$pass&op=Log%20in&form_id=user_login" "${site}user"
wget --keep-session-cookies --save-cookies $cookies --load-cookies $cookies "${site}cron.php"

Views Export XLS 모듈을 제대로 사용하려면

palpal.org - 월, 2010/03/01 - 11:10pm

부제 : Views Export xls 모듈을 설치했음에도 불구하고 Views에서 Export to Excel/CSV 하는 기능이 안보인다면...

Views Export xls 모듈을 설치하면, 뷰의 설정 화면 좌측에 Page / Block / Feed 등과 함께 Export to Excel 또는 Export to CSV 가 나타날 줄 알았는데 그것이 안보인다.

이럴 경우에는, 뷰의 Feed 항목을 이용하면 해결된다. (다소 황당하다.)

1. 설정하는 뷰의 Display(좌측 메뉴)에서 "Feed"를 선택.
2. style 을 "XLS file"로 설정. CSV, XML 등 다양하게 지정 가능하다!
3. 부가적인 설정을 적절히 바꾸어 준다. 파일명을 지정하는 항목이 Provide as file 의 파일명 부분이다.
4. path를 적절히 지정해 준다.  자세히 보기 »

나머지 보기

Last day for DrupalCon SF session voting: Monday March 1st

Drupal.org - 일, 2010/02/28 - 4:53am

Over 400 session submissions have been submitted for DrupalCon San Francisco, which will be held April 19-21, 2010. We need your help in deciding which of those sessions will be included in the conference program. Please come review the list of sessions and vote on the ones you'd like to see most.

Voting ends Monday, March 1st at 23:59 PST.

DrupalCon is a community-driven event. You've shared with us a vast array of exciting new ideas, proven recipes for success, case studies, best practices, new solutions to old problems, and other gems of knowledge. Now help us narrow down the selection. Your opinions are what shapes what happens at DrupalCon. Remember, every vote counts!

If you're a business, organization, or individual interested in helping to sponsor DrupalCon San Francisco, opportunities are still available. Contact us via the Web site, via e-mail at fundraising@drupal.com or phone at 415-894-9320 today!

read more

Case Study: Augusta Chronicle

Drupal.org - 토, 2010/02/27 - 4:49am

The Augusta Chronicle, the flagship newspaper of Morris Publishing Group, recently relaunched its website on the outstanding Drupal framework.

Morris first began using Drupal in 2005 with the launch of BlufftonToday.com, a blog-centric community website coupled with a free daily newspaper. In 2006 it adopted Drupal for both news and blogs at SavannahNow.com, the website of the Savannah Morning News. Both newspapers won Digital Edge awards for innovation in user participation.

Since then, the digital media arm of Morris Communications, Morris DigitalWorks, has developed a robust digital newspaper platform built on Drupal 6, to eventually power all 13 of its daily newspapers. Morris also uses Drupal for its radio stations and Skirt.com, a national specialty site for women.

Reader Participation

Morris has made a commitment to make their online platform a dynamic arena for reader participation and contributions. Readers are encouraged to comment on stories and blogs, and, on some papers, are encouraged to create their own blogs on the site. Journalists are expected to post news online immediately and to interact with the public, and they need to be able to do it without learning HTML or tools such as FTP. These requirements made Drupal a natural choice.

read more

Drupal 7 status update and release plan

Drupal.org - 목, 2010/02/25 - 8:25pm

Drupal 7 is moving along nicely, and is becoming increasingly stable. We just released a second alpha release, fixing a number of critical bugs, following our initial alpha release in January. Alpha releases are to give Drupalistas something to download and test, so they can report and help fix bugs.

When will we switch to betas? We will switch to betas when the upgrade path from Drupal 6 to Drupal 7 is working. Once we hit beta, we will become increasingly strict about accepting any more changes and we'll also commit to making HEAD to HEAD upgrades work.

Finally, we'll start rolling release candidates once the number of critical bugs is zero (or close to zero). To help us focus on critical bugs, we're working on adding a 'major' severity level to our ticketing system, making the options 'critical', 'major', 'normal' and 'minor'. 'Major' bugs would be really bad, but not necessarily block a release. For example, bugs that don't prevent Drupal from working, or that only affect a fraction of the Drupal population would be prioritized for fixing in follow-up releases. Critical bugs are those that badly break Drupal, or that are a major regression compared to Drupal 6.

read more

Archdiocese of Saint Louis Migrates to Drupal

Drupal.org - 수, 2010/02/24 - 11:00pm

In early 2009, the Archdiocese of Saint Louis determined that it needed to upgrade its website, mostly for security concerns. After investigating a move from Joomla! 1.0.x to Joomla! 1.5.x, the Archdiocese determined it would be more cost effective and a more future-proof decision to migrate the over 49 individual Joomla! sites that comprised www.archstl.org into a single Drupal installation.

This upgrade/migration provides many benefits, not the least of which are a better end-user experience, a better administrative experience, and much improved page load and search indexing performance. In addition, Drupal's structure and content presentation provide much greater flexibility in design and information structure, as well as SEO (search engine optimization) than other popular CMS frameworks that were investigated.

read more

Drupal 7.0 Alpha 2 released

Drupal.org - 화, 2010/02/23 - 11:11am

Our first Drupal 7 alpha version was released just over a month ago. Today, we're proud to announce the release of the second alpha version of Drupal 7.x for your further testing and feedback. The first alpha announcement provided a comprehensive list of improvements made since Drupal 6.x, so in this announcement we'll concentrate on how you can help ensure that Drupal 7 is released as soon as possible and is as rock solid as the previous Drupal releases that you've grown to love!

The most notable change for developers is moving $form['#field'] to $form_state. This makes field forms more resilient to form_alters and debugging became a lot less tedious. Comment body became a field and new fields can be added to comments through the field UI module. And congratulations to the docs team and associated helpers for their outstanding work in enhancing and correcting lots of API documentation this release.

We've also fixed a number of issues since the previous alpha, most importantly one that caused all files to be deleted after six hours. Oops. :P This is a great time to reiterate...

It is important to note that this alpha version should not be used for production sites. We've resolved most errors reported so far, but there are outstanding known issues (including security issues) and most likely some problems that have not been reported as of yet. It is expected that there will be at least one more alpha version followed by a few beta versions and at least one release candidate before Drupal 7.0 is finalized. You can help us reach the final release date sooner by testing this alpha and providing feedback.

read more

FeedAPI 로 생성된 Feed Items들 중 일부만을 재생성하고 싶은 경우

palpal.org - 월, 2010/02/22 - 5:19pm

FeedAPI 로 생성된 Feed Items들 중 일부만을 재생성하고 싶은 경우

* 해결하고 싶은 현상

FeedAPI로 피이드 아이템들을 생성하는 것은 쉽다.
그리고 기존의 피이드 아이템들을 모두 지웠다가 새로 생성하는 것도 쉽다.
(Feed 컨텐츠의 Remove Items와 Refresh를 순서대로 이용하면 된다)

그런데 문제는, 기존의 피이드 아이템들 일부만을 지웠다가 새로 생성하고 싶은 경우에는 그 방법

이 모호하다.

- 통상적으로 이런 문제는 발생하지 않는다. Update Feed Items라는 기능이 있어서 저절로 교정이  자세히 보기 »

나머지 보기

PharmQD: A Community Website for Pharmacists

Drupal.org - 금, 2010/02/19 - 12:49am

From the earliest days of the Internet, many firms have tried to build community sites for medical professionals. Large sums of money were expended on technologies, and expectations around these feature-rich sites became very high.

So when a longstanding client, Jobson Healthcare Information (JHI) in New York, wanted to build a community website for America’s 200,000 pharmacists, we at ISL Consulting took it on as a welcome challenge. Given JHI's strong position in the market – they publish the most popular professional magazine for US pharmacists – we knew there would be no shortage of domain expertise or marketing prowess. The question was whether Drupal would permit us to build an affordable yet world-class website with everything from e-commerce to personalized pages, an elaborate friend activity notification system and other community features medical professionals have come to expect from professional sites.

read more

Last Call for Session Proposals

Drupal.org - 화, 2010/02/16 - 6:13am

Attention all brilliant Drupalists: if you want to get your session in for 2010's North American Drupalcon — today is your last day. Go to sf2010.drupal.org/node/add/session and get yours posted. After submitting your great idea, be ready to rally some support for your sessions, because on February 16th voting will begin.

If you'd like to pre-game for voting, go ahead and check out the sessions page. You can filter by topics to help find the proposals which interest you. Select the session and use the handy bookmark feature to remember your favorite sessions for when voting begins.

Voting runs from Feb 16th to Mar 1st. All accepted speakers will be notified on March 5th. Final Schedule to be posted March 15th.

We are looking forward to making San Francisco 2010 the most innovative DrupalCon ever!

New Drupal Book - Drupal 6 Performance Tips

Drupal.org - 월, 2010/02/15 - 10:38pm

Drupal 6 Performance Tips, by Trevor James and TJ Holowaychuk, is a newly-published title from Packt Publishing aimed at Drupal beginners, developers, designers, and webmasters who utilize the Drupal content management system to create robust websites. It provides crucial performance-related information for Drupal users of all experience levels, including module contributors, webmasters who simply configure and maintain Drupal websites, and even themers.

The book contains basic and advanced topics on Drupal performance that will appeal both to the Drupal novice and the advanced user or developer. With this book you will learn how to maximize and optimize your Drupal 6 framework using best practice performance solutions and tools. The book covers how to vastly improve performance through upgrades, caching, configuring and optimization using core and contributed modules.

As a reader of drupal.org, you can receive a 15% discount (see below) and benefit the Drupal Association!

read more

DrupalCon Session Proposals close on Monday February 15th

Drupal.org - 일, 2010/02/14 - 12:38am

Can you believe that there are only 64 days left until DrupalCon San Francisco?! Starting April 17th, more than a thousand (we think it will be more than two thousand!) people will be converging at the Moscone Center in San Francisco for a great program of Drupal sessions, and we are really looking forward to seeing what happens when the community gets together at another one of these fabulous events. Session proposals have been open for almost a month and there's a lot of great stuff in there.

If you want to submit a proposal but you haven't, you still have time! Visit the session proposal page, and put your hat in the ring, but you better act fast! After Monday February 15th, we're closing session proposals so that on the 16th, we can open up community voting and let all of you tell us which of the sessions you would most like to see. Voting will continue until March 1st, 2010. If there is a session that you really want to see at DrupalCon, rally support and tell all your friends to vote.

On March 1st the DCSF planning committee will begin work on session selections. Your votes will play a huge part in which proposals get the strongest consideration. Speakers will be notified on March 5th whether their sessions have been accepted or not. The DrupalCon daily schedule will be posted on March 15th at http://sf2010.drupal.org/conference/schedule.

read more

Vital Signs – An educational citizen science project

Drupal.org - 금, 2010/02/12 - 10:34pm

Vital Signs 2.0 (VS) is an educational citizen science project consisting of an extensive Drupal website created by Image Works in Portland, Maine for the Gulf of Maine Research Institute (GMRI) and funded by the Hewlett Foundation and a generous in-kind donation of services by Image Works.

The VS project provides students, teachers, scientists, and citizen scientists with the tools to monitor environmental conditions throughout Maine. The project includes a structured central data repository, tools and protocols for identifying, mapping, tracking and analyzing the occurrence and spread of invasive species into and around the state. Beginning in fall 2009, these resources and supporting programs are being utilized on the laptop computers provided to all Maine middle school students and will be made available to all interested parties starting early 2010.

The project's site is composed of 13 original custom Drupal modules, approximately 2 dozen Drupal core modules, more than 40 contributed modules, Google Maps and other web services. In order to give back to the community that made this project possible, we are releasing the full source code for the website under the GPL license and adding it to the Drupal.org project repository.

read more

입력한 내용에서 HTML을 완전히 배제하기. Strip Tags 모듈

palpal.org - 수, 2010/02/10 - 11:20pm

입력한 내용에서 HTML을 완전히 배제하려면
Strip Tags 모듈을 이용하면 된다.

Escape Tags 모듈도 비슷한 역할을 하는데
이에 관한 기사가 아래에 있다.
http://drupal.org/node/178871

내용묶음