Skip to content

Commit

Permalink
Item8805: Release prep
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/LocalTimePlugin@7061 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
BryanThale authored and BryanThale committed Apr 3, 2010
1 parent 196234e commit 69d566e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions data/System/LocalTimePlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1270017290" format="1.0" version="1.1"}%
%META:TOPICINFO{author="ProjectContributor" date="1270329174" format="1.1" version="1.1"}%
%META:TOPICPARENT{name="Plugins"}%

---+!! !LocalTime Plugin
Expand Down Expand Up @@ -192,7 +192,7 @@ be set to adapt the plugin to work in your particular environment.
| Support: | Foswiki:Support.%TOPIC% |
| Dependencies: | %$DEPENDENCIES% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 31 Mar 2010 (1.1): | Foswikitask:Item8805 - Correct handling of parameters and formatting tokens<br/> Foswikitask:Item8806 - Change default time zone to UTC, add =datetime= parameter, deprecate =fromtopic= and =dateGMT= parameters<br/> Foswikitask:Item8757 - Add support for mod_perl2<br/> Foswikitask:Item8807 - Add support for user locale<br/> Foswikitask:Item1854 - Use published Plugin API calls |
| 03 Apr 2010 (1.1): | [[Foswikitask:Item8805]] - Correct handling of parameters and formatting tokens<br/> [[Foswikitask:Item8806]] - Change default time zone to UTC, add =datetime= parameter, deprecate =fromtopic= and =dateGMT= parameters<br/> [[Foswikitask:Item8757]] - Add support for mod_perl2<br/> [[Foswikitask:Item8807]] - Add support for user locale<br/> [[Foswikitask:Item1854]] - Use published Plugin API calls |
| 20 Feb 2009 (1.0): | port to Foswiki |
| <span style="white-space:pre;">05 Mar 2006 (Dakar):</span> | SvenDowideit@WikiRing.com - updated to use registerHandler, added format= and dateGMT parameters |
| 02 Jul 2003: | Initial version |
Expand Down
7 changes: 7 additions & 0 deletions lib/Foswiki/Plugins/LocalTimePlugin/Config.spec
@@ -0,0 +1,7 @@
# ---+ Extensions
# ---++ LocalTime Plugin
# Settings for the LocalTime Plugin. This plugin provides the LOCALTIME macro to display a formatted date and/or time
# **PATH**
# Perl command used on this system <br>
# On many systems this is not required if the Perl interpreter is on the default path or has been specified in {Tools}{perlCmd}
$Foswiki::cfg{Plugins}{LocalTimePlugin}{perlCmd} = '';
6 changes: 3 additions & 3 deletions lib/Foswiki/Plugins/LocalTimePlugin/DEPENDENCIES
@@ -1,3 +1,3 @@
APR::Base64,>=0,cpan,Optional (Required if using mod_perl2)
Date::Handler,>=0,cpan,Required
Date::Parse,>=0,cpan,Required
APR::Base64,>=0,cpan,Optional. (Required if using mod_perl2, included with mod_perl2) [[CPAN:APR::Base64]]
Date::Handler,>=0,cpan,Required. [[CPAN:Date::Handler]]
Date::Parse,>=0,cpan,Required. [[CPAN:Date::Parse]]
7 changes: 4 additions & 3 deletions lib/Foswiki/Plugins/LocalTimePlugin/MANIFEST
@@ -1,3 +1,4 @@
data/System/LocalTimePlugin.txt NEW
data/System/VarLOCALTIME.txt NEW
lib/Foswiki/Plugins/LocalTimePlugin.pm NEW
data/System/LocalTimePlugin.txt 0644 Plugin documentation topic
data/System/VarLOCALTIME.txt 0644 Syntax summary for the LOCALTIME macro
lib/Foswiki/Plugins/LocalTimePlugin.pm 0444 Plugin module
lib/Foswiki/Plugins/LocalTimePlugin/Config.spec 0644 Config template

0 comments on commit 69d566e

Please sign in to comment.