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
Dries Buytaert
c529e4afbe
- Patch #101543 by webchick: document all constants.
2008-05-26 17:12:55 +00:00
Dries Buytaert
00084e0dd3
- Patch #259002 by Robert Douglas: set all the default scoring factors to zero. This patch is a usability improvement (better out-of-the-box search relevancy) and a performance improvement (greatly simplified search queries).
2008-05-15 21:40:31 +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
580729b029
- Patch #257279 by Robert Douglas: removing extra join from do_search().
2008-05-13 17:40:43 +00:00
Dries Buytaert
003108639a
- Patch #240387 by recidive: fixed broken links.
2008-05-10 13:19:50 +00:00
Dries Buytaert
2305812e8a
- Patch #252580 by robert douglas and senpai: fixed a division by zero.
2008-05-10 07:52:52 +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
d1bc889242
- Patch #227830 by JohnAlbin: link attributes added to l() incorrectly.
2008-05-02 15:11:05 +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
88600018cf
- Patch #154151 by Robert Douglass: made it possible to do language-aware searches.
2008-04-20 05:31:27 +00:00
Dries Buytaert
3ad38dbbbd
- Patch #232433 by mfb: make sure RSS feeds validate.
2008-04-19 22:17:57 +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
1dfd1717c1
- Patch #240387 by matt2000 et al: move 'content types' to 'site building' per the UMN usability study results.
2008-04-06 18:50:12 +00:00
Dries Buytaert
c3d113aa90
- Patch #241021 by keith.smith: we forgot to remove a reference to the 'story' node type. It was renamed to 'article'.
2008-04-01 19:45:21 +00:00
Dries Buytaert
a490884614
- Patch #239196 by jvandyk: fix negative percentage on search status page.
2008-03-27 07:32:00 +00:00
Dries Buytaert
ef706b824e
- Patch #229517 by keith.smith and flobruit: de-html selected interface strings.
2008-03-13 21:26:09 +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
4a96b2c52b
- Patch #220893 by AjK: fixed some watchdog calls.
2008-02-18 17:48:05 +00:00
Dries Buytaert
01a4c0d827
- Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the real PHP5 clone().
2008-02-17 19:29:07 +00:00
Gábor Hojtsy
a387aaee17
#204071 by Pancho: use UTF-8 aware string length counting in node_teaser() (minor)
2008-02-03 19:41:47 +00:00
Gábor Hojtsy
a00792f9ef
#216890 by gpk with documentation from myself: blog API clients do not pass on the teaser_include flag, so only act on that flag, if we have it
2008-02-03 19:07:32 +00:00
Gábor Hojtsy
1909326e1b
#202382 by Pasqualle and Pancho: phpdoc improvements and code style fixes in node module
2008-01-29 11:08:17 +00:00
Gábor Hojtsy
0221e61258
#213657 by dopry and moshe weitzman: typo in rss feed build mode and better link handling
2008-01-28 15:51:29 +00:00
Gábor Hojtsy
aa512439c8
#212864 suggestion by pp, patch by gdevlugt: use format_date() for RSS item dates instead of date() to honor site time zone settings
2008-01-27 18:13:04 +00:00
Gábor Hojtsy
9f99a903b8
#204415 by Lynn, traxer, pwolanin: migrate node type URLs to a path model based on menu paths, so conflicts between action and node type names are not a problem
2008-01-27 18:03:05 +00:00
Gábor Hojtsy
a541e5fbfb
#201667 follow up by gpk: minor code comment and whitespace cleanup
2008-01-10 15:57:10 +00:00
Gábor Hojtsy
2669c24bd4
#201667 follow up by keith.smith: typo in code comment
2008-01-09 21:40:10 +00:00
Gábor Hojtsy
db55c269da
#201667 by theborg, quicksketch, gpk, catch: fix bugs with teaser splitter in JS and no-JS mode
2008-01-09 12:10:04 +00:00
Gábor Hojtsy
ab036224bb
#205792 by yched: fix contradictory messages after node access rebuild
2008-01-08 11:27:16 +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
1b5ce2b18f
#206272 report by yojoe, patch by myself: user provided data in menu titles should be check_plain()-ed not t()-ed
2008-01-04 13:50:50 +00:00
Gábor Hojtsy
195fe364d2
#203582 by David_Rothstein: some core hook_access() implementations are not using the passed in account
2008-01-01 17:46:30 +00:00
Dries Buytaert
a88c178b91
- Patch #204221 by webernet: code style fixes.
2007-12-28 12:02:52 +00:00
Dries Buytaert
6f178ad61f
- Patch #176748 by pwolanin, Rob Loach: fixed broken breadcrumbs.
2007-12-26 21:12:12 +00:00