Releases for Devel

devel 5.x-1.2

Dave Reid - September 23, 2009 - 18:47
Official release from CVS tag: DRUPAL-5--1-2
First released: September 23, 2009 - 18:47
Download: devel-5.x-1.2.tar.gz
Size: 73.69 KB
md5_file hash: 707153cbf9554181cf6abc283f78a6bd
Last updated: September 23, 2009 - 18:50
View usage statistics for this release

This release fixes a security vulnerability, all users of Devel 5.x-1.1 or any 5.x-1.x-dev snapshot from before 2009-09-23 are urged to upgrade. For more details, see SA-CONTRIB-2009-062.

Changes since DRUPAL-5--1-1:

  • remove macro module. See http://drupal.org/project/macro. thanks Steve McKenzie.
  • #260207 backport by drewish: Execute PHP as menu item instead of block.
  • Report unexpected presence of 0/0/all/100 grant.
    Enhance dna_summary text.
    Fix some minor bugs.
  • 568676: Fix incorrect use of l() in a call to t().
  • #321883 by neilnz: Fixed broken watchdog() in backtrace error handler.
  • #585952 (SA-CONTRIB-2009-062) by dmitrig01: Fixed missing check_plain() with drupal_set_title().

devel 6.x-1.18

Dave Reid - September 23, 2009 - 18:45
Official release from CVS tag: DRUPAL-6--1-18
First released: September 23, 2009 - 18:45
Download: devel-6.x-1.18.tar.gz
Size: 161.9 KB
md5_file hash: 5f2b9e5f4b74beec35a1d1cff379ab5c
Last updated: September 23, 2009 - 18:50
View usage statistics for this release

This release fixes a security vulnerability, all users of Devel 6.x-1.17 or any 6.x-1.x-dev snapshot from before 2009-09-23 are urged to upgrade. For more details, see SA-CONTRIB-2009-062.

Changes since DRUPAL-6--1-17:

  • #303802 by jcmarco, style fixing for capitalization using coder
  • #544286 by eMPee584, fix for undefined variable
  • Enhance the DNA blocks to explain why node_access() allows or denies the CRUD rights.
  • #568658 by KiamLaLuno, miro_dietiker, salvis: Fix t('') call that broke the .pot file, fix some minor coder issues, update .pot file.
  • Fix another potx buglet in DNA and update .pot file.
  • 568676: Fix incorrect use of l() in a call to t().
  • #529772: Expand the functionality of the by-user block, general clean-up.
  • #354154 by jonathan1055, Dave Reid: Fixed path to files in Krumo CSS.
  • #585952 (SA-CONTRIB-2009-062) by dmitrig01: Fixed missing check_plain() with drupal_set_title().

devel 6.x-1.17

moshe weitzman - August 19, 2009 - 20:27
Official release from CVS tag: DRUPAL-6--1-17
First released: August 19, 2009 - 20:27
Download: devel-6.x-1.17.tar.gz
Size: 159.2 KB
md5_file hash: 31b2cbea82226a729b11bbc91920a7cd
Last updated: August 19, 2009 - 20:30
View usage statistics for this release

Changes since DRUPAL-6--1-16:

devel 5.x-1.1

drewish - April 13, 2009 - 20:44
Official release from CVS tag: DRUPAL-5--1-1
First released: April 13, 2009 - 20:44
Download: devel-5.x-1.1.tar.gz
Size: 75.16 KB
md5_file hash: bde5524df1d1c132764407c14bbae754
Last updated: April 13, 2009 - 20:45
View usage statistics for this release

Changes since DRUPAL-5--1-0:

  • Treat node titles, by greggles.
  • Updated POT for translation
  • Updated German translation with latest POT files
  • Cleanup unsused strings
  • Avoid the assumption that the array returned by hook_node_access_records() has an index 0.
  • Fix bad classification of the default grant; tune informatory text; add explanation about rebuilding permissions.
  • Fix a typo that caused DNA to not recognize users having the 'administer nodes' permission.
  • #296268 by pahariwalla. Function reference links to 404's for contributed modules and wrong branch for core functions. D5 backport.
  • bug #394078 by cdale. backtrace_error_handler missing error constants causing notice.

devel 6.x-1.16

moshe weitzman - April 10, 2009 - 15:02
Official release from CVS tag: DRUPAL-6--1-16
First released: April 10, 2009 - 15:02
Download: devel-6.x-1.16.tar.gz
Size: 160.15 KB
md5_file hash: 6dc83de5de101460f8eee2db3ea4b7d9
Last updated: April 10, 2009 - 15:05
View usage statistics for this release

Changes since DRUPAL-6--1-15:

  • #196671 by Sun. Improve links in switch user block.
  • fixing #324332 by Hass removing span around body. Also removing janky throbber stuff.
  • fixing checkbox behavior for Theme Developer
  • Update and improve the drush commands for generating content/users/taxonomy.
  • feature #376342 by Ogredude. Query log highlighting does not work in some themes

devel 6.x-1.15

moshe weitzman - March 31, 2009 - 03:51
Official release from CVS tag: DRUPAL-6--1-15
First released: March 31, 2009 - 03:51
Download: devel-6.x-1.15.tar.gz
Size: 160.1 KB
md5_file hash: e7cd175671ed62a95bab7093c636e663
Last updated: March 31, 2009 - 03:55
View usage statistics for this release

Changes since DRUPAL-6--1-14:

devel 6.x-1.14

drewish - February 2, 2009 - 21:38
Official release from CVS tag: DRUPAL-6--1-14
First released: February 2, 2009 - 21:38
Download: devel-6.x-1.14.tar.gz
Size: 158.96 KB
md5_file hash: 11af2d7fa3050febfe3def770683f173
Last updated: February 2, 2009 - 21:40
View usage statistics for this release

Changes since DRUPAL-6--1-13:

  • #297722 by swentel: drush commands for generating users, taxonomy, and content. nice work.. i adapted the code so it matches drush HEAD API ... minor fix for batch delete of nodes/comments
  • Fix for menus for reports.
  • Backport CLI detection.
  • #358826 by hctom: fix whitespace.
  • #290474 by neclimdul: recognize text/csv http header
  • #267643 by cYu: Let admins disable krumo. Needs port to HEAD.
  • Avoid the assumption that the array returned by hook_node_access_records() has an index 0.
  • #359090 by smk-ka: Devel Generate no longer creates over 50 nodes.

devel 6.x-1.13

moshe weitzman - January 2, 2009 - 04:48
Official release from CVS tag: DRUPAL-6--1-13
First released: January 2, 2009 - 04:48
Download: devel-6.x-1.13.tar.gz
Size: 158.1 KB
md5_file hash: 669870433908fccd31e7de9b57434c64
Last updated: January 2, 2009 - 04:55
View usage statistics for this release

Changes since DRUPAL-6--1-12:

devel 5.x-1.0

moshe weitzman - October 12, 2008 - 03:38
Official release from CVS tag: DRUPAL-5--1-0
First released: October 12, 2008 - 03:38
Download: devel-5.x-1.0.tar.gz
Size: 56.59 KB
md5_file hash: 8f2fb0807f4a7c7a622d2c5878f24c3f
Last updated: October 12, 2008 - 03:40
View usage statistics for this release

Changes since DRUPAL-5--0-4:

  • Ensure correct sorting of priorities according to node_access_acquire_grants().
  • #290474 by dww. devel breaks non-HTML pages: application/* and text/x-comma-separated-values
  • #299912: Remove unneeded _block_rehash() call because it interferes with installation profiles.
  • add permission check to dfb()
  • #316680 by tonateu. kprint_r function set to null
  • #314062 by Grugnog2. namespacing tab paths.
  • #314079 by aether. Incorrect function name, variable_delete() should be variable_del().
  • Create our own admin_settings page if Devel is not installed.
  • Add ability to log to filesystem.

devel 6.x-1.12

moshe weitzman - October 9, 2008 - 20:08
Official release from CVS tag: DRUPAL-6--1-12
First released: October 9, 2008 - 20:08
Download: devel-6.x-1.12.tar.gz
Size: 142.76 KB
md5_file hash: 69b345c09ece34812b04e7ccbc2cdf23
Last updated: October 9, 2008 - 20:10
View usage statistics for this release

Changes since DRUPAL-6--1-11:

  • #312061. Show which preprocess functions were called on a them call
  • add permission check to dfb()
  • #314062 by Grugnog2.
  • #293643 by bsdunx. Devel module incorrectly assumes devel_themer schema is installed.
  • #314079 by aether. Incorrect function name, variable_delete() should be variable_del().
  • Create our own admin_settings page if Devel is not installed.
  • Add ability to log to filesystem.

devel 6.x-1.11

moshe weitzman - September 18, 2008 - 17:24
Official release from CVS tag: DRUPAL-6--1-11
First released: September 18, 2008 - 17:24
Download: devel-6.x-1.11.tar.gz
Size: 142.28 KB
md5_file hash: 93bc2cc8da26d759e46b24f1b9d4e3e2
Last updated: September 18, 2008 - 17:30
View usage statistics for this release

Changes since DRUPAL-6--1-10:

  • Ensure correct sorting of priorities according to node_access_acquire_grants().
  • add cache flush to devel_themer
  • #290474 by dww. devel breaks non-HTML pages: application/* and text/x-comma-separated-values
  • #267204 by ksenzee. fix some render problems in theme developer by emitting span around page using js instead of php.
  • patch by moshe weitzman. more correct reinstall of modules.
  • stop logging theme calls after the page has been rendered (i.e. not tracking on query log)
  • Rework Theme Developer so it use a file based cache for the variables. This avoids max_packet_size error on mysql.
  • #301284 php4 compatibility for uniqid()
  • #299912: Remove unneeded _block_rehash() call because it interferes with installation profiles.
  • backport improved module reinstall UI.
  • really go silent during batch operations.
  • dprint_r() never uses krumo(). use kpr() instead
  • #310060 by eaton. Allow devel_generate to create older nodes and users.
  • #306857 by brendoncrawford. devel_store_queries() Crashing With mysqli

devel 6.x-1.10

moshe weitzman - July 16, 2008 - 01:17
Official release from CVS tag: DRUPAL-6--1-10
First released: July 16, 2008 - 01:17
Download: devel-6.x-1.10.tar.gz
Size: 141.79 KB
md5_file hash: 688ed33b3a2a63bc1bce9da3c2d104de
Last updated: July 16, 2008 - 01:20
View usage statistics for this release

Changes since DRUPAL-6--1-9:

devel 5.x-0.4

moshe weitzman - July 16, 2008 - 01:13
Official release from CVS tag: DRUPAL-5--0-4
First released: July 16, 2008 - 01:13
Download: devel-5.x-0.4.tar.gz
Size: 56.22 KB
md5_file hash: 972134651b08fe329698adb8c34037f3
Last updated: July 16, 2008 - 01:15
View usage statistics for this release

p>Changes since DRUPAL-5--0-3:

devel 6.x-1.9

moshe weitzman - June 13, 2008 - 04:22
Official release from CVS tag: DRUPAL-6--1-9
First released: June 13, 2008 - 04:22
Download: devel-6.x-1.9.tar.gz
Size: 141.75 KB
md5_file hash: 8b88659f45e31d8c05fd6990c491ea2a
Last updated: June 13, 2008 - 04:25
View usage statistics for this release

Changes since DRUPAL-6--1-8:

  • #260197 by gribnif. Typo in kprint_r
  • rework devel_generate so that modules can cleanly form_alter themselves into the creation process. i have not changed comment, taxonomy, and upload to work like that yet. i will do so, and then add OG functionality so that group posts get properly affiliated with group nodes.
  • further cleanup of bulk node generation. modules may now participate using standard hook_form_alter() and hook_nodapi(). See devel_generate_nodeapi() for an example. content_field('presave') is another example.
  • add modified krumo package to devel. no longer is a separate download required. i made minor changes to config method so it uses variable_get(). also a change so that the backtrace file/line number make sense. lets try this out for a while and if it is successful, we'll rip out the conditional has_krumo() code in devel.module
  • patch by moshe weitzman. avoid krumo() when outputting simple variables. only used for arrays and objects.
  • #215375 by tej_arora. macro.module - Fatal error: Call to undefined method stdClass::__set_state()
  • #259485 by jvandyk. add menu module as dependency.

devel 6.x-1.8

moshe weitzman - May 17, 2008 - 15:41
Official release from CVS tag: DRUPAL-6--1-8
First released: May 17, 2008 - 15:41
Download: devel-6.x-1.8.tar.gz
Size: 75 KB
md5_file hash: d8d8f4ee8dd61ccad625443ebafbe421
Last updated: May 17, 2008 - 15:45
View usage statistics for this release

Changes since DRUPAL-6--1-7:

devel 6.x-1.7

moshe weitzman - March 23, 2008 - 19:24
Official release from CVS tag: DRUPAL-6--1-7
First released: March 23, 2008 - 19:24
Download: devel-6.x-1.7.tar.gz
Size: 70.8 KB
md5_file hash: b63eba9e1588baa2f8031589897eb376
Last updated: March 23, 2008 - 19:25
View usage statistics for this release

Changes since DRUPAL-6--1-6:

  • #229520 by dvessel. prevent recursion in _devel_print_object.
  • #229995 by pwolanin. menu reset -> rebuild
  • #228608 by moshe weitzman. devel_query_summary can fail
  • avoid krumo if using CLI
  • #126098 by RingoDS. Allow Optimizer >= 3.2.8

devel 5.x-0.3

moshe weitzman - March 23, 2008 - 19:14
Official release from CVS tag: DRUPAL-5--0-3
First released: March 23, 2008 - 19:14
Download: devel-5.x-0.3.tar.gz
Size: 52.09 KB
md5_file hash: 92209f8f8f8c52b155ecfc4a2cf50df1
Last updated: March 23, 2008 - 19:15
View usage statistics for this release

Optionally install http://krumo.sourceforge.net for much greater debug functionality ....

Changes since DRUPAL-5--0-2:

  • * updated devel-module.pot. fixed and added some translations to de.po
  • #228608 by moshe weitzman. devel_query_summary can fail
  • #232570 by bobacronius. Krumo Devel 5.x backport. if folks have not downloaded krumo into your devel module, you are missing as treat. see README.
  • avoid krumo if using CLI
  • #126098 by RingoDS. Allow Zend Optimizer >= 3.2.8.

devel 6.x-1.6

moshe weitzman - March 3, 2008 - 03:26
Official release from CVS tag: DRUPAL-6--1-6
First released: March 3, 2008 - 03:26
Download: devel-6.x-1.6.tar.gz
Size: 70.42 KB
md5_file hash: dc2fd4030922e17258a0fa886557aa9f
Last updated: March 3, 2008 - 03:30
View usage statistics for this release

Changes since DRUPAL-6--1-5:

  • update.php does not create custom menu. fix by zambrey.
  • defend devel_themer against zend optimizer shittiness. patch by moshe weitzman.
  • #225137 by dvessel. template called shows incorrect name
  • #98272 by dvessel. jquery-ui-drag.min.js Breaks on JS Compress.
  • #223574 WSOD only with theme developer enabled on node submittal.
  • #225016 by dvessel. update theme_twin

devel 5.x-0.2

moshe weitzman - February 28, 2008 - 01:56
Official release from CVS tag: DRUPAL-5--0-2
First released: February 28, 2008 - 01:56
Download: devel-5.x-0.2.tar.gz
Size: 50.3 KB
md5_file hash: ad5c18ca8467c9a1996df1630640cd6f
Last updated: February 28, 2008 - 02:00
View usage statistics for this release

Changes since DRUPAL-5--0-1:

  • #205317 by salvis. Interpret the gids in the node access table. D5.
  • more robust 'rebuild node_comment_statistics table'
  • #210651 by salvis. Explain realm = 'all'
  • #214074 by dww: Added support to control the length of the switch user
    block via a variable ('devel_switch_user_list_size'). No UI for this (yet).
  • #214074 by dww: Added UI on block configure page to control the length
    of the switch user block.
  • #155097 by dww: Added autocomplete to the switch users block.
  • #215626 by caramelson. add missing permission in macro module for D5
  • #220974 user_access() does not exist
  • #126098 zend optimizer segfaults PHP during db_query backtrace (white screen of death)

devel 6.x-1.5

moshe weitzman - February 28, 2008 - 01:52
Official release from CVS tag: DRUPAL-6--1-5
First released: February 28, 2008 - 01:52
Download: devel-6.x-1.5.tar.gz
Size: 70.73 KB
md5_file hash: 4755dc85712f86c24a7615c83bf2d587
Last updated: February 28, 2008 - 01:55
View usage statistics for this release

Changes since DRUPAL-6--1-4:

  • #126098 zend optimizer segfaults PHP during db_query backtrace (white screen of death)
Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.