Commit Graph

978 Commits (b2a734fdf73fea4593819725ee02782923c3ae6d)

Author SHA1 Message Date
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
Dries Buytaert d743fcc5c7 - Patch #229129 by dmitrig01: clean up system modules page. 2008-07-23 07:37:06 +00:00
Dries Buytaert a5f9b7b012 - Patch #284721 by zeta ζ: translation simplifications. 2008-07-19 19:35:49 +00:00
Dries Buytaert 674b933c56 - Patch #245001 by kkaefer et al: unify #process callback naming. 2008-07-18 07:06:24 +00:00
Dries Buytaert 57fe5103da - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value. 2008-07-16 21:59:29 +00:00
Dries Buytaert 47653bff76 - Patch #248205 by catch et al: increased PostgreSQL requirement to version 8.1. 2008-07-14 17:26:17 +00:00
Dries Buytaert 7231b6ea2f - Patch #275801 by Damien Tournoud and Gribnif: fixed performance issue due to typo. 2008-07-14 14:03:48 +00:00
Dries Buytaert ffdfefebbc - Patch #270508 by paul.levvik and pwolanin: usability improvement: image toolkits should not have to be copied. 2008-07-08 01:08:15 +00:00
Dries Buytaert bb232c728a - Patch #277073 by threexk: improve consistency of offline vs off-line and online vs on-line. 2008-07-01 20:36:40 +00:00
Dries Buytaert 1d97b23ae4 - Patch #256886 by catch et al: comment out a test that fails due to a bug in cURL. 2008-06-29 11:39:38 +00:00
Dries Buytaert 76fe77cc22 - Patch #275092 by kbahey: added test for meta-tag generator patch. 2008-06-28 19:19:08 +00:00
Dries Buytaert 3cdf54fb3e - Patch #275092 by kbahey, greggles and Arancaytar: emit X-Generator and meta-generator tags. 2008-06-28 12:37:52 +00:00
Dries Buytaert 5299b92689 - Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan. 2008-06-25 09:12:25 +00:00
Dries Buytaert 201e1dd356 - Patch #268449 by catch: fixed some tests that failed due to invalid permissions. 2008-06-09 16:33:20 +00:00
Dries Buytaert 098b3f72ca - Patch #250918 by boombatower: cleaned up some tests and added some tests for the administration panels. 2008-06-02 17:32:19 +00:00
Dries Buytaert bc5f69a333 - Patch #261836 by dropcube: tests for cron. 2008-05-30 07:27:14 +00:00
Dries Buytaert 5316c645d2 - Patch #259871 by pwolanin: clean up system.test. 2008-05-19 19:28:39 +00:00
Dries Buytaert 75a777a3ea - Patch #193076 by quicksketch, dmitrig01 and paul.lovvik: drag and drop support for poll module. 2008-05-15 20:56:48 +00:00
Dries Buytaert 0a31af3ed2 - Patch #256152 by catch: added additional tests for the IP address blocking and added a small usability improvement. 2008-05-10 07:32:02 +00:00
Dries Buytaert b9f1018ea4 - Patch #73874 by pwolanin: normalize the permissions table and wrote simpletests for the (new) permission handling. At last. 2008-05-07 19:34:24 +00:00
Dries Buytaert 48e293a6b3 - Patch #248436 by catch: fixed some bugs in the statistics module, wrote some tests, and made some minor usability improvments along the way. That is _exactly_ how we like it. 2008-05-07 19:17:50 +00:00