Skip to content

Commit

Permalink
Item13236: Prepare for release
Browse files Browse the repository at this point in the history
Updated documentation to list tasks previously fixed.
  • Loading branch information
gac410 committed Jan 28, 2015
1 parent e4168dc commit b0bb3e5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 13 deletions.
29 changes: 20 additions & 9 deletions BuildContrib/data/System/BuildContrib.txt
@@ -1,7 +1,7 @@
%META:TOPICINFO{author="ProjectContributor" date="1417987515" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1422478292" format="1.1" version="1"}%
%META:TOPICPARENT{name="Contribs"}%
---+!! Foswiki Developer Environment
<a href="http://wikiring.com" class="foswikiRight"><img src="%ATTACHURLPATH%/logo.gif" title="WikiRing: Professional Wiki Innovation and Support" /></a>
<a href="http://wikiring.com" class="foswikiRight"><img src="%ATTACHURLPATH% \logo.gif" title="WikiRing: Professional Wiki Innovation and Support" /></a>

%SHORTDESCRIPTION%

Expand Down Expand Up @@ -198,8 +198,8 @@ use Assert; # Standard Foswiki ASSERT module
...
my $pack = DEBUG ? '.uncompressed' : '.compressed';
Foswiki::Func::addToHEAD(<<SCRIPT);
<script type="text/javascript" src="%PUBURLPATH%/%SYSTEMWEB%/MyPlugin/my$pack.js">
<link rel="stylesheet" type="text/css" href="%PUBURLPATH%/%SYSTEMWEB%/MyPlugin//my$pack.css" />
<script type="text/javascript" src="%PUBURLPATH% \%SYSTEMWEB% \MyPlugin/my$pack.js">
<link rel="stylesheet" type="text/css" href="%PUBURLPATH% \%SYSTEMWEB% \MyPlugin//my$pack.css" />
</script>
SCRIPT
</verbatim>
Expand Down Expand Up @@ -640,16 +640,27 @@ You are strongly recommended to use this Contrib to help split your code develop
%$INSTALL_INSTRUCTIONS%

---++ Contrib Info
Another great Foswiki extension from the <a style="text-decoration:none" href="http://wikiring.com"><img src="%ATTACHURLPATH%/wikiringlogo20x20.png" alt="" /> *WikiRing* </a> - __Working together to improve your wiki experience__!
Another great Foswiki extension from the <a style="text-decoration:none" href="http://wikiring.com"><img src="%ATTACHURLPATH% \wikiringlogo20x20.png" alt="" /> *WikiRing* </a> - __Working together to improve your wiki experience__!

| Authors: | [[http://c-dot.co.uk][Crawford Currie]] |
| Copyright &copy;: | 2004-2012, Foswiki Contributors |
| Copyright &copy;: | 2004-2015, Foswiki Contributors |
| License: | [[http://www.gnu.org/copyleft/gpl.html][GPL]] |
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change&nbsp;History: | |
| 1.83 (28 Jan 2015) | Foswikitask:Item13236: Add a useful shebang to the build template %BR% \
( no task: Fix permission error in MANIFEST ) |
| previously fixed | Remaining tasks were previously fixed but not noted: %BR% \
Foswikitask:Item12661: Add support for nested MANIFEST files %BR% \
Foswikitask:Item8286: Build.pm unable to build AddOn extensions %BR% \
Foswikitask:Item11211: BuildContrib creates duplicate TOPICINFO %BR% \
Foswikitask:Item11589: Create new extension broken by Item10549 %BR% \
Foswikitask:Item8907: Issues with CSS::Minifier |
| 1.82 (07 Dec 2014) | Foswikitask:Item13135: Add target for generation of .gitignore files. |
| 1.81 (29 Nov 2014) | Foswikitask:Item11267: Update documentation for git migration. |
| 1.81 (29 Nov 2014) | Foswikitask:Item11267: Update documentation for git migration.%BR% \
Foswikitask:Item12916: Stage target only applies last filter%BR% \
Foswikitask:Item12996: Use of constant in void context error%BR% \
Foswikitask:Item13038: Unable to create extension with custom template%BR% |
| 1.8.0 (13 Feb 2014) | Foswikitask:Item12748: Support symbolic links and empty directories. |
| 1.7.1 (8 May 2013) | Foswikitask:Item12492: expose test output while running tests Foswikitask:Item11851: minor bugfixes |
| 1.7.0 (11 May 2012) | Foswikitask:Item11716: correct paths in generated MANIFEST; Foswikitask:Item11851: internal maintenance |
Expand Down Expand Up @@ -680,5 +691,5 @@ Another great Foswiki extension from the <a style="text-decoration:none" href="h
| 1.0.1 (31 Jan 2009) | Macro expansion works even in non-english locales (Foswikitask:Item924) |
| 1.0.0 (03 Dec 2008) | Re-release for Foswiki; copyright assigned to Foswiki Contributors |

%META:FILEATTACHMENT{name="logo.gif" attr="h" comment="logo" path="logo.gif" user="ProjectContributor" version="1" date="1417987515"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" user="ProjectContributor" version="1" date="1417987515"}%
%META:FILEATTACHMENT{name="logo.gif" attr="h" comment="logo" path="logo.gif" user="ProjectContributor" version="1" date="1422478292"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" user="ProjectContributor" version="1" date="1422478292"}%
4 changes: 2 additions & 2 deletions BuildContrib/lib/Foswiki/Contrib/Build.pm
@@ -1,6 +1,6 @@
#
# Copyright (C) 2004-2012 C-Dot Consultants - All rights reserved
# Copyright (C) 2008-2012 Foswiki Contributors
# Copyright (C) 2004-2014 C-Dot Consultants - All rights reserved
# Copyright (C) 2008-2014 Foswiki Contributors
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand Down
4 changes: 2 additions & 2 deletions BuildContrib/lib/Foswiki/Contrib/BuildContrib.pm
@@ -1,8 +1,8 @@
package Foswiki::Contrib::BuildContrib;
use strict;

our $VERSION = '1.82';
our $RELEASE = '07 Dec 2014';
our $VERSION = '1.83';
our $RELEASE = '28 Jan 2015';

our $SHORTDESCRIPTION =
'Automates build and packaging process, including installer generation, for extension modules.';
Expand Down

0 comments on commit b0bb3e5

Please sign in to comment.