Commit Graph

762 Commits (35794257c39c915f15c23b968cd9edd166a12696)

Author SHA1 Message Date
Dries Buytaert c59e50aa6d - Patch by jeffschuler: documentation improvements. 2009-03-13 14:32:07 +00:00
Dries Buytaert 0bbc3bfcb3 - Patch by Freso: tiny performance optimization. 2009-03-10 11:21:27 +00:00
Dries Buytaert 6fe3c7c059 - Patch by keith.smith, edmund.kwok, xano, David_Rothstein: rename 'input formats'. 2009-03-08 21:25:18 +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
Dries Buytaert b3e36d655c - Patch by Crell: add extender support to the SELECT query builder. 2009-02-22 16:53:41 +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 ac484c277a by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow compatibility with other JavaScript libraries. 2009-02-18 13:46:55 +00:00
Angie Byron 4be0f043ba by Dave Reid: Fix query in recent comment block that results in fatal error (with tests). 2009-02-07 20:10:40 +00:00
Angie Byron 7842c3c14d by keith.smith: Remove extra comma and 'character sequences' in taxonomy tag description. 2009-02-06 16:25:09 +00:00
Angie Byron 9544110e01 by Dave Reid: Clean up comment variables on uninstall. 2009-01-31 16:31:59 +00:00
Angie Byron b1d7222c6b by catch: Avoid pager query if there are no comments on a node. 2009-01-31 16:19:29 +00:00
Angie Byron ad99dd761a by Heine: Add a 'tablesort' Form API element to unify various places we use a big table with JS-enabled checkboxes next to each item (with tests). 2009-01-28 07:43:26 +00:00
Dries Buytaert 2e8ca690ff - Patch by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave. 2009-01-27 00:22:27 +00:00
Dries Buytaert 6d3d75fe4b - Removing whitespace. 2009-01-26 14:08:44 +00:00
Dries Buytaert cf43ce126c - Patch by catch et al: avoid sorting elements twice -- performance improvement. 2009-01-23 14:23:27 +00:00
Dries Buytaert 938c7c07a3 - Patch by Berdir: made CVS HEAD compatible with PHP5.3. 2009-01-22 12:46:07 +00:00
Angie Byron 3946b191a9 by stella and John Morahan: Tests for comments as part of an RSS feed. 2009-01-22 04:53:00 +00:00
Angie Byron b4c737a2a5 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters(). 2009-01-22 03:11:54 +00:00
Dries Buytaert 3dc1157a1e - Patch by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study. 2009-01-21 16:58:42 +00:00
Angie Byron 0c57b989f5 by Dave Reid: Allow comment module to be uninstalled. 2009-01-19 01:23:39 +00:00
Dries Buytaert 8d128023ef - Patch by lilou, keith.smith: fixed inconsistencies in the moderation queue related help texts. 2009-01-14 21:48:24 +00:00
Angie Byron 9a32ca468a by sun and most of #drupal: Users can now cancel their accounts. Fixing the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D 2009-01-08 08:42:13 +00:00
Dries Buytaert 27e01ade23 - Patch by Moshe: clean-up and bugfix of the 'kick comment rendering out of node module'. 2009-01-04 16:19:39 +00:00
Dries Buytaert 6690a4ec4c - Patch by dereine, justinrandell: remove from hook_comment(). 2009-01-04 16:10:48 +00:00
Dries Buytaert b3649703d5 - Patch by swentel: the comment status field was reversed. 2009-01-02 21:17:35 +00:00
Dries Buytaert 4e9116ca34 - Rollback of . 2008-12-31 12:04:36 +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 a77601f669 - Patch by catch: avoid unnecessary query in comment render. 2008-12-30 20:15:43 +00:00
Dries Buytaert 92a8adea65 - Patch by scor: fixed typos and grammar in comments. 2008-12-30 16:43:20 +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 574a2e47ee - Patch by alexanderpas, justinrandell, Dave Reid: remove from hook_block(). 2008-12-16 23:57:33 +00:00
Dries Buytaert 18d22419f3 - Patch by Moshe et al: move node links into ->content. 2008-12-16 22:05:51 +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 cadd9bd54c - Patch by recidive: rename node, filter and comment module tables to singular for consistency. Oh my. 2008-12-03 16:32:22 +00:00
Dries Buytaert 20295998e7 - Patch by Damien Tournoud: made search work on PostgreSQL. 2008-12-02 21:24:34 +00:00
Dries Buytaert 1bbafcc967 - Patch by Damien Tournoud: updated test explanation. 2008-11-28 09:34:42 +00:00
Dries Buytaert eda100b83d - Patch by drewish: code comments clean-up. 2008-11-25 13:14:29 +00:00
Angie Byron 66df602593 by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core. 2008-11-25 02:37:33 +00:00
Angie Byron f91cfba34f by maartenvg and cwgordon7: Only show the 'queued for approval' message for non-administrators. 2008-11-23 16:04:41 +00:00
Dries Buytaert 9c72e9209a - Patch by maartenvg: editing of anonymous comments was broken. Bugfix with test\! 2008-11-21 14:48:59 +00:00
Dries Buytaert dc65b62ace - Patch by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up). 2008-11-16 19:41:14 +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 97fdc49191 - Patch by justinrandell: replace module_list with module_implements when calling a hook. 2008-11-15 11:45:04 +00:00
Dries Buytaert 9d631d22f9 - Patch by jsaints, Crell, Arancaytar, CorniI, Rob Loach, et al: convert comment module to new DB layer. Doesn't break any additional tests so if we discover a regression, please submit a test with it. 2008-11-11 21:44:01 +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 0290031d45 - Patch by stella, nedjo et al: pass language code to filters when available. 2008-11-08 20:43:54 +00:00