| Commit message (Expand) | Author | Age |
* | - Patch #240387 by matt2000 et al: move 'content types' to 'site building' pe... | Dries Buytaert | 2008-04-06 |
* | - Patch #234785 by Rowanw, yoroy, flobruit, et al: usability: improve visibil... | Dries Buytaert | 2008-04-02 |
* | - Patch #234403 by Gabor, Bevan and me: drupal_mail_send() had problems with ... | Dries Buytaert | 2008-04-02 |
* | - Oops, I forgot to add this file to CVS when I committed the secure password... | Dries Buytaert | 2008-04-01 |
* | - Patch #29706 by pwolanin, solardiz, et al: more secure password hashing. | Dries Buytaert | 2008-03-31 |
* | - Patch #239958 by Steve Dondley: make the explicit cache clearing functional... | Dries Buytaert | 2008-03-31 |
* | - Patch #234699 by hass: the active CSS class was not always added for the ac... | Dries Buytaert | 2008-03-25 |
* | - Patch #220827 by Arancaytar et al: menu system phpdoc improvements. | Dries Buytaert | 2008-03-21 |
* | - Patch #218513 by Pancho: Doxygen formatting fixes. | Dries Buytaert | 2008-03-19 |
* | - Patch #222578 by pwolanin: alter drupal_to_js() to use json_encode(). | Dries Buytaert | 2008-03-17 |
* | - Patch #226555 by jvandyk, vladimir, rok, et al: remove E_NOTICE. | Dries Buytaert | 2008-03-15 |
* | - Patch #234403 by alienbrain: drupal_mail_send() should use CRLFs instead of... | Dries Buytaert | 2008-03-15 |
* | - Patch #117748 by pwolanin: made account creation work again. | Dries Buytaert | 2008-03-15 |
* | - Patch #231587 by pwolanin et al: fixed scalability issue in the menu system. | Dries Buytaert | 2008-03-14 |
* | - Patch #216813 by pwolanin et al: fixed upgrade path for primary links and n... | Dries Buytaert | 2008-02-23 |
* | - Patch #220953 by pwolanin: fixed bug in _menu_navigation_links_rebuild(). | Dries Buytaert | 2008-02-23 |
* | - Patch #212918 by chx: fixed SQL queries on mysqli. | Dries Buytaert | 2008-02-21 |
* | - Patch #224142 by jvandyk: tiny performance improvement for theme(). | Dries Buytaert | 2008-02-20 |
* | - Patch #189568 by dvessel et al: overriding of module CSS didn't always work. | Dries Buytaert | 2008-02-20 |
* | - Patch #181411 by Moshe: use schema API for saving and updating user records. | Dries Buytaert | 2008-02-18 |
* | - Patch #196862 by earnie et al: make drupal_lookup_path() a tad faster by el... | Dries Buytaert | 2008-02-18 |
* | - Patch #203846 by pwolanin: remove PHP4 compatibility code. | Dries Buytaert | 2008-02-17 |
* | - Patch #218116 by greggles: document session_save_session(). | Dries Buytaert | 2008-02-17 |
* | - Patch #218915 by keith and jakeg: fixed typo in watchdog() call. | Dries Buytaert | 2008-02-17 |
* | - Patch #212918 by pwolanin: enable MySQL's ANSI-mode. We can chose to disab... | Dries Buytaert | 2008-02-17 |
* | - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the real... | Dries Buytaert | 2008-02-17 |
* | - Patch #221364 by chx: removed PHP 4.3 workaround. Oh, yeah. | Dries Buytaert | 2008-02-14 |
* | - Patch #216059 by nedjo, theborg, karens, goba, webchick et al: AHAH trigger... | Dries Buytaert | 2008-02-12 |
* | - Patch #217803 by csevb10 and senpai: uninstall system does not correctly re... | Dries Buytaert | 2008-02-12 |
* | - Patch #215858 by pwolanin, goba, catch et al: localized menu link data gett... | Dries Buytaert | 2008-02-10 |
* | - Patch #218471 by pwolanin: menus and books exposed unpublished nodes. | Dries Buytaert | 2008-02-10 |
* | - Patch #209240 by saxofaan, mike stewart, gopherspidey: fixed installation p... | Dries Buytaert | 2008-02-10 |
* | - Patch #184926 by Rob and brightloudnoise: improved usability of status mess... | Dries Buytaert | 2008-02-10 |
* | - Patch #211979 by chx, theborg, pwolanin, et al: menu items show no matter w... | Dries Buytaert | 2008-02-10 |
* | - Patch #218054 by Arancaytar: _db_create_field_sql has precision and scale a... | Dries Buytaert | 2008-02-08 |
* | - Patch #214513 by Lynn: missing break-statement in system_send_email_action. | Dries Buytaert | 2008-02-06 |
* | - Patch #218319 by Moshe: added support for dynamic menu items in query strings. | Dries Buytaert | 2008-02-06 |
* | - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. | Dries Buytaert | 2008-02-06 |
* | #215858 by pwolanin: localized menu options were saved into the database, avo... | Gábor Hojtsy | 2008-02-04 |
* | #117748 by quicksketch: short fix to trim() required fields for validation, w... | Gábor Hojtsy | 2008-02-04 |
* | #216061 by Eaton: nid was not set in node creation (programatic node creation... | Gábor Hojtsy | 2008-02-03 |
* | Back to 6.0-dev | Gábor Hojtsy | 2008-01-30 |
* | Preparing for RC3 | Gábor Hojtsy | 2008-01-30 |
* | #216042 by Eaton: provide the complete form to element validators as well (cr... | Gábor Hojtsy | 2008-01-30 |
* | #215127 by chx, webernet, catch; testing by theborg: menu item parenting was ... | Gábor Hojtsy | 2008-01-30 |
* | #215848 by simonc: SMALLTEXT is not a valid MySQL type, TINYTEXT is there ins... | Gábor Hojtsy | 2008-01-30 |
* | #215252 by bdragon: reset the cache flush variable before the cache is flushe... | Gábor Hojtsy | 2008-01-29 |
* | #215361 by bec: phpdoc for menu_load_objects(), _menu_item_localize() and _me... | Gábor Hojtsy | 2008-01-29 |
* | #210219 by htalvitie, yched: initialize block caching properties properly on ... | Gábor Hojtsy | 2008-01-28 |
* | #213664 by chx, theborg: menu item not expanded on front page | Gábor Hojtsy | 2008-01-28 |