Dries Buytaert
c05f2181dc
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
2009-10-09 01:00:08 +00:00
Dries Buytaert
598e739208
- Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up!
2009-09-29 15:31:17 +00:00
Dries Buytaert
cef1089389
- Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().
2009-09-29 15:13:57 +00:00
Dries Buytaert
2c154dc986
- Patch #550742 by Dave Reid, douggreen, Jacine | yoroy, Dries: removed status message.
2009-09-27 00:12:14 +00:00
Dries Buytaert
ee8aa910b9
Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-).
2009-09-21 06:44:14 +00:00
Dries Buytaert
0741d8e323
- Patch #550742 by douggreen | Zarabadoo: remove Search box from theme system, default to block system instead.
2009-09-21 06:36:54 +00:00
Dries Buytaert
ffb8421230
- Patch #582736 by douggreen: removed unused function.
2009-09-20 17:18:04 +00:00
Angie Byron
df02fa3ca4
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
...
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
2009-09-18 00:12:48 +00:00
Dries Buytaert
6764b73ffd
- Patch #570930 by sun: allow to retrieve all filters (including disabled) in a text format.
2009-09-11 15:39:48 +00:00
Angie Byron
7f88540b4b
#564632 by moshe weitzman: Unify various _build() functions and remove duplicate copy of content.
2009-09-10 12:33:46 +00:00
Dries Buytaert
029c48c68d
- Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema.
2009-09-10 06:38:20 +00:00
Dries Buytaert
790a23a56f
- Patch #569084 by douggreen: fixed resetting the search index.
2009-09-05 10:53:09 +00:00
Dries Buytaert
04fd76dc84
- Patch #546302 by jhodgdon: improved help text of search module so people know how they can pimp their search.
2009-09-05 10:39:57 +00:00
Dries Buytaert
b4786ff0ee
- Patch #495968 by Frando, moshe weitzman: added drupal_render() cache pattern. Start using it for blocks.
2009-08-31 17:06:10 +00:00
Dries Buytaert
44063e1cf1
- Patch #505214 by pwolanin: make the search module a slightly better framework.
2009-08-29 21:05:16 +00:00
Dries Buytaert
ab53f11f2d
- Added missing file.
2009-08-29 12:43:18 +00:00
Dries Buytaert
c574afadae
- Patch #394182 by chx, Berdir: converted search module to the new database abstraction layer. Rest in peace old database layer.
2009-08-29 10:46:41 +00:00
Dries Buytaert
0597c9e48a
- Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() for consistency in the API.
2009-08-29 05:46:04 +00:00
Dries Buytaert
3dea934d2b
- Patch #560502 by Gabor Hojtsy: created 'content authoring' category.
2009-08-28 16:23:05 +00:00
Dries Buytaert
f9f8a6cb81
- Patch #554946 by dropcube, sun: cache info from hook_filter_info() and allow to be altered.
2009-08-25 10:35:33 +00:00
Dries Buytaert
14b233ec1d
- Patch #368408 by jeffschuler: improve consistency of API and settings on administration pages.
2009-08-25 10:27:15 +00:00
Angie Byron
4d85fb1f56
#557890 by Gábor Hojtsy: Added 'Search and metadata' category to configuration page.
2009-08-24 22:03:01 +00:00
Angie Byron
2c55219315
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
2009-08-24 00:14:23 +00:00
Angie Byron
e63e85020b
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
2009-08-24 00:10:46 +00:00
Angie Byron
4ae238ea57
*** empty log message ***
2009-08-24 00:02:05 +00:00
Angie Byron
36ec189695
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
2009-08-22 14:34:23 +00:00
Angie Byron
34a8a369aa
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.
2009-08-22 00:58:55 +00:00
Dries Buytaert
bc23bfaa11
- Patch #546350 by dropcube: remove hardcoded numeric deltas from hook_filter_info().
2009-08-21 17:28:27 +00:00
Dries Buytaert
2a123f0ac9
- Patch #549432 by Bohjan, Gábor Hojtsy: create 'people and permissions' section in 'configuration and modules'.
2009-08-21 14:27:47 +00:00
Dries Buytaert
d422853504
- Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.
2009-07-31 19:01:03 +00:00
Dries Buytaert
715a2d655f
- Patch #511748 by moshe weitzman: pushing rending to later in the cycle so there is more room for customization.
2009-07-29 06:39:35 +00:00
Angie Byron
708f3b970f
#292565 follow-up by John Morahan: Restore ability to set 'user' as the 403/404 page.
2009-07-23 20:58:26 +00:00
Dries Buytaert
d24d954479
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
2009-07-20 18:51:36 +00:00
Dries Buytaert
999d76e7aa
- Patch #524476 by Scott Reynolds: improper FAPI handling for search settings form and minor clean-up of function names.
2009-07-20 17:19:51 +00:00
Angie Byron
735e1d904f
#500866 by boombatower: Remove t() from getInfo in tests.
2009-07-13 21:51:42 +00:00
Dries Buytaert
e4a4b7cc7e
- Patch #506976 by catch: rename hook_perm to hook_permission.
2009-07-05 18:00:11 +00:00
Dries Buytaert
e49ac650a6
- Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should not call drupal_urlencode().
2009-07-03 19:21:55 +00:00
Dries Buytaert
e9ca98b69d
- Patch #504678 by catch: use objects instead of arrays.
2009-07-01 20:39:20 +00:00
Dries Buytaert
75d449d1eb
- Patch #506218 by catch: remove collapsed comments as is and tidy up comment settings.
2009-07-01 12:06:22 +00:00
Dries Buytaert
f96c141f5a
- Patch #409750 by yched et al: overhaul and extend node build modes.
2009-06-22 09:10:07 +00:00
Dries Buytaert
7fb7b3462c
- Patch #495876 by cwgordon7: we love the search tests.
2009-06-19 06:26:51 +00:00
Dries Buytaert
3d64cb5eca
- Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my.
2009-06-12 08:39:40 +00:00
Angie Byron
765f690549
#446898 by RoboPhred: Change URL of text formats settings page to admin/settings/formats rather than filter.
2009-06-08 04:51:46 +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
Dries Buytaert
fea41b639e
- Patch #468630 by Berdir: fixed error with publishing comments.
2009-06-03 06:52:29 +00:00
Dries Buytaert
88c9a015c1
- Patch #111011 by Josh Waihi: adding foreign key specifications.
2009-06-01 22:07:10 +00:00
Dries Buytaert
0f4060f377
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
2009-05-27 18:34:03 +00:00
Dries Buytaert
982c7c3cc8
- Patch #250729 by andypost, catch, R.Muilwijk et al: remove some unnecessary queries and search index.
2009-05-25 15:43:38 +00:00
Dries Buytaert
76957a25e6
- Patch #470594 by Moshe: convert more pages and blocks to return arrays.
2009-05-25 10:43:54 +00:00
Dries Buytaert
a24a6c2bba
- Patch #471070 by stella: millions of code style fixes.
2009-05-24 17:39:35 +00:00
Dries Buytaert
765d0572a2
- Patch #471142 by stella: code style fixes.
2009-05-24 05:21:56 +00:00
Dries Buytaert
9c69a0d811
- Patch #448860 by recidive: updated the search module documentation.
2009-05-22 11:37:07 +00:00
Angie Byron
4bc255ba79
Roll-back of #310467 : Breaks installer requirements check and update.php.
2009-05-21 23:07:16 +00:00
Angie Byron
fd22bf9aae
#446742 follow-up by sun: Fix syntax change in randomName().
2009-05-20 05:07:02 +00:00
Dries Buytaert
856f667745
- Patch #355360 by burningdog, spatz4000, netaustin: standardize on 'cacheable'.
2009-05-16 16:06:04 +00:00
Dries Buytaert
1778c5cca9
- Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.
2009-05-14 08:23:15 +00:00
Angie Byron
3ac59eee96
#320011 by lilou, snufkin, and karschp: Add consistent @file declarations to all .install files.
2009-05-13 19:42:18 +00:00
Dries Buytaert
847304a293
- Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return unrendered forms.
2009-05-12 08:37:45 +00:00
Dries Buytaert
557128c919
- Patch #411388 lilou et al: added missing documentation for _search hook.
2009-05-09 10:45:57 +00:00
Dries Buytaert
2938bfcc63
- Patch #424660 by mustafau: remove non-existing reference.
2009-05-06 10:48:01 +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
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
e81096f5bc
- Patch #372471 by JamesAn et al: killed theme_box().
2009-04-20 21:28:15 +00:00
Angie Byron
f40532da76
#376129 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
Angie Byron
0f95dd45a9
#376408 by pwolanin and ajevans85: Stop phantom () appearing in search results.
2009-03-27 00:16:16 +00:00
Angie Byron
dee6cb3e57
#356359 by mgifford and nfreear: Resolve accessibility failures in search form.
2009-03-15 18:51:28 +00:00
Angie Byron
ce81be0c8c
#292565 by John Morahan and lyricnz: Fix 404 on search form from a 404 page (with tests).
2009-03-08 05:16:20 +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
a9078d2f99
#369002 by toddy: Use format_plural() for search keyword length error.
2009-03-01 07:30:24 +00:00
Angie Byron
61bbde66f5
#308277 by robertDouglass: Tests for multiple search engine types.
2009-01-22 04:49:58 +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
Dries Buytaert
bdbd0dffe5
- Patch #266246 by David Strauss: added smart defaults for system_settings_form().
2009-01-11 21:19:19 +00:00
Dries Buytaert
6690a4ec4c
- Patch #353480 by dereine, justinrandell: remove from hook_comment().
2009-01-04 16:10:48 +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
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
c0cb68abcc
- Patch #319356 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
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
eda100b83d
- Patch #338403 by drewish: code comments clean-up.
2008-11-25 13:14:29 +00:00
Angie Byron
66df602593
#314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core.
2008-11-25 02:37:33 +00:00
Dries Buytaert
15671f471b
- Patch #332123 by webchick, lilou: remove t() function from schema descriptions.
2008-11-15 13:01:11 +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
Dries Buytaert
bd108c7f10
- Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.
2008-11-11 16:49:38 +00:00
Angie Byron
9020a9a201
#331719 follow-up by chx: Remove ambiguity from search score queries.
2008-11-10 05:19:50 +00:00
Angie Byron
7aea369db5
#331719 by chx: Fix search query that had a field aliased to one of its column names, causing problems in certain databases.
2008-11-08 04:55:13 +00:00
Angie Byron
a28f1ad9d2
#257910 follow-up by Damien Tournoud: Fix location of search.install update code and remove redundant index.
2008-11-03 06:33:21 +00:00
Dries Buytaert
2cea471b5d
- Patch #257910 by Damien Tournoud: use primary key instead.
2008-11-02 17:56:20 +00:00
Dries Buytaert
b65907b89c
- Patch #257910 by douggreen et al: Performance Issue during Indexing - search_dataset.sid_type unique key should be an Index.
2008-11-02 14:56:15 +00:00
Dries Buytaert
df2cf40d2c
- Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().
2008-10-26 18:06:39 +00:00
Dries Buytaert
12393a4d12
- Patch #320000 by lilou: unify doxygen @file documentation in tpl.
2008-10-13 12:31:43 +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
f76acb2d9d
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.
2008-10-12 04:30:09 +00:00
Angie Byron
7e02f2f782
#318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.
2008-10-11 02:33:14 +00:00
Angie Byron
464be0b8bd
#318892 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
#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