Submitted by Alaa on Wed, 09/06/2004 - 10:50.
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.
- wrote layout.css should be working fine with all CSS2 aware browsers including the infamous IE 6
(someone test with IE 5 please)(new layout seems to work quite well for what one would expect from IE 5) - finished first version of BidiModule (get it from Arabeyes CVS.
- fixed nested lists in BidiModule
- wrote LinCountModule to display LinuxCounter stats (thanks ramez for your help, original idea by safrout or whirlpool can't remember).
- made tables use maximum size of 95% to avoid unessecary scroll bars in mozilla
- hacked WikiModule to make it co exist with HTML markup
- hacked QuoteModule to make it co exist with Wiki Markup (do we realy need that, wouldn't ordering suffice)
- hacked HtmlCorrectorModule to cope with UTF-8 text.
hacks and configs todo
tab3an when I say implement this includes bug the guys at #drupal till they implement it.
-
finish bidi filter module (yeah I know its been a week) fix nested lists in BidiModule- reimplement bidi hack in theme for titles only
-
fix UTF-8 in HtmlCorrectorModule - 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
-
add linux counter block (check ramez's code) -
add links block - style linux counter block to look good
- make all modules produce valid html code
contrib modules installed
- ImageModule
- FlexiNodeModule
- WikiModule
- EventModule
- FileStore
- GlossaryModule
- LocaleModule
- BuddyListModule
- HtmlCorrectorModule
- NavigationModule
- NotifyModule
- PrivateMsgModule
- QuoteModule
- RemindMeModule
- SubscriptionsModule
configuration
must document how I configured all details
candidate contrib modules
- MailhandlerModule
-
HtmlCorrector -
ImportModule - ListHandlerModule
-
NavigationModule -
MenusModule -
NodeImageModule - WebLinksModule
-
PrivateMsgModule - TaxonomyContextModule
- SummaryModule
- TaxonomyImageModule
- TaxonomyMenuModule
-
RemindMeModule -
NotifyModule - NiceLinksModule
- SyndicationModule
-
QuoteModule - TaxonomyBrowserModule
- ProfileNodeModule
- MailAliasModule
taxonomies
must document bloody taxonomies and plan ahead for them
- Alaa's blog
- Login or register to post comments
- 892 reads


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
http://www.manalaa.net