Dries Buytaert
|
29eb5a6284
|
- Patch #146910 by dww: only allow enabling modules with the same Drupal core compatibility version.
|
2007-06-08 05:50:58 +00:00 |
Dries Buytaert
|
4a6f5869e5
|
- Patch #142773 by kbahey: made Drupal work correctly when behind a reverse proxy.
|
2007-05-25 15:04:42 +00:00 |
Dries Buytaert
|
3cafffe63f
|
- Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. Oh, behave.
|
2007-05-25 12:46:46 +00:00 |
Dries Buytaert
|
7d4f2836ba
|
- Patch #128082 by Goba et al: Allow localization of built-in menu items.
|
2007-04-30 17:03:29 +00:00 |
Dries Buytaert
|
e9ffe24f8e
|
- Patch #139979 by asimmonds: Display consistent message for unavailable statistics.
|
2007-04-30 11:26:06 +00:00 |
Dries Buytaert
|
e675979091
|
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.
|
2007-04-13 08:56:59 +00:00 |
Steven Wittens
|
f7440d4d73
|
#130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)
|
2007-03-27 05:13:55 +00:00 |
Dries Buytaert
|
79872ff139
|
- Patch #98359 by Robroy and webchick: string clean-up: web site -> website
|
2007-02-27 12:29:22 +00:00 |
Dries Buytaert
|
dc5843bd30
|
- Patch #111347 by Steven: refactor url() and l().
|
2007-02-15 11:40:19 +00:00 |
Dries Buytaert
|
a1e6728a46
|
- Patch #113603 by chx: first crack at re-implementing tabs.
|
2007-02-11 09:30:51 +00:00 |
Dries Buytaert
|
05a708fb06
|
- Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. Thanks.
|
2007-01-31 15:49:26 +00:00 |
Dries Buytaert
|
03752e35a4
|
- Patch #34755 by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet.
|
2007-01-24 14:48:36 +00:00 |
Dries Buytaert
|
74e3c74b81
|
- Always check the username.
|
2007-01-10 15:17:51 +00:00 |
Neil Drumm
|
77176a8f64
|
#48415 by nickl. Correct count query for Top visitors page.
|
2006-12-30 21:12:16 +00:00 |
Dries Buytaert
|
f49088015f
|
- Patch #77971 by jvandyck, drumm, et al: move logging to exit hook
|
2006-12-30 07:53:31 +00:00 |
Neil Drumm
|
b5bf8a8f47
|
#97824 by Gurpartap. Move enclosing elements outside of their t().
|
2006-11-26 02:20:01 +00:00 |
Dries Buytaert
|
6ae6dc0d85
|
- Patch #87298 by webchick, neil, dww et al: show version numbers on modules page.
|
2006-11-21 20:55:36 +00:00 |
Dries Buytaert
|
b004f328ee
|
- Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard.
|
2006-11-21 20:14:19 +00:00 |
Dries Buytaert
|
e08f5f27bd
|
- Patch #98359 by webchick and webernet: standardize on terminology: 'website' and 'web page'.
|
2006-11-21 20:03:11 +00:00 |
Neil Drumm
|
b0ddf6f40c
|
#98359 by webchick. Change 'web site' to more common usage, 'website.'
|
2006-11-19 23:51:02 +00:00 |
Dries Buytaert
|
342f95d451
|
- Patch #78732 by webchick et al: made Drupal sessions work with sha1 session ids.
|
2006-11-07 22:27:07 +00:00 |
Steven Wittens
|
36d44fbfb0
|
#84146: Use 'Sentence capitalization' for menu items, page titles, form items, etc
|
2006-10-22 08:28:47 +00:00 |
Dries Buytaert
|
18b297abf8
|
- Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added package support to the modules page.
|
2006-10-05 15:47:57 +00:00 |
Neil Drumm
|
94098f7e93
|
#81033 by webchick and neclimdul. Uninstall module API.
|
2006-09-01 07:40:08 +00:00 |
Dries Buytaert
|
49fa25fb76
|
- Rollback of patch #68418: clean up node submit hooks. Needs more thinkering.
Restores the old node API.
|
2006-08-31 21:58:36 +00:00 |
Dries Buytaert
|
c64db1da29
|
- Patch #80952 by earl, webchick, neclimdul et al: .info files
|
2006-08-31 20:22:37 +00:00 |
Dries Buytaert
|
5524604a95
|
- Patch #68418 by Moshe et al: clean up node submit hooks.
|
2006-08-29 18:43:26 +00:00 |
Dries Buytaert
|
78ee75f1a2
|
- Patch #79622 by Dries: added views to see the most popular search terms,
the most important 404s and 403s. This makes the watchdog data easier to
use. Improved consistency of the 'amdminister > logs' section.
|
2006-08-29 09:51:50 +00:00 |
Dries Buytaert
|
7178f2f99e
|
- Patch #79428 by Chris Johnson: remove int display width declarations from MySQL create table statements.
|
2006-08-20 06:38:50 +00:00 |
Dries Buytaert
|
7de41539df
|
- Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model.
|
2006-08-18 18:58:47 +00:00 |
Steven Wittens
|
81938a3cdc
|
#76802: Introduce placeholder magic into t()
See: http://drupal.org/node/64279#t-placeholders
|
2006-08-18 12:17:00 +00:00 |
Neil Drumm
|
bf3487c0b1
|
#76681 by sammys, sync posgres install and change unsigned annotation.
|
2006-08-15 05:25:20 +00:00 |
Dries Buytaert
|
fd7c5f10c2
|
- Patch #77971 by Gerhard: move logging to _init hook.
|
2006-08-10 15:35:10 +00:00 |
Dries Buytaert
|
729fa6c11b
|
- Patch #77422 by timcn: corrected various paths in the documentation.
|
2006-08-07 15:04:16 +00:00 |
Dries Buytaert
|
a7f67e01de
|
- Patch #76681 by sammys: PostgreSQL support for install system. Woot! :)
|
2006-08-04 06:58:44 +00:00 |
Dries Buytaert
|
b138793b68
|
- Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)
|
2006-07-31 11:25:55 +00:00 |
Neil Drumm
|
b6ee7cef86
|
#75594 by eafarris, remove of gender-specific pronouns
|
2006-07-27 08:07:04 +00:00 |
Neil Drumm
|
c11c1c2800
|
#73605 by RobRoy, make hook_link() implementations consistent with documentation.
|
2006-07-19 07:15:35 +00:00 |
Neil Drumm
|
7d9f57ff63
|
#73591 by Flanker, add missing CVS Ids.
|
2006-07-14 01:05:10 +00:00 |
Dries Buytaert
|
1c75a210bd
|
- Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core.
|
2006-07-13 13:14:25 +00:00 |
Dries Buytaert
|
58752cfaa2
|
- Patch #72284 by me:
+ reorganized ?q=admin/settings
+ deprecated the _settings hook
|
2006-07-10 19:27:52 +00:00 |
Neil Drumm
|
59aa2ae8e8
|
#71925 by Steven, remove # prefix from link array keys.
|
2006-07-04 08:59:05 +00:00 |
Dries Buytaert
|
1b291a2917
|
- Patch #18260 by Ber, m3averck et al: allow overriding of links returned by modules
|
2006-05-18 14:58:57 +00:00 |
Neil Drumm
|
9cff02e91b
|
#61802 by Zen, Double spaced sentences clean up
|
2006-05-07 00:08:36 +00:00 |
Dries Buytaert
|
340bb85c7f
|
- Patch #60910 by doq: clean up the statistics.module's link handling. Show clean URLs when available.
|
2006-05-05 11:38:37 +00:00 |
Gerhard Killesreiter
|
d6a164c400
|
#5371, drupal_get_destination, pager and tablesort array handling, patch by Steven
|
2006-04-13 08:25:27 +00:00 |
Gerhard Killesreiter
|
70aae83c8e
|
#58166, fixes for typos, patch by Uwe Herrmann
|
2006-04-11 11:33:15 +00:00 |
Gerhard Killesreiter
|
dba33bf190
|
#53174, track tab should not be visible when tracker is switched off., patch by Ber
|
2006-04-08 17:08:45 +00:00 |
Gerhard Killesreiter
|
5885925b0d
|
#53348, Handling of deleted/blocked user accounts, patch by jreyero and Zen
|
2006-03-26 19:31:00 +00:00 |
Dries Buytaert
|
725ce1dc16
|
- Bug 51905: decode_entities not available when a cached page is served..
|
2006-03-01 15:20:43 +00:00 |