Groups
Groups
Sign in
Groups
Groups
php-outline
Conversations
About
Send feedback
Help
php-outline
1–29 of 29
Mark all as read
Report group
0 selected
John O.
,
mindplay.dk
4
5/15/10
Helpers?
Thanks for the reply. I know that one should not add logic to the views. But once my application is
unread,
Helpers?
Thanks for the reply. I know that one should not add logic to the views. But once my application is
5/15/10
John O.
,
mindplay.dk
3
4/13/10
Overhead
Ah, okay. Good to know. Thank you for your quick reply.
unread,
Overhead
Ah, okay. Good to know. Thank you for your quick reply.
4/13/10
Ibmurai
,
mindplay.dk
6
3/30/10
Outline compiler running in utf-8 mode
I'm not saying you should give you development standards - if you want to treat notices as fatal,
unread,
Outline compiler running in utf-8 mode
I'm not saying you should give you development standards - if you want to treat notices as fatal,
3/30/10
mindplay.dk
1/31/10
version 1.0.4 released
A minor update has been released - this contains: - a few tweaks and fixes to the sample scripts and
unread,
version 1.0.4 released
A minor update has been released - this contains: - a few tweaks and fixes to the sample scripts and
1/31/10
John O.
,
mindplay.dk
2
1/29/10
Special characters
There is no reason why that shouldn't work. Post code and template snippets if you want help. On
unread,
Special characters
There is no reason why that shouldn't work. Post code and template snippets if you want help. On
1/29/10
John O.
,
mindplay.dk
5
1/29/10
Problems with instantiation
OutlineTpl uses the engine, yes - all it does with the configuration, is pass it up to the engine
unread,
Problems with instantiation
OutlineTpl uses the engine, yes - all it does with the configuration, is pass it up to the engine
1/29/10
Xander
,
mindplay.dk
9
10/25/09
Caching issues?
I'm not sure what you mean. Outline templates are always require()'d, whether you use caching
unread,
Caching issues?
I'm not sure what you mean. Outline templates are always require()'d, whether you use caching
10/25/09
mindplay.dk
9/17/09
Planning for Outline 2.0
I have started planning for Outline 2.0 - please review here: http://code.google.com/p/php-outline/
unread,
Planning for Outline 2.0
I have started planning for Outline 2.0 - please review here: http://code.google.com/p/php-outline/
9/17/09
Xander
,
mindplay.dk
2
9/12/09
In regard to reported issue
You mentioned in your bug report that you replaced all &$ in function calls with $ ... you should
unread,
In regard to reported issue
You mentioned in your bug report that you replaced all &$ in function calls with $ ... you should
9/12/09
Oliver Lillie
,
mindplay.dk
3
9/10/09
GPL License Incompatible
Hi again, I just realized that the archive and repository still contained the old GPL license - I
unread,
GPL License Incompatible
Hi again, I just realized that the archive and repository still contained the old GPL license - I
9/10/09
mindplay.dk
6/7/09
release 1.0.2
Outline release 1.0.2 is now available - this release adds the {modify} command, which lets you apply
unread,
release 1.0.2
Outline release 1.0.2 is now available - this release adds the {modify} command, which lets you apply
6/7/09
Ibmurai
,
mindplay.dk
4
5/28/09
Bug in {cycle} ?
by the way, for bug reports, there is also an issue tracker: http://code.google.com/p/php-outline/
unread,
Bug in {cycle} ?
by the way, for bug reports, there is also an issue tracker: http://code.google.com/p/php-outline/
5/28/09
Ibmurai
,
Rasmus Schultz
4
5/28/09
Missing feature / feature request
I like your first point - I don't know who would use error suppression in a template, really. I
unread,
Missing feature / feature request
I like your first point - I don't know who would use error suppression in a template, really. I
5/28/09
Ibmurai
,
mindplay.dk
5
5/28/09
Suggestion: Add a multiple assignment function to the OutlineTpl class.
As it turns out it doesn't make sense to use expose for my database rows, so I'll have to try
unread,
Suggestion: Add a multiple assignment function to the OutlineTpl class.
As it turns out it doesn't make sense to use expose for my database rows, so I'll have to try
5/28/09
mindplay.dk
,
Ibmurai
2
5/27/09
note to SVN users
I just started out with the SVN version, and I was wondering why this was documented wrong: <quote
unread,
note to SVN users
I just started out with the SVN version, and I was wondering why this was documented wrong: <quote
5/27/09
mindplay.dk
5/6/09
Outline 1.0.1 released
No significant changes. I had started extending the Compiler itself with code generation functions to
unread,
Outline 1.0.1 released
No significant changes. I had started extending the Compiler itself with code generation functions to
5/6/09
mindplay.dk
4/10/09
Outline 1.0-rc1 released
Outline version 1.0-rc1 has been released, with very minor changes the existing codebase. No bugs
unread,
Outline 1.0-rc1 released
Outline version 1.0-rc1 has been released, with very minor changes the existing codebase. No bugs
4/10/09
Leechael
2
1/8/09
system.php, line 155 & line
I think set error_reporting = E_ALL | E_STICT in php.ini and ignore error control operator ('@
unread,
system.php, line 155 & line
I think set error_reporting = E_ALL | E_STICT in php.ini and ignore error control operator ('@
1/8/09
ras...@mindplay.dk
2
1/4/09
need for a "provider" API?
I have just committed a new version, which supports the notion of "roots". Please clear
unread,
need for a "provider" API?
I have just committed a new version, which supports the notion of "roots". Please clear
1/4/09
Leechael
,
ras...@mindplay.dk
3
1/2/09
engine.php, line 92
aesthetics, but yes - I changed yet :) On Jan 2, 11:05 am, Leechael <yanle...@gmail.com> wrote:
unread,
engine.php, line 92
aesthetics, but yes - I changed yet :) On Jan 2, 11:05 am, Leechael <yanle...@gmail.com> wrote:
1/2/09
mindplay.dk
2
11/25/08
0.9 beta-1 released for testing
By the way, the project page is now open for bug reports: http://code.google.com/p/php-outline/issues
unread,
0.9 beta-1 released for testing
By the way, the project page is now open for bug reports: http://code.google.com/p/php-outline/issues
11/25/08
strahil
,
mindplay.dk
5
9/7/08
for block not accepting functions
Either I'm doing something wrong either it's not working and I'm almost sure it's the
unread,
for block not accepting functions
Either I'm doing something wrong either it's not working and I'm almost sure it's the
9/7/08
sandy
,
mindplay.dk
2
6/12/08
Cool stuff
It has been in production use in one of our projects - a template- based code generator. It is closed
unread,
Cool stuff
It has been in production use in one of our projects - a template- based code generator. It is closed
6/12/08
mbis...@googlemail.com
,
mindplay.dk
5
5/20/08
design of outline
On 20 Mai, 19:49, "mindplay.dk" <mindplay...@gmail.com> wrote: > the ability to
unread,
design of outline
On 20 Mai, 19:49, "mindplay.dk" <mindplay...@gmail.com> wrote: > the ability to
5/20/08
Carlos Averett
,
mindplay.dk
5
4/27/08
Licensing
By the way, if you're considering Outline for a bigger project, I should point out the fact that
unread,
Licensing
By the way, if you're considering Outline for a bigger project, I should point out the fact that
4/27/08
mindplay.dk
3/15/08
minor additions today
added a small library of useful modifiers today - all the usual stuff, like escaping output for html
unread,
minor additions today
added a small library of useful modifiers today - all the usual stuff, like escaping output for html
3/15/08
mindplay.dk
3/14/08
today's updates
many updates were posted during the day. user blocks are back, but there are still some technical
unread,
today's updates
many updates were posted during the day. user blocks are back, but there are still some technical
3/14/08
mindplay.dk
3/13/08
Major update!
The new version of Outline is now available for testing. The compiler has been completely rewritten,
unread,
Major update!
The new version of Outline is now available for testing. The compiler has been completely rewritten,
3/13/08
mindplay.dk
2
3/11/08
Call for evaluation and discussion
Well, this didn't trigger much response yet ;-) I have been busy this weekend, and have basically
unread,
Call for evaluation and discussion
Well, this didn't trigger much response yet ;-) I have been busy this weekend, and have basically
3/11/08