catch
|
faa63d22c4
|
Issue #1401558 by Berdir: Documentation follow-up for remove the usage handling logic from file_delete().
|
2012-05-23 13:08:58 +09:00 |
catch
|
9e8d1e85dc
|
Issue #1470824 by alexpott, sun: Fixed XML encoder can only handle a small subset of PHP arrays, so switch to YAML.
|
2012-05-23 12:48:37 +09:00 |
effulgentsia
|
37e72619c1
|
refs #1593702 Roll back comment tweaks that have already been made in core.
|
2012-05-22 11:55:29 -05:00 |
Jennifer Hodgdon
|
dc151c10ff
|
Issue #1593696 by effulgentsia: Clean up @todo formatting
|
2012-05-22 08:18:17 -07:00 |
catch
|
3f7b5cf06c
|
Issue #1401558 by exlin, Berdir, tim.plunkett: Remove the usage handling logic from file_delete().
|
2012-05-22 14:28:30 +09:00 |
catch
|
d2901d051d
|
Issue #890790 by Tor Arne Thune, davidjdagino: Added tests for deleting nodes does not delete their comments.
|
2012-05-22 13:11:21 +09:00 |
catch
|
faa75e7739
|
Issue #1517654 by zuuperman: Fixed Strict warning by field_ui_table_pre_render().
|
2012-05-22 13:07:52 +09:00 |
catch
|
9d8b3f59ed
|
Issue #1481560 by nod_: Follow up for, Add 'use strict' to all core JavaScript to enforce clean code.
|
2012-05-22 11:49:17 +09:00 |
catch
|
abb86f9828
|
Issue #1394648 by David_Rothstein: Fixed The installer's cache backend no longer overrides all cache-clearing methods, which can lead to fatal errors.
|
2012-05-21 11:13:13 +09:00 |
Larry Garfield
|
807947c9fe
|
Clean up and document private property overrides.
|
2012-05-20 18:13:14 -05:00 |
catch
|
b08c8b478e
|
Issue #1464944 by heyrocker, alexpott, David_Rothstein, ksenzee: Fixed Installation of configuration system fails in some cases.
|
2012-05-20 15:41:16 +09:00 |
Larry Garfield
|
9fdd40f8c9
|
Merge remote-tracking branch 'upstream/8.x' into kernel
|
2012-05-19 00:04:26 -05:00 |
Niklas Fiekas
|
5a6d0c284e
|
Use '' rather than 'a' for HTTP 204 response body.
|
2012-05-19 00:01:56 -05:00 |
Niklas Fiekas
|
a069734c04
|
Remove $response_body parameter from drupal_page_set_cache().
b99d11fac6 introduced a $response_body parameter on drupal_page_set_cache(),
but that is no longer used. Remove it.
|
2012-05-19 00:01:08 -05:00 |
Niklas Fiekas
|
c97afaff60
|
Remove commented out code.
This fixes two @todo's that were in drupal_not_found() and
drupal_access_denied().
|
2012-05-19 00:01:08 -05:00 |
Niklas Fiekas
|
4b17901b5f
|
Revert making error_test module not hidden.
|
2012-05-19 00:01:08 -05:00 |
Niklas Fiekas
|
ce79961251
|
Revert the rewrite rule in .htaccess.
|
2012-05-19 00:01:08 -05:00 |
Niklas Fiekas
|
3a10d518e3
|
Clean-up UrlMatcher.php.
|
2012-05-19 00:01:08 -05:00 |
Niklas Fiekas
|
b5d1b095a4
|
Documentation improvements and cleanup.
|
2012-05-19 00:01:08 -05:00 |
Dries
|
5b52cea97d
|
- Patch #1539608 by cosmicdreams, Rob Loach: Modify comment module to use Dependency Injection for language.
|
2012-05-18 16:42:40 -04:00 |
Dries
|
2379c9b95b
|
- Patch #1587822 by drumm, bfroehle: Code style: link in field_system_info_alter().
|
2012-05-18 16:38:28 -04:00 |
Dries
|
26aaa9fbde
|
- Patch #1496462 by acrollet, cosmicdreams, Niklas Fiekas | heyrocker: Convert RSS publishing settings to configuration system.
|
2012-05-18 16:34:59 -04:00 |
Jennifer Hodgdon
|
467a825239
|
Issue #1358944 by wulff, Désiré: Fix ingroup/addtogroup syntax
|
2012-05-17 05:58:49 -07:00 |
catch
|
25713f0b25
|
Issue #1495024 by aspilicious: documentation follow-up for convert the entity system to PSR-0.
|
2012-05-17 11:33:40 +09:00 |
Dries
|
c176370239
|
Patch #598586 by tim.plunkett: updated documentation.
|
2012-05-16 22:09:32 -04:00 |
Dries
|
98858def41
|
- Patch #1533022 by duellj, aspilicious: convert taxonomy.module entity classes to PSR-0.
|
2012-05-16 21:53:35 -04:00 |
Dries
|
99243487d7
|
- Patch #1578590 by ksenzee: references to nonexistent function drupal_initialize_variables().
|
2012-05-16 21:27:25 -04:00 |
Dries
|
6f760ac8a2
|
- Patch #1578998 by droplet: move forum topic and leave shadow cause duplicated topics show in list.
|
2012-05-16 21:18:09 -04:00 |
Dries
|
20958cbbc0
|
Issue #1586220 by ksenzee: Remove ksenzee from MAINTAINERS.txt.
|
2012-05-16 21:14:03 -04:00 |
Dries
|
39195776b1
|
Patch #1552984 by Niklas Fiekas: Added Make 'File displayed by default' depend on 'Enable display field' with #states.
|
2012-05-16 21:12:19 -04:00 |
catch
|
747e01ca53
|
Issue #1493098 by jcisio, pcambra, Pol, wamilton, Rok Žlender, beejeebus: Convert cron settings to configuration system.
|
2012-05-16 12:41:18 +09:00 |
catch
|
74c409f134
|
Issue #1495024 by Berdir, Rob Loach, fago: Convert the entity system to PSR-0.
|
2012-05-16 12:38:40 +09:00 |
catch
|
6616910f9d
|
Issue #1541676 by Berdir, tstoeckler, Rob Loach, tim.plunkett: Convert Simpletest base test classes to PSR-0.
|
2012-05-16 12:04:41 +09:00 |
catch
|
e0ba373d6e
|
Issue #1500238 by alexpott, sun, chx: Encode/decode data via PHP serialize()/unserialize() for DatabaseStorage (storage controller specific data formats).
|
2012-05-16 12:02:24 +09:00 |
catch
|
14fbd55791
|
Issue #1574484 by tim.plunkett, nod_: Replace authorize.js with states.
|
2012-05-16 11:58:58 +09:00 |
catch
|
777a7b9164
|
Issue #1089300 by nod_, mfer, JohnAlbin, ksenzee: Clean up drupal.js.
|
2012-05-16 11:55:55 +09:00 |
catch
|
ccde359a97
|
Issue #1573082 by grendzy: Fixed watchdog 'Deleted content type' uses wrong type.
|
2012-05-15 21:49:41 +09:00 |
catch
|
9dee6f6128
|
Issue #1539626 by cosmicdreams: Modify node module to use dependency injection for language.
|
2012-05-15 21:37:07 +09:00 |
Dries
|
8780ba2509
|
- Patch #1503804 by iamEAP: defer attribute should not be added to inline scripts or settings.
|
2012-05-14 22:15:00 -04:00 |
Dries
|
f9e44fc40a
|
- Patch #967566 by mariusz.slonina, rbayliss, joestewart, xjm, tim.plunkett, indytechcook, tsvenson, adnasa, oriol_e9g | DocuAnt: Several important Core User settings lack support for hook_field_extra_fields().
|
2012-05-14 22:11:31 -04:00 |
Dries
|
b551b666de
|
- Patch #1506630 by Alan Evans, David_Rothstein: Fixed Namedspaced code throws and catches 'Exceptions' which don't exist (causing the DB settings form validation to break on install).
|
2012-05-14 21:31:16 -04:00 |
catch
|
969e670eae
|
Issue #1546752 by Gábor Hojtsy, erno, xjm: Move negotiation tests to language module.
|
2012-05-14 18:16:42 +09:00 |
catch
|
9e2223c534
|
Issue #1377468 by droplet: Fixed remove unnecessary user join in forum_forum_load().
|
2012-05-14 12:29:49 +09:00 |
catch
|
1f3142df75
|
Issue #1539622 by cosmicdreams: Modify locale module to use dependency injection for language.
|
2012-05-14 12:25:46 +09:00 |
catch
|
f54e6e3823
|
Issue #1564996 by greggles: Added Make one-time login link watchdog more useful for auditing.
|
2012-05-14 12:22:49 +09:00 |
catch
|
439e27cc10
|
Issue #20446 by dead_arm: Added Cursor focus on user login page.
|
2012-05-14 12:20:18 +09:00 |
catch
|
c74aa1ecd0
|
Issue #1009982 by klaasvw: Fixed node/add page misses content types when menu links are moved or disabled.
|
2012-05-14 11:50:42 +09:00 |
Larry Garfield
|
8b66fe6a7c
|
Restore output buffering of the page to support the legacy page cache system.
|
2012-05-13 15:38:31 -05:00 |
Larry Garfield
|
0993e73bf9
|
More logically organize methods in the exception controller class.
|
2012-05-13 12:42:03 -05:00 |
Larry Garfield
|
a64f61b7e5
|
Minor code simplification.
|
2012-05-13 12:40:25 -05:00 |