keeping track of what I done already in drupal, otherwise we'll get lost and have a horible time upgrading.
hmm this is getting to be very long maybe I should split it wala do it real blog style and report each day on its own post.
patches:
- made TitleModule use double square brackets for title link for compatibility with WikiModule
- disabled turning white spaces leaded paragraphs into pre tagged paragraphs in WikiModule
- changed hardcoded width="100%" in tables used in image module for compatibility with our current CSS layout.
- patched new php template default theme main.tpl
- patched glossary module to disable converting glossary terms to links.
- made tables use maximum size of 95% to avoid unessecary scroll bars in mozilla
hacks and configs todo
tab3an when I say implement this includes bug the guys at #drupal till they implement it.
- reimplement bidi hack in theme for titles only
- fix inline images and image links in WikiModule
- fix footnotes in WikiModule
- implement some of the missing Wiki features
- CamlCase
- backlinks
- easy categories
- colored diffs
- what else?
- document all changes to synatx in the help strings
- remove incorrect information from WikiModule help strings
- implement navigation without side bars concept in theme
- implement ability to move comments
- implement ability to control promote permission on user role
- figure out a procedure for controlled rss blocks
- implement custom themes for blogs
- implement blog self moderation
- finish arabization of core drupal
- extract po files from contrib modules and arabize them
- implement single sidebar default theme
- figure out which blocks to enable by default
- style linux counter block to look good
- make all modules produce valid html code
contrib modules installed
- ImageModule
- FlexiNodeModule
- WikiModule
- EventModule
- FileStore
- GlossaryModule
- LocaleModule
configuration
must document how I configured all details
candidate contrib modules
- MailhandlerModule
- ListHandlerModule
- WebLinksModule
- TaxonomyContextModule
- SummaryModule
- TaxonomyImageModule
- TaxonomyMenuModule
- NiceLinksModule
- SyndicationModule
- TaxonomyBrowserModule
- ProfileNodeModule
- MailAliasModule
taxonomies
must document bloody taxonomies and plan ahead for them
Comments
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
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