CVS messages
CVS (Concurrent Versions System) is a code management system used by developers to collaborate and track modifications of code.
February 6, 2007
- Commit #54839 by Bèr Kessels at 08:37
Added recursive FALSE to file_scan_directory: fields in contrib and other subdirectories are no longer added to the fieldlist. One needs to copy the fields to the root dir, in order to activate them.
February 4, 2007
- Commit #54595 by Bèr Kessels at 18:35
In addition to the better checking on _load for missing field files, this patch also checks on _form, to avoid errors on the _form
- Commit #54593 by Bèr Kessels at 18:29
Removed a leftover queryd debug piece.
February 2, 2007
- Commit #54282 by Bèr Kessels at 12:24
#98795 harden the SQL for missing fields. flexinode.module now does not prompt (fatal) errors when one removed a field .inc file.
- Commit #54279 by Bèr Kessels at 12:02Flexinode: /modules/flexinode/CHANGELOG.txt 1.2.2.1 @ DRUPAL-4-7
Flexinode: /modules/flexinode/field_checkbox.inc NONE @ DRUPAL-4-7
Flexinode: /modules/flexinode/field_file.inc 1.13.2.2 @ DRUPAL-4-7
Flexinode: /modules/flexinode/field_image.inc NONE @ DRUPAL-4-7
Flexinode: /modules/flexinode/flexinode.install 1.2.2.1 @ DRUPAL-4-7
Flexinode: /modules/flexinode/flexinode.module 1.77.2.2 @ DRUPAL-4-7Synchronising with the HEAD
January 23, 2007
- Commit #52841 by Bèr Kessels at 20:54
Removed to leftover debug print_r's. Sorry.
January 2, 2007
- Commit #49713 by Bèr Kessels at 21:48
#105758 By magico. An edit=Array ended up in the URL, breaking the advanced search function in Flexinode for 4.6. this patch adds a workaround: It encodes and decodes the parameters passed to the array. Bèr
December 25, 2006
- Commit #48937 by Bèr Kessels at 17:05
I accidentally moved the fields to /fields already in the code. But we must first decide where to stick it alltogether. Voting for the best location can be done on groups.drupal.org: http://groups.drupal.org/node/2172
- Commit #48920 by Bèr Kessels at 12:25Flexinode: /modules/flexinode/flexinode.module 1.80
Flexinode: /modules/flexinode/flexinode_admin.module 1.1
Flexinode: /modules/flexinode/flexinode_miniview.module 1.1I have split Flexinode up in three modules. * Flexinode.module, handles fields, hooks and the node management. * flexinode_admin.module. handles the administrative interface and procedures. This module is required only when you want to change anything in your flexinode configuration. On a production site, it can most certainly simpy be disabled. Less code during runtime is better performance * Flexinode_miniviews. NOT a views implementation, but the tables, lists and search in flexinode moved to a separate module: enable only if you want to use this feature to build flexinode pages. Lets get this code clean, so ze can get a GOOD 5.0 version out of the door!
August 22, 2006
- Commit #38937 by Bèr Kessels at 12:11
#76904 by radev. This fixes a critical bug introduced by a change in form ID handling in Drupal 4.7.3. Thanks for all the reviews and the patches.
