#31: Node.tt Broken
------------------------------------+---------------------------------------
Reporter: crschmidt(a)crschmidt.net | Owner:
Type: defect | Status: new
Priority: normal | Version:
Severity: normal | Keywords:
------------------------------------+---------------------------------------
Commit 712 breaks node.tt, there is no [% END %] block after the
Try/Catch.
There is also some broken HTML in node.tt from commit 699.
Commit 699 has no effect, since CGI::Wiki apparently always prefills the
content with <pre> </pre>, but that's an issue for another day.
--
Ticket URL: <http://dev.openguides.org/ticket/31>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#28: Missing reference to wiki xmlns.
-------------------+--------------------------------------------------------
Reporter: dom | Owner:
Type: defect | Status: new
Priority: normal | Version: 0.51
Severity: normal | Resolution:
Keywords: |
-------------------+--------------------------------------------------------
Comment (by Earle Martin):
>The fact that feedvalidator does not consider these feeds to be valid is
in
> violation of the specification to my understandig of it
As far as I can see there's nothing wrong with the namespace either. On
the other hand,
> The dc:date fields are not in W3CDTF, nor is the content-type correct.
Right. The former is a bug in CGI::Wiki::Plugin::RSS::ModWiki. The latter
is a bug in OpenGuides::RDF. I'm on both.
--
Ticket URL: <http://dev.openguides.org/ticket/28>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#11: Edit page category/locale selection
------------------------+---------------------------------------------------
Reporter: dom | Owner:
Type: enhancement | Status: new
Priority: normal | Version:
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Changes (by ChristopherSchmidt):
* cc: => crschmidt(a)crschmidt.net
Comment:
Okay, so I've tossed something for this together on the Boston OpenGuides
site.
* Created CGI::Wiki::Plugin:: Summariser, for generating metadata summary
lists, http://crschmidt.net/projects/Summariser.pm
* Added some code to wiki.cgi in edit_node():
{{{
my $summariser = CGI::Wiki::Plugin::Summariser->new;
$wiki->register_plugin( plugin => $summariser );
my @categories = $summariser->metadata_list( type => 'Category' );
my @locales = $summariser->metadata_list( type => 'Locale' );
my %tt_vars = ( global_categories => \@categories,
global_locales => \@locales,
...
}}}
* Added some code to edit_form.tt:
{{{
[% FOREACH category = global_categories %]
<a href='#'
onclick="javascript:d=document.getElementById('categories');d.value =
d.value + '[% category %]\n'; return false;">
[% category %]
</a> *
[% END %]
}}}
and the same for locales.
It's not a *clean* solution by any means, but it works, and should get
anyone else who's interested in attacking the problem a running start.
--
Ticket URL: <http://dev.openguides.org/ticket/11>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#27: There is no manual for OpenGuides
-------------------+--------------------------------------------------------
Reporter: earle | Owner:
Type: defect | Status: new
Priority: normal | Version:
Severity: normal | Resolution:
Keywords: |
-------------------+--------------------------------------------------------
Comment (by ChristopherSchmidt):
Which is now http://dev.openguides.org/wiki/Manual
--
Ticket URL: <http://dev.openguides.org/ticket/27>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#12: Mandatory comment field
------------------------+---------------------------------------------------
Reporter: dom | Owner:
Type: enhancement | Status: new
Priority: normal | Version:
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by ChristopherSchmidt):
I don't feel that this should be a requirement in general, and if it
becomes one, I will remove it. If I'm simply slightly modifying a
geolocation, I have no interest in typing in an edit comment.
--
Ticket URL: <http://dev.openguides.org/ticket/12>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#11: Edit page category/locale selection
------------------------+---------------------------------------------------
Reporter: dom | Owner:
Type: enhancement | Status: new
Priority: normal | Version:
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by ChristopherSchmidt):
Another (easier) option for this would be to create a "tag map" style
listing - just " * " seperating a list of entries, and each has onclick-
javascript to modify the Categories or Locales box.
This is within the realm of my javascript, but outside the realm of my
openguides knowledge. I suppose the best way to do it would probably be to
provide a complete list of categories as local template data, and then use
the template to create the appropriate javascript.
--
Ticket URL: <http://dev.openguides.org/ticket/11>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#26: Map link missing from RDF
---------------------------+------------------------------------------------
Reporter: IVORW(a)cpan.org | Owner:
Type: defect | Status: new
Priority: normal | Version: 0.50
Severity: normal | Resolution:
Keywords: |
---------------------------+------------------------------------------------
Comment (by ChristopherSchmidt):
I'm not sure what the best way to do this is: I'm not aware of any
namespace where a 'map link' would be best suited. It may be time to start
an openguides specific namespace for this sort of thing, and for future
OG-specific extension.
--
Ticket URL: <http://dev.openguides.org/ticket/26>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#10: Bug handling <pre>
-------------------+--------------------------------------------------------
Reporter: dom | Owner:
Type: defect | Status: new
Priority: normal | Version:
Severity: normal | Resolution:
Keywords: |
-------------------+--------------------------------------------------------
Comment (by ChristopherSchmidt):
The CGI::Wiki::Formatter doesn't seem to have any support for "this is a
tag to turn off formatting", either in wiki-syntax or HTML. It seems like
this would need to be added in order to fix this feature, unless I'm
missing something.
--
Ticket URL: <http://dev.openguides.org/ticket/10>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#28: Missing reference to wiki xmlns.
-------------------+--------------------------------------------------------
Reporter: dom | Owner:
Type: defect | Status: new
Priority: normal | Version: 0.51
Severity: normal | Resolution:
Keywords: |
-------------------+--------------------------------------------------------
Comment (by ChristopherSchmidt):
I don't think that this is actually the case. I agree that the feed
validator does not validate the feeds, but the reason for it is not that
the wiki: namespace is 404ing - or at least, it shouldn't be. RSS 1.0
makes no recommendations or requirements for namespaces to be active URLs.
The fact that feedvalidator does not consider these feeds to be valid is
in violation of the specification to my understandig of it, and is not
something that requires changing on the part of OpenGuides.
The other issues that the FeedValidator brings up are valid, though, and
should be changed: The dc:date fields are not in W3CDTF, nor is the
content-type correct.
--
Ticket URL: <http://dev.openguides.org/ticket/28>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#29: References to trac
-------------------+--------------------------------------------------------
Reporter: dom | Owner: dom
Type: task | Status: new
Priority: normal | Version: 0.51
Severity: normal | Keywords:
-------------------+--------------------------------------------------------
Various references in the source need to be updated to point at trac.
--
Ticket URL: <http://dev.openguides.org/ticket/29>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project