github omeka/Omeka 1.3

latest releases: v3.1.2, v3.1.1, v3.1...
6 years ago

Omeka 1.3 was released on December 20, 2010.

New Features

  • Converts Omeka admin to use jQuery and jQuery UI. Updates admin panel to use external javascript files. Updates jQuery UI styles to override default behavior for buttons.
  • Disables Prototype by default, adds admin panel option to switch it back on if needed for other plugins.
  • Adds subnavigation ability to the nav, public_nav, and public_nav_main global helper functions.
  • Adds sortable tables to the browse pages in the admin.
  • Adds a table for user activations.
  • Adds filter for theme options.
  • Refactors collections to simplify data entry for collector names. Collector names can now be entered one per line into a textarea on the form, and do not need to be users in Omeka.
  • Adds ReCaptcha code and settings to Omeka core.
  • Adds Omeka.wysiwyg JS function for implementing TinyMCE.
  • Allow theme configs to add the TinyMCE editor.
  • Allows plugins to find/use theme configuration options.
  • New helpers:
    • element_exists - Checks if an given element and element set are present in Omeka.
    • public_nav_items - Navigation for the items/* pages, with filter.
    • queue_js
    • display_js
    • queue_css
    • display_css
    • button_to
    • delete_button - Creates a form with a single delete button, used instead of links to a delete action.
  • New hooks:
    • Adds hook to add content to simple browse view.

Fixed Tickets

  • Fixes trac#18 Adds sortable tables.
  • Fixes trac#443 by adding a filter to the display HTML flag.
  • Fixes trac#733, upgrades getID3 to version 2.0.0b6.
  • Fixes trac#787 by adding a callback parameter to the loop_records function, as well as updating loop_items, loop_collections, loop_files, and loop_item_types to internally specify their callback functions to loop_records.
  • Fixes trac#900 Adds notification that image derivatives are not being created.
  • Fixes trac#905, files in Omeka are stored with hashed filenames.
  • Fixes trac#912, organizes elements by element set when used in a form select.
  • Fixes trac#916, logout should destroy session and its data.
  • Fixes trac#929 RSS2 outputs don't return error when files are associated with items.
  • Fixes trac#942 by adding a function to convert URL strings to links.
  • Fixes trac#944, adds explanatory text in theme config that theme configuration is on a per-theme basis.
  • Fixes trac#958, allows superusers to change all user passwords.
  • Fixes trac#961 password reset no longer sent to deactivated users.

Miscellaneous Improvements

  • Improved test coverage of Omeka core. Refactors tests to make use of PHPUnit's test suites.
  • Fixes installer to set the 'enable_header_check_for_file_mime_types' flag based on whether the fileinfo extension is loaded.
  • Fixes users/edit action to redirect back to dashboard instead of users/browse when a user edits their own info.
  • Fixes mod_rewrite checking in installer by explicitly allowing access to check-mod-rewrite.html, which could be blocked by more restrictive .htaccess configurations.
  • Converts database migrations to use timestamps instead of incremented integers.
  • Fixes security hole where form POST could modify a user's salt.
  • Updates url_to_link function to use preg_replace instead of ereg_replace; Moves url_to_link function to the admin theme's custom.php file.
  • Fixes a javascript bug where the first Use HTML checkbox would save a blank value.
  • Fixes a bug on users form where user data was not displayed after invalid password change attempt.
  • Fixes Omeka_Core to display the generic error page for all uncaught exceptions.
  • Fixes bug in item_has_type helper to use the get magic method to retrieve a given item's item type name instead of using the item() view helper.
  • Fixes bug in show_item_metadata / ItemMetadataList. Previous code only works correctly when the item being displayed is the “current item” on the view, would cause fatal error if the item has a type.
  • Fixes media helpers for display of AVI,WMV,WMA (particularly on Mac).
  • Fixes theme file upload validation check. Reverses check over so the validation will be enabled unless the “disabled” option is equal to 1, leaves validation on in case of an invalid or null value for the option. Adds file size and restricted type/ext validation for theme uploads.
  • Moves “add” button for advanced search out of each row. Disables remove buttons when there is only one row.
  • Select form element for element sets are now organized by set.

Don't miss a new Omeka release

NewReleases is sending notifications on new releases.