Administrator, 05/26/2010 16:36:07
In this video, the Isännöitsijäunioni crew takes part in Helsinki Marathon, in May 2010.
Read the whole post »
Posted in Uncategorized | Be the first to comment this post »
Administrator, 05/20/2009 14:54:04
Google Code offers us lassobloggers a new, handy environment for co-operation.
Those interested in participating can check out code from the new LassoBlogger homepage at Google Code, make their changes, and submit new code.
For code check-outs and check-ins, you need the Subversion version control program.
For end-users, LassoBlogger is still available at LassoForge.
Posted in LassoBlogger News | Be the first to comment this post »
Administrator, 04/24/2009 13:12:20
(Modified May 7th 2009)
On admin pages (v. 0.9.0), after add or update action, the edited values appear on the search form, though they should not.
You can fix this yourself:
Open the file gen/adminpage_monster.inc
Find this line:
<form name="MyForm" action="[$formTargetpage]" method="POST">
After that line, add the following:
<input type="hidden" name="searchType" value="post">
Find another instance of a similar form, add a line again.
Save and close.
Posted in LassoBlogger News | Be the first to comment this post »
Administrator, 07/28/2008 11:56:06
A new version (0.9.0) of the LassoBlogger blogware has today been released at
LassoForge.
http://www.lassoforge.com/projects.lasso?PR=64
The most notable new features are database sharing (facilitated by the new
table_prefix variable), blogging by email, and improved login facility. Not
to forget graphical smilies.
And of course, there is a lot of small improvements, fixes and tweaks.
Go get it at LassoForge!
Posted in LassoBlogger News | Be the first to comment this post »
Administrator, 04/16/2008 22:50:20
...thanks to Lieven Gekiere.
Now the languages are Finnish, Swedish and Dutch. More languages would be welcome. It's not hard to do a translation - that's what Lieven said.
Posted in LassoBlogger News | Be the first to comment this post »
Administrator, 01/30/2008 11:53:38
A Swedish language file is now available. The file was created by a professional translator for a LassoBlogger-based architecture competition site of one of my webhotel clients. The client gave a permission to distribute the file as opensource.
Ask me for the file. Also it will of course be part of the next LB release.
Posted in LassoBlogger News | 2 comments »
Administrator, 01/04/2008 15:31:21
Has anyone yet created a Swedish language file for LassoBlogger? I would need one for my client. Please let me know... My Swedish is too rusty for this.
Posted in LassoBlogger News | Be the first to comment this post »
, 08/27/2007 16:45:59
I just coded a new feature: you can post to your blog by sending emails to a
specific email address (like myBlog@myDomain.com). LassoBlogger will act as
a POP client and transform the emails to blog posts. Read more at
http://www.greenspot.fi/LassoBlogger/docs/lb_blogbyemail.txt
This feature was requested by a LassoBlogger user (actually a group: a
Finnish ecopsychology network, in which I participate).
If you would like to help by beta-testing this feature, please contact me,
and I will send you the latest code.
Posted in LassoBlogger News | Be the first to comment this post »
Administrator, 07/31/2007 10:18:33
Versions: all (up to and including 0.8.0).
The link to the registration page does not work, if a permalink page has been selected first. Here's the fix.
Open the file /cont/index.inc
Go to line that contains "use-register" (almost at bottom of file):
Change this:
'<li><a href="use-register.lasso?emptyForm=yes">'; str:'Register';
to this:
'<li><a href="';
$basicOptions -> 'siteurl';
'use-register.lasso?emptyForm=yes">'; str:'Register';
Save & close.
Posted in Bug Reports | Be the first to comment this post »