Issues for beta1

0 views
Skip to first unread message

Rouslan Placella

unread,
Jun 22, 2011, 2:41:52 PM6/22/11
to geeklo...@googlegroups.com
I found 4 issues that affect beta1. Namely issues #28, #29, #30 and #31
from out tracker. I think that they must be resolved before we move on
to beta 2. I don't have all that much time lately, so if anyone wants to
jump at them, please do :)

Rouslan

Tom

unread,
Jun 22, 2011, 4:44:26 PM6/22/11
to Geeklog Forum
I have been pretty busy lately but I hope to upgrade a few sites soon
(Geeklog and forum). If no one has tackled them by then I will and
then at that point we can hopefully release a beta 2 (or final version
or what ever we decide...)

Tom

Tom

unread,
Jul 5, 2011, 1:53:34 PM7/5/11
to Geeklog Forum
I fixed the message deleting issue that garfy found and updated the
language files a bit.

I notice that Dengen has committed fixes for 28, 29, and 30. Thanks
for getting to it. I notice the issues still have a status of accepted
in the bug tracker. Can I update those to fixed or are you not
finished yet?

Thanks

Tom

Yoshinori Tahara

unread,
Jul 6, 2011, 8:36:33 AM7/6/11
to geeklo...@googlegroups.com
Maybe, I think it's solved. Wish to validate.

dengen

2011/7/6 Tom <tomh...@gmail.com>:

> --
> You received this message because you are subscribed to the Google Groups "Geeklog Forum" group.
> To post to this group, send email to geeklo...@googlegroups.com.
> To unsubscribe from this group, send email to geeklog-foru...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/geeklog-forum?hl=en.
>
>

Tom

unread,
Jul 6, 2011, 8:48:45 AM7/6/11
to Geeklog Forum
I checked my log after working on the other issue and I didn't notice
any problems. Can we get this tested again on the demo site Rouslan
(since that was where most of these issues where found)?

I guess it should be tested again

On Jul 6, 8:36 am, Yoshinori Tahara <denge...@gmail.com> wrote:
> Maybe, I think it's solved. Wish to validate.
>
> dengen
>
> 2011/7/6 Tom <tomho...@gmail.com>:

Rouslan Placella

unread,
Jul 6, 2011, 9:04:59 AM7/6/11
to geeklo...@googlegroups.com
I'd say, lets roll out beta2 and get that tested, instead of testing
some intermediate development snapshot.

How about this weekend (if we manage) for beta 2?

From what I can see, there are only two more issues to iron out anyway.
The multi-byte support (including geshi) and the references to tables,
so I guess that we are not that far now. Anything else that I'm missing?

Rouslan

Tom

unread,
Jul 6, 2011, 5:21:10 PM7/6/11
to Geeklog Forum
Dengen got the multi-byte support done a few commits ago. I double
checked geshi.php and their already is a workaround for the one time
it uses mb_substr (unless I missed something) so that is all finished
up.

So the only thing left is the tables thing.

Lets do a Beta 2 this weekend then.

Tom

Rouslan Placella

unread,
Jul 7, 2011, 7:14:13 AM7/7/11
to geeklo...@googlegroups.com
OK, I pushed that quick fix for the tables issue. I guess what's left
is:
* Tell plugin developers that need to communicate with the forum
tables to use PLG_getItemInfo or at the very least the new
table references. How are we going to go about this?

* Schedule a date or a version for the removal of this deprecated
code (I'm thinking v2.10.0)

Tom, would you have the time to write an announcement, tag, package and
release the beta 2?

Rouslan

Tom

unread,
Jul 7, 2011, 11:20:30 AM7/7/11
to Geeklog Forum
I will, though I may end up doing it Friday (tomorrow).

Since we don't update the version number in these releases I will
mention in the post not use on a production site (since their is the
possibility of table changes if a bug is found) .

Re deprecated code: 2.10.0 sounds fine with me,

Re tables: Someone will need to update the readme file with the
information. We should also include the information in the
announcement post of the final release on Geeklog.net and Geeklog.jp

Tom

Tom

unread,
Jul 8, 2011, 9:53:18 AM7/8/11
to Geeklog Forum

Rouslan Placella

unread,
Jul 9, 2011, 12:03:34 PM7/9/11
to geeklo...@googlegroups.com
@Tom: I noticed a few things that I'd like to bring up concerning the
release of beta 2.

I saw that you packaged the release as a zip file, but I think that we
should use the '.tar.gz' format (beta1 was shipped in this format), with
compression level 9, the resulting file is about 20% smaller. And
geeklog can natively handle uploads in this format. Any objections?

Also I think that it's a good idea to TAG releases in mercurial, I've
just added a tag for the beta2 in the repo.

And finally, I thought that we agreed not to ship the "docs/example"
folder. I mean, I can already imagine someone on a geeklog version other
than 1.8.0, just overwriting those templates with potentially
unpredictable results. I guess that we should just supply information
about which code snippet to paste in which file rather than providing
the actual files.

Bye,
Rouslan

Tom

unread,
Jul 9, 2011, 12:25:30 PM7/9/11
to Geeklog Forum
> I saw that you packaged the release as a zip file, but I think that we
> should use the '.tar.gz' format (beta1 was shipped in this format), with
> compression level 9, the resulting file is about 20% smaller. And
> geeklog can natively handle uploads in this format. Any objections?

No I do not have a problem with that except I haven't found a half
decent windows solution that allows me to compress using that format.
I currently only have solutions for zip and rar. I was going to ask
you to compress it but ... I didn't :-)

Did you want to re-compress and I can update the article with the new
link?

> Also I think that it's a good idea to TAG releases in mercurial, I've
> just added a tag for the beta2 in the repo.

I did, I must have forgot to to push the change.

> And finally, I thought that we agreed not to ship the "docs/example"
> folder ... I guess that we should just supply information
> about which code snippet to paste in which file rather than providing
> the actual files.

Yeah it is coming back to me. For the final release I will have to
update the readme files.


Tom

Rouslan Placella

unread,
Jul 9, 2011, 2:37:52 PM7/9/11
to geeklo...@googlegroups.com
On Sat, 2011-07-09 at 09:25 -0700, Tom wrote:
> > I saw that you packaged the release as a zip file, but I think that we
> > should use the '.tar.gz' format (beta1 was shipped in this format), with
> > compression level 9, the resulting file is about 20% smaller. And
> > geeklog can natively handle uploads in this format. Any objections?
>
> No I do not have a problem with that except I haven't found a half
> decent windows solution that allows me to compress using that format.
> I currently only have solutions for zip and rar. I was going to ask
> you to compress it but ... I didn't :-)
>
> Did you want to re-compress and I can update the article with the new
> link?

I guess that we can live with that for a beta.

IIRC, 7zip ( http://www.7-zip.org/ ) does a good job of handling .tar.gz
files under windows.

> > Also I think that it's a good idea to TAG releases in mercurial, I've
> > just added a tag for the beta2 in the repo.
>
> I did, I must have forgot to to push the change.

Hope that the tag that I pushed won't give you trouble next time you
pull...

> > And finally, I thought that we agreed not to ship the "docs/example"
> > folder ... I guess that we should just supply information
> > about which code snippet to paste in which file rather than providing
> > the actual files.
>
> Yeah it is coming back to me. For the final release I will have to
> update the readme files.

Excellent, thanks :)

Rouslan Placella

unread,
Jul 15, 2011, 6:44:03 AM7/15/11
to geeklo...@googlegroups.com
Beta 2 is now live on demo.geeklog.net without any issues that I know
of. Feel free to give it a spin there, if you like.

Rouslan

Reply all
Reply to author
Forward
0 new messages