:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib contributions

2008-08-19

Updated function signatures to include $subtype as first parameter; also cleaned up repetitive copy/pasted docblocks on many render callbacks.
  • modules/panels/content_types/custom.inc
  • date: 2008-08-19 07:04:10 +0000; author: sdboyer; state: Exp; lines: +2 -2;
  • modules/panels/content_types/custom_php.inc
  • date: 2008-08-19 07:04:10 +0000; author: sdboyer; state: Exp; lines: +5 -5;
  • modules/panels/content_types/form.inc
  • date: 2008-08-19 07:04:10 +0000; author: sdboyer; state: Exp; lines: +2 -2;
  • modules/panels/content_types/node_attachments.inc
  • date: 2008-08-19 07:04:10 +0000; author: sdboyer; state: Exp; lines: +2 -6;
  • modules/panels/content_types/node_book_nav.inc
  • date: 2008-08-19 07:04:10 +0000; author: sdboyer; state: Exp; lines: +2 -7;
  • modules/panels/content_types/node_comment_form.inc
  • date: 2008-08-19 07:04:10 +0000; author: sdboyer; state: Exp; lines: +2 -7;
  • modules/panels/content_types/node_comments.inc
  • date: 2008-08-19 07:04:10 +0000; author: sdboyer; state: Exp; lines: +2 -6;
  • modules/panels/content_types/node_content.inc
  • date: 2008-08-19 07:04:10 +0000; author: sdboyer; state: Exp; lines: +2 -3;
  • modules/panels/content_types/node_form.inc
  • date: 2008-08-19 07:04:10 +0000; author: sdboyer; state: Exp; lines: +2 -6;
  • modules/panels/content_types/node_type_desc.inc
  • date: 2008-08-19 07:04:10 +0000; author: sdboyer; state: Exp; lines: +2 -2;
  • modules/panels/content_types/profile_fields.inc
  • date: 2008-08-19 07:04:10 +0000; author: sdboyer; state: Exp; lines: +2 -2;
  • modules/panels/content_types/term_description.inc
  • date: 2008-08-19 07:04:10 +0000; author: sdboyer; state: Exp; lines: +2 -7;
  • modules/panels/content_types/term_list.inc
  • date: 2008-08-19 07:04:10 +0000; author: sdboyer; state: Exp; lines: +2 -7;
  • modules/panels/content_types/user_picture.inc
  • date: 2008-08-19 07:04:10 +0000; author: sdboyer; state: Exp; lines: +2 -6;
  • modules/panels/content_types/user_profile.inc
  • date: 2008-08-19 07:04:10 +0000; author: sdboyer; state: Exp; lines: +2 -6;
  • modules/panels/content_types/vocabulary_terms.inc
  • date: 2008-08-19 07:04:10 +0000; author: sdboyer; state: Exp; lines: +2 -2;

    Checking changes for the night.
  • modules/simpletest_automator/simpletest_automator.admin.inc
  • date: 2008-08-19 07:02:19 +0000; author: dmitrig01; state: Exp; lines: +18 -1;
  • modules/simpletest_automator/simpletest_automator.module
  • date: 2008-08-19 07:02:19 +0000; author: dmitrig01; state: Exp; lines: +25 -1;

    Docblock updates and changes in code style for references to match merlin's ($a = &$b instead of $a =& $b)
  • modules/panels/panels_page/panels_page.module
  • date: 2008-08-19 06:25:59 +0000; author: sdboyer; state: Exp; lines: +9 -46;
  • modules/panels/panels_page/panels_page.render.inc
  • date: 2008-08-19 06:25:59 +0000; author: sdboyer; state: Exp; lines: +3 -3;

    noticed threshhold wasn't spelled correctly when making the release node
  • modules/arooga/README.txt
  • date: 2008-08-19 06:06:39 +0000; author: deekayen; state: Exp; lines: +1 -1;
  • modules/arooga/arooga.module
  • date: 2008-08-19 06:06:39 +0000; author: deekayen; state: Exp; lines: +2 -2;

    branches: 1.2.2; upgrade to D6
  • modules/arooga/README.txt
  • date: 2008-08-19 05:57:52 +0000; author: deekayen; state: Exp; lines: +4 -5;
  • modules/arooga/arooga.module
  • date: 2008-08-19 05:57:52 +0000; author: deekayen; state: Exp; lines: +47 -22;

    Removed calls to require_add which should have been removed previously.
  • modules/fb/fb_devel.module
  • date: 2008-08-19 05:16:56 +0000; author: yogadex; state: Exp; lines: +0 -2;
  • modules/fb/fb_user.module
  • date: 2008-08-19 05:16:56 +0000; author: yogadex; state: Exp; lines: +3 -5;

    basic search for Drupal 6. pager and time search are totally broken
  • modules/logsearch/README.txt
  • date: 2008-08-19 05:13:51 +0000; author: deekayen; state: Exp; lines: +14 -16;
  • modules/logsearch/logsearch.module
  • date: 2008-08-19 05:13:51 +0000; author: deekayen; state: Exp; lines: +124 -131;

    Shouldn't be able to change action types, that would defeat the purpose.
  • modules/simpletest_automator/simpletest_automator.admin.inc
  • date: 2008-08-19 04:34:05 +0000; author: cwgordon7; state: Exp; lines: +1 -0;

    Submit functions working, small schema change.
  • modules/simpletest_automator/simpletest_automator.admin.inc
  • date: 2008-08-19 04:32:03 +0000; author: cwgordon7; state: Exp; lines: +57 -13;
  • modules/simpletest_automator/simpletest_automator.install
  • date: 2008-08-19 04:32:03 +0000; author: cwgordon7; state: Exp; lines: +1 -1;

    Rewrote master loader to accommodate static panel_pages; rewrote admin loaders to accomodate changes in menu arg processing; moved several more functions out into their respective inc files; added a bunch more docblocks.
  • modules/panels/panels_page/panels_page.module
  • date: 2008-08-19 04:27:28 +0000; author: sdboyer; state: Exp; lines: +75 -161;

    Incremental commit - added a few missing inc loaders; also added the import page form. Next - fixing all the submit functions! yay...
  • modules/panels/panels_page/panels_page.admin.inc
  • date: 2008-08-19 04:19:59 +0000; author: sdboyer; state: Exp; lines: +9 -69;

    Adding delete form
  • modules/simpletest_automator/simpletest_automator.admin.inc
  • date: 2008-08-19 03:41:21 +0000; author: dmitrig01; state: Exp; lines: +11 -5;

    Adding tabledrag for the actions interface
  • modules/simpletest_automator/simpletest_automator.admin.inc
  • date: 2008-08-19 03:38:17 +0000; author: dmitrig01; state: Exp; lines: +48 -16;
  • modules/simpletest_automator/simpletest_automator.install
  • date: 2008-08-19 03:38:17 +0000; author: dmitrig01; state: Exp; lines: +7 -0;
  • modules/simpletest_automator/simpletest_automator.module
  • date: 2008-08-19 03:38:17 +0000; author: dmitrig01; state: Exp; lines: +8 -4;

    Touch-up and fixing a stupid math error3
  • modules/panels/panels_page/panels_page.menu.inc
  • date: 2008-08-19 03:20:26 +0000; author: sdboyer; state: Exp; lines: +20 -23;

    Just trimming out some cruft.
  • modules/panels/panels_page/panels_page.menu.inc
  • date: 2008-08-19 03:06:15 +0000; author: sdboyer; state: Exp; lines: +3 -11;

    Small tweaks and touch-ups; also condensed some of the logic for embedded forms.
  • modules/panels/panels_page/panels_page.render.inc
  • date: 2008-08-19 02:47:26 +0000; author: sdboyer; state: Exp; lines: +27 -34;

    Ditch the router quickref table, totally unnecessary now.
  • modules/panels/panels_page/panels_page.install
  • date: 2008-08-19 02:37:46 +0000; author: sdboyer; state: Exp; lines: +1 -42;

    Updates, AHAH-ified form awesomeness.
  • modules/simpletest_automator/simpletest_automator.admin.inc
  • date: 2008-08-19 02:34:46 +0000; author: cwgordon7; state: Exp; lines: +65 -3;
  • modules/simpletest_automator/simpletest_automator.module
  • date: 2008-08-19 02:34:46 +0000; author: cwgordon7; state: Exp; lines: +24 -2;

    Spacing and comment fixes.
  • modules/flexiconvert/flexiconvert.module
  • date: 2008-08-19 02:34:40 +0000; author: aj045; state: Exp; lines: +26 -5;

    Updated with info about argument plugin error codes.
  • modules/panels/D6UPDATE.txt
  • date: 2008-08-19 02:34:31 +0000; author: sdboyer; state: Exp; lines: +4 -0;

    Changes to the readme file.
  • modules/flexiconvert/README.txt
  • date: 2008-08-19 02:23:43 +0000; author: aj045; state: Exp; lines: +5 -1;

    Er. Actually works this time.
  • modules/simpletest_automator/simpletest_automator.module
  • date: 2008-08-19 01:23:05 +0000; author: cwgordon7; state: Exp; lines: +12 -2;

    A start on the administration interface.
  • modules/simpletest_automator/simpletest_automator.admin.inc
  • date: 2008-08-19 01:07:53 +0000; author: cwgordon7; state: Exp; lines: +46 -4;
  • modules/simpletest_automator/simpletest_automator.module
  • date: 2008-08-19 01:07:53 +0000; author: cwgordon7; state: Exp; lines: +123 -5;

    2008-08-18

    View panes display plugin. Note that this checkin may break a bunch of content types because I added $subtype to some content type declarations and need to go through all the content types and update the render and title functions.
  • modules/panels/D6UPDATE.txt
  • date: 2008-08-18 23:37:23 +0000; author: merlinofchaos; state: Exp; lines: +3 -0;
  • modules/panels/content_types/block.inc
  • date: 2008-08-18 23:37:23 +0000; author: merlinofchaos; state: Exp; lines: +3 -3;
  • modules/panels/includes/display-edit.inc
  • date: 2008-08-18 23:37:24 +0000; author: merlinofchaos; state: Exp; lines: +16 -4;
  • modules/panels/includes/plugins.inc
  • date: 2008-08-18 23:37:24 +0000; author: merlinofchaos; state: Exp; lines: +7 -7;
  • modules/panels/panels_views/panels_views.module
  • date: 2008-08-18 23:37:24 +0000; author: merlinofchaos; state: Exp; lines: +364 -60;

    Cause a temporal anomoly in the name of preserving data. Convert any non node/user locations into genids during update. This fixes a 3.0 release blocking todo in the installer.
  • modules/location/location.install
  • date: 2008-08-18 23:28:46 +0000; author: bdragon; state: Exp; lines: +72 -27;

    Incremental commit. Stripped a TON of stuff out into 'write' and 'read' include files.
  • modules/panels/panels_page/panels_page.module
  • date: 2008-08-18 21:39:14 +0000; author: sdboyer; state: Exp; lines: +19 -375;

    Don't delete good descriptions.
  • modules/simpletest_automator/simpletest_automator.module
  • date: 2008-08-18 21:05:11 +0000; author: cwgordon7; state: Exp; lines: +1 -0;

    Editing ..........
  • modules/image_overlay/image_overlay.module
  • date: 2008-08-18 21:00:28 +0000; author: tistur; state: Exp; lines: +63 -26;
  • modules/image_overlay/image_overlay_editing.inc
  • date: 2008-08-18 21:00:28 +0000; author: tistur; state: Exp; lines: +9 -7;
  • modules/image_overlay/js/imageBG_SC.js
  • date: 2008-08-18 21:00:28 +0000; author: tistur; state: Exp; lines: +18 -27;

    Incremental commit; added new loader function designed to grab edit-cache data instead of static-db data.
  • modules/panels/panels_page/panels_page.module
  • date: 2008-08-18 20:56:32 +0000; author: sdboyer; state: Exp; lines: +40 -5;

    Created a second admin loader for callbacks that need to generate an edit cache (for ajax callbacks)
  • modules/panels/panels_page/panels_page.menu.inc
  • date: 2008-08-18 20:55:24 +0000; author: sdboyer; state: Exp; lines: +15 -11;

    Incremental commit; refactored most of the admin callbacks to be (partially) compliant with FAPI, and to deal with the new logic-at-the-loader-level approach.
  • modules/panels/panels_page/panels_page.admin.inc
  • date: 2008-08-18 20:54:00 +0000; author: sdboyer; state: Exp; lines: +108 -124;

    Log an error instead of using dpm.
  • modules/location/location.module
  • date: 2008-08-18 20:41:12 +0000; author: bdragon; state: Exp; lines: +2 -2;

    Translation update
  • modules/weather/translations/cs.po
  • date: 2008-08-18 20:12:51 +0000; author: toddy; state: Exp; lines: +52 -42;
  • modules/weather/translations/de.po
  • date: 2008-08-18 20:12:51 +0000; author: toddy; state: Exp; lines: +51 -49;
  • modules/weather/translations/dk.po
  • date: 2008-08-18 20:12:51 +0000; author: toddy; state: Exp; lines: +52 -42;
  • modules/weather/translations/es.po
  • date: 2008-08-18 20:12:51 +0000; author: toddy; state: Exp; lines: +52 -42;
  • modules/weather/translations/fr.po
  • date: 2008-08-18 20:12:51 +0000; author: toddy; state: Exp; lines: +52 -42;
  • modules/weather/translations/hu.po
  • date: 2008-08-18 20:12:51 +0000; author: toddy; state: Exp; lines: +52 -42;
  • modules/weather/translations/it.po
  • date: 2008-08-18 20:12:51 +0000; author: toddy; state: Exp; lines: +52 -42;
  • modules/weather/translations/nb.po
  • date: 2008-08-18 20:12:51 +0000; author: toddy; state: Exp; lines: +52 -42;
  • modules/weather/translations/nl.po
  • date: 2008-08-18 20:12:51 +0000; author: toddy; state: Exp; lines: +52 -42;
  • modules/weather/translations/pl.po
  • date: 2008-08-18 20:12:51 +0000; author: toddy; state: Exp; lines: +52 -42;
  • modules/weather/translations/pt_BR.po
  • date: 2008-08-18 20:12:51 +0000; author: toddy; state: Exp; lines: +52 -42;
  • modules/weather/translations/ru.po
  • date: 2008-08-18 20:12:51 +0000; author: toddy; state: Exp; lines: +52 -42;
  • modules/weather/translations/weather.pot
  • date: 2008-08-18 20:12:51 +0000; author: toddy; state: Exp; lines: +52 -44;

    Add 'kPa' as unit for pressure. Thanks to kojow for the bug report and patch. Closes: #292765
  • modules/weather/CHANGELOG.txt
  • date: 2008-08-18 20:09:42 +0000; author: toddy; state: Exp; lines: +7 -0;
  • modules/weather/weather.module
  • date: 2008-08-18 20:09:42 +0000; author: toddy; state: Exp; lines: +6 -2;
  • modules/weather/weather_parser.inc
  • date: 2008-08-18 20:09:42 +0000; author: toddy; state: Exp; lines: +3 -1;

    Make the suggestion actually work.
  • modules/location/location.module
  • date: 2008-08-18 19:53:04 +0000; author: bdragon; state: Exp; lines: +4 -3;

    Pass format to client_id function when slot is defined and not when not
  • modules/adsense/adsense.module
  • date: 2008-08-18 19:35:13 +0000; author: jcnventura; state: Exp; lines: +3 -3;

    Added missing panels_load_include('ajax') call.
  • modules/panels/includes/common-context.inc
  • date: 2008-08-18 19:14:16 +0000; author: sdboyer; state: Exp; lines: +2 -1;

    Added php 5.1 as a requirement
  • modules/diggthis/diggthis.info
  • date: 2008-08-18 18:30:02 +0000; author: yaph; state: Exp; lines: +3 -2;

    Fix $hide in location theme to work as it used to. Add a per-country template suggestion to the preprocess.
  • modules/location/location.module
  • date: 2008-08-18 18:14:21 +0000; author: bdragon; state: Exp; lines: +5 -7;

    #294922, reported by scottgifford: Remove spurious "Array" from output on edit form.
  • modules/location/location.module
  • date: 2008-08-18 17:24:52 +0000; author: bdragon; state: Exp; lines: +13 -5;

    Cache the country stuff to save translation overhead for additional calls.
  • modules/location/location.inc
  • date: 2008-08-18 16:26:32 +0000; author: bdragon; state: Exp; lines: +17 -4;

    Show error if zipcodes table is empty.
  • modules/location/contrib/location_search/location_search.module
  • date: 2008-08-18 16:22:58 +0000; author: bdragon; state: Exp; lines: +6 -1;

    Trivial code style fixes by Freso: Make arrays follow proper style.
  • modules/pathauto/pathauto.admin.inc
  • date: 2008-08-18 16:12:45 +0000; author: freso; state: Exp; lines: +9 -4;

    Massive amount of cleanup and repair to location_search.
  • modules/location/contrib/location_search/location_search.module
  • date: 2008-08-18 15:59:14 +0000; author: bdragon; state: Exp; lines: +27 -361;

    Task #290988 by Freso and greggles: Use constants to give human-readable names to numeric values.
  • modules/pathauto/pathauto.admin.inc
  • date: 2008-08-18 15:49:40 +0000; author: freso; state: Exp; lines: +14 -8;
  • modules/pathauto/pathauto.inc
  • date: 2008-08-18 15:49:41 +0000; author: freso; state: Exp; lines: +63 -12;

    Use 2nd level tabs for Client ID modules
  • modules/adsense/README.txt
  • date: 2008-08-18 15:46:11 +0000; author: jcnventura; state: Exp; lines: +6 -3;
  • modules/adsense/adsense.module
  • date: 2008-08-18 15:46:11 +0000; author: jcnventura; state: Exp; lines: +7 -2;

    branches: 1.5.2; Use 2nd level tabs for Client ID modules
  • modules/adsense/adsense.admin.inc
  • date: 2008-08-18 15:46:11 +0000; author: jcnventura; state: Exp; lines: +5 -2;

    Fix location_latlon_rough by loading the country file.
  • modules/location/location.inc
  • date: 2008-08-18 15:27:11 +0000; author: bdragon; state: Exp; lines: +3 -2;

    #267502 by Balefire: Search results distance always says miles.
  • modules/location/contrib/location_search/location_search.module
  • date: 2008-08-18 15:14:07 +0000; author: bdragon; state: Exp; lines: +3 -3;

    Fix hardcoding of 'us'. Reported by nicholasThompson in IRC.
  • modules/location/contrib/location_views/location_views.module
  • date: 2008-08-18 14:46:48 +0000; author: bdragon; state: Exp; lines: +2 -2;

    nothing done
  • modules/taxonomy_intro/po/ja.po
  • date: 2008-08-18 14:09:19 +0000; author: martinsfromb; state: Exp; lines: +6 -3;

    Added improved logging features. See API.txt for changes in return value for gateway sending callbacks.
  • modules/smsframework/API.txt
  • date: 2008-08-18 13:27:08 +0000; author: diggersf; state: Exp; lines: +45 -10;
  • modules/smsframework/sms.module
  • date: 2008-08-18 13:27:08 +0000; author: diggersf; state: Exp; lines: +25 -4;

    Forward port of the update to panels_export_display() - disappearance of the 'name' field still needs investigation.
  • modules/panels/panels.module
  • date: 2008-08-18 10:54:02 +0000; author: sdboyer; state: Exp; lines: +5 -2;

    Fixed a dumb typo, some other small-scale cleanup.
  • modules/panels/panels_page/panels_page.render.inc
  • date: 2008-08-18 10:53:08 +0000; author: sdboyer; state: Exp; lines: +8 -8;

    Incremental commit. Added separate static cache for loaded panels_pages and took steps to ensure consistency in its data. Some additional docblocks, and other small touchups.
  • modules/panels/panels_page/panels_page.module
  • date: 2008-08-18 10:52:35 +0000; author: sdboyer; state: Exp; lines: +51 -23;

    Switched to while loop for the big iterator in hook_menu_alter(), as it's a shade faster.
  • modules/panels/panels_page/panels_page.menu.inc
  • date: 2008-08-18 10:51:21 +0000; author: sdboyer; state: Exp; lines: +2 -2;

    Incremental commit. Slowly hacking away at the FAPI changes. I'm probably going to write a single FAPI pass-thru for all or most of the individual admin form page callbacks. Eventually.
  • modules/panels/panels_page/panels_page.admin.inc
  • date: 2008-08-18 10:50:40 +0000; author: sdboyer; state: Exp; lines: +11 -13;

    Added an !empty() call for E_NOTICE compliance.
  • modules/panels/includes/common.inc
  • date: 2008-08-18 10:33:41 +0000; author: sdboyer; state: Exp; lines: +2 -2;

    ldap_provisioning: fixing ldap invite dependancy and sending mail bugs, #296303
  • modules/ldap_provisioning/ldapprov.admin.inc
  • date: 2008-08-18 09:27:47 +0000; author: miglius; state: Exp; lines: +0 -0;
  • modules/ldap_provisioning/ldapprov.conf.inc
  • date: 2008-08-18 09:27:47 +0000; author: miglius; state: Exp; lines: +0 -0;
  • modules/ldap_provisioning/ldapprov.info
  • date: 2008-08-18 09:27:47 +0000; author: miglius; state: Exp; lines: +0 -0;
  • modules/ldap_provisioning/ldapprov.install
  • date: 2008-08-18 09:27:47 +0000; author: miglius; state: Exp; lines: +0 -0;
  • modules/ldap_provisioning/ldapprov.module
  • date: 2008-08-18 09:27:47 +0000; author: miglius; state: Exp; lines: +8 -8;
  • modules/ldap_provisioning/ldapprov.theme.inc
  • date: 2008-08-18 09:27:47 +0000; author: miglius; state: Exp; lines: +0 -0;

    Allow t() arguments for job descriptions, re-using function call arguments array.
  • modules/job_queue/job_queue.module
  • date: 2008-08-18 07:35:59 +0000; author: drumm; state: Exp; lines: +7 -6;

    Tweaked pane rendering to skip creating a title if no title was returned by the pane render callback.
  • modules/panels/includes/display-render.inc
  • date: 2008-08-18 04:50:31 +0000; author: sdboyer; state: Exp; lines: +25 -23;

    Hiding of unsupported features.
  • modules/hosting/hosting.install
  • date: 2008-08-18 04:24:04 +0000; author: adrian; state: Exp; lines: +5 -0;
  • modules/hosting/hosting.module
  • date: 2008-08-18 04:24:04 +0000; author: adrian; state: Exp; lines: +15 -0;

    #296086 by rismondo: fix permission-role alignment
  • modules/workflow/workflow_access.module
  • date: 2008-08-18 03:04:13 +0000; author: jvandyk; state: Exp; lines: +3 -2;

    Most of the hosting features code for hiding broken parts of the interface during releases
  • modules/hosting/hosting.module
  • date: 2008-08-18 02:35:45 +0000; author: adrian; state: Exp; lines: +13 -19;

    Fixed the following issues: http://drupal.org/node/291884 (file_get_contents error) http://drupal.org/node/254519 (address being deleted/updated based on google's geocoding information) http://drupal.org/node/218465 (revisions support) http://drupal.org/node/216683 (price is no longer required) http://drupal.org/node/211063 (disabled map specific search fields when the map module is disabled) http://drupal.org/node/211057 (removed viewer_xml.php and incorporated the code into the module)
  • modules/home/home.info
  • date: 2008-08-18 02:29:30 +0000; author: michaelm; state: Exp; lines: +7 -2;
  • modules/home/home.install
  • date: 2008-08-18 02:29:30 +0000; author: michaelm; state: Exp; lines: +3 -3;
  • modules/home/home.module
  • date: 2008-08-18 02:29:30 +0000; author: michaelm; state: Exp; lines: +41 -46;
  • modules/home/helper_modules/home_browse/home_browse.info
  • date: 2008-08-18 02:29:29 +0000; author: michaelm; state: Exp; lines: +7 -2;
  • modules/home/helper_modules/home_contact/home_contact.info
  • date: 2008-08-18 02:29:29 +0000; author: michaelm; state: Exp; lines: +7 -2;
  • modules/home/helper_modules/home_flag/home_flag.info
  • date: 2008-08-18 02:29:29 +0000; author: michaelm; state: Exp; lines: +7 -2;
  • modules/home/helper_modules/home_flyer/home_flyer.info
  • date: 2008-08-18 02:29:29 +0000; author: michaelm; state: Exp; lines: +7 -2;
  • modules/home/helper_modules/home_gallery/home_gallery.info
  • date: 2008-08-18 02:29:29 +0000; author: michaelm; state: Exp; lines: +7 -2;
  • modules/home/helper_modules/home_gallery/home_gallery.install
  • date: 2008-08-18 02:29:29 +0000; author: michaelm; state: Exp; lines: +3 -0;
  • modules/home/helper_modules/home_gallery/home_gallery.module
  • date: 2008-08-18 02:29:29 +0000; author: michaelm; state: Exp; lines: +32 -2;
  • modules/home/helper_modules/home_map/home_map.info
  • date: 2008-08-18 02:29:30 +0000; author: michaelm; state: Exp; lines: +7 -2;
  • modules/home/helper_modules/home_print/home_print.info
  • date: 2008-08-18 02:29:30 +0000; author: michaelm; state: Exp; lines: +7 -2;
  • modules/home/helper_modules/home_save_as/home_save_as.info
  • date: 2008-08-18 02:29:30 +0000; author: michaelm; state: Exp; lines: +7 -2;
  • modules/home/helper_modules/home_user_gallery/home_user_gallery.info
  • date: 2008-08-18 02:29:30 +0000; author: michaelm; state: Exp; lines: +7 -2;

    Replaced call to sizeof() function with count().
  • modules/panels/content_types/profile_fields.inc
  • date: 2008-08-18 02:04:42 +0000; author: sdboyer; state: Exp; lines: +2 -2;

    Coder module cleanup.
  • modules/smsframework/sms.module
  • date: 2008-08-18 01:16:07 +0000; author: diggersf; state: Exp; lines: +10 -9;

    Still working on editing
  • modules/image_overlay/image_overlay.module
  • date: 2008-08-18 00:43:04 +0000; author: tistur; state: Exp; lines: +66 -42;

    Fixed the $map (as in the drupal menu system's $map concept) rebuilder.
  • modules/panels/panels_page/panels_page.module
  • date: 2008-08-18 00:25:25 +0000; author: sdboyer; state: Exp; lines: +14 -8;

    2008-08-17

    Incremental commit: 1. Expunged all render-time uses of quickref, since we're abandoning that method. 2. Added calls to load the display along with the panel page for admin screens. 3. Added a bit of docblock.
  • modules/panels/panels_page/panels_page.module
  • date: 2008-08-17 23:16:18 +0000; author: sdboyer; state: Exp; lines: +22 -12;

    #254510 (joachim, drewish) unpublished program nodes are visible to any user.
  • modules/station/program/station_program.module
  • date: 2008-08-17 22:57:18 +0000; author: drewish; state: Exp; lines: +1 -5;
  • modules/station/schedule/station_schedule.module
  • date: 2008-08-17 22:57:19 +0000; author: drewish; state: Exp; lines: +1 -6;

    Incremental commit; docblock tweaks, and minor refactor of one validator (which has been backported, minus string changes).
  • modules/panels/panels_page/panels_page.admin.inc
  • date: 2008-08-17 22:34:24 +0000; author: sdboyer; state: Exp; lines: +13 -20;

    Fix error in configuration page that prevents it loading.
  • modules/flashnode/flashnode.admin.inc
  • date: 2008-08-17 22:30:15 +0000; author: stuartgreenfield; state: Exp; lines: +2 -2;
  • modules/flashnode/flashnode.install
  • date: 2008-08-17 22:30:15 +0000; author: stuartgreenfield; state: Exp; lines: +4 -1;

    #227687 by sun: Fixed improperly capitalized package name.
  • modules/jstools/jstools.info
  • date: 2008-08-17 21:40:36 +0000; author: sun; state: Exp; lines: +2 -2;

    Rolled back earlier changes to admin path schema - $panel_page->name now precedes the action verb (e.g. edit, export) again.
  • modules/panels/panels_page/panels_page.admin.inc
  • date: 2008-08-17 21:31:12 +0000; author: sdboyer; state: Exp; lines: +24 -24;
  • modules/panels/panels_page/panels_page.menu.inc
  • date: 2008-08-17 21:31:12 +0000; author: sdboyer; state: Exp; lines: +10 -10;

    Initial relase for 6.x
  • modules/node_images/node_images.info
  • date: 2008-08-17 21:19:11 +0000; author: stefano73; state: Exp; lines: +4 -4;
  • modules/node_images/node_images.install
  • date: 2008-08-17 21:19:11 +0000; author: stefano73; state: Exp; lines: +62 -40;
  • modules/node_images/node_images.js
  • date: 2008-08-17 21:19:11 +0000; author: stefano73; state: Exp; lines: +9 -13;
  • modules/node_images/node_images.module
  • date: 2008-08-17 21:19:11 +0000; author: stefano73; state: Exp; lines: +513 -584;

    Remove obsolete database table backup function when upgrading from 5.x-1.x.
  • modules/subscriptions/CHANGELOG.txt
  • date: 2008-08-17 19:43:55 +0000; author: salvis; state: Exp; lines: +1 -0;
  • modules/subscriptions/subscriptions.install
  • date: 2008-08-17 19:43:55 +0000; author: salvis; state: Exp; lines: +41 -63;

    New feature additions. Page names feature is incomplete and currently disabled.
  • modules/paging/README.txt
  • date: 2008-08-17 18:16:35 +0000; author: Gurpartap; state: Exp; lines: +3 -0;
  • modules/paging/paging.css
  • date: 2008-08-17 18:16:35 +0000; author: Gurpartap; state: Exp; lines: +14 -3;
  • modules/paging/paging.info
  • date: 2008-08-17 18:16:35 +0000; author: Gurpartap; state: Exp; lines: +2 -3;
  • modules/paging/paging.install
  • date: 2008-08-17 18:16:35 +0000; author: Gurpartap; state: Exp; lines: +2 -6;
  • modules/paging/paging.module
  • date: 2008-08-17 18:16:35 +0000; author: Gurpartap; state: Exp; lines: +219 -124;

    #294381: Fine-tune the German translation, fix some replacable strings in all languages.
  • modules/subscriptions/CHANGELOG.txt
  • date: 2008-08-17 18:06:34 +0000; author: salvis; state: Exp; lines: +1 -0;
  • modules/subscriptions/subscriptions_content.module
  • date: 2008-08-17 18:06:34 +0000; author: salvis; state: Exp; lines: +3 -3;

    Deleted drupal_set_breadcrumb() call from Solr_Base_Query::get_bredcrumb(), since this is a) unnecessary, since the call's result is passed to that function anyways, and b) it resulted in unwanted breadcrumbs being displayed for apachesolr views without arguments.
  • modules/apachesolr/Solr_Base_Query.php
  • date: 2008-08-17 16:55:59 +0000; author: drunkenmonkey; state: Exp; lines: +2 -2;

    Added a 'Log only' gateway.
  • modules/smsframework/sms.module
  • date: 2008-08-17 15:46:22 +0000; author: diggersf; state: Exp; lines: +29 -6;

    #293618 by sun: Fixed wrong documentation about image resizing.
  • modules/inline/CHANGELOG.txt
  • date: 2008-08-17 15:24:46 +0000; author: sun; state: Exp; lines: +2 -1;
  • modules/inline/README.txt
  • date: 2008-08-17 15:24:46 +0000; author: sun; state: Exp; lines: +17 -23;

    #273489 by sun: Code clean-up.
  • modules/inline/CHANGELOG.txt
  • date: 2008-08-17 14:43:39 +0000; author: sun; state: Exp; lines: +2 -1;
  • modules/inline/inline.module
  • date: 2008-08-17 14:43:39 +0000; author: sun; state: Exp; lines: +54 -39;

    #193676 by Eaton, sun: Ported to Drupal 6.x.
  • modules/inline/CHANGELOG.txt
  • date: 2008-08-17 14:22:42 +0000; author: sun; state: Exp; lines: +3 -2;
  • modules/inline/inline.info
  • date: 2008-08-17 14:22:43 +0000; author: sun; state: Exp; lines: +3 -2;
  • modules/inline/inline.module
  • date: 2008-08-17 14:22:43 +0000; author: sun; state: Exp; lines: +35 -92;

    - sync with 6.x-2.x-dev.
  • themes/contented7/CHANGELOG.txt
  • date: 2008-08-17 13:05:15 +0000; author: hswong3i; state: Exp; lines: +9 -1;
  • themes/contented7/screenshot-drupal.org.png
  • date: 2008-08-17 13:05:15 +0000; author: hswong3i; state: Exp; lines: +274 -150;
  • themes/contented7/style-rtl.css
  • date: 2008-08-17 13:05:15 +0000; author: hswong3i; state: Exp; lines: +1 -4;
  • themes/contented7/style.css
  • date: 2008-08-17 13:05:15 +0000; author: hswong3i; state: Exp; lines: +2 -2;
  • themes/internet_services/CHANGELOG.txt
  • date: 2008-08-17 13:50:59 +0000; author: hswong3i; state: Exp; lines: +10 -1;
  • themes/internet_services/screenshot-drupal.org.png
  • date: 2008-08-17 13:50:59 +0000; author: hswong3i; state: Exp; lines: +306 -115;
  • themes/internet_services/style-rtl.css
  • date: 2008-08-17 13:50:59 +0000; author: hswong3i; state: Exp; lines: +1 -4;
  • themes/internet_services/style.css
  • date: 2008-08-17 13:50:59 +0000; author: hswong3i; state: Exp; lines: +2 -2;

    #296168 by mrak: disemvoweling implemented. Thanks mrak for the bounty.
  • modules/comment_bury_promote/comment_bury_promote.module
  • date: 2008-08-17 10:11:58 +0000; author: mercmobily; state: Exp; lines: +39 -15;

    #266372 by CWitt: done. PLUS, a lot of code improvements
  • modules/comment_bury_promote/comment_bury_promote.module
  • date: 2008-08-17 09:35:45 +0000; author: mercmobily; state: Exp; lines: +57 -115;

    #277240 (eMPee584) fix undefined value warning in image_attach.
  • modules/image/contrib/image_attach/image_attach.module
  • date: 2008-08-17 09:06:57 +0000; author: drewish; state: Exp; lines: +2 -2;

    #284478 (Zach Harkey) Gallery thumbnails go missing when $gallery->latest is not an image node.
  • modules/image/contrib/image_gallery/image_gallery.module
  • date: 2008-08-17 09:04:19 +0000; author: drewish; state: Exp; lines: +2 -2;

    #267489 (paul.lovvik) Use the status report to help administrators identify inconsistencies in the configuration.
  • modules/image/contrib/image_gallery/image_gallery.install
  • date: 2008-08-17 08:54:50 +0000; author: drewish; state: Exp; lines: +26 -1;
  • modules/image/contrib/image_import/image_import.install
  • date: 2008-08-17 08:54:50 +0000; author: drewish; state: Exp; lines: +29 -1;

    #228886 (joachim) mark attached unpublished images similarly to unpublished nodes
  • modules/image/contrib/image_attach/image_attach.css
  • date: 2008-08-17 08:39:09 +0000; author: drewish; state: Exp; lines: +4 -0;
  • modules/image/contrib/image_attach/image_attach.module
  • date: 2008-08-17 08:39:09 +0000; author: drewish; state: Exp; lines: +3 -2;

    #290065 (smk-ka) drupal_access_denied() doesn't end a request.
  • modules/image/image.module
  • date: 2008-08-17 08:35:36 +0000; author: drewish; state: Exp; lines: +2 -2;

    Quickref table is now completely deprecated; just keeping it for the moment to be sure.
  • modules/panels/panels_page/panels_page.install
  • date: 2008-08-17 08:27:27 +0000; author: sdboyer; state: Exp; lines: +11 -5;

    Reinstated the %map arg on several admin callbacks; changed the storage mechanism for the loader flags;
  • modules/panels/panels_page/panels_page.menu.inc
  • date: 2008-08-17 08:26:27 +0000; author: sdboyer; state: Exp; lines: +24 -18;

    Shifted the css filter into its own separate function for reusability.
  • modules/panels/panels_page/panels_page.render.inc
  • date: 2008-08-17 08:25:22 +0000; author: sdboyer; state: Exp; lines: +12 -1;

    #293363 (rszrama) Default local task admin/settings/image/nodes fails when accessed directly.
  • modules/image/image.module
  • date: 2008-08-17 08:24:30 +0000; author: drewish; state: Exp; lines: +1 -3;

    Scratched a couple more unneeded bits from the mask. Moved mask storage directly into the panels_page table, and updated load functions accordingly.
  • modules/panels/panels_page/panels_page.module
  • date: 2008-08-17 08:23:46 +0000; author: sdboyer; state: Exp; lines: +15 -17;

    Killed some more of the unnecssary bitmask items; fixed typos; improved hook_menu() readability; safely reconstituted the panels_page_get_current() function for API consistency from D5.
  • modules/panels/panels_page/panels_page.module
  • date: 2008-08-17 07:03:27 +0000; author: sdboyer; state: Exp; lines: +37 -21;

    Considerable refactoring. The separation between logic/loading functions and rendering functions is almost complete, now.
  • modules/panels/panels_page/panels_page.render.inc
  • date: 2008-08-17 06:59:13 +0000; author: sdboyer; state: Exp; lines: +48 -58;

    Fix to build-breaking bug in last commit (can't use function return values in write context)
  • modules/panels/panels_page/panels_page.module
  • date: 2008-08-17 03:37:22 +0000; author: sdboyer; state: Exp; lines: +3 -2;

    Fixes for E_NOTICE compliance with $load_data. Moved access check to later in the master loader; we don't want Panels denying access to things that it's not overriding!
  • modules/panels/panels_page/panels_page.module
  • date: 2008-08-17 03:33:39 +0000; author: sdboyer; state: Exp; lines: +20 -16;

    when reversing accidental commits, be sure you are in the right branch.
  • modules/nodequeue/nodequeue.module
  • date: 2008-08-17 03:16:25 +0000; author: ezrag; state: Exp; lines: +563 -447;

    reversing unintended commit.
  • modules/nodequeue/nodequeue.module
  • date: 2008-08-17 03:12:49 +0000; author: ezrag; state: Exp; lines: +447 -563;

    #278609 by ezrag with sun and coltrane: Forward port modular access control to to D6. Also fixes #277867 by coltrane: nodequeue tab on nodes even though the are disabled
  • modules/nodequeue/nodequeue.module
  • date: 2008-08-17 03:04:59 +0000; author: ezrag; state: Exp; lines: +133 -50;

    Forgot to update replace instance of $quickref->meta with $quickref->flags
  • modules/panels/panels_page/panels_page.module
  • date: 2008-08-17 02:50:51 +0000; author: sdboyer; state: Exp; lines: +2 -2;

    Forward-ported an E_NOTICE fix and logic improvements to panels_page_load().
  • modules/panels/panels_page/panels_page.module
  • date: 2008-08-17 02:49:17 +0000; author: sdboyer; state: Exp; lines: +10 -5;

    Removed suuuuuper crufty ajax functions - they hadn't been in use for who knows how many months, and nobody noticed :)
  • modules/panels/panels_page/panels_page.menu.inc
  • date: 2008-08-17 02:17:45 +0000; author: sdboyer; state: Exp; lines: +3 -38;

    Moved the admin wildcard loader out into the main panels_page.module file (where it should have been in the first place), and rejiggered the paths to match up with the new editing paths (action verb before $panel_page->name). The new paths may be rolled back.
  • modules/panels/panels_page/panels_page.admin.inc
  • date: 2008-08-17 02:06:51 +0000; author: sdboyer; state: Exp; lines: +22 -24;

    Nixed the wildcards and stored_router fields, and changed 'meta' over to the much less annoying/more appropriate 'flags.' stored_router was collapsed into flags; wildcards may be restored later, but for the moment I don't think there's much value added in duplicating that data, so I'm content to calculate it on the fly.
  • modules/panels/panels_page/panels_page.install
  • date: 2008-08-17 02:04:57 +0000; author: sdboyer; state: Exp; lines: +5 -11;

    Fairly large reorganization, although not much change in the logic. Most notable big item is that hook_menu() and hook_menu_alter() are now separate again, and the functions have been reorganized to place the two that hook_menu() calls at the top of the file (purely for conceptual clarity). Also switched over to the use of a 'flags' field in the router quickref table, which is where we tuck as much of our behavior-governing bitmask as possible during the actual menu build process.
  • modules/panels/panels_page/panels_page.menu.inc
  • date: 2008-08-17 02:01:45 +0000; author: sdboyer; state: Exp; lines: +100 -111;

    Incremental commit - numerous behavioral changes. Admin loader relocated to here; re-added implementation of hook_menu() as it now appears possible to cleanly separate it from what must be done in hook_menu_alter(). Cleaned up some docblocks, moved other functions around...lots of stuff.
  • modules/panels/panels_page/panels_page.module
  • date: 2008-08-17 01:54:58 +0000; author: sdboyer; state: Exp; lines: +25 -69;

    Shifted all possible render preparation functions into panels_page.render.inc; also added an @file description to it.
  • modules/panels/panels_page/panels_page.render.inc
  • date: 2008-08-17 01:52:06 +0000; author: sdboyer; state: Exp; lines: +56 -3;

    Fixing the title of the subqueue reference views argument.
  • modules/nodequeue/nodequeue.views.inc
  • date: 2008-08-17 01:21:01 +0000; author: ezrag; state: Exp; lines: +2 -2;

    2008-08-16

    Re-numbered new update to stay in sync with 5.x-2.x.
  • modules/guestbook/guestbook.install
  • date: 2008-08-16 22:52:06 +0000; author: sun; state: Exp; lines: +2 -2;

    #295015 by sun: Code clean-up.
  • modules/guestbook/CHANGELOG.txt
  • date: 2008-08-13 21:56:58 +0000; author: sun; state: Exp; lines: +3 -2;
  • modules/guestbook/README.txt
  • date: 2008-08-13 21:56:58 +0000; author: sun; state: Exp; lines: +2 -7;
  • modules/guestbook/guestbook.info
  • date: 2008-08-13 21:56:58 +0000; author: sun; state: Exp; lines: +2 -2;
  • modules/guestbook/guestbook.install
  • date: 2008-08-13 21:56:58 +0000; author: sun; state: Exp; lines: +1 -27;
  • modules/guestbook/guestbook.module
  • date: 2008-08-13 21:56:58 +0000; author: sun; state: Exp; lines: +12 -12;
  • modules/guestbook/guestbook.module
  • date: 2008-08-13 22:09:48 +0000; author: sun; state: Exp; lines: +44 -45;
  • modules/guestbook/guestbook.module
  • date: 2008-08-16 22:49:16 +0000; author: sun; state: Exp; lines: +9 -6;

    #61968 by sun: Allow editing of guestbook posts by owner and administrators.
  • modules/guestbook/CHANGELOG.txt
  • date: 2008-08-16 22:44:53 +0000; author: sun; state: Exp; lines: +2 -1;
  • modules/guestbook/guestbook.install
  • date: 2008-08-16 22:44:53 +0000; author: sun; state: Exp; lines: +16 -1;
  • modules/guestbook/guestbook.module
  • date: 2008-08-16 22:44:53 +0000; author: sun; state: Exp; lines: +89 -18;

    #208389 by sun: Display only related post when adding a comment.
  • modules/guestbook/CHANGELOG.txt
  • date: 2008-08-16 22:20:51 +0000; author: sun; state: Exp; lines: +2 -1;
  • modules/guestbook/guestbook.module
  • date: 2008-08-16 22:20:51 +0000; author: sun; state: Exp; lines: +14 -10;

    #224513 by sun: Changed owner comment form field into a textarea.
  • modules/guestbook/CHANGELOG.txt
  • date: 2008-08-16 22:17:18 +0000; author: sun; state: Exp; lines: +2 -1;
  • modules/guestbook/guestbook.module
  • date: 2008-08-16 22:17:18 +0000; author: sun; state: Exp; lines: +16 -21;

    #292998 by sun: Added User Display API integration.
  • modules/guestbook/CHANGELOG.txt
  • date: 2008-08-16 22:13:18 +0000; author: sun; state: Exp; lines: +2 -1;
  • modules/guestbook/guestbook.module
  • date: 2008-08-16 22:13:18 +0000; author: sun; state: Exp; lines: +3 -56;

    #277324 by sun: Usability: Fixed visibility options are not always displayed.
  • modules/img_assist/CHANGELOG.txt
  • date: 2008-08-16 20:40:34 +0000; author: sun; state: Exp; lines: +2 -1;
  • modules/img_assist/img_assist.module
  • date: 2008-08-16 20:40:34 +0000; author: sun; state: Exp; lines: +17 -21;

    #228244 by sun: Added ids of Views forms to default journal_form_ids variable.
  • modules/journal/CHANGELOG.txt
  • date: 2008-08-16 20:19:37 +0000; author: sun; state: Exp; lines: +3 -2;
  • modules/journal/README.txt
  • date: 2008-08-16 20:19:37 +0000; author: sun; state: Exp; lines: +35 -1;
  • modules/journal/journal.module
  • date: 2008-08-16 20:19:37 +0000; author: sun; state: Exp; lines: +15 -1;

    Added a filefield_widget_file_path() function to compute the widgets file path.
  • modules/filefield/filefield_widget.inc
  • date: 2008-08-16 20:09:52 +0000; author: drewish; state: Exp; lines: +17 -7;

    Removing trailing whitespace.
  • modules/filefield/field_file.inc
  • date: 2008-08-16 20:08:34 +0000; author: drewish; state: Exp; lines: +3 -3;
  • modules/filefield/filefield.install
  • date: 2008-08-16 20:08:34 +0000; author: drewish; state: Exp; lines: +4 -4;
  • modules/filefield/filefield.module
  • date: 2008-08-16 20:08:34 +0000; author: drewish; state: Exp; lines: +15 -15;
  • modules/filefield/filefield_file.inc
  • date: 2008-08-16 20:08:34 +0000; author: drewish; state: Exp; lines: +1 -1;
  • modules/filefield/filefield_widget.inc
  • date: 2008-08-16 20:08:34 +0000; author: drewish; state: Exp; lines: +26 -26;

    branches: 1.8.2; Applying API changes to HEAD.
  • modules/smsframework/sms.module
  • date: 2008-08-16 18:20:26 +0000; author: diggersf; state: Exp; lines: +58 -69;

    patch for http://drupal.org/node/296126
  • modules/controlpanel/controlpanel.module
  • date: 2008-08-16 17:30:44 +0000; author: der; state: Exp; lines: +4 -4;

    -- Fixes editor installation sequence.
  • modules/domain/CHANGELOG.txt
  • date: 2008-08-16 17:18:14 +0000; author: agentken; state: Exp; lines: +2 -1;
  • modules/domain/domain.module
  • date: 2008-08-16 17:18:14 +0000; author: agentken; state: Exp; lines: +8 -2;

    -- Verifies that Domain works with Drupal 6.4 -- #293453 by scedwar. Pops users from invalid wildcard domains to the primary domain. -- #295543 by nirvanajyothi. Duplicate key errors on module enable. -- #295398 patch by nonsie. Wrong parameter order in Domain Prefix usage of drupal_execute.
  • modules/domain/CHANGELOG.txt
  • date: 2008-08-16 16:28:26 +0000; author: agentken; state: Exp; lines: +9 -2;
  • modules/domain/domain.module
  • date: 2008-08-16 16:28:26 +0000; author: agentken; state: Exp; lines: +8 -11;
  • modules/domain/domain_prefix/domain_prefix.module
  • date: 2008-08-16 16:28:26 +0000; author: agentken; state: Exp; lines: +2 -2;

    Changed the design of the query->execute() method to directly set the view object attributes instead of returning an array. Reason: Although against good OOP practice, in this case I think the coupling between the two classes is rather strong already, and using the array would just result in more bulky code. Also fixed some issues with paging.
  • modules/apachesolr/views_variable_query_class.patch
  • date: 2008-08-16 14:29:22 +0000; author: drunkenmonkey; state: Exp; lines: +148 -36;

    minor cleanup after cache change.
  • modules/devel/devel_themer.module
  • date: 2008-08-16 13:15:37 +0000; author: weitzman; state: Exp; lines: +0 -5;

    Rework Theme Developer so it use a file based cache for the variables. This avoids max_packet_size error on mysql.
  • modules/devel/devel_themer.install
  • date: 2008-08-16 13:05:26 +0000; author: weitzman; state: Exp; lines: +6 -15;
  • modules/devel/devel_themer.module
  • date: 2008-08-16 13:05:26 +0000; author: weitzman; state: Exp; lines: +13 -10;

    stop logging theme calls after the page has been rendered (i.e. not tracking on query log)
  • modules/devel/devel_themer.module
  • date: 2008-08-16 10:45:24 +0000; author: weitzman; state: Exp; lines: +5 -2;

    Added panels_page_load_include(), cleaned out some more crufty code.
  • modules/panels/panels_page/panels_page.module
  • date: 2008-08-16 06:26:38 +0000; author: sdboyer; state: Exp; lines: +18 -148;

    Merged in the on-render call to the css filter.
  • modules/panels/panels_page/panels_page.render.inc
  • date: 2008-08-16 06:18:50 +0000; author: sdboyer; state: Exp; lines: +16 -9;

    Merging in changes made during the Beta5 to RC1 cycle.
  • modules/panels/panels_page/panels_page.module
  • date: 2008-08-16 06:17:28 +0000; author: sdboyer; state: Exp; lines: +42 -27;

    Almost can save and edit overlays.
  • modules/image_overlay/drawing_shapes.inc
  • date: 2008-08-16 00:24:22 +0000; author: tistur; state: Exp; lines: +54 -38;
  • modules/image_overlay/image_drawing.inc
  • date: 2008-08-16 00:24:22 +0000; author: tistur; state: Exp; lines: +4 -20;
  • modules/image_overlay/image_overlay.module
  • date: 2008-08-16 00:24:22 +0000; author: tistur; state: Exp; lines: +38 -19;
  • modules/image_overlay/image_overlay_editing.inc
  • date: 2008-08-16 00:24:22 +0000; author: tistur; state: Exp; lines: +25 -18;
  • modules/image_overlay/js/ShapeCanvas.js
  • date: 2008-08-16 00:24:22 +0000; author: tistur; state: Exp; lines: +153 -37;
  • modules/image_overlay/js/ShapeTypes.js
  • date: 2008-08-16 00:24:22 +0000; author: tistur; state: Exp; lines: +290 -262;
  • modules/image_overlay/js/imageBG_SC.js
  • date: 2008-08-16 00:24:22 +0000; author: tistur; state: Exp; lines: +180 -67;

    2008-08-15

    Changed the issue metadata summary table to allow span and div tags, too.
  • modules/project_issue/issue.inc
  • date: 2008-08-15 23:25:31 +0000; author: dww; state: Exp; lines: +2 -2;

    first commit for drupal 6.x update
  • modules/controlpanel/controlpanel.info
  • date: 2008-08-15 20:52:32 +0000; author: der; state: Exp; lines: +3 -1;
  • modules/controlpanel/controlpanel.module
  • date: 2008-08-15 20:52:32 +0000; author: der; state: Exp; lines: +105 -79;
  • modules/controlpanel/readme.txt
  • date: 2008-08-15 20:52:32 +0000; author: der; state: Exp; lines: +7 -10;

    #228244 by sun: Added journal_form_ids variable to allowing customized formids.
  • modules/journal/CHANGELOG.txt
  • date: 2008-08-15 19:33:57 +0000; author: sun; state: Exp; lines: +2 -1;
  • modules/journal/journal.module
  • date: 2008-08-15 19:33:57 +0000; author: sun; state: Exp; lines: +28 -21;

    #295851 (drewish) Don't compute md5 hashes by default.
  • modules/getid3/getid3.module
  • date: 2008-08-15 18:53:58 +0000; author: drewish; state: Exp; lines: +4 -3;

    Stylesheets and javascript are now included by reference, rather than inline.
  • modules/fb/fb.module
  • date: 2008-08-15 18:34:27 +0000; author: yogadex; state: Exp; lines: +20 -11;
  • modules/fb/fb_form.module
  • date: 2008-08-15 18:34:27 +0000; author: yogadex; state: Exp; lines: +3 -3;
  • modules/fb/themes/fb_fbml/page.tpl.php
  • date: 2008-08-15 18:34:27 +0000; author: yogadex; state: Exp; lines: +2 -27;
  • modules/fb/themes/fb_fbml/template.php
  • date: 2008-08-15 18:34:27 +0000; author: yogadex; state: Exp; lines: +28 -5;

    Fixed an edge cases involving fbml and iframes, sessions and cookies
  • modules/fb/fb_session.inc
  • date: 2008-08-15 18:32:05 +0000; author: yogadex; state: Exp; lines: +15 -4;

    Added if($fb) test
  • modules/fb/fb_infinite.module
  • date: 2008-08-15 18:29:53 +0000; author: yogadex; state: Exp; lines: +28 -21;

    Added is_array test
  • modules/fb/fb_feed.module
  • date: 2008-08-15 18:29:09 +0000; author: yogadex; state: Exp; lines: +7 -6;

    DRUPAL-6--0-0-alpha1
  • modules/outline/CHANGELOG.txt
  • date: 2008-08-15 14:09:49 +0000; author: augustin; state: Exp; lines: +4 -1;

    Rewrote cron runner to use Job queue module.
  • modules/api/api.info
  • date: 2008-08-15 08:01:10 +0000; author: drumm; state: Exp; lines: +2 -1;
  • modules/api/api.module
  • date: 2008-08-15 08:01:10 +0000; author: drumm; state: Exp; lines: +4 -119;
  • modules/api/parser.inc
  • date: 2008-08-15 08:01:10 +0000; author: drumm; state: Exp; lines: +121 -25;

    Code style.
  • modules/api/api.module
  • date: 2008-08-15 07:59:50 +0000; author: drumm; state: Exp; lines: +2 -2;

    Making autocomplete not freeze your browser.
  • modules/api/api.module
  • date: 2008-08-15 07:59:06 +0000; author: drumm; state: Exp; lines: +2 -2;

    Tests now work with Drupal 6 and correcting bugs found by tests.
  • modules/api/api.module
  • date: 2008-08-15 07:56:49 +0000; author: drumm; state: Exp; lines: +5 -5;
  • modules/api/tests/api_link_code.test
  • date: 2008-08-15 07:56:49 +0000; author: drumm; state: Exp; lines: +4 -4;
  • modules/api/tests/api_link_documentation.test
  • date: 2008-08-15 07:56:49 +0000; author: drumm; state: Exp; lines: +4 -4;

    Remove release announcement. See project homepage instead.
  • modules/outline/CHANGELOG.txt
  • date: 2008-08-15 06:28:32 +0000; author: augustin; state: Exp; lines: +1 -6;

    Abstracted the form builder a bit more for external modules to re-use (wrapper.module)
  • modules/import_html/import_html.module
  • date: 2008-08-15 01:52:06 +0000; author: dman; state: Exp; lines: +5 -5;
  • modules/import_html/import_html_modules.inc
  • date: 2008-08-15 01:52:06 +0000; author: dman; state: Exp; lines: +2 -2;
  • modules/import_html/import_html_ui.inc
  • date: 2008-08-15 01:52:06 +0000; author: dman; state: Exp; lines: +32 -44;

    #295512 by swentel. fix NOTICE
  • modules/devel/devel.module
  • date: 2008-08-15 01:35:59 +0000; author: weitzman; state: Exp; lines: +2 -2;

    2008-08-14

    #291057 by webchick, ImageApi dependency missing.
  • modules/imagefield/imagefield.info
  • date: 2008-08-14 23:08:26 +0000; author: drewish; state: Exp; lines: +2 -2;

    Fix for multiple relationships failing
  • modules/views/includes/argument.handlers.inc
  • date: 2008-08-14 22:17:10 +0000; author: merlinofchaos; state: Exp; lines: +1 -5;
  • modules/views/includes/query.inc
  • date: 2008-08-14 22:17:10 +0000; author: merlinofchaos; state: Exp; lines: +6 -2;
  • modules/views/includes/relationship.handlers.inc
  • date: 2008-08-14 22:17:11 +0000; author: merlinofchaos; state: Exp; lines: +6 -5;
  • modules/views/includes/view.inc
  • date: 2008-08-14 22:17:11 +0000; author: merlinofchaos; state: Exp; lines: +4 -2;

    #294342 (mfb): Fix audio_metadata.vid column; fix bug in audio_update_6000()
  • modules/audio/audio.install
  • date: 2008-08-14 20:42:04 +0000; author: mfb; state: Exp; lines: +17 -2;

    #278013: Failure to check for relationship with base table causes error when adding many to one filters and fields on a relationship.
  • modules/views/includes/handlers.inc
  • date: 2008-08-14 20:38:10 +0000; author: merlinofchaos; state: Exp; lines: +13 -2;

    #282864: Fix collapsing relationships in CCK fields that was returning wrong value and breaking collapse.
  • modules/views/includes/query.inc
  • date: 2008-08-14 19:32:20 +0000; author: merlinofchaos; state: Exp; lines: +10 -5;

    #294381: Update German translation, by rastatt@drupal.org, merged by salvis.
  • modules/subscriptions/CHANGELOG.txt
  • date: 2008-08-14 19:27:06 +0000; author: salvis; state: Exp; lines: +1 -0;

    #295447. Reverting content removes it from group.
  • modules/og/og.module
  • date: 2008-08-14 19:18:45 +0000; author: weitzman; state: Exp; lines: +3 -3;

    bug #294755 by gregglesand tested by rapsli: 6.x upgrade - call to undefined function locale_supported_languages in comment_notify.module line 277
  • modules/comment_notify/comment_notify.module
  • date: 2008-08-14 19:16:13 +0000; author: greggles; state: Exp; lines: +2 -2;

    #94154: Fixed bug in example hook_update_status_alter() code that was discovered over at #295152.
  • docs/developer/hooks/core.php
  • date: 2008-08-14 19:11:37 +0000; author: dww; state: Exp; lines: +2 -2;

    #286666 by nburles. Add default array() to the return of tags. Taht way we always return something. Good coding practice and solves several foreach-warnings.
  • modules/tagadelic/tagadelic.module
  • date: 2008-08-14 18:47:19 +0000; author: ber; state: Exp; lines: +2 -1;

    #295152 by dww: Fixed version comparison bug that resulted in '5.1' being confused with '5.10'. Arguably this is a PHP bug, but we need to work-around it for now, anyway.
  • modules/update_advanced/update_advanced.module
  • date: 2008-08-14 18:23:00 +0000; author: dww; state: Exp; lines: +2 -2;

    upstream fix of http://drupal.org/node/261358
  • modules/node_factory/node_factory.module
  • date: 2008-08-14 18:10:54 +0000; author: clemenstolboom; state: Exp; lines: +10 -8;

    #283721: Add a List-Id header according to RFC 2919.
  • modules/subscriptions/CHANGELOG.txt
  • date: 2008-08-14 15:47:35 +0000; author: salvis; state: Exp; lines: +1 -0;
  • modules/subscriptions/subscriptions_mail.module
  • date: 2008-08-14 15:47:35 +0000; author: salvis; state: Exp; lines: +8 -1;

    #291929: Use hook_taxonomy() and hook_node_type() to catch deletions and clean out orphaned subscriptions.
  • modules/subscriptions/CHANGELOG.txt
  • date: 2008-08-14 14:59:06 +0000; author: salvis; state: Exp; lines: +1 -0;
  • modules/subscriptions/subscriptions_content.install
  • date: 2008-08-14 14:59:06 +0000; author: salvis; state: Exp; lines: +26 -3;
  • modules/subscriptions/subscriptions_content.module
  • date: 2008-08-14 14:59:06 +0000; author: salvis; state: Exp; lines: +22 -2;
  • modules/subscriptions/subscriptions_taxonomy.module
  • date: 2008-08-14 14:59:06 +0000; author: salvis; state: Exp; lines: +36 -5;

    #265092 by sun: Fixed invalid HTML on edit rule page (CSS selector help).
  • modules/render/CHANGELOG.txt
  • date: 2008-08-14 14:39:43 +0000; author: sun; state: Exp; lines: +2 -1;
  • modules/render/render.module
  • date: 2008-08-14 14:39:43 +0000; author: sun; state: Exp; lines: +23 -10;

    #295269 by wwalc: Fixed other CSS classes on textareas are removed.
  • modules/img_assist/CHANGELOG.txt
  • date: 2008-08-14 14:36:47 +0000; author: sun; state: Exp; lines: +2 -1;
  • modules/img_assist/img_assist.module
  • date: 2008-08-14 14:36:47 +0000; author: sun; state: Exp; lines: +2 -2;

    #94154 document hook_update_status_alter
  • docs/developer/hooks/core.php
  • date: 2008-08-14 12:39:32 +0000; author: pwolanin; state: Exp; lines: +31 -1;

    start supporting D7
  • modules/google_pr/google_pr.info
  • date: 2008-08-14 12:28:40 +0000; author: deekayen; state: Exp; lines: +4 -2;
  • modules/google_pr/google_pr.module
  • date: 2008-08-14 12:28:40 +0000; author: deekayen; state: Exp; lines: +5 -2;

    use the proper schema API method for update 1
  • modules/google_pr/google_pr.install
  • date: 2008-08-14 12:23:26 +0000; author: deekayen; state: Exp; lines: +29 -15;

    Organize everything in folders before the 1.0 release
  • modules/print/print.info
  • date: 2008-08-14 12:00:28 +0000; author: jcnventura; state: Exp; lines: +2 -2;
  • modules/print/print.module
  • date: 2008-08-14 12:00:28 +0000; author: jcnventura; state: Exp; lines: +5 -5;
  • modules/print/print.pages.inc
  • date: 2008-08-14 12:00:28 +0000; author: jcnventura; state: Exp; lines: +3 -3;

    Bug #275327 by Freso: Fix "Undefined" errors.
  • modules/pingback/pingback.module
  • date: 2008-08-14 10:12:31 +0000; author: freso; state: Exp; lines: +3 -3;

    Task #294928 by Freso: Remove site variables on uninstall.
  • modules/pingback/pingback.install
  • date: 2008-08-14 09:57:33 +0000; author: freso; state: Exp; lines: +14 -1;

    D6 dump
  • modules/node_factory/.cvsignore
  • date: 2008-08-14 08:58:25 +0000; author: clemenstolboom; state: Exp; lines: +2 -0;
  • modules/node_factory/README.txt
  • date: 2008-08-14 08:58:25 +0000; author: clemenstolboom; state: Exp; lines: +15 -3;
  • modules/node_factory/node_factory.info
  • date: 2008-08-14 08:58:25 +0000; author: clemenstolboom; state: Exp; lines: +2 -1;
  • modules/node_factory/node_factory.module
  • date: 2008-08-14 08:58:25 +0000; author: clemenstolboom; state: Exp; lines: +164 -14;

    #256355 : fix add_child url.
  • modules/outline/CHANGELOG.txt
  • date: 2008-08-14 07:53:24 +0000; author: augustin; state: Exp; lines: +2 -1;
  • modules/outline/outline.module
  • date: 2008-08-14 07:53:24 +0000; author: augustin; state: Exp; lines: +3 -3;

    Fix the D5 -> D6 upgrade process, importing all data into the new tables.
  • modules/outline/CHANGELOG.txt
  • date: 2008-08-14 07:26:49 +0000; author: augustin; state: Exp; lines: +3 -1;
  • modules/outline/outline.install
  • date: 2008-08-14 07:26:49 +0000; author: augustin; state: Exp; lines: +31 -2;

    upgrade to Drupal 6
  • modules/google_pr/INSTALL.txt
  • date: 2008-08-14 05:20:28 +0000; author: deekayen; state: Exp; lines: +7 -7;
  • modules/google_pr/README.txt
  • date: 2008-08-14 05:20:28 +0000; author: deekayen; state: Exp; lines: +2 -2;
  • modules/google_pr/google_pr.info
  • date: 2008-08-14 05:20:28 +0000; author: deekayen; state: Exp; lines: +3 -5;

    branches: 1.2.2; upgrade to Drupal 6
  • modules/google_pr/google_pr.install
  • date: 2008-08-14 05:20:28 +0000; author: deekayen; state: Exp; lines: +64 -15;

    branches: 1.4.2; upgrade to Drupal 6
  • modules/google_pr/google_pr.module
  • date: 2008-08-14 05:20:28 +0000; author: deekayen; state: Exp; lines: +107 -92;

    Bugfix: outlining a pre-existing node which was not outlined before.
  • modules/outline/outline.module
  • date: 2008-08-14 04:59:55 +0000; author: augustin; state: Exp; lines: +5 -5;

    * Fixed the form in the outline tab. The outline options set by this module can now be updated at the 'outline' tab.
  • modules/outline/CHANGELOG.txt
  • date: 2008-08-14 04:49:54 +0000; author: augustin; state: Exp; lines: +5 -1;
  • modules/outline/outline.module
  • date: 2008-08-14 04:49:54 +0000; author: augustin; state: Exp; lines: +70 -40;

    * 8/14 Fix more notices. * 8/14 Space out some code for better readability. * 8/14 Fix bug when accessing node/add and node/add/*.
  • modules/blogtheme/CHANGELOG.txt
  • date: 2008-08-14 04:00:16 +0000; author: augustin; state: Exp; lines: +6 -1;
  • modules/blogtheme/blog_theme.module
  • date: 2008-08-14 04:00:16 +0000; author: augustin; state: Exp; lines: +15 -7;

    2008-08-13

    Some minor coder corrections and updated print.pot
  • modules/print/translations/print.pot
  • date: 2008-08-13 23:41:24 +0000; author: jcnventura; state: Exp; lines: +97 -68;

    Improved the manipulation of view settings through the HS config form.
  • modules/hierarchical_select/modules/hs_content_taxonomy_views.module
  • date: 2008-08-13 23:19:12 +0000; author: wimleers; state: Exp; lines: +28 -6;
  • modules/hierarchical_select/modules/hs_taxonomy_views.module
  • date: 2008-08-13 23:19:12 +0000; author: wimleers; state: Exp; lines: +28 -19;

    #294630: Clarify that a vocabulary's Multiple select setting is now managed by HS.
  • modules/hierarchical_select/modules/hs_taxonomy.module
  • date: 2008-08-13 22:40:42 +0000; author: wimleers; state: Exp; lines: +18 -3;

    #295025 by sun: Added uninstaller.
  • modules/guestbook/CHANGELOG.txt
  • date: 2008-08-13 22:21:39 +0000; author: sun; state: Exp; lines: +2 -1;
  • modules/guestbook/guestbook.install
  • date: 2008-08-13 22:21:39 +0000; author: sun; state: Exp; lines: +9 -1;

    Implemented #276731: Status report check: Hierarchical Select must have a higher weight than the Hierarchical Select implementations
  • modules/hierarchical_select/hierarchical_select.module
  • date: 2008-08-13 22:19:28 +0000; author: wimleers; state: Exp; lines: +23 -3;

    Initial d6 development
  • modules/autoassignrole/README.txt
  • date: 2008-08-13 21:38:14 +0000; author: cyberswat; state: Exp; lines: +6 -6;
  • modules/autoassignrole/autoassignrole.info
  • date: 2008-08-13 21:38:14 +0000; author: cyberswat; state: Exp; lines: +4 -4;
  • modules/autoassignrole/autoassignrole.install
  • date: 2008-08-13 21:38:14 +0000; author: cyberswat; state: Exp; lines: +78 -6;
  • modules/autoassignrole/autoassignrole.module
  • date: 2008-08-13 21:38:14 +0000; author: cyberswat; state: Exp; lines: +114 -162;

    Adding support for realname
  • modules/user_register_notify/user_register_notify.module
  • date: 2008-08-13 20:28:04 +0000; author: rmiddle; state: Exp; lines: +2 -2;

    Trivial code style fix by Freso: Making an array follow proper style.
  • modules/pathauto/pathauto.admin.inc
  • date: 2008-08-13 20:20:46 +0000; author: freso; state: Exp; lines: +4 -3;

    #294664 by Moonshine, Image resolution limits call undefined help function 'file_validate_image_resolution_help'
  • modules/imagefield/imagefield.module
  • date: 2008-08-13 19:56:04 +0000; author: drewish; state: Exp; lines: +2 -2;

    Synch HEAD with D6.
  • modules/calendar/CHANGELOG.txt
  • date: 2008-08-13 18:35:23 +0000; author: karens; state: Exp; lines: +50 -0;
  • modules/calendar/calendar.css
  • date: 2008-08-13 18:35:23 +0000; author: karens; state: Exp; lines: +77 -83;
  • modules/calendar/calendar.inc
  • date: 2008-08-13 18:35:23 +0000; author: karens; state: Exp; lines: +183 -122;
  • modules/calendar/calendar.info
  • date: 2008-08-13 18:35:23 +0000; author: karens; state: Exp; lines: +0 -0;
  • modules/calendar/calendar.install
  • date: 2008-08-13 18:35:23 +0000; author: karens; state: Exp; lines: +7 -3;
  • modules/calendar/calendar.module
  • date: 2008-08-13 18:35:23 +0000; author: karens; state: Exp; lines: +121 -46;
  • modules/calendar/calendar.views.inc
  • date: 2008-08-13 18:35:23 +0000; author: karens; state: Exp; lines: +195 -30;
  • modules/calendar/calendar.views_default.inc
  • date: 2008-08-13 18:35:23 +0000; author: karens; state: Exp; lines: +5 -1;
  • modules/calendar/calendar_ical.info
  • date: 2008-08-13 18:35:23 +0000; author: karens; state: Exp; lines: +0 -0;
  • modules/calendar/calendar_ical.install
  • date: 2008-08-13 18:35:23 +0000; author: karens; state: Exp; lines: +0 -0;
  • modules/calendar/calendar_ical.module
  • date: 2008-08-13 18:35:23 +0000; author: karens; state: Exp; lines: +34 -14;
  • modules/calendar/calendar_ical.views.inc
  • date: 2008-08-13 18:35:23 +0000; author: karens; state: Exp; lines: +11 -2;
  • modules/calendar/calendar_ical_admin.inc
  • date: 2008-08-13 18:35:23 +0000; author: karens; state: Exp; lines: +9 -16;
  • modules/date/CHANGELOG.txt
  • date: 2008-08-13 18:35:35 +0000; author: karens; state: Exp; lines: +114 -4;
  • modules/date/date.css
  • date: 2008-08-13 18:35:35 +0000; author: karens; state: Exp; lines: +22 -11;
  • modules/date/date_api.install
  • date: 2008-08-13 18:35:35 +0000; author: karens; state: Exp; lines: +73 -56;
  • modules/date/date_api.module
  • date: 2008-08-13 18:35:35 +0000; author: karens; state: Exp; lines: +69 -32;
  • modules/date/date_api.views.inc
  • date: 2008-08-13 18:35:35 +0000; author: karens; state: Exp; lines: +322 -274;
  • modules/date/date_api.views_default.inc
  • date: 2008-08-13 18:35:35 +0000; author: karens; state: Exp; lines: +0 -0;
  • modules/date/date_api_elements.inc
  • date: 2008-08-13 18:35:35 +0000; author: karens; state: Exp; lines: +85 -170;
  • modules/date/date_api_ical.inc
  • date: 2008-08-13 18:35:35 +0000; author: karens; state: Exp; lines: +19 -15;
  • modules/date/date_api_sql.inc
  • date: 2008-08-13 18:35:35 +0000; author: karens; state: Exp; lines: +62 -20;

    #284312 by Lynn: Nodequeue and Triggers FAPI error
  • modules/nodequeue/nodequeue.actions.inc
  • date: 2008-08-13 18:12:35 +0000; author: ezrag; state: Exp; lines: +6 -6;

    #275236 by olav: Manipulate all queues permission doesn't work
  • modules/nodequeue/nodequeue.module
  • date: 2008-08-13 17:55:45 +0000; author: ezrag; state: Exp; lines: +2 -2;

    #252964 by sun: Fixed PHP notices.
  • modules/journal/CHANGELOG.txt
  • date: 2008-08-13 17:48:35 +0000; author: sun; state: Exp; lines: +2 -1;
  • modules/journal/journal.module
  • date: 2008-08-13 17:48:35 +0000; author: sun; state: Exp; lines: +3 -1;

    #279899 by mooffie and nonsie: Move views_preprocess_node() to views.module so it always appears; add display name to node template suggestions. Needs documentation.
  • modules/views/views.module
  • date: 2008-08-13 17:08:27 +0000; author: merlinofchaos; state: Exp; lines: +21 -1;
  • modules/views/includes/handlers.inc
  • date: 2008-08-13 17:08:27 +0000; author: merlinofchaos; state: Exp; lines: +2 -4;
  • modules/views/includes/view.inc
  • date: 2008-08-13 17:08:27 +0000; author: merlinofchaos; state: Exp; lines: +4 -2;
  • modules/views/modules/node.views.inc
  • date: 2008-08-13 17:08:27 +0000; author: merlinofchaos; state: Exp; lines: +1 -10;

    #286781 by alex_b: Added function return value for demo_reset().
  • modules/demo/CHANGELOG.txt
  • date: 2008-08-13 16:39:31 +0000; author: sun; state: Exp; lines: +2 -1;
  • modules/demo/demo.module
  • date: 2008-08-13 16:39:31 +0000; author: sun; state: Exp; lines: +7 -7;

    #272820 by sun: Increased maxlength for snapshot file names.
  • modules/demo/CHANGELOG.txt
  • date: 2008-08-13 16:29:24 +0000; author: sun; state: Exp; lines: +2 -1;
  • modules/demo/demo.module
  • date: 2008-08-13 16:29:24 +0000; author: sun; state: Exp; lines: +2 -2;

    #269561 by smk-ka: Performance: Disable indices to speed up import.
  • modules/demo/CHANGELOG.txt
  • date: 2008-08-13 16:24:47 +0000; author: sun; state: Exp; lines: +2 -1;
  • modules/demo/database_mysql_dump.inc
  • date: 2008-08-13 16:24:47 +0000; author: sun; state: Exp; lines: +7 -1;

    Add 'Subgroups navigation' block based on book block.
  • modules/og_subgroups/og_subgroups.install
  • date: 2008-08-13 14:44:05 +0000; author: amitaibu; state: Exp; lines: +2 -1;
  • modules/og_subgroups/og_subgroups.module
  • date: 2008-08-13 14:44:05 +0000; author: amitaibu; state: Exp; lines: +73 -1;

    Fix indention.
  • modules/og_subgroups/og_subgroups.module
  • date: 2008-08-13 14:26:14 +0000; author: amitaibu; state: Exp; lines: +12 -12;

    Remove notice.
  • modules/outline/outline.module
  • date: 2008-08-13 12:35:58 +0000; author: augustin; state: Exp; lines: +2 -2;

    Add support section in admin settings.
  • modules/outline/outline.module
  • date: 2008-08-13 12:30:16 +0000; author: augustin; state: Exp; lines: +85 -6;

    Add collapsible setting.
  • modules/blogtheme/blog_theme.module
  • date: 2008-08-13 12:22:43 +0000; author: augustin; state: Exp; lines: +10 -2;
  • modules/directory/directory.install
  • date: 2008-08-13 12:25:42 +0000; author: augustin; state: Exp; lines: +2 -1;
  • modules/directory/directory.module
  • date: 2008-08-13 12:25:42 +0000; author: augustin; state: Exp; lines: +10 -2;

    Moving hooks in alphabetical order.
  • modules/outline/outline.module
  • date: 2008-08-13 11:44:03 +0000; author: augustin; state: Exp; lines: +23 -24;

    * Added the outline navigation block at the bottom of a node. This outline is overriding the similar book navigation block. Thus, we can use our custom TOC depth settings to modify the look of the outline. * Removed outline.css. Replaced it with new stylesheet.css (I don't want all my files to start with outline*). * Added Outline-navigation.tpl.php, which is a slightly modified copy of book-navigation.tpl.php : Modified Files: : CHANGELOG.txt outline.install outline.module : Added Files: : Outline-navigation.tpl.php stylesheet.css : Removed Files: : outline.css 315 line patch.
  • modules/outline/CHANGELOG.txt
  • date: 2008-08-13 10:47:48 +0000; author: augustin; state: Exp; lines: +15 -1;
  • modules/outline/outline.install
  • date: 2008-08-13 10:47:48 +0000; author: augustin; state: Exp; lines: +2 -2;
  • modules/outline/outline.module
  • date: 2008-08-13 10:47:48 +0000; author: augustin; state: Exp; lines: +205 -7;

    Added section about how to create language specific replacements to the README.
  • modules/transliteration/CHANGELOG.txt
  • date: 2008-08-13 07:02:16 +0000; author: smk; state: Exp; lines: +8 -2;
  • modules/transliteration/README.txt
  • date: 2008-08-13 07:02:16 +0000; author: smk; state: Exp; lines: +34 -9;

    Final code documentation Use some isset instead of empty
  • modules/adsense/adsense.module
  • date: 2008-08-13 00:00:42 +0000; author: jcnventura; state: Exp; lines: +3 -3;

    2008-08-12

    zimbra: Initial D6 port
  • modules/zimbra/zimbra.inc
  • date: 2008-08-12 23:07:56 +0000; author: miglius; state: Exp; lines: +38 -17;
  • modules/zimbra/zimbra.info
  • date: 2008-08-12 23:07:56 +0000; author: miglius; state: Exp; lines: +5 -2;
  • modules/zimbra/zimbra.module
  • date: 2008-08-12 23:07:56 +0000; author: miglius; state: Exp; lines: +132 -258;

    #293916 by sun: Clarified TinyMCE compatibility in README.txt.
  • modules/wysiwyg/CHANGELOG.txt
  • date: 2008-08-12 16:44:36 +0000; author: sun; state: Exp; lines: +2 -1;
  • modules/wysiwyg/README.txt
  • date: 2008-08-12 16:44:36 +0000; author: sun; state: Exp; lines: +3 -2;

    #282755 by mooffie, pwolanin, mroswell, heather, ff1, others: Improved example text for getting started page, separated into new files.
  • modules/views/includes/view.inc
  • date: 2008-08-12 16:03:10 +0000; author: merlinofchaos; state: Exp; lines: +46 -39;

    Hides blank menus now
  • modules/quickmenu/quickmenu.module
  • date: 2008-08-12 14:01:07 +0000; author: suydam; state: Exp; lines: +67 -234;

    Submitted 6.x code to 5.x branch by mistake. This fixes that issue.
  • modules/quickmenu/quickmenu.info
  • date: 2008-08-12 13:54:30 +0000; author: suydam; state: Exp; lines: +8 -3;

    New version hides empty menus.
  • modules/quickmenu/quickmenu.module
  • date: 2008-08-12 13:43:47 +0000; author: suydam; state: Exp; lines: +232 -63;

    *Fixed image overlay settings; Titles should now initially appear without use of images
  • themes/kommunity/ReadMe.txt
  • date: 2008-08-12 08:47:08 +0000; author: jstoeckler; state: Exp; lines: +6 -4;
  • themes/kommunity/block.tpl.php
  • date: 2008-08-12 08:47:08 +0000; author: jstoeckler; state: Exp; lines: +0 -0;
  • themes/kommunity/fix-ie-rtl.css
  • date: 2008-08-12 08:47:08 +0000; author: jstoeckler; state: Exp; lines: +0 -0;
  • themes/kommunity/fix-ie6.css
  • date: 2008-08-12 08:47:08 +0000; author: jstoeckler; state: Exp; lines: +0 -0;
  • themes/kommunity/fix-ie7.css
  • date: 2008-08-12 08:47:08 +0000; author: jstoeckler; state: Exp; lines: +0 -0;
  • themes/kommunity/ie_pngfix.htc
  • date: 2008-08-12 08:47:08 +0000; author: jstoeckler; state: Exp; lines: +0 -0;
  • themes/kommunity/kommunity.info
  • date: 2008-08-12 08:47:08 +0000; author: jstoeckler; state: Exp; lines: +0 -0;
  • themes/kommunity/layout.css
  • date: 2008-08-12 08:47:08 +0000; author: jstoeckler; state: Exp; lines: +1 -1;
  • themes/kommunity/maintenance-page.tpl.php
  • date: 2008-08-12 08:47:08 +0000; author: jstoeckler; state: Exp; lines: +0 -0;
  • themes/kommunity/node.tpl.php
  • date: 2008-08-12 08:47:08 +0000; author: jstoeckler; state: Exp; lines: +0 -0;
  • themes/kommunity/page.tpl.php
  • date: 2008-08-12 08:47:08 +0000; author: jstoeckler; state: Exp; lines: +0 -0;
  • themes/kommunity/print.css
  • date: 2008-08-12 08:47:08 +0000; author: jstoeckler; state: Exp; lines: +0 -0;
  • themes/kommunity/style-rtl.css
  • date: 2008-08-12 08:47:08 +0000; author: jstoeckler; state: Exp; lines: +0 -0;
  • themes/kommunity/style.css
  • date: 2008-08-12 08:47:08 +0000; author: jstoeckler; state: Exp; lines: +0 -0;
  • themes/kommunity/color/color.inc
  • date: 2008-08-12 08:47:08 +0000; author: jstoeckler; state: Exp; lines: +0 -0;
  • themes/kommunity/color/preview.css
  • date: 2008-08-12 08:47:08 +0000; author: jstoeckler; state: Exp; lines: +0 -0;