Commit Graph

97 Commits (11074d9120ef1e4a2d9e7a78486d2df0f1d81c32)

Author SHA1 Message Date
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 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 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
Dries Buytaert 7f29b14277 - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience. 2008-09-17 07:11:59 +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
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 b1411df894 - Patch #293098 by boombatower: add missing label. 2008-08-30 09:49:43 +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 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 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 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 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 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 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
Dries Buytaert 6ab934660c - Patch #192962 by gpk et al: ghop #24, module administration page improvements. 2008-05-05 21:10:48 +00:00
Dries Buytaert 4bc5d8d244 - Patch #127295 by yhager: module version numbers should always be shown left-to-right. 2008-04-30 06:48:27 +00:00
Dries Buytaert 420ee6cbca - Patch #246298 by boombatower: added missing <label> to module names on uninstall page. Improves consistency with the module install page. 2008-04-30 06:39:26 +00:00
Dries Buytaert 76151a8bc9 - Patch #245504 by catch, David_Rothstein, Freso, et al: removed the throttle module from Drupal core. 2008-04-16 11:35:52 +00:00
Dries Buytaert 56d2664a90 - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators. 2008-04-14 17:48:46 +00:00
Dries Buytaert 2275b8ee02 - Patch #243524 by christefano: display INFO_ALL output when calling system_php(). 2008-04-10 01:43:32 +00:00
Dries Buytaert 08aa23227e - Patch #228594 by catch et al: removed access rule functionality from core.
The access rules capability of user module has been stripped down to a
  simple method for blocking IP addresses. E-mail and username restrictions
  are now available in a contributed module. IP address range blocking is
  no longer supported and should be done at the server level.

  This patch is partly motiviated by the fact that at the usability testing,
  it frequently came up that users went to "access rules" when trying to
  configure their site settings.
2008-04-08 22:50:55 +00:00
Dries Buytaert 1dfd1717c1 - Patch #240387 by matt2000 et al: move 'content types' to 'site building' per the UMN usability study results. 2008-04-06 18:50:12 +00:00
Dries Buytaert a7c275a6c1 - Patch #237717 by hass: missing t() function. 2008-03-23 14:46:49 +00:00
Dries Buytaert ef706b824e - Patch #229517 by keith.smith and flobruit: de-html selected interface strings. 2008-03-13 21:26:09 +00:00
Dries Buytaert 584f3e886a - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page. 2008-02-20 13:46:43 +00:00
Gábor Hojtsy bddba847f5 #216238 by theborg: theme descriptions were not translated properly (minor) 2008-02-04 12:35:48 +00:00
Gábor Hojtsy 39d28bd43e #215858 by pwolanin: localized menu options were saved into the database, avoid this by using different variable names / array keys 2008-02-04 12:07:23 +00:00
Gábor Hojtsy d04ebcee1d #215303 by Pancho, slightly modified: clean URL test support text was not green if not using JS 2008-01-29 10:56:13 +00:00
Gábor Hojtsy 85cae0d01a #204411 by chx, slightly modified: heal a possible MySQL import error when the anonymous user becomes broken 2008-01-25 16:19:13 +00:00
Gábor Hojtsy 95aa9da9ef #107375 follow up by zeta-zoo: fixed incorrect description for MySQL's 'Select_range_check' 2008-01-24 10:59:29 +00:00
Gábor Hojtsy a4380940cf #201641 by Ralf Stamm, Pancho: sort admin themes by info name as well 2008-01-17 16:08:35 +00:00
Gábor Hojtsy 5255397775 #201641 by Ralf Stamm, Pancho: sort themes by their .info name, not their file name (just like modules) 2008-01-16 12:55:50 +00:00
Gábor Hojtsy 8cc5f17b58 #190729 by aufumy, Pasqualle, slightly modified: report incompatibility early, if the dependencies key is not an array in the .info file 2008-01-15 10:59:03 +00:00
Gábor Hojtsy 50dbab928f #209584 by Rob Loach: 404/403 validation is also done in runtime so to allow more flexibility here, remove the submission time validation 2008-01-15 10:21:40 +00:00
Gábor Hojtsy 1b2ce46df2 #201540 follow up by zoo33: move jpeg quality validation to where it belongs, so it is only called if the current image toolkit requires it 2008-01-15 10:17:42 +00:00
Gábor Hojtsy 66ec14993b #207868 by cwgordon7, webernet and myself: SQL status page was using wrong property names 2008-01-09 10:11:55 +00:00
Gábor Hojtsy 7de29914a9 #207731 by Pancho: adding brackets to some default form values, for consistency 2008-01-08 21:25:05 +00:00
Gábor Hojtsy b78a990270 #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks 2008-01-08 10:35:43 +00:00
Gábor Hojtsy cd8d79b10d #200777 by JirkaRybka: theme settings form relied on _POST[] and stored irrelevant formapi keys as theme settings 2008-01-07 14:18:06 +00:00
Dries Buytaert 7d7f2928d1 - Patch #203222 by Pascalle: added missing message type to watchdog call. 2008-01-06 18:22:14 +00:00
Gábor Hojtsy 641fdad0b5 #204420 follow up by webernet: fix bad permission check introduced for update module message 2007-12-31 17:20:20 +00:00