-
You currently cannot use add_plugin_hook() for the same hook multiple times in the same file. E.g.:
```
add_plugin_hook('public_theme_header', 'function_one');
add_plugin_hook('public_theme_header',…
-
Along the same lines as `Omeka_Controller_AbstractActionController`, `Omeka_View` should be renamed to `Omeka_View_AbstractView` and relocated to Omeka/View/. The following files may need to be modifi…
-
Apologies if I'm missing something obvious, but I was trying to figure out if I could set the zoom/positioning for each record when clicked, as described in README.md:
```
Set Map Focus: The map foc…
-
When you install or reactivate a plugin, it can set the `visible` option as false in the array it adds to the public navigation hook, so it's not automatically checked when you go to the Navigation pa…
-
The call to add_mime_display_type() in NeatlineMapsPlugin->addHooksAndFilters() shuts down the entire plugin in 2.0 (discovered while installing a fresh version of the plugins on Webfaction).
-
_Imported from Trac ticket #992 reported by jflatnes on 2010-12-17:_
People are often unaware that an Omeka login persists from the admin to the public side.
Something like a bar across the top that…
-
The Omeka_Form_Admin class would be useful for other forms, like the Settings form.
The class accounts for the _record_ not existing or being set, but not the record type. If that could either be lef…
-
Hello,
I've installed Neatline as per the instructions for an Omeka plugin. The whole process went smoothly, all the way to the install interface in Omeka. But when I click on the Neatline tab, what …
-
@zerocrates claims that removing the $controller parameter from the signatures of `Omeka_Record_AbstractRecord::getRecordUrl()` and `record_uri()` should not cause undue problems. I am unconvinced bec…
-
It would be handy to have a hook so plugins could append content to a theme's home page. For example, I have a helper function to display random featured timelines in the [NeatlineTime](http://github.…