Commit Graph

541 Commits (9af602fe17e6346360e640e403843494c84ecca0)

Author SHA1 Message Date
Dries Buytaert 04b3e8d08a - Patch by Dave Reid: fixed broken query in forum block. 2009-04-21 10:57:48 +00:00
Dries Buytaert 3a35e28f92 - Patch by chx, catch, justinrandell, pwolanin, David_Rothstein, et al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch! 2009-04-02 20:39:45 +00:00
Angie Byron f40532da76 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
Dries Buytaert 2c940c9494 - Patch by brianV: make table columns align with table header. 2009-03-20 20:53:38 +00:00
Dries Buytaert 4072ea4652 - Patch by cwgordon7, wretched sinner, et al: improved language of comment status. Usability improvement based on testing in Baltimore. 2009-03-17 12:41:54 +00:00
Dries Buytaert a8ad5a78fb - Patch by scor: xhtml 1.1 compatibility fix. 2009-03-08 20:58:19 +00:00
Angie Byron ddc2604d69 by David Strauss: Rename hook_nodeapi_X to hook_node_X. 2009-03-08 04:25:07 +00:00
Angie Byron 665c9fdc2c Roll-back of users -> user table name change in : Broken pgsql is no fun. 2009-02-26 07:30:29 +00:00
Angie Byron ff9e842730 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency. 2009-02-18 15:19:57 +00:00
Angie Byron fb7347bc9d by JohnAlbin and EclipseGC: Rename clear-block CSS class to clearfix, which is the lingo that designers use for it. 2009-02-18 14:28:25 +00:00
Angie Byron 9cd3f79144 by drumm: Simplify the vocabulary edit form. 2009-02-13 05:42:24 +00:00
Angie Byron 535db9d024 by marcingy, greggles, mikey_p: Usability: Display node type on editing form. 2009-02-13 02:22:09 +00:00
Angie Byron 585aa50e6a by stBorchert, swentel, and catch: Fix deletion of terms (with tests). 2009-01-28 01:09:58 +00:00
Dries Buytaert d3df2ff356 - Patch by Jody Lynn et al: clean up of the taxonomy module SQL table namespace. 2009-01-14 21:16:21 +00:00
Dries Buytaert 77936aef4c - Rollback of -- I think there is still something wrong. 2009-01-13 22:41:39 +00:00
Dries Buytaert b86354c55c - Patch by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data. 2009-01-13 22:25:13 +00:00
Dries Buytaert bdbd0dffe5 - Patch by David Strauss: added smart defaults for system_settings_form(). 2009-01-11 21:19:19 +00:00
Angie Byron 117b284fd4 by chx: Fix cruft in forum_install(). 2009-01-10 05:32:30 +00:00
Dries Buytaert 5ba50b3fe8 - Patch by Moshe: kick comment rendering out of node module. 2008-12-31 12:02:24 +00:00
Dries Buytaert 5339dccdaa - Patch by Moshe et al: replace db_rewrite_sql() with hook_query_alter(). 2008-12-29 22:29:44 +00:00
Dries Buytaert a04728577f - Patch by catch: convert calls to db_placeholders() in static queries. 2008-12-29 16:03:57 +00:00
Dries Buytaert 0c63d9e24f - Patch by keith.smith: clean up sentence spacing in code comments. 2008-12-20 18:24:41 +00:00
Dries Buytaert ec4eba68d7 - Patch by jhedstrom: fixed alias usage in queries for PostgreSQL. 2008-12-19 03:55:23 +00:00
Dries Buytaert 574a2e47ee - Patch by alexanderpas, justinrandell, Dave Reid: remove from hook_block(). 2008-12-16 23:57:33 +00:00
Dries Buytaert 0cf64bcaa7 - Patch by swentel: removed unused function from forum.module. 2008-12-13 14:05:11 +00:00
Dries Buytaert c0cb68abcc - Patch by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups. 2008-12-09 11:30:25 +00:00
Dries Buytaert 58b0235a72 - Patch by catch et al: load multiple nodes and terms at once. 2008-12-05 22:18:46 +00:00
Dries Buytaert 3aaffd3364 - Patch by hswong3i et al: convert menu.inc to new database abstraction layer. 2008-12-03 14:38:59 +00:00
Dries Buytaert eda100b83d - Patch by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
Dries Buytaert 15671f471b - Patch by webchick, lilou: remove t() function from schema descriptions. 2008-11-15 13:01:11 +00:00
Dries Buytaert bd108c7f10 - Patch by hswong3i, Arancaytar, Dave Reid et al: code clean-up. 2008-11-11 16:49:38 +00:00
Dries Buytaert 2bc3b99bc7 - Patch by catch: more taxonomy standardization. 2008-11-05 14:08:11 +00:00
Dries Buytaert d31c77513b - Patch by catch, pwolanin: improve consistency of vocabulary API and term API. 2008-11-05 12:47:23 +00:00
Dries Buytaert bd22265b45 - Patch by catch et al: improving the taxonomy hook system. 2008-11-02 14:42:45 +00:00
Dries Buytaert 75b32a382a - Patch by winterheart: fixed invalid XHTML being generated for forum topic listings. 2008-10-24 19:03:12 +00:00
Dries Buytaert 0adaec35bd - Patch by winterheart: missing </td>-tag. 2008-10-22 18:22:22 +00:00
Dries Buytaert 12393a4d12 - Patch by lilou: unify doxygen @file documentation in tpl. 2008-10-13 12:31:43 +00:00
Angie Byron 8292bdd40a Re-commit of by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default. 2008-10-13 00:33:05 +00:00
Angie Byron a3a420c3e6 Roll-back of : This caused horrendous problems with SimpleTest on some configurations. 2008-10-12 06:27:06 +00:00
Angie Byron f76acb2d9d by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. 2008-10-12 04:30:09 +00:00
Angie Byron 72bbd21e5c by catch: Clean-up for editForumTaxonomy(). 2008-10-12 01:01:44 +00:00
Angie Byron ecf7ad41d0 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default. 2008-10-11 21:11:02 +00:00
Angie Byron 7e02f2f782 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. 2008-10-11 02:33:14 +00:00
Angie Byron 464be0b8bd by justinrandell and chx: Add .install files to the list of files added to .info files. 2008-10-09 22:51:41 +00:00
Angie Byron d59ba41f65 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions to allow for localization of permission names 2008-10-09 15:15:55 +00:00
Angie Byron 3a0d4322ae by pwolanin: Rename mis-named 'module' attribute in node types. 2008-10-08 03:27:56 +00:00
Dries Buytaert 87567f8916 - Patch by justinrandell: killed in _node hook, as well as twelve sable tooth tigers. 2008-10-06 12:55:56 +00:00
Dries Buytaert fa8abcbf3b - Patch by catch, Benjamin Melançon: added an edit tab to taxonomy term pages. 2008-09-19 20:25:03 +00:00
Dries Buytaert 7f29b14277 - Patch by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience. 2008-09-17 07:11:59 +00:00
Dries Buytaert e5b0e5f76c - Patch by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency. 2008-09-06 08:36:22 +00:00