Skip to content

Commit

Permalink
Item14704: rationalized handing date data
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Oct 1, 2018
1 parent 33bbd95 commit 04e8363
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 206 deletions.
4 changes: 3 additions & 1 deletion data/System/DBCachePlugin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1527513780" format="1.1" version="1"}%
%META:TOPICINFO{author="micha" comment="" date="1538295443" format="1.1" version="2"}%
---+!! <nop>%TOPIC%
%FORMFIELD{"Description"}%

Expand Down Expand Up @@ -135,6 +135,7 @@ Following variables are expanded in format strings:
* $trunc(...,length): truncate a string to the given length
* $uc(...): converts a string to upper case
* $lc(...): converts a string to lower case
* $translate(...): translate a string using Foswiki's internal I18N or [[Foswiki:Extensions/MultiLingualPlugin][MultiLingualPlugin]] if installed

*Formfield accessors:*

Expand Down Expand Up @@ -453,6 +454,7 @@ automatically from there on.
---++ Change History

%TABLE{columnwidths="7em" tablewidth="100%"}%
| 01 Oct 2018: | rationalized handing date data |
| 28 May 2018: | remove local implementation of !TopicTitle; depend on !TopicTitlePlugin instead; \
new parameter =dateformat= for =DBQUERY=; performance improvements in =DBQUERY= |
| 20 Feb 2018: | extend =$expand()= to return a multi-value reference formfield to return all values |
Expand Down
4 changes: 2 additions & 2 deletions lib/Foswiki/Plugins/DBCachePlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ use Foswiki::Plugins();
#Monitor::MonitorMethod('Foswiki::Contrib::DBCachePlugin::Core');
#Monitor::MonitorMethod('Foswiki::Contrib::DBCachePlugin::WebDB');

our $VERSION = '11.00';
our $RELEASE = '28 May 2018';
our $VERSION = '12.00';
our $RELEASE = '01 Oct 2018';
our $NO_PREFS_IN_TOPIC = 1;
our $SHORTDESCRIPTION = 'Lightweighted frontend to the <nop>DBCacheContrib';

Expand Down

0 comments on commit 04e8363

Please sign in to comment.