| Commit message (Expand) | Author | Age |
... | |
* | - Rollback of #225562 -- I think there is still something wrong. | Dries Buytaert | 2009-01-13 |
* | - Patch #225562 by Jody Lynn: change DB table names from eg. term_data to ta... | Dries Buytaert | 2009-01-13 |
* | - Patch #266246 by David Strauss: added smart defaults for system_settings_fo... | Dries Buytaert | 2009-01-11 |
* | #143434 by Jody Lynn: Move 'display post information' to where users would ex... | Angie Byron | 2009-01-09 |
* | #8 by sun and most of #drupal: Users can now cancel their accounts. Fixing th... | Angie Byron | 2009-01-08 |
* | #355787 by mikey_p: Fix notice at content administration page caused by typo. | Angie Byron | 2009-01-08 |
* | - Patch #320591 by Moshe, Crell et al: tag specific alter hook for database q... | Dries Buytaert | 2009-01-04 |
* | - Patch #350984 by Moshe: clean-up and bugfix of the 'kick comment rendering ... | Dries Buytaert | 2009-01-04 |
* | - Patch #295283 by Damien Tournoud: created a better index for the default fr... | Dries Buytaert | 2009-01-02 |
* | - Patch #350984 by Moshe: kick comment rendering out of node module. | Dries Buytaert | 2008-12-31 |
* | - Patch #352470 by scor: fixed typos and grammar in comments. | Dries Buytaert | 2008-12-30 |
* | - Patch #299176 by Moshe et al: replace db_rewrite_sql() with hook_query_alte... | Dries Buytaert | 2008-12-29 |
* | - Patch #352093 by catch: avoid unnecessary SQL query on front page when no n... | Dries Buytaert | 2008-12-29 |
* | - Patch #352054 by catch: convert calls to db_placeholders() in static queries. | Dries Buytaert | 2008-12-29 |
* | - Patch #349504 by keith.smith: clean up sentence spacing in code comments. | Dries Buytaert | 2008-12-20 |
* | - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from hook_... | Dries Buytaert | 2008-12-16 |
* | - Patch #339929 by Moshe et al: move node links into ->content. | Dries Buytaert | 2008-12-16 |
* | - Patch #345632 by Dave Reid: fixed a broken test that went unnoticed by the ... | Dries Buytaert | 2008-12-12 |
* | - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and d... | Dries Buytaert | 2008-12-09 |
* | - Patch #324313 by catch et al: load multiple nodes and terms at once. | Dries Buytaert | 2008-12-05 |
* | - Patch #335086 by recidive: rename node, filter and comment module tables to... | Dries Buytaert | 2008-12-03 |
* | - Patch #296624 by Damien Tournoud: made search work on PostgreSQL. | Dries Buytaert | 2008-12-02 |
* | - Patch #338403 by drewish: code comments clean-up. | Dries Buytaert | 2008-11-25 |
* | #314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to ... | Angie Byron | 2008-11-25 |
* | - Patch #305345 by catch: making all terminology consistent. | Dries Buytaert | 2008-11-22 |
* | - Patch #330674 by catch: we can eliminate one database query because we have... | Dries Buytaert | 2008-11-22 |
* | - Added missing file from #302054 | Dries Buytaert | 2008-11-16 |
* | - Patch #302054 by dmitrig01: usability improvement - hide machine readable n... | Dries Buytaert | 2008-11-16 |
* | - Patch #332123 by webchick, lilou: remove t() function from schema descripti... | Dries Buytaert | 2008-11-15 |
* | - Patch #334030 by justinrandell: replace module_list with module_implements ... | Dries Buytaert | 2008-11-15 |
* | #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js(). | Angie Byron | 2008-11-10 |
* | #331719 follow-up by chx: Remove ambiguity from search score queries. | Angie Byron | 2008-11-10 |
* | - Patch #319788 by stella, nedjo et al: pass language code to filters when av... | Dries Buytaert | 2008-11-08 |
* | #329660 by pwolanin: Remove silly drupal_goto() on rebuild permissions button. | Angie Byron | 2008-11-03 |
* | #303889 by David_Rothstein, kbahey, and chx: Make it possible to update D6 ->... | Angie Byron | 2008-11-03 |
* | - Patch #302120 by dmitrig01: usability improvement - make the content type a... | Dries Buytaert | 2008-11-02 |
* | - Patch #279516 by c960657: removed many PHP4-isms. Great patch. | Dries Buytaert | 2008-11-01 |
* | - Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals. | Dries Buytaert | 2008-10-29 |
* | #325876 by pwolanin: Fix doxygen for node_get_types() to reflect recent modul... | Angie Byron | 2008-10-25 |
* | - Patch #320000 by lilou: unify doxygen @file documentation in tpl. | Dries Buytaert | 2008-10-13 |
* | Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_p... | Angie Byron | 2008-10-13 |
* | #320173 by Dave Reid: Two-word operations in hook_nodeapi no longer being cal... | Angie Byron | 2008-10-12 |
* | Roll-back of #242873: This caused horrendous problems with SimpleTest on some... | Angie Byron | 2008-10-12 |
* | #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. | Angie Byron | 2008-10-12 |
* | #320024 by Dave Reid: Replace hardcoded drupal_required_modules() with requir... | Angie Byron | 2008-10-12 |
* | #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ... | Angie Byron | 2008-10-11 |
* | #319714 by greggles: Remove needless double-check_url()ing in maintenance.tpl... | Angie Byron | 2008-10-11 |
* | #305566 by agentrickard and moshe weitzman: Split 'bypass node access' from '... | Angie Byron | 2008-10-11 |
* | #319699 follow-up by Dave Reid: Simplify required module hiding in admin/buil... | Angie Byron | 2008-10-11 |
* | #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. | Angie Byron | 2008-10-11 |