Dries Buytaert
|
0f3085c3b7
|
- Patch #210876 by deekayen, c960657: add logging of who installs/uninstalls a module.
|
2010-03-03 07:38:08 +00:00 |
Dries Buytaert
|
a5d180b9c0
|
- Patch #347959 by sun, Damien Tournoud, justinrandell, scor, chx: modules_installed() was broken during testing.
|
2010-03-02 09:07:09 +00:00 |
Dries Buytaert
|
c3760557bd
|
- Patch #243251 by naxoc, Signe, lilou, mcarbone: JavaScript requiring a query string cannot be loaded.
|
2010-03-02 08:47:41 +00:00 |
Dries Buytaert
|
13704b8f62
|
- Patch #722912 by andypost: db_index_exists() must conform schemaAPI indexExists().
|
2010-03-01 11:30:37 +00:00 |
Dries Buytaert
|
1c26e2cee1
|
- Patch #728820 by David_Rothstein: clean up installation of required modules.
|
2010-03-01 07:39:12 +00:00 |
Dries Buytaert
|
1cfde5913d
|
- Patch #582948 by David_Rothstein: more improvements to the erro handling of the database layer.
|
2010-03-01 06:27:58 +00:00 |
Dries Buytaert
|
897817eb0c
|
- Patch #279851 by catch, David Strauss, Damien Tournoud, asimmonds, c960657, JohnAlbin, drawk, pwolanin, robertDouglass, coltrane: replace LOWER() with db_select() and LIKE() where possible.
|
2010-02-28 20:10:34 +00:00 |
Dries Buytaert
|
994fafcebf
|
- Patch #582948 by Damien Tournoud, agentrickard: improve safety of schema manipulation to help with upgrade path.
|
2010-02-28 20:03:05 +00:00 |
Dries Buytaert
|
a9286dd3c2
|
- Patch #610408 by JohnAlbin: create theme.api.php to help consolidate theme-related documentation.
|
2010-02-27 09:24:09 +00:00 |
Dries Buytaert
|
1a817fd2f8
|
- Patch #503550 by yched, jp.stacey: make sure strings are cached per language.
|
2010-02-27 07:41:34 +00:00 |
Dries Buytaert
|
f6b166ff23
|
- Patch #620298 by David_Rothstein: schema not available in hook_install().
|
2010-02-26 18:31:29 +00:00 |
Dries Buytaert
|
19aaebcbe2
|
- Patch #721010 by jhodgdon: actions topic group needs more functions included and better doc header.
|
2010-02-26 16:55:18 +00:00 |
Dries Buytaert
|
b297dc27e2
|
- Patch #641408 by cha0s, David_Rothstein: PHP extensions and PDO functionality should be checked at installation.
|
2010-02-26 06:39:13 +00:00 |
Angie Byron
|
4a89d4cc44
|
#605374 by catch: Don't add non-existing files to the registry.
|
2010-02-26 00:19:55 +00:00 |
Dries Buytaert
|
96b9d512c3
|
- Patch #228818 by effulgentsia, JonathanRoberts: IE stylesheets ignored after 31 link/style tags.
|
2010-02-25 20:57:39 +00:00 |
Dries Buytaert
|
c9f1086327
|
- Patch #685908 by Gábor Hojtsy: fixed msgctxts not being in the right place.
|
2010-02-25 15:53:27 +00:00 |
Dries Buytaert
|
0071d5e296
|
- Patch #719730 by anarcat, ctmattice1, peterx: drop the sequences and queue tables from D5 during the D6 to D7 upgrade.
|
2010-02-25 09:42:39 +00:00 |
Dries Buytaert
|
cec41faf47
|
- Patch #723436 by mikeryan: timers accumulated at double-speed in certain scenarios.
|
2010-02-25 09:13:00 +00:00 |
Dries Buytaert
|
72793f7c7a
|
- Patch #719500 by jhodgdon: removed duplicate text in documentation.
|
2010-02-24 19:59:32 +00:00 |
Angie Byron
|
bd4809c9c5
|
#718016 by andypost and Damien Tournoud: Fixed DatabaseSchema_pgsql()::renameTable() needs to rename the indexes.
|
2010-02-23 18:46:21 +00:00 |
Angie Byron
|
dce608f5a4
|
#674784 by JohnAlbin, naxoc, et al: Fixed theme_get_suggestions() fails to return 'page__front()' suggestion on front page.
|
2010-02-23 18:32:00 +00:00 |
Angie Byron
|
6192e19f60
|
#720620 by andypost: Fixed indexExists() for pgsql and sqlite does not prefix tablename.
|
2010-02-23 05:07:18 +00:00 |
Dries Buytaert
|
5f4dd61ff0
|
- Patch #721556 by JohnAlbin: bye bye theme_submenu() -- it has never, ever been used.
|
2010-02-22 19:21:34 +00:00 |
Angie Byron
|
424cc9bbb1
|
Back to 7.0-dev
|
2010-02-21 18:10:31 +00:00 |
Angie Byron
|
154ffa85f8
|
Drupal 7.0-alpha2
|
2010-02-21 18:07:24 +00:00 |
Dries Buytaert
|
05ab3b1e8a
|
- Patch #718984 by JohnAlbin: theme_blocks() defined in drupal_common_theme() even though it no longer exists.
|
2010-02-20 14:39:51 +00:00 |
Dries Buytaert
|
557f3114ff
|
- Patch #539428 by MarcDeLay: renamed old non-descriptive variables.
|
2010-02-20 14:33:23 +00:00 |
Angie Byron
|
51839f2469
|
#566494 follow-up by catch and David_Rothstein: Fixed Running cron in a shutdown function breaks the site.
|
2010-02-18 06:28:08 +00:00 |
Angie Byron
|
8d01aeb428
|
#710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
|
2010-02-17 22:44:52 +00:00 |
Angie Byron
|
8847f4c9a2
|
#717148 by adrian: Fixed tons of duplication of information during update.php batch.
|
2010-02-17 20:45:36 +00:00 |
Dries Buytaert
|
98504c7cc2
|
- Patch #716554 by JohnAlbin: docblock for theme_get_setting() is confusing.
|
2010-02-17 08:50:49 +00:00 |
Angie Byron
|
833ab255e9
|
#605926 by jim0203, sun, jhodgdon, dman, eileenmcnaughton, Gábor Hojtsy: Fixed Menu link weight changes when editing a node. (with tests)
|
2010-02-17 05:46:16 +00:00 |
Angie Byron
|
2f097f48cb
|
#715906 by Damien Tournoud: Fixed Schema tests fail on PostgreSQL.
|
2010-02-17 05:26:10 +00:00 |
Angie Byron
|
dcb47ed24d
|
#706248 by bellHead and Damien Tournoud: Fixed field_sql_storage_field_storage_query() with 'count' option breaks on PostgreSQL and SQLite. (with tests)
|
2010-02-17 05:24:53 +00:00 |
Angie Byron
|
89ade19964
|
#698978 by jhodgdon: Make documentation for flood_is_allowed() gender-neutral.
|
2010-02-17 04:51:51 +00:00 |
Angie Byron
|
b89421bae4
|
#713028 by hefox and solotandem: Fixed drupal_system_listing() documentation indicates incorrect key values.
|
2010-02-17 04:48:46 +00:00 |
Angie Byron
|
2d4b5d085f
|
#524728 follow-up by David_Rothstein: Bring install.php split in-line with update.php.
|
2010-02-17 04:19:51 +00:00 |
Angie Byron
|
db7f5e4c90
|
#716348 by grendzy and hefox: Documentation of drupal_get_path() and system table missing the fact that 'profile' is stored there now.
|
2010-02-17 03:55:45 +00:00 |
Angie Byron
|
f177c12db7
|
#337947 follow-up by Jacine: Capitalization and markup fixes for Dashboard.
|
2010-02-17 03:37:12 +00:00 |
Angie Byron
|
e2a01a0349
|
#325169 by moshe weitzman: Move t() to bootstrap.inc to stop fatal errors when called from error handlers.
|
2010-02-17 02:52:15 +00:00 |
Angie Byron
|
fa54a703da
|
#399642 follow-up by JacobSingh: include /includes/install.inc in module_enable() which is required when enabling modules for the first time.
|
2010-02-15 22:16:58 +00:00 |
Angie Byron
|
efb4ec06a5
|
#714994 by Damien Tournoud: Fixed SQLite should not forcefully convert numeric strings into numbers.
|
2010-02-15 22:14:17 +00:00 |
Angie Byron
|
e4373460c5
|
#715094 by Damien Tournoud: Fixed Transaction data need to be reset early in DatabaseConnection::popTransaction().
|
2010-02-15 22:12:27 +00:00 |
Angie Byron
|
e394441a95
|
#530836 by mr.baileys: Fixed drupal_set_page_content() api documentation.
|
2010-02-15 22:08:49 +00:00 |
Angie Byron
|
8cc7988eb8
|
#325169 follow-up by scor: Added missing error.inc file.
|
2010-02-15 16:25:06 +00:00 |
Dries Buytaert
|
8f7b37b730
|
- Patch #325169 by mundanity, Arancaytar, Crell, chx, picco, alexw: move error/exception handler higher up in the bootstrap process.
|
2010-02-15 15:52:27 +00:00 |
Dries Buytaert
|
aa11756416
|
- Rollback #642820 -- test results were green but actually failed.
|
2010-02-12 15:11:29 +00:00 |
Dries Buytaert
|
6618e07462
|
- Patch #642820 by c960657: fixed PHP notices when submitting form with disabled checkbox.
|
2010-02-12 12:25:49 +00:00 |
Angie Byron
|
9ce1c6339f
|
#550124 by c960657, catch, and Crell: Remove prepared statement caching, which was a nice idea, but uses up tons of memory without any tangible performance benefits.
|
2010-02-12 06:58:43 +00:00 |
Angie Byron
|
52195a6b1d
|
#525622 by scor, catch, and yched: Allow Entity path callback to deal with options.
|
2010-02-11 15:52:13 +00:00 |
Angie Byron
|
12fb65aad2
|
#705242 by moshe weitzman: Fixed _drupal_log_error() messy for CLI requests.
|
2010-02-11 03:49:45 +00:00 |
Dries Buytaert
|
41019a8362
|
- Patch #708574 by jhodgdon: hook_archiver_info_alter() was not documented.
|
2010-02-10 20:22:57 +00:00 |
Angie Byron
|
f17bed7d55
|
#709142 by Damien Tournoud: Fixed Locale uninstall tests.
|
2010-02-09 18:21:49 +00:00 |
Dries Buytaert
|
a2ec3c3852
|
- Patch #708144 by lilou: remove double semicolons at end of line.
|
2010-02-09 12:29:39 +00:00 |
Angie Byron
|
3f115334f6
|
#702514 by foripepe and mr.baileys: Fixed Documentation problem with Database abstraction layer.
|
2010-02-08 19:35:39 +00:00 |
Dries Buytaert
|
b76a58b414
|
- Patch #606730 by hunmonk: fixed semicolon.
|
2010-02-07 17:33:41 +00:00 |
Dries Buytaert
|
2893abcc62
|
- Patch #652246 by effulgentsia, scor: optimize theme('field') and use it for comment body.
|
2010-02-07 09:11:28 +00:00 |
Angie Byron
|
66c63ff3e2
|
#522786 by stormsweeper: Fixed Postgres numeric check needs to happen after precision check in schema generation.
|
2010-02-07 05:23:32 +00:00 |
Angie Byron
|
73c28090e3
|
#668386 by yched: Handle unavailable entity types or bundles.
|
2010-02-07 05:12:35 +00:00 |
Angie Byron
|
3729441ace
|
#706860 by hunmonk: Fixed update_fix_d7_block_deltas() helper function broken due to block table rename.
|
2010-02-07 05:09:59 +00:00 |
Dries Buytaert
|
88cc713837
|
- Patch #700518 by agentrickard, Crell: documentation fixes.
|
2010-02-06 19:01:38 +00:00 |
Dries Buytaert
|
2975da0d32
|
- Patch #619566 by David_Rothstein: bring back the code comment.
|
2010-02-06 16:21:08 +00:00 |
Dries Buytaert
|
7f4598d8d1
|
- Patch #619566 by catch: clean-up code now drupal_alter has caching.
|
2010-02-06 15:43:42 +00:00 |
Dries Buytaert
|
300a7ed2b0
|
- Patch #706138 by neclimdul: Fixed Remove dead static variable from _cache_get_object().
|
2010-02-06 14:53:20 +00:00 |
Angie Byron
|
3b5df3f737
|
#706286 by heyrocker: Changed Improperly formatted constants in stream_wrappers().inc.
|
2010-02-06 05:49:35 +00:00 |
Dries Buytaert
|
17f3807f2b
|
- Patch #566494 by Dave Reid, chx, JoshuaRogers, David_Rothstein, Gábor Hojtsy, moshe weitzman, Rob Loach, TheRec, catch: fixed cron doing a full bootstrap on every page request (including cached ones).
|
2010-02-05 21:15:43 +00:00 |
Angie Byron
|
768b07978c
|
#601642 folllow-up by andypost: Remove extraneous 'length' index from system.weight changes.
|
2010-02-04 17:03:19 +00:00 |
Angie Byron
|
94900f4071
|
#601642 by ctmattice1: Fixed Old databases might have a small {system}.weight, to help fix upgrade path.
|
2010-02-04 05:10:00 +00:00 |
Angie Byron
|
b7aae4f885
|
#539220 follow-up by mr.baileys: Fix test failures.
|
2010-02-04 03:34:21 +00:00 |
Angie Byron
|
ec407ec945
|
#211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, et al: Allow updates to specify dependencies to ensure they run in a predictable order.
|
2010-02-03 18:16:23 +00:00 |
Dries Buytaert
|
67d3310d7c
|
- Patch #539220 by dww, mr.baileys: missing validation handlers should not be silently ignored by FAPI.
|
2010-02-01 19:26:13 +00:00 |
Dries Buytaert
|
5c07276020
|
- Patch #700160 by naxoc: drupal_realpath() did not always work as expected.
|
2010-02-01 19:07:07 +00:00 |
Angie Byron
|
10fd10cf45
|
#700686 by dww: Make ArchiverInterface::listContents() return a simple list of files, rather than a keyed array, which is inconsistent between extension handlers.
|
2010-02-01 07:17:59 +00:00 |
Angie Byron
|
9a887f8626
|
#698992 by Damien Tournoud: Small comment clarification to check_plain() in l().
|
2010-02-01 07:06:14 +00:00 |
Dries Buytaert
|
0597e322ce
|
- Patch #700518 by agentrickard: document conjunctions for db_condition().
|
2010-01-31 18:42:41 +00:00 |
Dries Buytaert
|
a3dd7ebad7
|
- Patch #698902 by mr.baileys: make MySQL 5.0.15 requirement official.
|
2010-01-31 18:31:46 +00:00 |
Dries Buytaert
|
ea51c3215b
|
- Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files.
|
2010-01-30 07:59:26 +00:00 |
Dries Buytaert
|
1e8da1f9ae
|
- Patch #681538 by aspilicious, jhodgdon: improved documentation, better @see also links.
|
2010-01-30 07:54:01 +00:00 |
Angie Byron
|
3afffc9dc2
|
Hm. Rollback of #522786 which seems to cause test failures.
|
2010-01-30 03:49:14 +00:00 |
Angie Byron
|
196aaa7d51
|
#553944 follow-up by David_Rothstein: Allow modules to override per-page custom themes.
|
2010-01-30 03:38:22 +00:00 |
Angie Byron
|
12ed470655
|
#522786 by stormsweeper: Fixed PostgreSQL numeric check needs to happen after precision check in schema generation.
|
2010-01-30 02:56:32 +00:00 |
Angie Byron
|
02c1eeee3f
|
#684202 by catch: Added Entity insert/delete/update hooks, to support caching.
|
2010-01-30 02:01:41 +00:00 |
Dries Buytaert
|
1df3cfffef
|
- Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem with clean urls.
|
2010-01-29 22:40:41 +00:00 |
Dries Buytaert
|
053a1664af
|
- Patch #667816 by Damien Tournoud, catch: fxed incorrect constant usage in menu.inc.
|
2010-01-29 12:26:10 +00:00 |
Angie Byron
|
68d000561d
|
#697694 by aspilicious: Doxygen fixes.
|
2010-01-29 01:59:32 +00:00 |
Angie Byron
|
dba61c45e6
|
#599122 follow-up by scor and catch: Do not use module_load_include() in global context.
|
2010-01-28 13:56:25 +00:00 |
Angie Byron
|
5062050543
|
#697210 by deekayen: Changed Change die() instances to exit() (code style).
|
2010-01-28 07:06:57 +00:00 |
Dries Buytaert
|
076d3986d8
|
- Patch #681538 by jhodgdon: fixed drupal_deliver_html_page() has see also that's missing link.
|
2010-01-27 11:41:20 +00:00 |
Dries Buytaert
|
0fa98a7a35
|
- Patch #610068 by katbailey, rfay: improved phpDoc.
|
2010-01-27 11:19:11 +00:00 |
Dries Buytaert
|
d53f3e39d5
|
- Patch #685074 by pwolanin: some stream wrappers need to be hidden or read-only.
|
2010-01-26 08:29:25 +00:00 |
Dries Buytaert
|
af3f94b37e
|
- Patch #693614 by asimmonds: fixed PHPDoc spelling typos.
|
2010-01-25 10:38:35 +00:00 |
Dries Buytaert
|
af6540b07f
|
- Patch #692302 by Crell: searching for the wrong extender subclass.
|
2010-01-22 22:52:38 +00:00 |
Dries Buytaert
|
ce40e98e58
|
- Patch #637146 by naxoc, David_Rothstein: HEAD install redirect failed because common.inc was not loaded in _db_check_install_needed().
|
2010-01-21 04:24:14 +00:00 |
Dries Buytaert
|
4837645ac5
|
- Patch #688158 by moshe weitzman: query logger does not provide class information.
|
2010-01-18 17:10:03 +00:00 |
Dries Buytaert
|
037496ce3f
|
- Patch #686532 by linclark: typo in entity_extract_ids() api doc.
|
2010-01-18 03:28:13 +00:00 |
Angie Byron
|
c45ff07912
|
Back to development version now.
|
2010-01-15 14:57:10 +00:00 |
Angie Byron
|
c511a4abe7
|
Marking code as alpha 1 in preparation of the first alpha release of Drupal 7.
|
2010-01-15 14:35:08 +00:00 |
Angie Byron
|
e4be6454e0
|
#281405: Temporarily raise memory requirement to 40M, to cut down on support requests post-alpha. Let's work to get this back to 32M shortly. :)
|
2010-01-15 14:25:35 +00:00 |
Dries Buytaert
|
239cec289d
|
- Patch #667098 by catch: drupal_get_bootstrap_phase() was broken.
|
2010-01-14 21:17:56 +00:00 |
Angie Byron
|
fed2d40473
|
#684138 by carlos8f and Heine: Fixed bug in SQLite's NextId() that prevented installation.
|
2010-01-14 19:49:14 +00:00 |
Dries Buytaert
|
f818dfe908
|
- Patch #590656 by pwolanin, Pasqualle: harden one-time login links against vulnerability from disclosure of SQL backups, or SQL 'SELECT' injection.
|
2010-01-14 18:45:17 +00:00 |
Dries Buytaert
|
a417a986ea
|
- Patch #638070 by carlos8f, Gábor Hojtsy, ksenzee, pwolanin, chx, catch: router loaders causing a lot of database hits for access checks.
|
2010-01-14 13:45:33 +00:00 |
Angie Byron
|
6e4c7ffe51
|
#678546 by rfay and jhodgdon: Improve wording of help text in admin/config/regional/language/configure.
|
2010-01-14 06:43:24 +00:00 |
Angie Byron
|
8a70cd09ca
|
#652048 by chx: Factor out the caching pattern from forum.
|
2010-01-14 06:20:15 +00:00 |
Angie Byron
|
1c2cda2d7c
|
#681134 by moshe weitzman: Fixed stop issuing headers to CLI clients.
|
2010-01-14 02:05:34 +00:00 |
Dries Buytaert
|
f60739b033
|
- Patch #683736 by c960657: use db_like() where appropriate.
|
2010-01-13 23:19:54 +00:00 |
Angie Byron
|
4a3da31d91
|
#636992 follow-up by catch: small doc fix.
|
2010-01-13 13:03:26 +00:00 |
Angie Byron
|
83c97345e8
|
#525622 by Frando, yched, et al: Add entity hook callbacks so that 'as link' formatters have a generic way to build the url of an 'entity'.
|
2010-01-13 06:26:49 +00:00 |
Angie Byron
|
c78283e81b
|
#606730 by hunmonk: Provide a helper function for block delta updates.
|
2010-01-13 06:15:39 +00:00 |
Angie Byron
|
e349ea9c9c
|
#616650 by Crell: Default MySQL to transactions ON. Makes sense now that we default to InnoDB as well.
|
2010-01-13 05:49:41 +00:00 |
Angie Byron
|
02d2f6e04a
|
#678714 by effulgentsia: Unify use of theme hook / template suggestions, fix clobbering problems, and improve suggestion discovery performance.
|
2010-01-13 05:40:03 +00:00 |
Angie Byron
|
c33d0f7be8
|
#399642 follow-up by carlos8f: Replace drupal_install_modules() with an improved module_enable().
|
2010-01-13 05:08:29 +00:00 |
Angie Byron
|
3a0f6b3372
|
#636992 by catch, yched: Fixed Entity loading needs protection from infinite recursion. Prevents unnecessary user_load()s from RDF.
|
2010-01-13 05:00:25 +00:00 |
Angie Byron
|
319fc2895c
|
#595972 by katbailey, sun, TwoD, quicksketch, merlinofchaos, and dmitrig01: Allow AJAX settings command to extend Drupal.settings.
|
2010-01-12 06:31:22 +00:00 |
Angie Byron
|
e1812b3353
|
#678628 follow-up by jhodgdon: Remove buggy and incorrect 'More Help' functionality from Help module.
|
2010-01-12 06:09:04 +00:00 |
Angie Byron
|
69ed7f66b8
|
#546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user interface.
|
2010-01-11 16:25:16 +00:00 |
Angie Byron
|
9667f4726d
|
#677654 follow-up by asimmonds: Fixed notice in error handling.
|
2010-01-11 02:28:42 +00:00 |
Angie Byron
|
11b98e4f60
|
#637712 by c960657 and Dave Reid: Fixed Fieldset is back in user registration form.
|
2010-01-10 22:45:58 +00:00 |
Angie Byron
|
32dd3b46b6
|
#660856 by effulgentsia: Optimize template_preprocess().
|
2010-01-10 02:15:12 +00:00 |
Angie Byron
|
c675d4f951
|
#680022 by yched: Fixed template_preprocess() generates invalid CSS classes.
|
2010-01-10 01:05:22 +00:00 |
Angie Byron
|
92efec6e1e
|
#479368 by Heine and asimmonds: Fixed drupal_to_js() provides bad unicode conversions.
|
2010-01-09 23:36:55 +00:00 |
Angie Byron
|
71ee49de3e
|
#679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface.
|
2010-01-09 23:03:22 +00:00 |
Angie Byron
|
a895a366c5
|
#563106 by quicksketch, scor, andypost, ctmattice1, catch, yched, adrian: Fix critical upgrade path bugs from Drupal 6 to Drupal 7
|
2010-01-09 22:07:57 +00:00 |
Angie Byron
|
20bac50d4a
|
#299308 by redndahead, Dave Reid, dropcube, catch, redndahead, and dbabbage: Add POD to installation requirements.
|
2010-01-09 22:01:42 +00:00 |
Dries Buytaert
|
4a42062b5b
|
- Patch #667038 by effulgentsia: optimize template_process().
|
2010-01-09 06:35:38 +00:00 |
Angie Byron
|
1f6a553cd2
|
#629794 follow-up by yched: Fixed batch API in update.php.
|
2010-01-09 02:51:09 +00:00 |
Dries Buytaert
|
25747314e2
|
- Patch #550010 by c960657: DatabaseConnection::prepareQuery() ignores argument.
|
2010-01-08 21:09:17 +00:00 |
Dries Buytaert
|
cc55d29417
|
- Patch #187398 by andypost, Crell, lilou, Gábor Hojtsy, sun: re-split locale module.
|
2010-01-08 13:32:43 +00:00 |
Angie Byron
|
c92ddd4cb8
|
#601768 by Crell and Damien Tournoud: Add a DatabaseStatementEmpty to allow complex query to return a proper empty set.
|
2010-01-08 07:43:55 +00:00 |
Angie Byron
|
2d632d1a18
|
#634472 by sun and effulgentsia: Allow menu template file suggestions.
|
2010-01-08 07:30:34 +00:00 |
Angie Byron
|
0e3fda75df
|
#645822 by sun: Fixed #ajax is not extensible (and partially buggy).
|
2010-01-08 07:27:32 +00:00 |
Angie Byron
|
0dd1612770
|
#629794 by yched: Fix Scaling issues with batch API. (with tests)
|
2010-01-08 06:36:34 +00:00 |
Angie Byron
|
e07b9d35a1
|
#227677 by c960657, yched, cha0s, Dave Reid, et al: Fixed drupal_write_record() can't update a column to NULL. (with tests)
|
2010-01-08 06:07:03 +00:00 |
Angie Byron
|
3ff482d390
|
#678628 by bdragon and matt2000: Fixed 'More help' links missing from interface.
|
2010-01-08 05:14:03 +00:00 |
Angie Byron
|
307b9493da
|
#677654 by moshe weitzman: Fixed PHP notices logged as severity=WATCHDOG_ERROR.
|
2010-01-08 05:11:07 +00:00 |
Angie Byron
|
caacf80aee
|
#621008 by seutje: Fixed 'theme path' is wrong for theme process and preprocess overrides.
|
2010-01-07 14:48:56 +00:00 |
Angie Byron
|
436ddca9fb
|
#265719 by kkaefer, JacobSingh, ksenzee, and rfay: Fixed CSS aggregator produces invalid code and directory names for @import files which breaks IE (with tests).
|
2010-01-07 07:45:03 +00:00 |
Angie Byron
|
1407c81632
|
#592018 by mverbaar, Jacine, et al: Re-organize styles across stylesheets from system.module and separate presentational and behavior-supporting styles.
|
2010-01-07 07:41:46 +00:00 |
Angie Byron
|
3ede619955
|
#619666 follow-up by effulgentsia: Make performance-critical usage of drupal_static() grokkable.
|
2010-01-07 04:54:18 +00:00 |
Angie Byron
|
37fcdbc67c
|
#633678 by Josh Waihi, chx, Crell, David Strauss, and Damien Tournoud: Make sequence API work on non-MySQL databases.
|
2010-01-07 04:51:26 +00:00 |
Dries Buytaert
|
6f607b80cf
|
- Patch #280058 by sun, recidive: refactor drupal_map_assoc().
|
2010-01-06 21:39:07 +00:00 |
Angie Byron
|
8f17383184
|
#671348 by Garrett Albright: Fixed escape error with SQLite.
|
2010-01-06 04:10:54 +00:00 |
Dries Buytaert
|
102a682914
|
- Patch #652588 by scor: updated RDF mapping definition in the core modules.
|
2010-01-05 18:56:49 +00:00 |
Angie Byron
|
bb293ccfb5
|
#420358 follow-up by Dave Reid: Rename profiles default => standard and expert => minimal, for consistency with labels.
|
2010-01-04 23:08:34 +00:00 |
Angie Byron
|
ec7ff41cc5
|
#580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link.
|
2010-01-04 21:31:52 +00:00 |
Angie Byron
|
1dc503a56a
|
#669374 by jhodgdon: Change @verbatim in Doxygen to @code.
|
2010-01-04 16:20:20 +00:00 |
Dries Buytaert
|
f8fd99b334
|
- Patch #673644 by mr.baileys: mark drupal_json_encode()/decode as PHP wrappers.
|
2010-01-04 12:27:33 +00:00 |
Angie Byron
|
83e15a3f9a
|
#338630 by plach, dagmar, David Koudela, arhak, et al: Enable Locale to rebuild lost Javascript translation files.
|
2010-01-04 04:53:33 +00:00 |
Angie Byron
|
ea064e3e8f
|
#643984 by catch: Cache results of menu_get_item(). This makes it possible to serve a page in Drupal 7 with no hits to the database when using alternate caching backends.
|
2010-01-04 04:47:24 +00:00 |
Angie Byron
|
37b78e0259
|
#646874 by sun and David_Rothstein: Remove assumptions about Contextual links and Shortcut modules from template files.
|
2010-01-04 03:57:19 +00:00 |
Angie Byron
|
c2ccd28f67
|
#669608 by catch: Make menu.inc pluggable, to support high-performance options in contrib.
|
2010-01-04 03:28:41 +00:00 |
Angie Byron
|
ba6ef3017e
|
#482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons.
|
2010-01-03 21:01:04 +00:00 |
Dries Buytaert
|
5212d5730f
|
- Patch #424372 by #424372 by mr.baileys: small code clean-up.
|
2010-01-03 11:04:58 +00:00 |
Dries Buytaert
|
c5fea4f88a
|
- Rollback of #634310
|
2010-01-03 06:54:41 +00:00 |
Dries Buytaert
|
7edad0db9e
|
- Patch #672268 by Garrett Albright: comment cleanup.
|
2010-01-03 06:50:07 +00:00 |
Angie Byron
|
c16dab454b
|
#281405 follow-up by Arancaytar, catch, Crell, and justinrandell: Reduce memory consumption of menu_rebuild() by splitting huge query into multiple passes.
|
2010-01-03 01:32:41 +00:00 |
Angie Byron
|
2c474d2a05
|
#668932 by Damien Tournoud : Remove duplicate sanitzing of HTTP_HOST.
|
2010-01-03 01:23:49 +00:00 |
Angie Byron
|
b39cf55f15
|
#653622 by effulgentsia: Make the '__' pattern for theme suggestions easier to use.
|
2010-01-03 01:16:07 +00:00 |
Angie Byron
|
70e53b33c1
|
#370537 by chx, sun, effulgentsia, quicksketch, eaton, Heine, and yched: Allow buttons to only validate sections of forms, e.g. More buttons. (with tests)
|
2010-01-02 23:30:53 +00:00 |
Angie Byron
|
45bc7c2290
|
#399642 by sndev and carlos8f: Make drupal_install_modules() resolve dependencies and trigger an error when they do not exist. (with tests)
|
2010-01-02 18:56:20 +00:00 |
Dries Buytaert
|
8f6e5a4679
|
- Patch #634310 by casey: small improvement of drupal_render(): conditionally call element_children().
|
2010-01-02 17:39:19 +00:00 |
Dries Buytaert
|
712929ea6a
|
- Patch #357021 by Kars-T, yched: fixed #after_build_done() set after first after_build() function was run, instead of all after_build() functions.
|
2010-01-02 10:41:56 +00:00 |
Dries Buytaert
|
4ad5885f2d
|
- Patch #670250 by boombatower: more documentation clean-ups.
|
2009-12-31 13:43:36 +00:00 |
Dries Buytaert
|
949ccddb91
|
- Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups.
|
2009-12-30 08:16:55 +00:00 |
Dries Buytaert
|
1b521566bb
|
- Patch #437018 by JamesAn: convert form_options_flatten() in form.inc to use new static caching API.
|
2009-12-29 20:16:09 +00:00 |
Dries Buytaert
|
37bacdacfb
|
- Patch #646678 by fgm: fixed incorrect multicall implementation.
|
2009-12-29 19:33:36 +00:00 |
Angie Byron
|
d163389230
|
#669522 by chx: Remove ugly code in getUpdaterFromDirectory.
|
2009-12-29 07:01:56 +00:00 |
Dries Buytaert
|
0e48fc4ece
|
- Patch #668150 by mfb: fxed theme_item_list() when used with nested lists.
|
2009-12-28 20:58:08 +00:00 |
Dries Buytaert
|
98b84b7adb
|
- Patch #661420 by justinrandell, David_Rothstein: made installation of modules much more efficient.
|
2009-12-28 10:48:51 +00:00 |
Dries Buytaert
|
d24e2c1384
|
- Patch #664544 by yched: removed unnecessary drupal_static_reset().
|
2009-12-27 15:23:49 +00:00 |
Angie Byron
|
9ca8723880
|
#358815 by David_Rothstein, meatsack, and John Morahan: Fixed performance of drupal_get_install_files() with large file trees.
|
2009-12-27 03:37:54 +00:00 |
Dries Buytaert
|
53748ab5e2
|
- Patch #664544 by yched: clean-up entity build/view modes.
|
2009-12-26 16:50:09 +00:00 |
Dries Buytaert
|
5cdeb4b4ad
|
- Patch #665920 by v_20q: remove a comment inside t() function.
|
2009-12-23 15:39:57 +00:00 |
Dries Buytaert
|
8749a43a54
|
- Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer.
|
2009-12-22 14:47:14 +00:00 |
Dries Buytaert
|
cf7cb6b65c
|
- Patch #635094 by plach: switching from zxx to und as it is semantically more correct.
|
2009-12-22 14:19:25 +00:00 |
Dries Buytaert
|
86829c14f7
|
- Patch #664696 by Crell: fixed typo in drupal_write_record() docblock.
|
2009-12-21 07:58:59 +00:00 |
Dries Buytaert
|
5f069ef95a
|
- Patch #297860 by sun: fixed XML-RPC error handling.
|
2009-12-18 16:49:10 +00:00 |
Dries Buytaert
|
20dbb2f2aa
|
- Patch #190867 by David_Rothstein: fixed function name.
|
2009-12-17 21:59:31 +00:00 |
Dries Buytaert
|
3e82f941ec
|
- Patch #302240 by fago, sun: fixed button broken.
|
2009-12-17 17:18:03 +00:00 |
Dries Buytaert
|
f3710830c4
|
- Patch #190867 by chx: fixed access to creating path aliases.
|
2009-12-17 13:10:19 +00:00 |
Dries Buytaert
|
2d6b6d492f
|
- Patch #566494 by Dave Reid, chx, JoshuaRogers, David_Rothstein, Rob Loach, TheRec, moshe weitzman: cron image does a full bootstrap on every page request so changing to a Javascript-based solution instead. Important performance fix -- what were we smoking? ;-)
|
2009-12-15 08:45:32 +00:00 |
Dries Buytaert
|
8b0fc57911
|
- Patch #360854 by sammys, Crell: added missing db_index_exists(), required to provide proper upgrade path from Drupal 6 to Drupal 7.
|
2009-12-15 08:30:53 +00:00 |
Angie Byron
|
8e38d459e5
|
#653940 follow-up by Damien Tournoud: Clean-up of error handling from first stab at test reporting fixes.
|
2009-12-15 05:22:05 +00:00 |
Dries Buytaert
|
0c2b526539
|
- Patch #631550 by sun: fixed stale and improper logic for MENU_VISIBLE_IN_TREE and MENU_VISIBLE_IN_BREADCRUMB. Added lots of code comments, and added tests.
|
2009-12-14 20:23:01 +00:00 |
Dries Buytaert
|
527a054952
|
- Patch #644648 by sun: cleaned up, documented, and corrected some ['#token'] code.
|
2009-12-14 13:51:57 +00:00 |
Dries Buytaert
|
516d24d1cd
|
- Patch #558666 by sun, dropcube: revamp text format/filter configuration for better usability.
|
2009-12-14 13:32:53 +00:00 |
Angie Byron
|
82c20e6615
|
#654662 by c960657 and Crell: Allow escaping wildcard characters in LIKE queries.
|
2009-12-13 18:10:43 +00:00 |
Angie Byron
|
e5356ea62d
|
#653926 follow-up by Crell: Document SQL range limits.
|
2009-12-13 18:06:48 +00:00 |
Angie Byron
|
634d308b4f
|
#658032 by Arancaytar: Fixed theme_tableselect() does not pass on #attributes key.
|
2009-12-13 14:18:31 +00:00 |
Dries Buytaert
|
00f122cd7b
|
- Patch #655212 by chx: remove unused and broken drupal_session_count().
|
2009-12-12 20:55:18 +00:00 |
Dries Buytaert
|
d10a1f7006
|
- Patch #651902 by chx, Damien Tournoud, scor: allow ESI tie in.
|
2009-12-11 16:56:10 +00:00 |
Angie Byron
|
47182dfb1f
|
#421062 follow-up by JohnAlbin: Respect maintenance theme overrides in settings.php.
|
2009-12-10 17:31:42 +00:00 |
Dries Buytaert
|
c2f26d3368
|
- Patch #653940 by sun: tests weren't reporting all errors.
|
2009-12-10 15:39:43 +00:00 |
Dries Buytaert
|
8de2de0206
|
- Patch #653926 by Damien Tournoud: fixed range of sub-queries not being honored.
|
2009-12-09 17:23:50 +00:00 |
Dries Buytaert
|
5269d3e99b
|
- Patch #384794 by mvc, alduya, intuited: trim white space when inserting data in locales_source().
|
2009-12-09 15:35:48 +00:00 |
Angie Byron
|
3254e88fde
|
#651712 by carlos8f: Fixed bug where rendered menu tree links do not include proper attributes (with tests).
|
2009-12-08 07:09:43 +00:00 |
Angie Byron
|
8e22c48576
|
#653956 by moshe weitzman and catch: Create {cache_bootstrap()} in update_prepare_d7_bootstrap() to fix yet another problem in the update path.
|
2009-12-08 07:07:15 +00:00 |
Angie Byron
|
ddf591963e
|
#520740 by marcingy, catch, and Damien Tournoud: Fixed Comment threading (with test).
|
2009-12-08 06:33:11 +00:00 |
Angie Byron
|
496b3b8cd7
|
#524664 by codecowboy and mfb: drupal_error_handler() does not support PHP 5.3.0 error constants.
|
2009-12-07 08:46:59 +00:00 |
Angie Byron
|
271fbd6bd3
|
#281405 by quickcel and catch: Update minimum RAM recommendation to 32MB. Would love to remove this patch by the time we ship.
|
2009-12-07 07:25:24 +00:00 |