Commit Graph

15882 Commits (b068ec403173f0e38ebaf4c85ee624bcee73086d)

Author SHA1 Message Date
Larry Garfield 67acedc381 Generalize the file type we're testing, too. 2011-06-10 12:02:13 -06:00
David Strauss 6e9de686d7 Merge in Larry's work. 2011-06-10 10:54:32 -07:00
David Strauss 7713a7470c Add detailed exceptions and docs. 2011-06-10 10:50:35 -07:00
Larry Garfield 0d93a0c6b7 Change test to not overwrite the signature of the file we're hacking. 2011-06-10 11:19:42 -06:00
Larry Garfield a539d1edfc Initialize the signing key before all config tests. 2011-06-10 11:16:34 -06:00
Larry Garfield 055a1b8cfa Add more exceptions for error handling. 2011-06-10 11:16:01 -06:00
Larry Garfield b301d5bd99 Update config_sign_data() for changes in the signiture line. 2011-06-10 11:05:19 -06:00
Larry Garfield 8310405b3f Update another use of getPath(). 2011-06-10 10:50:15 -06:00
Greg Dunlap 0fa68d83fc Properly namespaced the file storage names function 2011-06-10 10:41:51 -06:00
Larry Garfield ee510d61d4 Call getFilePath() instead of separate getPath() and file name. 2011-06-10 10:36:46 -06:00
Larry Garfield edfcd7dcbe Catch all exceptions for now until we standardize what exception we're actually going to throw. 2011-06-10 10:36:09 -06:00
Larry Garfield 5429ae056e Specify a type for secure files, per the updated API. 2011-06-10 10:35:43 -06:00
Larry Garfield a0504c7c8d Remove test for a method that we didn't end up implementing. 2011-06-10 10:34:54 -06:00
Larry Garfield 73c4c84715 Make test categorization more accurate. 2011-06-10 10:34:19 -06:00
Larry Garfield abed49003a Correct info file to not be wrong on many levels. 2011-06-10 10:33:09 -06:00
Larry Garfield 72dcdcc6ff Update getPath() call to getFilePath(). 2011-06-10 10:32:21 -06:00
David Strauss b09e384a03 Make file path function name more clear. 2011-06-10 08:56:30 -07:00
David Strauss 038ac6c6d1 Add configtest.php changes. 2011-06-10 08:49:48 -07:00
fago ad2feb7e24 Issue #1018602: removed unused file user.controller.inc. 2011-06-10 12:39:16 +02:00
fago 92e295bf0f Issue #1018602: added in missing changes to moved code 2011-06-10 12:30:43 +02:00
fago de22b3c4e1 Issue #1018602: fixed and added some comments. 2011-06-10 12:11:51 +02:00
Karoly Negyesi a3707fe653 Merge branch '8.x' of http://git.drupal.org/project/drupal into 8.x-file-config 2011-06-09 23:55:47 -06:00
Karoly Negyesi 4cc0ae8f2a Added a comment for SHA-512. 2011-06-09 23:47:24 -06:00
Karoly Negyesi 458055ba89 Name key.php back, use sha512 hash_hmac, add type. 2011-06-09 23:42:09 -06:00
Karoly Negyesi 9d52d6f040 Rename key.php to !key.php attempt to drop in glob. Removed a stray variable. 2011-06-09 23:15:58 -06:00
Karoly Negyesi 967fbedcc2 get_signed_file_storage_names_with_prefix fixes. 2011-06-09 23:07:10 -06:00
Karoly Negyesi 84ef00f6da Pulled. I think. I hate git. 2011-06-09 23:05:27 -06:00
Karoly Negyesi 14f37fbf4d Doxygen for DrupalContextVerifiedStorageInterface. w00t, w00t. Renamed syncFromFile and syncToFile to copyFromFile and copyToFile. 2011-06-09 23:03:58 -06:00
David Strauss f76c1acdf0 Merge branch '8.x-file-config' of git.drupal.org:sandbox/heyrocker/1145636 into 8.x-file-config 2011-06-09 19:55:50 -07:00
David Strauss 62ece23c6a Add basic signed file storage. 2011-06-09 19:54:46 -07:00
Larry Garfield 83e6652e9f Add unit tests for the secure file writer. 2011-06-09 19:43:15 -06:00
Larry Garfield 4350f7ca05 Add config module skeleton. 2011-06-09 19:43:15 -06:00
Karoly Negyesi 77d7b4ab81 added getNamesWithPrefix 2011-06-09 19:35:24 -06:00
Karoly Negyesi 3de7c3586a killed a few $name. 2011-06-09 19:16:48 -06:00
Karoly Negyesi e095c0e715 isOutOfSync was inverted. 2011-06-09 19:15:08 -06:00
Karoly Negyesi 81689abd79 Added config.inc 2011-06-09 19:13:07 -06:00
= 958ab1bfb4 Issue #1018602 by catch: use modulename.entity.inc. 2011-06-10 00:01:46 +09:00
Nathaniel d7e7fd2343 Issue #1018602 Move entity system to a module 2011-06-09 10:38:43 -04:00
webchick 352fdec02d Issue #1022416 by bfroehle, turboflash: Fixed Wrong use of db_transaction() in block module. 2011-06-08 22:34:15 -07:00
webchick 002cf94d32 Issue #705892 follow-up by bfroehle, ELC: Safer method of instantiating the content variable in node.tpl.php. 2011-06-08 22:04:52 -07:00
webchick 75b8f880fc Issue #1168686 by barbi, Dave Reid: Fixed hook_menu() doc should say how to pass integer arg to callbacks. 2011-06-08 21:58:08 -07:00
webchick d3ed672403 Issue #1149188 by fago: Fixed machine_name.js does not respect maxlength of target field. 2011-06-08 21:16:35 -07:00
webchick 82419788d3 Issue #504506 by andypost, Gábor Hojtsy: Fixed Drupal.formatPlural incorrectly handle complex plural rules. 2011-06-08 20:55:21 -07:00
webchick b2cf5cc90b Issue #996240 by David_Rothstein: Fixed Javascript error in node preview when there are unlimited value fields in overlay. 2011-06-08 20:48:51 -07:00
webchick 252b747295 Issue #1179970 by kafitz, dinarcon: Fixed spelling mistake in Field API docs. 2011-06-08 20:42:04 -07:00
webchick 333779124f Issue #1179424 by aspilicious, Heine, pwolanin, scor: Fixed Color module security fixes from SA-CORE-2011-001 not yet applied to Drupal 8. 2011-06-08 13:41:52 -07:00
Dries Buytaert 0e5bc01b48 - Patch #576508 by Rob Loach, TR: require PHP 5.3. 2011-06-06 06:17:45 -04:00
Dries Buytaert 664fd1dd09 - Patch #1164828 by tim.plunkett: color labels are not intuitive when searching for the keyword “background”. 2011-06-06 06:05:07 -04:00
Dries Buytaert 27af98b06d - Patch #1162226 by mr.baileys: taxonomy_term_save() should document what is in a object. 2011-06-06 05:55:16 -04:00
webchick 94f3f36883 Issue #1038030 by yched: Fixed More accurate error handling in EntityFieldQuery : non-existing field. 2011-06-04 11:13:35 -07:00