Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
3.x contains a rewrite of large portions of Bookings API - for example resources are now based on regular nodetypes.
by tirsales: Added publicbookings_adminresource
by tirsales: Fixed an error in AJAX resource_list
by tirsales: 'administer booking settings' now may view list of resources
by tirsales: Added a new user-privilege (administer booking settings) to
differate between booking-administration and system-administration
by tirsales: VIEWS-integration now with resources again
by tirsales: views_schedules_admin now accepts "end-time" (range) as argument
by tirsales: view_schedules(_admin) now starts with current bookings
by tirsales: Minor cosmetic correction
by tirsales: Added ajax-method to retrieve booking via passphrase
by tirsales: Fixed a bug in passphrase_confirm
bug #858312 by rodrigobb: Better bugfix for 'cancel booking'
by tirsales: Added possibility to display resources as hierarchical list
This allows a more client-friendly display of resources in the resource-selection
by tirsales: Fixed a bug leading after changing the booking_save-spec
by tirsales: Added list of variables (e.g. for AJAX-Config)
by tirsales: AJAX-resourcelisting now contains a hook
by tirsales: Minor additions to AJAX
by tirsales: Added field 'title'
by tirsales: Starting work on 'min time before a booking'
3.x contains a rewrite of large portions of Bookings API - for example resources are now based on regular nodetypes.
by tirsales: Added 'bookable'-option to resource lists
by tirsales: Fixed a set of 'free cache'-problems occuring on resource change
by tirsales: Fixed recent (wrong) PublicBookings-dependency
by tirsales: VIEWS-integration now with resources again
by tirsales: VIEWS-integration now allows to select start/end as argument
by tirsales: Free Cache now reacting properly on "new resource"
by tirsales: Fixed another set of 'free cache'-problems
by tirsales: Added possibility to change resource of a booking
by tirsales: bookingsapi_booking_list now allows single status
by tirsales: Added possibility to display resources as hierarchical list
This allows a more client-friendly display of resources in the resource-selection
by tirsales: Fixed a bug leading after changing the booking_save-spec
by tirsales: Added list of variables (e.g. for AJAX-Config)
by tirsales: time() -> date_convert(date_now(),DATE_OBJECT,DATE_UNIX)
by tirsales: Some additional query-methods
bug #811906 by tirsales: Fixed non-working table-prefix problem
bug #808788 by tirsales: Fixed __clone not supported error
bug #809222 by tirsales: Fixed display of 'rigid' availabilities
by tirsales: Starting work on 'min time before a booking'
*Major changes since 1.x*
- Views integration allows you to create customizable lists of Congress like http://drupal.org/node/942428
and...
*Major changes since 2.0.alpha1*
- We now use table prefixes rather than multiple db_url entries, just like CiviCRM's Views integration.
- Added support for new Sunlight fields (senate_class, birthdate)
The goal for 2.0 is simple: make the CDN module kick ass. This will be done in three ways:
✓ significant expansion of functionality
✓ awesome UI
excellent documentation, including high-quality screencasts
IMPORTANT NOTE:
The Drupal core patch has changed in beta 6 (not in this RC)! So, before updating, revert the patch of beta 3 (or from beta 2, if you're upgrading from beta 2). Then update the code. Then apply the new patch.
Issue #2033943 by arpeggio: Fixed Undefined indices: country, region, city, zip, longitude, latitude, timezone.
Issue #2029315 by arpeggio: Implement IP2Location as additional Smart IP source.
Issue #1845570 by duntuk,arpeggio: Updated code for GeoIP City/ISP/Organization Web Service.
Issue #2016593 by citlacom: Fixed issue if user entity have custom fields the data is empty at user_save().
Issue #2015513 by arpeggio and namli: Added Maxmind City Service feature.
Issue #1982836 by arpeggio: Fix empty {smart_ip} table after update process.
Issue #1982836 by arpeggio: Fix 'Notice: Trying to get property of non-object in smart_ip_update_database()' errors.
Issue #1983568 by arpeggio, lostkangaroo: Fix Notice: Undefined variable: ip in smart_ip_admin_settings_submit() error.
Issue #1982836 by arpeggio: Fix error found at Watchdog log fills up with many notices - 'Notice: Trying to get property of non-object in smart_ip_update_database().'
Issue #1915740 by james.williams: Fixed mistyped ''.
Issue #1945054 by arpeggio: Removed Google Gears as it is deprecated https://code.google.com/p/gears/wiki/GeolocationAPI.
Issue #1950100 by VladSavitsky: Fixed unable to update local database issue: Unzip failed (error code: 19).
Issue #1930110 by klausi: Fixed Notice: Undefined index: (null),IP_NOT_FOUND in smart_ip_get_location().