- May 26, 2005
-
-
The Great Git Migration authored
create tag 'DRUPAL-4-5'. Sprout from master 2004-11-08 17:36:06 UTC Khalid Baheyeldin <kbahey@gmail.com> 'Updated help text' Cherrypick from master 2005-05-26 04:09:34 UTC Khalid Baheyeldin <kbahey@gmail.com> 'Corrected spelling. Adding possibility of customization for pay.': README.txt
-
- Nov 08, 2004
-
-
Khalid Baheyeldin authored
-
Khalid Baheyeldin authored
-
Khalid Baheyeldin authored
for Drupal 4.5.x Completely rewritten so as to avoid having yet another feedback module.
-
- Oct 16, 2004
-
-
Dries Buytaert authored
- Removed the individual LICENSE files from the contributions repository: see mailing list discussion.
-
- Oct 13, 2004
-
-
Uwe Hermann authored
http://drupal.org/node/11517. I have done this using some command line magic: find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \; I will update all occurences of 'README' to 'README.txt' in the conrtib CVS, soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around to it.
-
- Feb 03, 2004
-
-
Gábor Hojtsy authored
-
- Nov 13, 2003
-
-
Dries Buytaert authored
- Theme system updates: theme() function return their data now.
-
Dries Buytaert authored
- table(...) -> theme("table", ...")
-
- Nov 04, 2003
-
-
Dries Buytaert authored
- Updated feedback module to new help system. Patch by Ber.
-
- Jun 21, 2003
-
-
Alastair Maw authored
-
- Apr 29, 2003
-
-
Alastair Maw authored
Module assumed that variable_get() would return default argument if the variable was present but empty string. This isn't the case. Patched this behaviour.
-
Alastair Maw authored
-
Alastair Maw authored
-
Alastair Maw authored
-
- Feb 15, 2003
-
-
Dries Buytaert authored
'theme("function")' instead of '$theme->function()'. Hopefully I didn't break anything. If I did, let me know. The following modules need special attention (but should still work as is): 1. The ldap_integration directory has its own user.module; I haven't updated the documentation bit that talks about themes. 2. The hotlist module uses '$theme->hotlist_del_icon'. Should be avoided and somehow wrapped in a (larger) call to theme(). 3. The image module has its own way of doing what 'theme()' does (or the former 'theme_invoke()'). Constructs like the one below (a) look wrong and (b) should be rewritten to properly use 'theme()'. For example: $theme->box("foo", method_exists("bar") ? $theme->bar() : $bar); Search for "image_gallery_album", "image_gallery_home" and "image_thumb_browser". I've already changed '$theme->box()' to 'theme()'. 4. The sidebar module uses '$theme->foreground' and '$theme->background'. Should be avoided and somehow wrapped in a (larger) call to theme(). 5. The org_informations module uses '$theme->separator()', which is new to me. 6. The taxonomy_filter module uses '$theme->taxolist_filter_item()'. It should use 'theme("taxolist_filter_item")' instead. I haven't changed it because it would probably fail to resolve the default function if not overridden by a theme. 7. The taxonomy_dhtml module's INSTALL file still talks about '$theme->image'. 8. The xloadtree module's INSTALL file still talks about '$theme->image'. 9. I haven't updated the style.module; too many $theme's, though I don't think it needs any updates. [I'll try to update the sandboxes later on.]
-
- Feb 11, 2003
- Jan 31, 2003
-
-
Gerhard Killesreiter authored
-
- Jan 09, 2003
-
-
Gerhard Killesreiter authored
-
- Jun 20, 2002
-
-
gonzocoder authored
Suggestion by Moshe "also, would be nice to prefix the email subject with 'Feedback: '"
-
- Jun 13, 2002
-
-
gonzocoder authored
updated CHANGELOG added TODO containing Moshe and Gerhards suggestions.
-
gonzocoder authored
fixed the variable_get related problem (thanks Moshe)
-
gonzocoder authored
added information about setting the feedback delivery address.
-
gonzocoder authored
removed some debugging code i had forgot about.
-
gonzocoder authored
initial commit due to popular demand, there may me a bug here and there and I know that there is definatley a problem with the variable_gets as i previously mentioned on the mailing list.
-