User login

Drupal

Staying Free: Contributing to Drupal and the World by Building Our Collaboration Infrastructure

Talk Description: *
[The talk will cover the concepts of the below, but shorter and better and more specific where it matters and the presenter will be better looking than and more articulate than i am in reality, too.]

Our software is free.

We are free.

Both are in part because we are craftspeople who can be compensated quite well. We have remarkable control over our work, and we have time to put into building Free Software and the community around it.

This fortune and freedom is historically crushed out of every trade.

Having a show all content result from SOLR as a filterable listing page

stefan-agaric: this is how you can get all items from the solr index http://agaric.agariclabs.net:8180/solr/select?q=solr_id:[%TO%]
15:44 stefan-agaric: this also works http://agaric.agariclabs.net:8180/solr/select?q=%:%
15:46 mlncn: nice-- how do we actually do it in the search field though?

Listing content that belongs to a union or intersection of taxonomy terms in Drupal 7

There's a major regression in Drupal 7 compared to Drupal 6: the taxonomy/term/1,2,3 and taxonomy/term/1+2+3 style listing pages no longer work, coldly replying page not found.

This is very sad: http://drupal.org/node/503456

My naive issue 'hey we missed this' http://drupal.org/node/1028556

Drupal (Site Builder) Usability module

the Drupal usability module, Book module edition:

move Book module's Add child page link to the action links location.

make an Add book action item (or items if multiple content types are enabled) to the book listing page at admin/content/book

Content Gallery

actually, you'd want to see an example of one entity of each entity type per build mode! All conveniently linking to the respective manage displays page.

File: 

Better Image Insert Workflow

A truly slick configuration of Insert and Image Resize Filter would disable insert if the img tag is not available for the selected text format.

Safe Text: Filtered HTML Plus

The safetext module began as an idea for an installation aid, but

Any anonymous or just-registered authenticated user should be able to access the filtered HTML format, if you so choose. Trusted (but non-editor and non-admin) user roles should be able to access filtered HTML plus, meaning with images, at the least.

Agaric wants to set User pictures in post per content type

You can set authoring information display per content type, which takes the user picture with it, but this should be more configurable.

May tie in as far as code needed with something i apparently want so much i've posted it twice:

Show authors of all revisions on an article of content

Node Authors module: give multiple people edit rights to specific content based on userreference field

Add Book Module Style Next & Previous Links to non-book content

Solution

This should be the only time i do this on data, but the solution to this is in the Definitive Guide to Drupal 7– buy it! It's in the Other 90% chapter.

Background

Adding next & previous links for node types within taxonomy terms (e.g. Image Galleries)
http://drupal.org/node/45050

Syndicate content