User Tools

Site Tools


dr:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dr:start [2010/10/09 10:11] fgmdr:start [2020/11/23 17:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Drupal namespace ====== +====== Drupal at OSInet ====== 
-  + 
-See [[:start|main page]] for contents.+===== Drupal ideas and notes ===== 
 + 
 +  * Drupal NG 
 +    * [[dr:what|What defines Drupal]] ? 
 +    * [[dr:d8/plugins|Notes on Drupal 8 plugins]] 
 +    * [[dr:drupyx|Drupyx]], the Drupal for Python eXperiment 
 +    * Browserless Drupal 
 +      * [[dr:bd|Browserless Drupal entry point]] 
 +      *  [[dr:offload|Offload project]] 
 +  * [[dr:dvcs|Drupal as a version control server]] 
 +  * [[dr:themesettings|Adding settings on drupal themes]] 
 +    * 2006-08-10 A module that would allow themes to have settings: it would trap admin/theme/<theme>/setting or something like it extract (how ?) the theme configuration variables, and allow their setup. The themes could then make use of the variables to offer custom looks 
 +  * [[dr:galaxy|the drupal galaxy of sites]] and services 
 +  * [[dr:logging|A logging module]] to factor logging code into just one place 
 +  * [[dr:multisite|Tools for multisites]] a collection of resource for multi-sites 
 +  * [[dr:munin|Munin API]] 
 + 
 +This is a place to work out drupal related issues. 
 + 
 +  * [[dr:API_sequences|Sequence of API calls]] what happens on the various pages involved in the creation of a node by a node module 
 +  * [[dr:validate_settings|Validating settings]] IRC log from a discussion about how to prevent incorrect settings from being validated (thanks [[http://www.drupal4hu.com/|chx]]). 
 +  * [[dr:zeitgeist|Plan for a logging and search change in drupal]] 
 +  * [[dr:cvs|CVS for crash test dummies]] 
 +  * [[dr:containerinline|Grouping form elements in a row]] 
 +  * [[http://pastebin.ca/251554|Knowing in block.tpl.php for which region the block is being generated]] 
 +  * [[dr:distros|Drupal Distributions]] 
 + 
 +===== OSInet Drupal modules ===== 
 + 
 +  * Classified Ads 
 +    * Planning for the  [[dr/classified]] module 
 +  * Drupal gadgets 
 +    * [[http://blog.riff.org/2007_07_19_creating_google_gadgets_within_drupal|The original google_gadgets.module post]] 
 +    * [[http://cvs.drupal.org/viewvc.py/drupal/contributions/sandbox/fgm/google_gadget/|The module in d.o. CVS]] 
 +    * [[dr:gadgets|Entry point for gadgets discussion]] 
 +  * Glossary 2 ([[http://drupal.org/project/g2|G2]]), a module to manage a glossary service on a Drupal site.  
 +    * [[g2:start|G2 section]] Main G2 page here 
 +    * [[g2:lifecycle|Life cycle]] 
 +  * [[http://drupalcode.org/viewvc/drupal/contributions/sandbox/fgm/img_relocator/|Img_Relocator]] 
 +    * 2008-05-06 [[http://blog.riff.org/2008_05_06_deprecating_img_relocator|img_relocator is no longer supported]], being replaced for all purposes by [[http://drupal.org/project/url_replace_filter|URL Replace Filter]] 
 +    * 2006-08-23 [[http://blog.riff.org/2006_08_23_the_img_relocator_module_drupal|img_relocator announcement]] 
 +  * QBF: Query By Form 
 +    * [[qbf:start|QBF Main page]] 
 +  * Taxonews is a small (initially < 350 LOC) module to display taxonomy-based blocks with automatically expiring content. On a test site with three blocks taxonews, memory usage has been measured at only 24kB. 
 +    * [[tn:taxonews]] Main taxonews page 
 +    * [[tn:lifecycle]] Life cycle information 
 +  * Zeitgeist, a small (initially < 500 LOC) module to log searches and display a list of recent searches, a list of popular searches in the current month, and non-formatted reports on various time periods 
 +    * [[zg:zeitgeist]] Main zeitgeist page 
 +    * [[zg:lifecycle]] Life cycle information 
 + 
 +===== Non-OSInet Drupal modules ===== 
 + 
 +  * e-Commerce (not Übercart, not Drupal Commerce) 
 +    * This area is intended for developers working with the e-commerce module suite (EC) for Drupal. It is NOT meant to replace existing resources, but to complement them for developer documentation purposes. 
 +      * [[ec:start|Main E-Commerce page]] 
 +      * [[ec:resources|A list of existing EC resources]] 
 +      * [[ec:paths|E-commerce paths]] 
 +      * [[ec:themes|Themeable functions in E-Commerce]] 
 +  * taxonomy_context 
 +    * Due to the problems met with the themeability patch introduced this summer for taxonomy_context (TC), a discussion area for the exact specification of this module has been opened, to contain: 
 +      * Project and Issues on drupal.org: 
 +      * Module Specifications 
 +    * More details are available from the project work page: 
 +      * [[tc:taxonomy_context|Home page for taxonomy_context work]] 
 + 
 + 
 +===== OSInet Drupal projects ===== 
 + 
 +  * [[qa:Quality Agent]] 
 + 
 +==== Helpdesk module section ==== 
 + 
 +This is the wiki for the zombie Drupal [[http://drupal.org/project/helpdesk|helpdesk module]]. It contains the following pages: 
 + 
 +  * [[hd:questions]] is intended for questions and, hopefully, their answers, that do not warrant insertion into the documentation pages. Use it for any question or suggestion you may have, and don't want to see remain on the wiki: it's intended as a scratchpad 
 +  * [[hd:wishlist]] contains a list of ideas to be implemented a some later point 
 +  * [[hd:requirements]] contains basic definitions common to the developer's reference and user manual. 
 +  * [[hd:developer reference]] contains the "specifications" of the module 
 +  * [[hd:user manual]] contains user-level (meaning: non-developer-oriented) instructions 
 +  * [[hd:changes]] contains a list of changes acted upon the module and wiki 
 +  * [[hd:working_notes]] contains possibly useful notes and remarks  
 +  * [[hd:progress]] contains the development progress table 
 +  * The [[http://wiki.audean.com/helpdesk/doc/index.html|latest source code reference from phpDocumentor]]. 
 +  * The [[http://wiki.audean.com/helpdesk/helpdesk.tar|latest source tarball]]. Note that the code is currently not usable as such. See [[hd:progress]] to get an idea of its status. Now including an install page. 
 + 
 +This module was completely new for 4.6 and built on top of drupal, not the integration of an existing standalone product.
  
dr/start.1286619063.txt.gz · Last modified: 2020/11/23 17:23 (external edit)