Skip to content

Commit

Permalink
Merge branch 'Release02x01'
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Dec 2, 2016
2 parents 5dbcda2 + 7ef3217 commit 0670353
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 53 deletions.
3 changes: 2 additions & 1 deletion ConfigurePlugin/data/System/ConfigurePlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1473233286" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1480360746" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
---+!! Configure Plugin
%FORMFIELD{"Description"}%
Expand Down Expand Up @@ -42,6 +42,7 @@ The plugin uses the =JsonRpcContrib=, which must be installed.

---++ Change History

| 28 Nov 2016: | (1.06) Foswikitask:Item13206: Upgrade to latest jquery-ui |
| 11 Apr 2016: | (1.05) Foswikitask:Item14049: fixed jsonrpc endpoint |
| 03 Feb 2016: | (1.04) Foswikitask:Item13917: Regex type doesn't correctly compare default value |
| 14 Oct 2015: | (1.03) fixed base use of =console= not supported by all browsers |
Expand Down
4 changes: 2 additions & 2 deletions ConfigurePlugin/lib/Foswiki/Plugins/ConfigurePlugin.pm
Expand Up @@ -31,8 +31,8 @@ package Foswiki::Plugins::ConfigurePlugin;
use strict;
use warnings;

our $VERSION = '1.05';
our $RELEASE = '11 Apr 2016';
our $VERSION = '1.06';
our $RELEASE = '28 Nov 2016';
our $SHORTDESCRIPTION = '=configure= interface using json-rpc';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down
28 changes: 15 additions & 13 deletions EditTablePlugin/data/System/EditTablePlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1442714732" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1480362286" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
---+!! Edit Table Plugin

Expand Down Expand Up @@ -200,6 +200,8 @@ Test if the Plugin is correctly installed:
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Change History: | <!-- specify latest version first -->&nbsp; |
| 28 Nov 2016: | 4.45: Released with Foswiki 2.1.3<br/>\
Foswikitask:Item14236: Include compressed and gziped versions of css and js. |
| 19 Sep 2015: | 4.44: Foswikitask:Item13730: EditTablePlugin uses unescaped braces and calls CGI::param in list context. |
| 28 Nov 2012: | 4.43: Foswikitask:Item11267: Convert to perl version strings. Release with Foswiki 1.1.6 |
| 06 Apr 2012: | 4.42: Foswikitask:Item11445: References to =Sandbox= should use %<nop>SANDBOXWEB% macro. Release with Foswiki 1.1.5. |
Expand Down Expand Up @@ -267,15 +269,15 @@ Test if the Plugin is correctly installed:
| Plugin Home: | http://foswiki.org/Extensions/%TOPIC% |
| Support: | http://foswiki.org/Support/%TOPIC% |

%META:FILEATTACHMENT{name="EditTablePluginCalendarExample.gif" attr="h" comment="" date="1442714732" size="7823" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="ScreenshotEditCell1.gif" attr="h" comment="Screenshot" date="1442714732" size="2017" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="ScreenshotEditCell2.gif" attr="h" comment="Screenshot" date="1442714732" size="3199" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="img.gif" attr="h" comment="Component of Mishoo DHTML calendar" date="1442714732" size="145" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="menuarrow.gif" attr="h" comment="Component of Mishoo DHTML calendar" date="1442714732" size="68" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="edittable.gif" attr="h" comment="Edit table image button" date="1442714732" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="btn_move.gif" attr="h" comment="Javascript button: move row" date="1442714732" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="btn_delete.gif" attr="h" comment="Javascript button: delete row" date="1442714732" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="btn_delete_disabled.gif" attr="h" comment="Javascript button: delete (disabled)" date="1442714732" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="edittable.css" attr="h" comment="Plugin Style Sheet" date="1442714732" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="edittable.js" attr="h" comment="Javascript for table editing without page refresh" date="1442714732" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="move_done_bg_anim.gif" attr="h" comment="Background animation to show a row move has been completed" date="1442714732" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="EditTablePluginCalendarExample.gif" attr="h" comment="" date="1480362286" size="7823" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="ScreenshotEditCell1.gif" attr="h" comment="Screenshot" date="1480362286" size="2017" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="ScreenshotEditCell2.gif" attr="h" comment="Screenshot" date="1480362286" size="3199" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="img.gif" attr="h" comment="Component of Mishoo DHTML calendar" date="1480362286" size="145" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="menuarrow.gif" attr="h" comment="Component of Mishoo DHTML calendar" date="1480362286" size="68" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="edittable.gif" attr="h" comment="Edit table image button" date="1480362286" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="btn_move.gif" attr="h" comment="Javascript button: move row" date="1480362286" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="btn_delete.gif" attr="h" comment="Javascript button: delete row" date="1480362286" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="btn_delete_disabled.gif" attr="h" comment="Javascript button: delete (disabled)" date="1480362286" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="edittable.css" attr="h" comment="Plugin Style Sheet" date="1480362286" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="edittable.js" attr="h" comment="Javascript for table editing without page refresh" date="1480362286" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="move_done_bg_anim.gif" attr="h" comment="Background animation to show a row move has been completed" date="1480362286" size="298" user="ProjectContributor" version="1"}%
4 changes: 2 additions & 2 deletions EditTablePlugin/lib/Foswiki/Plugins/EditTablePlugin.pm
Expand Up @@ -16,11 +16,11 @@ BEGIN {
}
}

our $VERSION = '4.44';
our $VERSION = '4.45';

# Please note that the second is now two digit.
# Someone increased 4.22 to 4.3 which is not correct.
our $RELEASE = '4.44';
our $RELEASE = '28 Nov 2016';

our $pluginName = 'EditTablePlugin';
our $ENCODE_START = '--EditTableEncodeStart--';
Expand Down
4 changes: 4 additions & 0 deletions EditTablePlugin/lib/Foswiki/Plugins/EditTablePlugin/MANIFEST
Expand Up @@ -12,8 +12,12 @@ pub/System/EditTablePlugin/btn_move_disabled.gif 0644
pub/System/EditTablePlugin/btn_move_over.gif 0644
pub/System/EditTablePlugin/btn_move.gif 0644
pub/System/EditTablePlugin/edittable.css 0644
pub/System/EditTablePlugin/edittable.css.gz 0644
pub/System/EditTablePlugin/edittable_src.css 0644
pub/System/EditTablePlugin/edittable.gif 0644
pub/System/EditTablePlugin/edittable.js 0644
pub/System/EditTablePlugin/edittable.js.gz 0644
pub/System/EditTablePlugin/edittable_src.js 0644
pub/System/EditTablePlugin/EditTablePluginCalendarExample.gif 0644
pub/System/EditTablePlugin/img.gif 0644
pub/System/EditTablePlugin/move_done_bg_anim.gif 0644
Expand Down
40 changes: 22 additions & 18 deletions PatternSkin/data/System/PatternSkin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1459801632" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1480385562" format="1.1" version="1"}%
%META:TOPICPARENT{name="Skins"}%
%STARTINCLUDE%
---+!! Pattern skin
Expand Down Expand Up @@ -189,6 +189,10 @@ For further troubleshooting and feedback, go to http://foswiki.org/Support/%TOPI
| Preview: | [[%SCRIPTURL{view}%/%WEB%/%TOPIC%?skin=pattern][Preview with this skin]] |
| Base Name: | pattern |
| History: | <!-- specify latest version first -->&nbsp; |
| 28 Nov 2016 | v.6.07: Foswikitask:Item14069: Improve sanitization of attach filename<br/>\
Foswikitask:Item14092: Add hook to attach.pattern.tmpl to support attachment properties.<br/>\
Foswikitask:Item14145: Deprecation of beforetext/aftertext templates breaks compatibility with other skins.<br/>\
Foswikitask:Item14219: Add WebSideBar toggle cookbook. |
| 04 Apr 2016 | V.6.06: Foswikitask:Item13950: Remove refresh cache links for guests<br/> \
Foswikitask:Item14039: SkinBrowser is too slow, searches are too broad. |
| 03 Feb 2016 | V.6.05: Foswikitask:Item13880: Malformed HTML in WebCreateNewTopic |
Expand Down Expand Up @@ -262,20 +266,20 @@ Leave remarks, suggestions and other feedback in http://foswiki.org/Support/%TOP
%META:FIELD{name="Repository" title="Repository" value="https://github.com/foswiki/distro"}%
%META:FIELD{name="Support" title="Support" value="http://foswiki.org/Support/%25$ROOTMODULE%25"}%
%META:FIELD{name="Version" title="Version" value="%25$VERSION%25"}%
%META:FILEATTACHMENT{name="print.css.gz" attr="h" comment="" date="1459801632" size="786" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header3.gif" attr="h" comment="" date="1459801632" size="33112" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="patternskin_screenshot.png" attr="h" comment="" date="1459801632" size="129505" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="foswiki_edit_01x01_src.js" attr="h" comment="" date="1459801632" size="2618" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header1.gif" attr="h" comment="" date="1459801632" size="20605" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="pattern.js" attr="h" comment="" date="1459801632" size="1305" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header2.gif" attr="h" comment="" date="1459801632" size="41616" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header5.gif" attr="h" comment="" date="1459801632" size="20639" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="pattern_src.js" attr="h" comment="" date="1459801632" size="1732" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="foswiki_edit_01x01.js.gz" attr="h" comment="" date="1459801632" size="474" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="pattern.js.gz" attr="h" comment="" date="1459801632" size="620" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="print.css" attr="h" comment="" date="1459801632" size="3869" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="headers.psd" attr="h" comment="" date="1459801632" size="8499470" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header4.gif" attr="h" comment="" date="1459801632" size="92238" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="patternskin_screenshot_full.png" attr="h" comment="" date="1459801632" size="177943" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="foswiki_edit_01x01.js" attr="h" comment="" date="1459801632" size="1007" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="print_src.css" attr="h" comment="" date="1459801632" size="5545" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="print.css.gz" attr="h" comment="" date="1480385562" size="786" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header3.gif" attr="h" comment="" date="1480385562" size="33112" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="patternskin_screenshot.png" attr="h" comment="" date="1480385562" size="129505" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="foswiki_edit_01x01_src.js" attr="h" comment="" date="1480385562" size="2618" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header1.gif" attr="h" comment="" date="1480385562" size="20605" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="pattern.js" attr="h" comment="" date="1480385562" size="1305" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header2.gif" attr="h" comment="" date="1480385562" size="41616" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header5.gif" attr="h" comment="" date="1480385562" size="20639" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="pattern_src.js" attr="h" comment="" date="1480385562" size="1732" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="foswiki_edit_01x01.js.gz" attr="h" comment="" date="1480385562" size="474" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="pattern.js.gz" attr="h" comment="" date="1480385562" size="620" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="print.css" attr="h" comment="" date="1480385562" size="3869" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="headers.psd" attr="h" comment="" date="1480385562" size="8499470" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="header4.gif" attr="h" comment="" date="1480385562" size="92238" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="patternskin_screenshot_full.png" attr="h" comment="" date="1480385562" size="177943" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="foswiki_edit_01x01.js" attr="h" comment="" date="1480385562" size="1007" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="print_src.css" attr="h" comment="" date="1480385562" size="5545" user="ProjectContributor" version="1"}%
6 changes: 5 additions & 1 deletion PatternSkin/data/System/PatternSkinCssCookbook.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1479139667" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1480385562" format="1.1" version="1"}%
%META:TOPICPARENT{name="PatternSkin"}%
---+!! %SYSTEMWEB%.PatternSkin CSS Cookbook

Expand Down Expand Up @@ -59,6 +59,10 @@ The rest of this topic shows examples of small CSS changes.

See example at: PatternSkinCssCookbookNoLeftBar

---+++ Toggle the left bar on small screen

See example at: PatternSkinCssCookbookSidebarToggle

---+++ Use different fonts

See example at: PatternSkinCssCookbookFonts
Expand Down
16 changes: 10 additions & 6 deletions PatternSkin/data/System/PatternSkinCssCookbookSidebarToggle.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1479575910" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1480387012" format="1.1" version="1"}%
%META:TOPICPARENT{name="System.PatternSkinCssCookbook"}%
<!--
* Set NOWYSIWYG = 1
Expand All @@ -16,13 +16,17 @@ This line loads the extra style definition:
* Set USERSTYLEURL = %PUBURLPATH{topic="%SYSTEMWEB%.PatternSkinCssCookbookSidebarToggle" "SidebarToggle.css"}%
</verbatim>

To activate the button in the sidebar, also add the following to the preferences: (Be sure to escape any double-quotes (\") if you modiy this statement.)
<verbatim class="tml">
* Set PATTERNSIDEBARTOGGLE = <button class='sidebartoggle-button' title='Reveal/Hide Sidebar' onclick=\"$('body').toggleClass('showsidebar');\">%JQICON{"fa-bars"}%</button>
</verbatim>
To activate the button in the sidebar, override the =viewsidebar.pattern.tmpl= using the supplied =viewsidebar.sidetoggle.tmpl= by adding it to the front of
the SKIN setting.

Your current SKIN setting is =%SKIN%=
Change it to
<pre>
* Set SKIN=sidetoggle,%SKIN%
</pre>

The formating and positioning is done in the css. When the sidebar is hidden, the button will appear in the lower left corner of the screen, appearing as the "hamburg" icon: ... %JQICON{fa-bars}%.
</div>
<!-- %JQREQUIRE{"chili"}% -->

%META:FILEATTACHMENT{name="SidebarToggle.css" attachment="SidebarToggle.css" attr="" comment="StyleSheet to toggle left Sidebar in the PatternSkin" date="1479575910" size="784" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="SidebarToggle.css" attachment="SidebarToggle.css" attr="" comment="StyleSheet to toggle left Sidebar in the PatternSkin" date="1480387012" size="784" user="ProjectContributor" version="1"}%
4 changes: 2 additions & 2 deletions PatternSkin/lib/Foswiki/Contrib/PatternSkin.pm
Expand Up @@ -3,8 +3,8 @@ package Foswiki::Contrib::PatternSkin;
use strict;
use warnings;

our $VERSION = '6.06';
our $RELEASE = '04 Apr 2016';
our $VERSION = '6.07';
our $RELEASE = '28 Nov 2016';
our $SHORTDESCRIPTION =
'Pattern skin provides a CSS based default look and feel - flexible and [[http://www.w3.org/][W3C]] compliant. Its layout and color scheme are designed to provide a nice, clean and productive editing environment';

Expand Down
4 changes: 4 additions & 0 deletions PatternSkin/lib/Foswiki/Contrib/PatternSkin/MANIFEST
@@ -1,4 +1,5 @@
!noci

data/_default/WebLeftBar.txt 0644
data/Main/PatternSkinUserViewTemplate.txt 0644
data/Main/WebLeftBarExample.txt 0644
Expand All @@ -14,6 +15,7 @@ data/System/PatternSkinCssCookbookHideActions.txt 0644
data/System/PatternSkinCssCookbookNoLeftBar.txt 0644
data/System/PatternSkinCssCookbookNoTopBar.txt 0644
data/System/PatternSkinCssCookbookSidebarBackground.txt 0644
data/System/PatternSkinCssCookbookSidebarToggle.txt 0644
data/System/PatternSkinCustomization.txt 0644
data/System/PatternSkinElements.txt 0644
data/System/PatternSkinGraphics.txt 0644
Expand Down Expand Up @@ -110,6 +112,7 @@ pub/System/PatternSkinCssCookbookHideActions/hideunauthaction.css 0644
pub/System/PatternSkinCssCookbookNoLeftBar/hideleftbar.css 0644
pub/System/PatternSkinCssCookbookNoTopBar/notopbar.css 0644
pub/System/PatternSkinCssCookbookSidebarBackground/sidebar.css 0644
pub/System/PatternSkinCssCookbookSidebarToggle/SidebarToggle.css 0644
pub/System/PatternSkinTheme/bullet-lock.gif 0644
pub/System/PatternSkinTheme/bullet-personal_sidebar.gif 0644
pub/System/PatternSkinTheme/bullet-toc.gif 0644
Expand Down Expand Up @@ -293,6 +296,7 @@ templates/viewbottombar.pattern.tmpl 0444
templates/viewplain.pattern.tmpl 0444
templates/viewprint.pattern.tmpl 0444
templates/viewsidebar.pattern.tmpl 0444
templates/viewsidebar.sidetoggle.tmpl 0444
templates/viewtopbar.pattern.tmpl 0444
templates/formtables.pattern01x01.tmpl 0444
templates/view.pattern01x01.tmpl 0444
Expand Down
7 changes: 1 addition & 6 deletions core/data/System/QuerySearch.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1475953888" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1480472285" format="1.1" version="1"}%
%META:TOPICPARENT{name="UserDocumentationCategory"}%
%STARTINCLUDE%
---+ Query Search
Expand Down Expand Up @@ -37,10 +37,6 @@ All meta-data in a topic is referenced according to a simple plan.
* =date=
* =format=
* =version= - topic version (integer)
* =META:CREATEINFO= - version info for the first version of the topic
* =author=
* =date=
* =version= - topic version (integer)
* =META:TOPICMOVED=
* =by=
* =date=
Expand Down Expand Up @@ -74,7 +70,6 @@ Most things at the top level of the plan - =META:TOPICPARENT=, =META:TOPICINFO=
It's a bit clumsy having to type =META:FILEATTACHMENT= every time you want to refer to the array of attachments in a topic, so there are some predefined aliases that make it a bit less typing:
* =attachments= means the same as =META:FILEATTACHMENT=
* =info= means the same as =META:TOPICINFO=
* =createinfo= means the same as =META:CREATEINFO=
* =parent= means the same as =META:TOPICPARENT=. *Note:* =parent= is itself a map; use =parent.name= to access the name of the parent topic
* =moved= means the same as =META:TOPICMOVED=
* =form= means the same as =META:FORM=, so to test if a topic has a form named 'UserForm' you test for ="form.name ~ '*.UserForm'"=
Expand Down
4 changes: 2 additions & 2 deletions core/data/System/ReleaseNotes02x00.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1457496285" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1480472285" format="1.1" version="1"}%
%META:TOPICPARENT{name="ReleaseHistory"}%
---+!! Foswiki Release 2.0.3

Expand Down Expand Up @@ -916,7 +916,7 @@ Foswiki thanks the Translators for their efforts. If you are interesting in hel
| [[%BUGS%/Item10461][Item10461]] | SEARCH Speedup: ACL checks (and Paging) using iterator filters that can be optimized by Store implemetations. |
| [[%BUGS%/Item10490][Item10490]] | Document how to use Foswiki::Func::saveTopic to create a new topic. |
| [[%BUGS%/Item10520][Item10520]] | QuerySearch for \"SomeText\" ONLY refers to a FieldName, and no longer also a FormName. |
| [[%BUGS%/Item10678][Item10678]] | Allow SEARCH on CREATEINFO. |
|<strike> [[%BUGS%/Item10678][Item10678]]</strike> | <strike>Allow SEARCH on CREATEINFO. </strike> |
| [[%BUGS%/Item10684][Item10684]] | Allow default skin to also have famfamfam topic actions in top bar. |
| [[%BUGS%/Item10686][Item10686]] | Report the registered restHandlers to command-line when rest called with a unknown handler. |
| [[%BUGS%/Item10741][Item10741]] | Enhance GROUPINFO to handle Main.GroupName. |
Expand Down

0 comments on commit 0670353

Please sign in to comment.