Dries Buytaert
|
f7e61d77e9
|
- Patch #296321 by pwolanin, swentel: link to cron.php broken when clean URLs are disabled.
|
2008-10-13 20:29:42 +00:00 |
Dries Buytaert
|
12393a4d12
|
- Patch #320000 by lilou: unify doxygen @file documentation in tpl.
|
2008-10-13 12:31:43 +00:00 |
Angie Byron
|
8292bdd40a
|
Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default.
|
2008-10-13 00:33:05 +00:00 |
Angie Byron
|
a3a420c3e6
|
Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations.
|
2008-10-12 06:27:06 +00:00 |
Angie Byron
|
f76acb2d9d
|
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.
|
2008-10-12 04:30:09 +00:00 |
Angie Byron
|
acd5e95200
|
#320009 by Dave Reid: Remove notice about missing files[] array and prevent incompatible modules from being enabled.
|
2008-10-12 02:52:52 +00:00 |
Angie Byron
|
390e2fd2d7
|
#320024 by Dave Reid: Replace hardcoded drupal_required_modules() with required = TRUE in .info files.
|
2008-10-12 01:23:07 +00:00 |
Angie Byron
|
4d20274076
|
#253569 by aaron, agentrickard, and Dave Reid: Add hook_modules_X to allow modules to react when other modules are enabled, disabled, installed, or uninstalled.
|
2008-10-11 22:46:22 +00:00 |
Angie Byron
|
ecf7ad41d0
|
#242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default.
|
2008-10-11 21:11:02 +00:00 |
Angie Byron
|
89b0570d70
|
#305566 by agentrickard and moshe weitzman: Split 'bypass node access' from 'administer nodes'.
|
2008-10-11 18:29:20 +00:00 |
Angie Byron
|
047b4bde38
|
#296306 by swentel: Test for custom 403 page.
|
2008-10-11 18:17:02 +00:00 |
Angie Byron
|
da7f3a0ef0
|
#319699 follow-up by Dave Reid: Simplify required module hiding in admin/build/modules.
|
2008-10-11 15:54:14 +00:00 |
Angie Byron
|
819b0e95a9
|
#319699 by Dave Reid: Simplify logic for hiding required modules.
|
2008-10-11 03:25:36 +00:00 |
Angie Byron
|
7e02f2f782
|
#318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.
|
2008-10-11 02:33:14 +00:00 |
Angie Byron
|
464be0b8bd
|
#318892 by justinrandell and chx: Add .install files to the list of files added to .info files.
|
2008-10-09 22:51:41 +00:00 |
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
|
f841d1a764
|
#142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
|
2008-10-09 00:02:29 +00:00 |
Angie Byron
|
43893763c5
|
#226728 by chx and Eaton: Flush form caches when cache is cleared on cron.
|
2008-10-06 23:02:08 +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 |
Dries Buytaert
|
4cbb7b7512
|
- Patch #312306 by Jaza: no activation e-mail for user 1.
|
2008-09-27 20:16:17 +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
|
289b4f77a6
|
#229129 follow-up by Arancaytar, chx, and webchick: Instantiate module package property.
|
2008-09-27 19:03:30 +00:00 |
Angie Byron
|
2cb811acb3
|
#229129 follow-up by chx: Fix module dependency checking again.
|
2008-09-27 06:29:47 +00:00 |
Angie Byron
|
8f1728dc15
|
#229129 part 2 of 1,342 by chx: Hide Core - Required modules from module page entirely, to get around nasty bug that allows them to be disabled.
|
2008-09-27 05:07:40 +00:00 |
Angie Byron
|
eb6cb31590
|
#229129 part 1 of 1,342 by chx: Change #value to #markup to eliminate notice on modules page.
|
2008-09-27 04:55:31 +00:00 |
Angie Byron
|
a3bb66e4e8
|
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
|
2008-09-20 20:22:25 +00:00 |
Angie Byron
|
89b4c55989
|
#64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().
|
2008-09-20 03:49:24 +00:00 |
Dries Buytaert
|
8fc581d4d7
|
- Patch #309488 by kbahey: correct capitalization of TRUE and FALSE.
|
2008-09-19 07:53:59 +00:00 |
Dries Buytaert
|
9020f77388
|
- Patch #302149 by pwolanin: fixed confusing/duplicate use of names in menu admin.
|
2008-09-18 10:44:19 +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 |
Dries Buytaert
|
6b7d5fe21b
|
- Patch #245544 by Dave Reid, oadaeh, drupalgeek: the admin_tasks variable is initialized twice.
|
2008-09-16 18:08:59 +00:00 |
Angie Byron
|
161a9970f7
|
#308534 by Dave Reid: Remove stray whitespace core-wide.
|
2008-09-15 20:48:10 +00:00 |
Angie Byron
|
e7ac5c58fd
|
#308434 by drewish, dopry, quicksketch, aaron, jhedstrom, and friends: Massive file.inc cleanup aaaaaand... tests! Yay! :D
|
2008-09-15 09:28:50 +00:00 |
Angie Byron
|
1806af909c
|
#275092 follow-up by Damien Tournoud: Restoring meta tag generator and fixing failing test.
|
2008-09-15 08:49:40 +00:00 |
Angie Byron
|
cf5b00c5db
|
#275092 follow-up by chx: Fix admin blocks page to work with secondary themes + test so we don't break it again.
|
2008-09-14 20:37:28 +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
|
fbccce51c6
|
- Patch #261859 by rse, Damien Tournoud: make the trigger module work on PostgreSQL.
|
2008-09-05 09:29:06 +00:00 |
Angie Byron
|
a03345ef73
|
#272883 by hctom and lilou: Fix wrong usage of watchdog severity.
|
2008-09-02 01:08:01 +00:00 |
Dries Buytaert
|
360bc1a101
|
- Patch #276018 by mfb: extend the lifetime of temporary files.
|
2008-08-30 13:18:49 +00:00 |
Dries Buytaert
|
3ccf6d89e4
|
- Patch #299292 by keith.smith: head installation was broken.
|
2008-08-30 10:03:57 +00:00 |
Dries Buytaert
|
b1411df894
|
- Patch #293098 by boombatower: add missing label.
|
2008-08-30 09:49:43 +00:00 |
Dries Buytaert
|
762ca25ecf
|
- Patch #296305 by Damien Tournoud, recidive, cwgordon7, chx: 404 page needs a test -- testing party
|
2008-08-28 08:37:46 +00:00 |
Dries Buytaert
|
580feef5e0
|
- Patch #227486 by profix898: increase length of database fields for menu items.
|
2008-08-23 08:15:37 +00:00 |
Dries Buytaert
|
c15bcc0653
|
- Patch #297869 by boombatower: add xpath method to simpletest and refactor existing tests.
|
2008-08-22 12:35:55 +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
|
77375441e5
|
- Patch #221230 by Heine: convert requirement error on update to requirement warning.
|
2008-08-14 12:59:05 +00:00 |
Dries Buytaert
|
0d1995a828
|
- Patch #268063 by boombatower, chx, cwgordon7, Damien Tournoud: move includes/tests to simpletest/tests and provide hidden .info propery
|
2008-08-09 12:41:23 +00:00 |
Dries Buytaert
|
6c1068e48d
|
- Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to registry_rebuild() for consistency.
|
2008-08-02 19:01:02 +00:00 |
Dries Buytaert
|
a859eb3668
|
- Patch #257009 by bjaspan, mustafu, Freso, Dries et al: fixed simpletest exceptions on PostgreSQL.
|
2008-08-02 18:44:36 +00:00 |