| Commit message (Expand) | Author | Age |
... | |
* | - Patch #10166 by jvandyk: bugfix: valid_url() believed that URLs with encode... | Dries Buytaert | 2004-08-21 |
* | - Patch #10195 by JonBob: bugfix: common.inc used the function ob_get_clean()... | Dries Buytaert | 2004-08-21 |
* | - Patch #10202 by Ax: don't emit an erroneous whitespace when no table header... | Dries Buytaert | 2004-08-21 |
* | - Patch #9576 by TDobes: bugfix: fixed bug in recent theme system changes. | Dries Buytaert | 2004-08-21 |
* | - Patch by JonBob: for consistency and readability, add brief descriptions of... | Dries Buytaert | 2004-08-21 |
* | - Fixing 'flash of unstyled content' in bluemarine/pushbutton, which got rein... | Steven Wittens | 2004-08-20 |
* | - Usability improvement: capitalize all header titles. | Dries Buytaert | 2004-08-20 |
* | - Removing some DOS-style line endings. Thanks TDobes. | Dries Buytaert | 2004-08-20 |
* | - Theme system changes. Please consult http://drupal.org/node/view/9576 for ... | Dries Buytaert | 2004-08-20 |
* | Avatar/picture fixes: | Steven Wittens | 2004-08-20 |
* | - Code improvements by Stefan: use capital letters for header titles (and add... | Dries Buytaert | 2004-08-19 |
* | - Code improvements by Stefan: made all status messages consistent (and easie... | Dries Buytaert | 2004-08-18 |
* | - The upload (filehandler) module has landed! | Dries Buytaert | 2004-08-17 |
* | - Bugfix: include the xmlrpc library. | Dries Buytaert | 2004-08-17 |
* | Fixing a faulty check in cache_get() which prevented empty data from being re... | Steven Wittens | 2004-08-16 |
* | - Patch #9900 by Al: bugfix: don't display two <hr />'s. | Dries Buytaert | 2004-08-16 |
* | - Patch #10026 by Al: bugfix: don't show the 'more help' links when the help ... | Dries Buytaert | 2004-08-16 |
* | - Patch #9983 by Stefan: usability improvement: made sure all status messages... | Dries Buytaert | 2004-08-16 |
* | - Patch #10111 by Killes: fixed some SQL queries. | Dries Buytaert | 2004-08-16 |
* | - Patch #9864 by JonBob: better form validation in menu administration. | Dries Buytaert | 2004-08-15 |
* | - Patch #6806 by UnConeD: prefixed form IDs with 'edit-' so they won't clash | Dries Buytaert | 2004-08-12 |
* | - Patch #9983 by Stefan: various code style improvements. | Dries Buytaert | 2004-08-12 |
* | - Patch #7535 by Gerhard: one could not search for the word 'From'. | Dries Buytaert | 2004-08-12 |
* | - New locale module thanks to Gerhard, Goba, Marco, Kristjan and others. | Dries Buytaert | 2004-08-11 |
* | - Patch #9663 by jvandyk: the $i counter variable in tablesort_get_order() is... | Dries Buytaert | 2004-08-10 |
* | The Input formats - filter patch has landed. I still need to make update inst... | Steven Wittens | 2004-08-10 |
* | - Patch by Al: improved the admin/help pages (first step). | Dries Buytaert | 2004-08-10 |
* | #7646 and more: | Steven Wittens | 2004-08-10 |
* | - Patch #7968 by Adrian: use the complete URL as the cache ID to make Drupal's | Dries Buytaert | 2004-08-06 |
* | - Patch #9819 by JonBob: fixed XHTML bug - make sure the <div> is always closed. | Dries Buytaert | 2004-08-06 |
* | - Patch #9330: ucfirst() gives problem when used with multibyte charset. | Dries Buytaert | 2004-08-06 |
* | - Patch #9657: more intelligent theme() function. Hopefully, Adrian will be | Dries Buytaert | 2004-08-04 |
* | - Patch #7458 by killes: conditionally include xmlrpc.inc. | Dries Buytaert | 2004-08-04 |
* | - Patch #7336 by TDobes: in various parts of Drupal, we use the title attribu... | Dries Buytaert | 2004-08-03 |
* | - Patch #9650 by Adrian: this change introduces a module_load function, which... | Dries Buytaert | 2004-07-31 |
* | Fixing a rather nasty bug with page cache: | Steven Wittens | 2004-07-29 |
* | - Fixing broken tablesort due to typo with quotes. | Steven Wittens | 2004-07-25 |
* | - Patch #9464 by Moshe: menu.module omitted a pair of braces when calling | Dries Buytaert | 2004-07-25 |
* | - Patch #9478 by JonBob: allow printf-style arguments in pager_query. | Dries Buytaert | 2004-07-25 |
* | - #9287: More doxygen/documentation fixes by JonBob | Steven Wittens | 2004-07-22 |
* | - Fixing bad strpos usage (have to use the ===/!== operators to check for 'fa... | Steven Wittens | 2004-07-21 |
* | - Patch #9290 by Morbus / JonBob / TDobes: SUBTASK removal patch for menu.inc. | Dries Buytaert | 2004-07-15 |
* | - Code and documentation improvements by JonBob. | Dries Buytaert | 2004-07-14 |
* | - Patch #9287 by JonBob: made the code style in the three database include fi... | Dries Buytaert | 2004-07-14 |
* | - Patch #9262 by Ber / JonBob: the menu did not build correctly, thus the add... | Dries Buytaert | 2004-07-14 |
* | - Patch #9238 by JonBob: added code and Doxygen comments to common.inc and | Dries Buytaert | 2004-07-13 |
* | Slightly improved code in drupal_xml_parser_create. | Steven Wittens | 2004-07-12 |
* | Now Drupal tries iconv, recode and mbstring to convert unknown XML encodings ... | Steven Wittens | 2004-07-12 |
* | - Call 'exit' hook when drupal_goto() is called. Also necessary for the | Dries Buytaert | 2004-07-11 |
* | - Patch by JonBob: a significant documentation update for the menu system! | Dries Buytaert | 2004-07-10 |