Skip to Content

Revision of Drupal config we are using from Sun, 13/06/2004 - 11:40pm

The revisions let you track differences between multiple versions of a post.

Alaa's picture

keeping track of what I done already in drupal, otherwise we'll get lost and have a horible time upgrading.

patches:

  1. made TitleModule use double square brackets for title link for compatibility with WikiModule
  2. disabled turning white spaces leaded paragraphs into pre tagged paragraphs in WikiModule
  3. changed hardcoded width="100%" in tables used in image module for compatibility with our current CSS layout.
  4. patched new php template default theme main.tpl
  5. patched glossary module to disable converting glossary terms to links.

hacks and configs todo

tab3an when I say implement this includes bug the guys at #drupal till they implement it.

  1. reimplement bidi hack in theme for titles only
  2. fix UTF-8 in HtmlCorrectorModule
  3. fix inline images and image links in WikiModule
  4. fix footnotes in WikiModule
  5. implement some of the missing Wiki features
    • backlinks
    • easy categories
    • colored diffs
    • what else?
  6. document all changes to synatx in the help strings
  7. remove incorrect information from WikiModule help strings
  8. implement navigation without side bars concept in theme
  9. implement ability to move comments
  10. implement ability to control promote permission on user role
  11. figure out a procedure for controlled rss blocks
  12. implement custom themes for blogs
  13. implement blog self moderation
  14. finish arabization of core drupal
  15. extract po files from contrib modules and rabize them
  16. implement single sidebar default theme
  17. figure out which blocks to enable by default

  1. add links block

contrib modules installed

  1. ImageModule
  2. FlexiNodeModule
  3. WikiModule
  4. EventModule
  5. FileStore
  6. GlossaryModule
  7. LocaleModule

configuration

must document how I configured all details

candidate contrib modules

  1. MailhandlerModule
  2. HtmlCorrector
  3. ImportModule
  4. ListHandlerModule
  5. NavigationModule
  6. MenusModule
  7. NodeImageModule
  8. WebLinksModule
  9. PrivateMsgModule
  10. TaxonomyContextModule
  11. SummaryModule
  12. TaxonomyImageModule
  13. TaxonomyMenuModule
  14. RemindMeModule
  15. NoptifyModule
  16. NiceLinksModule
  17. SyndicationModule
  18. QuoteModule
  19. TaxonomyBrowserModule
  20. ProfileNodeModule
  21. MailAliasModule

taxonomies

must document bloody taxonomies and plan ahead for them

Comments

ramez.hanna's picture

great work

hey alaa it seems to me that you are doing all the work by your self take it easy man i can help with - implement navigation without side bars concept in theme - implement ability to move comments so can if you want me to help just specify the task and if you have any specs/comments just point them out

great work


the best things in life are free --- so as myself

Alaa's picture

thanks alot

well you see my todo, nothing says I have to do it myself, in fact I intend to work hard on making someone else do it.

so start hacking at whatever you want.

navigation without sidebar is better left to me since I'll work closely with out resident html/css coder (too closely) but you can help out if you hang around IRC and join me while I work.

so why don't you try your hands at move comments?

moving a single comment is trivial, all you need is to change the node id (NID) in the comments table.

moving a comments thread will be a bit harder since you'll have to recirsivle select comments according to the parent id (PID).

the real difficult part would be if one wanted to promote a comment into a node (ya3ni split a single forum discussion into two discussions) although there are benefits to forcing the mod to manualy create a new node and move the comments there (this way the who discussion can be clarified in the node and doesn't feel like a chopped up thing).

start working and keep me updated.

cheers, Alaa


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.


Dr. Radut | blog