fix: t::WebGUI::PseudoRequest now works properly
add: Added some additional vars to Calendar Week view fix: WebGUI::DateTime now handles MySQL strings more robustly
This commit is contained in:
parent
74b688810f
commit
991aac998a
5 changed files with 85 additions and 15 deletions
|
|
@ -221,6 +221,9 @@ our $HELP = {
|
|||
'name' => 'pagePrevUrl',
|
||||
'description' => 'pagePrevUrl weekVar'
|
||||
},
|
||||
{
|
||||
'name' => 'startMonth',
|
||||
},
|
||||
{
|
||||
'name' => 'startMonthName'
|
||||
},
|
||||
|
|
@ -239,6 +242,9 @@ our $HELP = {
|
|||
{
|
||||
'name' => 'startYear'
|
||||
},
|
||||
{
|
||||
'name' => 'endMonth',
|
||||
},
|
||||
{
|
||||
'name' => 'endMonthName'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue