Contribute  :  Support  :  Downloads  :  Forum  :  Links  :  Polls  :  Calendar  :  Directory  :  Advanced Search  
Geeklog The Ultimate Weblog System
Welcome to Geeklog
Friday, May 16 2008 @ 04:25 AM EDT
   

Geeklog 1.3.9rc1

GeeklogRelease Candidate 1 for Geeklog 1.3.9 is now available for download.

This version introduces new features such as a web frontend for creating RSS feeds, use of PEAR::Mail to send all emails (includes support for SMTP), various improvements in the Admin interface (rearrange blocks easily), Static Pages plugin 1.4, and more ... There have also been a lot of bugfixes as well as several attempts to further improve security.

See the short list of changes or read the full Changelog for more information.

Please note that this is not the final release yet (hence the name, "Release Candidate"). You are encouraged to try this version out, but you shouldn't really run it on a "live" site, unless you know what you're doing. Because of the huge amount of changes, there will probably another Release Candidate before the final release.

And now: Have fun!

Story Options

Geeklog 1.3.9rc1 | 17 comments | Create New Account
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Geeklog 1.3.9rc1
Authored by: johnjr on Monday, February 16 2004 @ 09:42 PM EST
I LOVE being able to rearrange the blocks so easily!

John Rayfield, Jr.
Geeklog 1.3.9rc1
Authored by: vbgunz on Wednesday, February 18 2004 @ 02:43 AM EST
Just checking out the RC release and noticed something wierd with XSilver. It seems for some odd reason "listside.thtml" just deleted itself...

I remember working with XSilver on the default installation. I remember the new features of the blocks administrative interface...

All I did was make a copy of XSilver, then, I overwrote the copy with files from a new theme I am working on...

Basically everything looked good until I tried accessing the blocks administrative panel. I was prompted with a file does not exist "listside.thtml"...

First thing I did was check to see if the file existed in XSilver *but* it didn't. So, I immediately switched back to XSilver to see if I could access the Block admin...

No go... It was there before and after a theme change it simply disappeared and sprouted the error...

This was a brand new install...

Also, since their seems to be a minor database change, will an sql file be available with the final release?

---
Victor B. Gonzalez -
http://aeonserv.com
Geeklog 1.3.9rc1
Authored by: Dirk on Wednesday, February 18 2004 @ 07:08 AM EST
There isn't any code in Geeklog that deletes template files, so I'm not sure what's happening there ...

Also, there are quite a few database changes in 1.3.9 and as usual, you should simply run the install script in upgrade mode and Geeklog will handle them for you.

bye, Dirk
Geeklog 1.3.9rc1
Authored by: chmouel on Wednesday, February 18 2004 @ 07:16 AM EST
Do you think it's could be possible to have a diff between older version and this one ?

--
Chmouel - www.chmouel.com/

Geeklog 1.3.9rc1
Authored by: vinny on Wednesday, February 18 2004 @ 09:57 AM EST
under unix use:
diff -r <old-geeklog-dir> <new-geeklog-dir>

under windows download one of the many free diff tools.

Use the web based CVS viewer to view differences in the files. Here is an example of a diff of config.php (using long format, 1.3.9rc1 against 1.3.8-1sr4).

-Vinny

Geeklog 1.3.9rc1
Authored by: vbgunz on Wednesday, February 18 2004 @ 01:38 PM EST
I found out the problem. I apologize for my quickness in detailing it. I was accessing an older version of XSilver :(

---
Victor B. Gonzalez -
http://aeonserv.com
Geeklog 1.3.9rc1
Authored by: vegeta9870 on Wednesday, February 18 2004 @ 04:31 PM EST
The one I got had a MySQL error on the install. It said "You have an error in your MySQL query"

---
If you wish to taste the ground feel free to attack me.
GL 1.3.9rc1 and SP 1.4
Authored by: odDonnellE on Thursday, February 19 2004 @ 02:37 AM EST
i just installed 1.3.9rc1 on a test site. i likes. can't wait to be able to use it on a live site. i the like rss options. :) :)

is there any good reason the default blocks aren't able to be topic specific like nondefault blocks? i've moved all the default blocks into my lib-custom so I can have them display where i want them. would it be ok to remove the code from the lib-common, or would that do something unhappy to geeklog? and, just out of curiosity, is it possible to call block functions in static pages? what about in the header.thtml?

the instructions for "php in static pages" don't work for me. the 'staticpages.PHP' toggle isn't listed in the permissions. anyone else have this problem? (screenshot) i checked my static page config.php to make sure it wasn't flagged off there.
i'm logged in as admin.
fresh install 1.3.9rc1 install.

thanks!

-adam

---
hurray for earth!

GL 1.3.9rc1 and SP 1.4
Authored by: geKow on Thursday, February 19 2004 @ 08:29 AM EST
I would suggest to put support questions like this into the forum
GL 1.3.9rc1 and SP 1.4
Authored by: odDonnellE on Thursday, February 19 2004 @ 12:00 PM EST
right right... i forget about the forums. :$

my apologies. :)

-adam

---
hurray for earth!
Geeklog 1.3.9rc1
Authored by: chmouel on Thursday, February 19 2004 @ 07:35 PM EST
Yeah thanks about the diff command (diff -urN would be better actually) but just it's make life easier to provide it..

--
Chmouel - www.chmouel.com

Geeklog 1.3.9rc1
Authored by: Dirk on Friday, February 20 2004 @ 06:24 AM EST
A file listing all the changed files since 1.3.8-1sr4 is included with 1.3.9rc1 (docs/changed-files). For everything else there's CVS (don't forget our CVS web frontend).

bye, Dirk

Geeklog 1.3.9rc1
Authored by: remy on Friday, February 20 2004 @ 06:49 AM EST
In the sources are references found to:
- custom_usersave and custom_saveuser
Also, new functions are referenced, but *not* present:
- custom_displayuser
- custom_edituser
What is happening here? What will be the next step ?
Is custom_memberinfo silently turned into a semi-plugin? What about the custom_registration plugin? Should I continue the development of that plugin?
Geeklog 1.3.9rc1
Authored by: Dirk on Friday, February 20 2004 @ 10:09 AM EST
No conspiracy here, just the usual lack of documentation ;-)

I had a look at your custom registration add-on, but it required too many (unnecessary, IMHO) changes to Geeklog's core code.

I'd suggest you contact Blaine on this, as he is probably the only person that really understands how the custom registration code works ...

bye, Dirk
Geeklog 1.3.9rc1
Authored by: Blaine on Saturday, February 21 2004 @ 12:44 PM EST
it would appear the updated lib-custom with examples of these functions was not included. The hooks in the CORE GL have been added to call user-defined custom functions to address previous problems and missing features.

This is far from a plugin but provides the core GL hooks for custom changes and potential plugin use.

A plugin should require no Core File changes.
Geeklog 1.3.9rc1
Authored by: Blaine on Saturday, February 21 2004 @ 02:20 PM EST
CVS has been updated and the missing examples will be included in RC2. The added API hooks allow developers to add custom functions to handle member (Add,edit,delete,display and moderate).

I have included a simplied example that works without any DB Changes just a few template changes. Adding a template variable {customfields} is all that is required to include any custom Edit/Display HTML with displaying or editing member profiles.
Geeklog 1.3.9rc1
Authored by: Euan on Friday, February 20 2004 @ 11:31 PM EST
FYI. Advanced search on this site for "calendar event type language" as
"exact phrase" and "all of these words" yields the same results, which look
more like a search for the latter.

(By the way, I was searching to see if anyone had requested that the
calendar event types be moved from config.php to the language files, and
then made a list that admin can select from in the control panel). ;)

Cheers

Euan.