Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
Dwoo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Common
Dwoo
Commits
a57f533a
Commit
a57f533a
authored
Dec 24, 2008
by
Seldaek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.0.1 changelog
git-svn-id:
svn://dwoo.org/dwoo/trunk@224
0598d79b-80c4-4d41-97ba-ac86fbbd088b
parent
65226f3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CHANGELOG
CHANGELOG
+4
-4
No files found.
CHANGELOG
View file @
a57f533a
[
2008
-
-
]
1.0.1
[
2008
-
12
-
24
]
1.0.1
*
Direct
assignments
like
{$
foo
=
5
}
now
allow
spaces
around
the
operator
*
Direct
assignments
like
{$
foo
=
5
}
now
allow
spaces
around
the
operator
*
Fixed
a
{
foreach
}
bug
with
the
implode
argument
*
Fixed
a
{
foreach
}
bug
with
the
implode
argument
*
Fixed
modulo
operator
in
if
statements
*
Fixed
modulo
operator
in
if
statements
*
Fixed
date_format
handling
of
negative
and
small
unix
timestamps
*
Fixed
date_format
handling
of
negative
and
small
unix
timestamps
*
Fixed
a
weird
reference
bug
with
ZF
and
includes
..
whatever
but
thanks
*
Fixed
a
weird
reference
bug
with
ZF
and
includes
..
whatever
but
thanks
to
Denis
Arh
for
the
patch
to
Denis
Arh
for
the
patch
[
2008
-
10
-
23
]
1.0.0
[
2008
-
10
-
23
]
1.0.0
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
complex variables i.e. {$obj->getStuff()|upper} or {lower('
foo
')|upper}
complex variables i.e. {$obj->getStuff()|upper} or {lower('
foo
')|upper}
+ SmartyCompat: Added a {section} plugin but I strongly discourage using it,
+ SmartyCompat: Added a {section} plugin but I strongly discourage using it,
it was really made to support legacy templates, since {for} doesn'
t
have
to
it was really made to support legacy templates, since {for} doesn'
t
have
to
handle
{
section
}-
BC
anymore
,
it
has
been
cleaned
up
a
lot
and
the
last
handle
{
section
}-
BC
anymore
,
it
has
been
cleaned
up
a
lot
and
the
last
$
skip
parameter
has
been
dropped
$
skip
parameter
has
been
dropped
*
The
core
Dwoo
class
doesn
't need writable compile/cache dirs in the
*
The
core
Dwoo
class
doesn
't need writable compile/cache dirs in the
constructor anymore so you can provide custom ones later through
constructor anymore so you can provide custom ones later through
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
* Fixed handling of variable variables that contained non standard characters
* Fixed handling of variable variables that contained non standard characters
* Fixed a 1.0.0beta regression that messed with custom plugin directories
* Fixed a 1.0.0beta regression that messed with custom plugin directories
on Windows
on Windows
* SmartyCompat: Fixed a few bugs in the adapter and processor - thanks to
* SmartyCompat: Fixed a few bugs in the adapter and processor - thanks to
Stefan Moonen for the patches
Stefan Moonen for the patches
[2008-09-08] 1.0.0beta
[2008-09-08] 1.0.0beta
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment