source: https://addons.omeka.org/svn/plugins/Timeline/trunk/
documentation: http://omeka.org/codex/Plugins/Timeline
This code is one of the components for the Neatline Project and was
developed to the specifications described in the Plugin Rush (http://
omeka.org/c/index.php/Plugin_Rush_2010#Timeline_.281.1-1.0.29).
If you find a bug, or have any comments, let us know on the list!
Wayne
Testing you wanted, so testing you've gotten.
I installed the Timeline on 2 different 1.2. sites, and a 1.1 site.
After clicking Install on each of them, I get this error:
.../application/logs/timeline.log" cannot be opened with mode "a"
breaking every page in the site--admin or public.
There is no timeline.log file in the application folder
Anyone else having issues?
Thanks,
Sheila
--
You received this message because you are subscribed to the Google Groups "Omeka Dev" group.
To post to this group, send email to omek...@googlegroups.com.
To unsubscribe from this group, send email to omeka-dev+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/omeka-dev?hl=en.
The getMet function in the plugin needs to replace newlines by using nl2br(), str_replace(), or some other string-escaping function.
-John
Jeremy
>> omeka-dev+...@googlegroups.com<omeka-dev%2Bunsu...@googlegroups.com
In general it's good practice to make sure that all user data, meaning anything coming from the database, or from the request like $_GET, $_POST, etc. is properly JSON-encoded before you pass it to some javascript. That prevents a lot of basic XSS security flaws and also ensures that your content is not broken by things like newlines, etc.
Happy trails,
Kris
To unsubscribe from this group, send email to omeka-dev+...@googlegroups.com.
To unsubscribe from this group, send email to omeka-dev+...@googlegroups.com.