Dries Buytaert
|
10a5ba7132
|
- Patch #482920 by Razorraser: fixed typo in node_access_rebuild().
|
2009-06-05 19:17:53 +00:00 |
Dries Buytaert
|
5e19045690
|
- Patch #361277 by michaelfavia, Brandonian, catch, et al: remove the 'post settings' admin screen and relocate options.
|
2009-06-05 05:28:28 +00:00 |
Angie Byron
|
f179a80236
|
#220233 follow-up by Berdir: Fix typo.
|
2009-06-04 19:03:29 +00:00 |
Angie Byron
|
cab88a7014
|
#220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data.
|
2009-06-04 03:33:29 +00:00 |
Angie Byron
|
39c302eec0
|
#475596 by emmajane, catch, yoroy, et al. Move default welcome message to help system.
|
2009-06-02 03:33:36 +00:00 |
Dries Buytaert
|
6e947c65a9
|
- Patch #461298 by catch: move node_load_multiple() special casing into user_node_load().
|
2009-05-30 12:14:27 +00:00 |
Angie Byron
|
2df43894e2
|
#306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string (and corresponding $classes_array) for all dynamic classes in template files.
|
2009-05-28 16:44:07 +00:00 |
Dries Buytaert
|
0f4060f377
|
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
|
2009-05-27 18:34:03 +00:00 |
Angie Byron
|
e8364f5156
|
#309007 by moshe weitzman, agentrickard, and mcarbone: Add hook_node_access_records_alter() and hook_node_grants_alter() to allow complex interactions between two or more node access modules.
|
2009-05-27 02:01:54 +00:00 |
Dries Buytaert
|
981d6ec40c
|
- Patch #393402 by stella, Xane: renamed 'create content' link to 'add new content'. Minor usability improvement.
|
2009-05-26 09:13:47 +00:00 |
Dries Buytaert
|
3c4be3ab55
|
- Patch #472658 by agentrickard: clean up of inline code comments.
|
2009-05-26 09:12:29 +00:00 |
Dries Buytaert
|
f0940b1dbf
|
- Patch #223771 by Arancaytar, Amitaibu: node_body_field does not check ->has_body.
|
2009-05-25 15:39:12 +00:00 |
Dries Buytaert
|
a24a6c2bba
|
- Patch #471070 by stella: millions of code style fixes.
|
2009-05-24 17:39:35 +00:00 |
Dries Buytaert
|
7f5afdeedb
|
- Patch #363905 by dereine: move template_preproces_node/block out of theme.inc.
|
2009-05-22 11:34:05 +00:00 |
Angie Byron
|
4bc255ba79
|
Roll-back of #310467: Breaks installer requirements check and update.php.
|
2009-05-21 23:07:16 +00:00 |
Dries Buytaert
|
02c8592759
|
- Patch #428744 by Gabor: make the main page content a real block and clean up some of the content API.
|
2009-05-21 21:12:25 +00:00 |
Dries Buytaert
|
c8a456493a
|
- Patch #469134 by Bohjan: removed some redundant help.
|
2009-05-21 18:39:49 +00:00 |
Angie Byron
|
9df38a58a4
|
#457080 by moshe weitzman: Add node_delete_multiple() for more efficient deletion of lots of nodes.
|
2009-05-20 05:39:45 +00:00 |
Dries Buytaert
|
3b28636ff9
|
- Patch #464912 by pwolanin: add doxygen suggestion standard for contrib module node build modes and similar int constants.
|
2009-05-18 14:25:53 +00:00 |
Angie Byron
|
f577c125e8
|
#196862 by Damien Tournoud, et al: Replace COUNT(*) queries with SELECT 1 ... LIMIT 1 queries when all that's required is a check for whether rows exist.
|
2009-05-16 15:23:16 +00:00 |
Dries Buytaert
|
1778c5cca9
|
- Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.
|
2009-05-14 08:23:15 +00:00 |
Dries Buytaert
|
a86223cd70
|
- Patch #428800 by Gabor Hojtsy: convert the mission statement to a block so we have more flexibility to place it.
|
2009-05-12 08:31:17 +00:00 |
Dries Buytaert
|
0e0ca3b589
|
- Patch #457532 by Berdir: more PHP5 'fixes'.
|
2009-05-09 18:28:13 +00:00 |
Dries Buytaert
|
a8c30ed91e
|
- Patch #449718 by alienbrain: node_feed() is now using new node building API.
|
2009-05-03 10:11:35 +00:00 |
Dries Buytaert
|
cce402d1cb
|
- Patch #446742 by sun, dmitrig01: fixed various bugs.
|
2009-04-29 17:48:11 +00:00 |
Dries Buytaert
|
7a6f73f49d
|
- Patch #330748 by stBorchert: remove from theme_pager*.
|
2009-04-26 19:44:40 +00:00 |
Dries Buytaert
|
f83776a064
|
- Patch #444876 by Damien Tournoud: remove node_invoke_node().
|
2009-04-26 15:40:24 +00:00 |
Dries Buytaert
|
1c076bc89f
|
- Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting.
|
2009-04-26 09:14:32 +00:00 |
Dries Buytaert
|
3fe4c4e1c4
|
- Patch #352880 by dereine, Dave Reid: replace strstre with strpos.
|
2009-04-26 06:00:31 +00:00 |
Angie Byron
|
fb5d44bc2c
|
#303965 by moshe weitzman and snufkin: Allow data import scripts to set /->is_new programmatically.
|
2009-04-25 17:52:43 +00:00 |
Dries Buytaert
|
96ca81fb00
|
- Patch #394484 by Berdir and Crell: converted node module to the new database abstraction layer. Yay.
|
2009-04-25 16:33:48 +00:00 |
Dries Buytaert
|
6e334892f2
|
- Patch #440768 by Dave Reid: move {node_counter} table from node module to statistics module.
|
2009-04-24 08:23:02 +00:00 |
Dries Buytaert
|
526401c4c8
|
- Patch #147310 by c960657 et al: better cache headers for reverse proxies.
|
2009-04-22 09:45:03 +00:00 |
Dries Buytaert
|
10931908b5
|
- Patch #318496 by DeeLay: node_delete does not clean up history.
|
2009-04-20 19:57:18 +00:00 |
Angie Byron
|
eecab1083a
|
#369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray.
|
2009-03-26 13:31:28 +00:00 |
Dries Buytaert
|
32076b4d32
|
- Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation to user and administration menu. Will require follow-up patches.
|
2009-03-20 19:18:11 +00:00 |
Angie Byron
|
3b30509599
|
#347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request.
|
2009-03-14 23:01:38 +00:00 |
Dries Buytaert
|
b46e90ad36
|
- Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views.
|
2009-03-14 20:13:27 +00:00 |
Dries Buytaert
|
c85fa2b0e1
|
- Patch #394694 by stompeers: improve node edit conflict message. Result from usability testing.
|
2009-03-14 19:28:50 +00:00 |
Angie Byron
|
ddc2604d69
|
#383066 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 #330983: Broken pgsql is no fun.
|
2009-02-26 07:30:29 +00:00 |
Dries Buytaert
|
b3e36d655c
|
- Patch #299267 by Crell: add extender support to the SELECT query builder.
|
2009-02-22 16:53:41 +00:00 |
Angie Byron
|
ff9e842730
|
#330983 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
|
826cf54d84
|
#372474 by karschsp: Minor documentation fix for node access system.
|
2009-02-13 02:27:59 +00:00 |
Angie Byron
|
7842c3c14d
|
#333478 by keith.smith: Remove extra comma and 'character sequences' in taxonomy tag description.
|
2009-02-06 16:25:09 +00:00 |
Dries Buytaert
|
29c8e40e91
|
- Patch #355236 by Frando: refactor drupal_render() theming.
|
2009-02-03 18:55:32 +00:00 |
Dries Buytaert
|
607e9626d5
|
- Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
|
2009-02-03 17:30:13 +00:00 |
Angie Byron
|
f16eccbe9d
|
#365183 by Eaton: Fix for node_feed() silently discards ->content (with tests).
|
2009-01-28 07:34:30 +00:00 |
Dries Buytaert
|
2e8ca690ff
|
- Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave.
|
2009-01-27 00:22:27 +00:00 |
Dries Buytaert
|
938c7c07a3
|
- Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.
|
2009-01-22 12:46:07 +00:00 |
Angie Byron
|
9e2540eeb2
|
#306316 by beeradb: Rebuild the menu from node_types_rebuild() to assist with programmatic node creation.
|
2009-01-22 05:01:39 +00:00 |
Angie Byron
|
b4c737a2a5
|
#287178 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
|
7e2a90629d
|
- Patch #278675 by Dave Reid, pwolanin, drewish, robertDouglass: fixed possible SQL injection risk in node_access(). Already part of Drupal 6.
|
2009-01-21 14:50:58 +00:00 |
Angie Byron
|
ac7de32b3c
|
#320395 by qutoz and swentel: Fix PHP notice on preview with body-less nodes.
|
2009-01-17 20:56:04 +00:00 |
Dries Buytaert
|
d3df2ff356
|
- Patch #225562 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 #225562 -- I think there is still something wrong.
|
2009-01-13 22:41:39 +00:00 |
Dries Buytaert
|
b86354c55c
|
- Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data.
|
2009-01-13 22:25:13 +00:00 |
Angie Byron
|
9a32ca468a
|
#8 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
|
634379299f
|
- Patch #320591 by Moshe, Crell et al: tag specific alter hook for database queries.
|
2009-01-04 19:56:51 +00:00 |
Dries Buytaert
|
5ba50b3fe8
|
- Patch #350984 by Moshe: kick comment rendering out of node module.
|
2008-12-31 12:02:24 +00:00 |
Dries Buytaert
|
92a8adea65
|
- Patch #352470 by scor: fixed typos and grammar in comments.
|
2008-12-30 16:43:20 +00:00 |
Dries Buytaert
|
5339dccdaa
|
- Patch #299176 by Moshe et al: replace db_rewrite_sql() with hook_query_alter().
|
2008-12-29 22:29:44 +00:00 |
Dries Buytaert
|
44c0672806
|
- Patch #352093 by catch: avoid unnecessary SQL query on front page when no node access modules are enabled.
|
2008-12-29 21:51:26 +00:00 |
Dries Buytaert
|
0c63d9e24f
|
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
|
2008-12-20 18:24:41 +00:00 |
Dries Buytaert
|
574a2e47ee
|
- Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from hook_block().
|
2008-12-16 23:57:33 +00:00 |
Dries Buytaert
|
18d22419f3
|
- Patch #339929 by Moshe et al: move node links into ->content.
|
2008-12-16 22:05:51 +00:00 |
Dries Buytaert
|
58b0235a72
|
- Patch #324313 by catch et al: load multiple nodes and terms at once.
|
2008-12-05 22:18:46 +00:00 |
Dries Buytaert
|
cadd9bd54c
|
- Patch #335086 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 #296624 by Damien Tournoud: made search work on PostgreSQL.
|
2008-12-02 21:24:34 +00:00 |
Dries Buytaert
|
8e0a22e47a
|
- Patch #305345 by catch: making all terminology consistent.
|
2008-11-22 14:09:41 +00:00 |
Dries Buytaert
|
f8d3bf9798
|
- Patch #330674 by catch: we can eliminate one database query because we have the parent node cached anyway.
|
2008-11-22 13:11:05 +00:00 |
Dries Buytaert
|
97fdc49191
|
- Patch #334030 by justinrandell: replace module_list with module_implements when calling a hook.
|
2008-11-15 11:45:04 +00:00 |
Angie Byron
|
9020a9a201
|
#331719 follow-up by chx: Remove ambiguity from search score queries.
|
2008-11-10 05:19:50 +00:00 |
Dries Buytaert
|
0290031d45
|
- Patch #319788 by stella, nedjo et al: pass language code to filters when available.
|
2008-11-08 20:43:54 +00:00 |
Angie Byron
|
d0f8f90a36
|
#303889 by David_Rothstein, kbahey, and chx: Make it possible to update D6 -> D7.
|
2008-11-03 05:55:57 +00:00 |
Dries Buytaert
|
05420fde76
|
- Patch #302120 by dmitrig01: usability improvement - make the content type admin screen prettier.
|
2008-11-02 10:52:53 +00:00 |
Dries Buytaert
|
424250196a
|
- Patch #279516 by c960657: removed many PHP4-isms. Great patch.
|
2008-11-01 19:51:06 +00:00 |
Dries Buytaert
|
838b433110
|
- Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals.
|
2008-10-29 10:08:52 +00:00 |
Angie Byron
|
5101fd24a5
|
#325876 by pwolanin: Fix doxygen for node_get_types() to reflect recent module -> base change.
|
2008-10-25 00:23:03 +00:00 |
Angie Byron
|
8292bdd40a
|
Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default.
|
2008-10-13 00:33:05 +00:00 |
Angie Byron
|
94d859b3b1
|
#320173 by Dave Reid: Two-word operations in hook_nodeapi no longer being called.
|
2008-10-12 19:00:56 +00:00 |
Angie Byron
|
a3a420c3e6
|
Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations.
|
2008-10-12 06:27:06 +00:00 |
Angie Byron
|
f76acb2d9d
|
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.
|
2008-10-12 04:30:09 +00:00 |
Angie Byron
|
ecf7ad41d0
|
#242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default.
|
2008-10-11 21:11:02 +00:00 |
Angie Byron
|
89b0570d70
|
#305566 by agentrickard and moshe weitzman: Split 'bypass node access' from 'administer nodes'.
|
2008-10-11 18:29:20 +00:00 |
Angie Byron
|
d59ba41f65
|
#313213 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
|
#206138 by pwolanin: Rename mis-named 'module' attribute in node types.
|
2008-10-08 03:27:56 +00:00 |
Dries Buytaert
|
87567f8916
|
- Patch #310212 by justinrandell: killed in _node hook, as well as twelve sable tooth tigers.
|
2008-10-06 12:55:56 +00:00 |
Dries Buytaert
|
026af5df34
|
- Patch #310212 by justinrandell, catch, et all: killed in _user hook, as well as two small kittens.
|
2008-10-06 11:30:12 +00:00 |
Angie Byron
|
4a0e68e838
|
#125315 by chx, sun, Gábor Hojtsy, drumm, and friends: Add #input_format FAPI property that can be used by WYSIWYG editors. WOOHOO.
|
2008-09-27 19:47:43 +00:00 |
Angie Byron
|
893942bb4f
|
#108979 by ewhipple, catch, and sun: Order permissions consistently, keep node type related permissions together.
|
2008-09-17 20:37:32 +00:00 |
Dries Buytaert
|
7f29b14277
|
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience.
|
2008-09-17 07:11:59 +00:00 |
Angie Byron
|
1c0e1c39ec
|
#189406 by catch: Add comment settings to the list of stuff you can configure per node type.
|
2008-09-17 04:55:13 +00:00 |
Dries Buytaert
|
e5b0e5f76c
|
- Patch #302763 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 |
Dries Buytaert
|
a355254e33
|
- Patch #235175 by dmitrig01: name of content type is incorrectly capitalized.
|
2008-08-31 15:50:35 +00:00 |
Dries Buytaert
|
69e6f411a9
|
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
|
2008-08-21 19:36:39 +00:00 |
Dries Buytaert
|
bc3c290269
|
- Patch #289796 by cwgordon7 and webchick: killed some exceptions.
|
2008-08-03 19:02:06 +00:00 |
Dries Buytaert
|
4e4e2b4992
|
- Patch #227548 by AjK, Heine, Stefan Esser, hswong3i, dmitrig01: remove useless db_escape_string().
|
2008-08-02 19:09:33 +00:00 |
Dries Buytaert
|
ccf1af94fa
|
- Patch #245329 by christefano and dmitrig01: code comment love.
|
2008-07-24 16:25:19 +00:00 |
Dries Buytaert
|
57fe5103da
|
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.
|
2008-07-16 21:59:29 +00:00 |