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
Dries Buytaert
b6e773b178
- Patch #280319 by robertDouglas: remove unneeded and non-existing validation function.
2008-07-10 02:13:02 +00:00
Dries Buytaert
b87b7c2d01
- Patch #265040 by flobruit: Remove drupalModuleEnable() from simpletest.
2008-06-05 21:55:45 +00:00
Dries Buytaert
c6c26b5e23
- Patch #247423 by boombatower: code style fixes for the tests.
2008-05-30 07:30:53 +00:00
Dries Buytaert
ddea5c448d
- Patch #260882 by boombatower: refresh variables after install and page requests. This actually fixes one failure.
2008-05-28 13:11:11 +00:00
Dries Buytaert
7804e634d6
- Patch #242048 by macgirvin, Freso, Senpai, flobruit, catch, robertDouglass, Garrett Albright, et al: change 'blue smurf' to 'bike shed' ;-)
2008-05-26 17:22:59 +00:00
Dries Buytaert
7b98fa4008
- Patch #237754 by Robert Douglass and David Lesieur: search_index hardcoded the weights of HTML elements. Made them configurable through variable_get().
2008-05-14 15:07:25 +00:00
Dries Buytaert
11aeff6016
- Patch #145242 by douggreen et al: refactor node_rank to modules can add scoring factors.
2008-05-14 11:10:54 +00:00
Dries Buytaert
2e18cb8924
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
...
et al. Can you say 'registry'? Drupal now maintains an internal registry of
all functions or classes in the system, allowing it to lazy-load code files as
needed (reducing the amount of code that must be parsed on each request). The
list of included files is cached per menu callback for subsequent loading by
the menu router. This way, a given page request will have all the code it needs
but little else, minimizing time spent parsing unneeded code.
2008-05-06 12:18:54 +00:00
Dries Buytaert
21576021bf
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.
2008-04-23 20:01:56 +00:00
Dries Buytaert
af474609e3
- Added a test framework to Drupal along with a first batch of tests for
...
Drupal core! This is an important milestone for the project so enable
the module and check it out ... :)
Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie
Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran
Lal, Moshe Weitzman, and the many other people that helped with testing
over the past years and that drove this home.
It all works but it is still rough around the edges (i.e. documentation
is still being written, the coding style is not 100% yet, a number of
tests still fail) but we spent the entire weekend working on it in Paris
and made a ton of progress. The best way to help and to get up to speed,
is to start writing and contributing some tests ... as well as fixing
some of the failures.
For those willing to help with improving the test framework, here are
some next steps and issues to resolve:
- How to best approach unit tests and mock functions?
- How to test drupal_mail() and drupal_http_request()?
- How to improve the admin UI so we have a nice progress bar?
- How best to do code coverage?
- See http://g.d.o/node/10099 for more ...
2008-04-20 18:24:07 +00:00
Dries Buytaert
56d2664a90
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
2008-04-14 17:48:46 +00:00
Dries Buytaert
79b016d915
- Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched from numeric block IDs to string IDs.
...
The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers:
block-user-0.tpl.php --> block-user-navigation.tpl.php
block-user-1.tpl.php --> block-user-login.tpl.php
You get the picture.
2008-04-10 10:28:23 +00:00
Dries Buytaert
a4aac75668
- Patch #218403 by Gabor, catch, Arancaytar, keith, doug, et al: duplicate entry errors in search idexer due to collation issues.
2008-04-02 20:13:37 +00:00
Dries Buytaert
f5d4287cd5
- Patch #214271 by recidive: improved schema identation.
2008-03-15 12:31:29 +00:00
Dries Buytaert
584f3e886a
- Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page.
2008-02-20 13:46:43 +00:00
Dries Buytaert
b05db1f176
- Patch #221384 by webernet: update core compatibility to Drupal 7.
2008-02-18 19:19:49 +00:00
Gábor Hojtsy
b78a990270
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
2008-01-08 10:35:43 +00:00
Gábor Hojtsy
444c5e16be
#205920 by douggreen: short term searches were returning wrong results
2008-01-07 12:57:38 +00:00
Gábor Hojtsy
03c18bb204
#205795 by douggreen: search result normalization used a wrong calculation
2008-01-03 09:55:06 +00:00
Gábor Hojtsy
84c6d225e8
#205199 by David_Rothstein: leftover links were not removed in the reindexing process properly (search module)
2008-01-01 17:30:55 +00:00
Dries Buytaert
faf7ebafce
- Patch #203316 by mooffie and douggreen: improved schema documentation.
2007-12-28 10:53:27 +00:00
Gábor Hojtsy
bef39dc0ec
#203316 by douggreen: schema docs for the search_node_links table
2007-12-24 10:37:13 +00:00
Gábor Hojtsy
dbf5d8d370
#197730 by keith.smith: standardize on a much more user friendly cron reference in help texts, explain its importance with more examples in INSTALL.txt
2007-12-19 17:45:43 +00:00
Gábor Hojtsy
b6532a4fdb
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed
2007-12-14 18:08:50 +00:00
Gábor Hojtsy
c6d841c096
#197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc
2007-12-13 09:34:40 +00:00
Gábor Hojtsy
5622bce2d5
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
...
- whitespaces at end of lines
- indentation
- control structure usage
- whitespace in empty lines
- phpdoc comment formatting
2007-12-08 14:06:23 +00:00
Gábor Hojtsy
9c15411393
#194320 by Lynn: search block default value was array() when an empty string was intended
2007-12-06 09:51:01 +00:00
Gábor Hojtsy
afe3f4318d
security fixes forward ported from Drupal 5.2 - previously not committed parts of http://drupal.org/cvs?commit=74833
2007-12-05 19:12:59 +00:00
Gábor Hojtsy
c99dd5c206
#186242 by douggreen: ignore AND in search, as it is the default behavior and inform the user when a lower case 'or' is used that 'OR' should be used as an operator
2007-12-05 12:38:03 +00:00
Gábor Hojtsy
f77b60f291
#195543 by hass and yhager: CSS inherit was completely misused in RTL CSS files
2007-11-27 12:09:27 +00:00
Dries Buytaert
6bb15d29da
- Patch #192348 by douggreen and bjaspan: fixed database inconsistencies.
2007-11-17 14:01:24 +00:00
Dries Buytaert
17d1527e3d
- Patch #146466 by douggreen, Steven et al: Remove temporary table usage from search module
2007-11-13 14:04:08 +00:00
Dries Buytaert
6c85fdc6ab
- Patch #164032 by Crell, Chris Kennedy, dmitrig01, WimLeers, dvessel et al: tpl-ified the search module.
2007-10-31 18:06:38 +00:00
Dries Buytaert
248ae3a2e4
- Patch #186028 by chx: search_preprocess gets added to theme registry.
2007-10-25 20:29:51 +00:00
Gábor Hojtsy
b94f2716cf
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed
2007-10-21 18:59:02 +00:00
Gábor Hojtsy
7c31bcdeac
#165140 by dww: rename logs to reports (usability improvement)
2007-10-20 21:57:50 +00:00
Gábor Hojtsy
ed1a53698a
#180897 by sun and dvessel: fix various XHTML validity issues in Drupal by closing unclosed tags, avoiding empty table containers, and so on
2007-10-11 09:51:29 +00:00
Gábor Hojtsy
8cf6fefe54
#164983 by multiple contributors: document the core database schemas
2007-10-10 11:39:35 +00:00
Dries Buytaert
39706e3c51
- Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the .schema files into .install files to prevent mistakes.
2007-10-05 14:43:26 +00:00
Gábor Hojtsy
0a69b04870
#104662 by chx: the search block form might not be available on the search page itself, so that target was not right for search block form submissions
2007-10-01 08:50:36 +00:00
Gábor Hojtsy
a966c326be
#160603 by nancyw and Freso: variable search_cron_limit was not removed on search uninstall
2007-09-29 08:08:59 +00:00
Dries Buytaert
f655adcf97
- Patch #169433 by Crell and dvessel: split up search module.
2007-09-05 08:39:57 +00:00
Gábor Hojtsy
85735002c3
#172436 by chx: watchdog was already renamed dblog, fix leftovers
2007-09-02 12:53:50 +00:00
Dries Buytaert
45c255c0e9
- Patch #164351 by chx and dvessel: theming the search form was broken.
2007-08-30 20:11:20 +00:00
Gábor Hojtsy
48002ab0b4
#66595 by AjK: add a default title to the search box, which can be altered/styled out if needed
2007-08-29 18:20:01 +00:00
Gábor Hojtsy
ffb803bae2
#157510 by pwolanin and chx: search module needs menu tail arguments (arbitrary 'directory' looking parts)
2007-08-25 10:29:18 +00:00
Dries Buytaert
74292cd062
- Patch #80951 by killes, yched et al: block caching.
2007-08-19 08:08:45 +00:00
Dries Buytaert
08c059ec77
- Rollback of patch #147947 : lacks proper upgrade path.
2007-07-15 10:09:21 +00:00