MojoMojo
view release on metacpan or search on metacpan
- Add polish translation (linio)
- Improved wikilinks (UTF-8, parentheses, anchors) and added tests
- Fixes for paragraphs in toolbar (linio)
- Add Catalan language support (mateu)
- expand_wikiword() only replaces underscores with spaces now.
- match display name of page title, breadcrumb final node, and search results
- Make search results byline for last edit author
- Limit preview width so that long <pre> lines don't squash edit area
- Fix security check for attachments
- Add Catalyst theme
- Add tabs to "Syntax help" popup (batman)
- Improved "Syntax help": does not cover textarea and features tabbed navigation (batman)
- Improved templates: removed js, inline css and most templates use wrapper (batman)
- Changed font-size: Removed ever px-based font-size, and set default to 0.9em (batman)
- Improved w3c validation (batman)
- improved navigation, removed unused and out of place links (dandv)
0.999027 2009-01-30 23:17:00
- Fixed broken authors (users) pager links
- Added "Split Edit" for side-by-side view/edit
root/base/comment.tt view on Meta::CPAN
[% END %]
</dt>
<dd>[% comment.formatted %]</dd>
</dl>
</div>
[% END # WHILE %]
[% ELSE # comments.count %]
<h4>[%loc('No Comments posted')%]</h4>
[% END # comments.count %]
<p><small><a href="#" class="toggleInfo" id="commentlink">[% loc('add a comment') %]</a></small></p>
<div id="hidden_info" class="framedpopup">
[% IF user %]
[% PROCESS comment/post.tt %]
[% ELSE %]
[% PROCESS comment/login.tt %]
[% END %]
</div>
[% END %]
[% END %]
root/base/gallery/photo.tt view on Meta::CPAN
-%]
<div id="content">
[% IF photo %]
<h2 id="title">[% photo.title | html %]</span></h2>
<div class="navigation" id="nav">
[% IF prev %]
<a href="[% c.uri_for('photo') %][% IF tag%]_by_tag/[% tag%][% END%]/[% prev.id%]#nav"><</a>
[% END %]
<a href="#" class="toggleInfo">(i)</a>
<div id="hidden_info" class="framedpopup">
[% PROCESS gallery/photo_info.tt %]
</div>
[% IF next %]
<a href="[% c.uri_for('photo') %][% IF tag%]_by_tag/[% tag%][% END%]/[% next.id%]#nav">></a>
[% END %]
</div>
<div class="photo">
<a href="[% c.uri_for('attachment',photo.id) %]" title="[% loc('Click for original version') %]">
<img src="[% c.uri_for('attachment',photo.id,'inline') %]">
</a>
root/static/mojomojo.css view on Meta::CPAN
.dualbutton {
display: none;
margin: 0.1em;
}
big {
font-size: 1.6em;
}
.framedpopup {
background: #eee;
padding: 3px;
border: 1px solid silver;
width: 440px;
}
dl {
margin: 13px;
font-family: sans-serif;
clear: both;
( run in 2.167 seconds using v1.01-cache-2.11-cpan-364913b4093 )