Topics

User Functions

Events

There are no upcoming events

What's New

Stories

No new stories

Comments last 2 weeks

No new comments

Trackbacks last 2 weeks

No new trackback comments

Links last 2 weeks

No recent new links

NEW FILES last 14 days

No new files

Welcome to Geeklog Friday, May 24 2013 @ 05:32 AM EDT

> >

Geeklog 1.8.0 BETA 2

Announcements
  • Monday, April 25 2011 @ 01:00 PM EDT
  • Contributed by:
  • Views:
    2,045

The second beta version of Geeklog 1.8.0 is now available for download and has also been installed here on geeklog.net for you to try it out.

The new features have already been documented elsewhere, but the most visible ones are those "Login with Facebook" and "Login with Twitter" buttons. So if you are using one of those services, you can now use your Facebook or Twitter credentials to log into geeklog.net (and, potentially, any other Geeklog site, if the site admin enables it).

As for changes since the first beta - there were quite a few of them, actually. Quite a few things had to be tweaked, including the theme and the language files, so we decided that a second beta was necessary before we move on to release candidates. And for that, we need your help! If you find anything on geeklog.net not working as expected - let us know in the comments. Or feel free to file a bug report or join the discussion on the geeklog-devel mailing list. Thank you!

One thing that we are already aware of: Facebook and Twitter users are logged out again after about 2 minutes. We're looking into that.

Trackback

Trackback URL for this entry:
http://www.geeklog.net/trackback.php/geeklog-1.8.0b2

The following comments are owned by whomever posted them. This site is not responsible for what they say.

  • Geeklog 1.8.0 BETA 2 PostgreSQL problems
  • Authored by:Brian McCane on Wednesday, May 04 2011 @ 11:09 AM EDT

I attempted to install this geeklog beta on a FreeBSD server using my existing PostgreSQL server. Some of the administrator utitlities I have tried do not work because they are calling the MySQL function UNIX_TIMESTAMP() which does not exists on PostgreSQL.

For PostgreSQL the equivalent functions are:

UNIX_TIMESTAMP() => 'FLOOR(EXTRACT(EPOCH FROM now()))'
UNIX_TIMESTAMP(foo) => 'FLOOR(EXTRACT(EPOCH FROM foo))'

If fractional seconds are acceptable, you can eliminate the 'FLOOR' function.

  • Geeklog 1.8.0 BETA 2 PostgreSQL problems
  • Authored by:Roccivic on Sunday, May 15 2011 @ 07:58 AM EDT
I can't reproduce this problem. Exactly what doesn't work?
I did find a call to UNIX_TIMESTAMP() in the DB_save() function, but I can't find any problems relating to this...

Post a Comment

Your Name
Create Account
Allowed HTML Tags:
 

Security code
This question is for testing whether you are a human visitor and to prevent automated spam submissions.

What code is in the image?
Enter the bolded text, case sensitive!
Important Stuff
  • Please try to keep posts on topic.
  • Try to reply to other people comments instead of starting new threads.
  • Read other people's messages before posting your own to avoid simply duplicating what has already been said.
  • Use a clear subject that describes what your message is about.
  • Your email address will NOT be made public.