Dries Buytaert
|
a24a6c2bba
|
- Patch #471070 by stella: millions of code style fixes.
|
2009-05-24 17:39:35 +00:00 |
Dries Buytaert
|
adf7113451
|
- Patch #470210 by Johan Morahan: nice clean-up of block configuration that fixes input format issue.
|
2009-05-24 07:13:12 +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 |
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 |
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 |
Angie Byron
|
0f08d97b21
|
#124158 by nedjo, jcnventura: Pull all PHP handling into PHP module.
|
2009-05-07 15:29:08 +00:00 |
Dries Buytaert
|
a304502f8a
|
- Patch #445468 by reaneyk: remove no-op block_update_7000().
|
2009-05-06 10:39:42 +00:00 |
Angie Byron
|
fc7283235b
|
#444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions.
|
2009-04-27 20:19:38 +00:00 |
Angie Byron
|
bda52632a5
|
#444402 by kkaefer and RobLoach: Enforce coding standards on all core JavaScript.
|
2009-04-26 19:18:46 +00:00 |
Dries Buytaert
|
2a7c00bc4a
|
- Patch #441962 by brianV: code style and documentation clean-up.
|
2009-04-26 16:30:28 +00:00 |
Angie Byron
|
edb9752723
|
#369409 by dropcube: Move block.tpl.php to block.module rather than system.module.
|
2009-04-26 01:15:04 +00:00 |
Dries Buytaert
|
3fbda2307d
|
- Patch #375482 by mfb: avoid PDO exceptions when block module is not enabled.
|
2009-04-21 09:31:31 +00:00 |
Dries Buytaert
|
ff9b6c611e
|
- Patch #427296 by taz88ny: move some code from system.module to bloc.module where it belongs.
|
2009-04-20 07:36:34 +00:00 |
Dries Buytaert
|
b658330d28
|
- Patch #424252 by swentel: move block cache settings from system module to block module now block module is optional.
|
2009-04-05 12:31:57 +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 |
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
|
ec25568c11
|
#401214 by Xano: Make custom block body required so it's not possible to create blocks that don't show up.
|
2009-03-17 03:42:30 +00:00 |
Angie Byron
|
38969b48ff
|
#315533 by JohnAlbin and catch: Remove all core themes but Garland and Stark. Yay for making Drupal 75% more palatable to designers. These themes can be found in contrib thanks to the venerable John Wilkins. :)
|
2009-03-14 16:41:30 +00:00 |
Angie Byron
|
b77475baf5
|
#360081 by quicksketch: Stop using global variables for JavaScript settings.
|
2009-03-13 23:15:09 +00:00 |
Dries Buytaert
|
6fe3c7c059
|
- Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename 'input formats'.
|
2009-03-08 21:25:18 +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 |
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
|
ac484c277a
|
#125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow compatibility with other JavaScript libraries.
|
2009-02-18 13:46:55 +00:00 |
Angie Byron
|
6afc39c2e4
|
#135976 by Dave Reid: Move Administration Theme setting to the themes page where it is findable (with tests).
|
2009-02-11 05:33:18 +00:00 |
Angie Byron
|
7addef299c
|
#372400 by swentel and BrightLoudNoise: Fix 'delete' link on block administration screen.
|
2009-02-11 03:38:46 +00:00 |
Dries Buytaert
|
29c8e40e91
|
- Patch #355236 by Frando: refactor drupal_render() theming.
|
2009-02-03 18:55:32 +00:00 |
Dries Buytaert
|
d4867346f5
|
- Patch #367380 by Moshe: make block module optional.
|
2009-02-03 12:30:14 +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
|
6d3d75fe4b
|
- Removing whitespace.
|
2009-01-26 14:08:44 +00:00 |
Dries Buytaert
|
3dc1157a1e
|
- Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study.
|
2009-01-21 16:58:42 +00:00 |
Dries Buytaert
|
58be433272
|
- Patch #355661 by Jody Lynn: fixed spelling error in test function name.
|
2009-01-07 21:41:13 +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
|
a04728577f
|
- Patch #352054 by catch: convert calls to db_placeholders() in static queries.
|
2008-12-29 16:03:57 +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
|
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
|
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 |
Angie Byron
|
842a0fae20
|
#332123 follow-up by lilou: Removing t() from schema descriptions in the block tables.
|
2008-11-22 21:21:34 +00:00 |
Dries Buytaert
|
b547567e85
|
- Patch #335621 by Dave Reid: fixed warning.
|
2008-11-22 11:14:48 +00:00 |
Dries Buytaert
|
d7b65beea9
|
- Patch #293370 by maartenvg, swentel, et al: block sorting fails if more than 20 blocks are present.
|
2008-11-22 10:53:20 +00:00 |
Dries Buytaert
|
e53859bcea
|
- Patch #202183 by maartenvg: usability - shorten block configuration page.
|
2008-11-22 10:27:25 +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
|
10104ba94a
|
- Patch #331570 by recidive: rename block module tables to singular. Requires you to run update.php.
|
2008-11-15 08:23:07 +00:00 |
Dries Buytaert
|
59ece2e39d
|
- Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the cache registry lookups.
|
2008-11-11 22:39:59 +00:00 |
Angie Byron
|
88a6e82db1
|
#329998 by pwolanin: Remove unescaped <> chars from t() strings.
|
2008-11-08 23:03:39 +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
|
d2719c2a89
|
#329224 by boombatower and sun: November Make-All-Tests-Pass-Again-Extravaganza: Fix notices in block tests.
|
2008-11-07 05:58:51 +00:00 |
Dries Buytaert
|
838b433110
|
- Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals.
|
2008-10-29 10:08:52 +00:00 |