From taharaxp at gmail.com Sun Dec 1 05:49:19 2013 From: taharaxp at gmail.com (Yoshinori Tahara) Date: Sun, 1 Dec 2013 19:49:19 +0900 Subject: [geeklog-devel] Geeklog 2.1.0 Release Schedule In-Reply-To: <00b001ceecf9$aad80a20$00881e60$@cogeco.net> References: <00b001ceecf9$aad80a20$00881e60$@cogeco.net> Message-ID: Sounds good to me. -- Yoshinori Tahara - dengen 2013/11/29 Tom > Hi All, > > I wanted to do a rc release of Geeklog this month but my time has been > pretty limited. > > There are a few more bugs added in the bugtracker that should be squashed. > What I hope to do now is get a few of these worked out in December (by > myself and others) with the idea of doing a beta release during the > Christmas Holidays (when I should have a bit more time). If we get most of > the bugs fixed we can do a release candidate but if we don't I would still > like to get a beta out there for testing by the general public and to show > the community that a release is in the works. > > Thoughts? > > Tom > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From websitemaster at cogeco.net Sun Dec 8 09:54:00 2013 From: websitemaster at cogeco.net (Tom) Date: Sun, 8 Dec 2013 09:54:00 -0500 Subject: [geeklog-devel] Geeklog Mailing Lists Message-ID: <04c601cef425$540f9e00$fc2eda00$@cogeco.net> Hey Dirk, LWC reported our mailing list archives as not being accessible via the web: http://www.geeklog.net/forum/viewtopic.php?showtopic=95397 http://eight.pairlist.net/pipermail/geeklog-devel/ Tom From websitemaster at cogeco.net Sun Dec 8 10:30:09 2013 From: websitemaster at cogeco.net (Tom) Date: Sun, 8 Dec 2013 10:30:09 -0500 Subject: [geeklog-devel] Geeklog 2.1.0 Release Schedule In-Reply-To: References: <00b001ceecf9$aad80a20$00881e60$@cogeco.net> Message-ID: <04ca01cef42a$614022c0$23c06840$@cogeco.net> With the wiki editor issues and the current option for the HTML filtering solution still undecided I am going to hold off the beta release until those have been fixed. Once those are done I would then like to release the beta 1 (with the plan of fixing a few of the recently reported bugs once it is released). With the second beta release (or RC 1) Geeklog 2.1.0 should be pretty solid and I will then probably update Geeklog.net with it. (hoping that the third release will be final) Tom PS I included the HTML filtering options below just so everyone else knows what I am talking bout From: Tom [mailto:websitemaster at cogeco.net] Sent: November-21-13 7:56 PM To: 'Yoshinori Tahara' Cc: 'Dirk Haun' Subject: RE: Weird Geeklog Article issue Currently the HTML filter for articles are applied in real time and are based on the html permissions of the owner. The downfall of this approach is that if the Admin edits the article they cannot add any HTML that the current owner does not have access too (it just gets filtered out). Here is the options as I see them for applying the html filtering on articles, etc.. 1) Keep track of who last edited the article (or comment, etc..) then the filter can be applied in real-time. we would apply the filter in real-time but we would also keep track of who last edited the article (extra field in the story table). When applying the html filter the class would use the last edited user instead of who owns actually owns the article. Doing it this way still keeps the article whole and allows us to mimic how it worked before. 2) Apply the html filter on save of the object. This mimics the behavior of previous Geeklog versions. 3) Have a config option that allows the Admin to set for the entire site if they want the filtering done in real-time (when the article is viewed) or on article save. This is a combination of how it works now along with option 2. I think I like option 1 the best but it is a bit more work. It keeps the html filter in real-time and applies the filter to the last person who edited and saved the article. Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: From dirk at haun-online.de Mon Dec 9 11:38:48 2013 From: dirk at haun-online.de (Dirk Haun) Date: Mon, 9 Dec 2013 17:38:48 +0100 Subject: [geeklog-devel] Geeklog Mailing Lists In-Reply-To: <04c601cef425$540f9e00$fc2eda00$@cogeco.net> References: <04c601cef425$540f9e00$fc2eda00$@cogeco.net> Message-ID: Tom wrote: > LWC reported our mailing list archives as not being accessible via the web: I've contacted pairlist support, since there's nothing I can do about this. bye, Dirk -- http://www.themobilepresenter.com/ From websitemaster at cogeco.net Thu Dec 19 20:36:43 2013 From: websitemaster at cogeco.net (Tom) Date: Thu, 19 Dec 2013 20:36:43 -0500 Subject: [geeklog-devel] Image Resize Message-ID: <03b201cefd23$f0265610$d0730230$@cogeco.net> It doesn't look like the upload class that Geeklog uses (for topic image, and normal user images) would integrate well with retrieving images of profiles for the oauth class. Can anyone recommend a good image manipulation class that can resize images that we can use with Geeklog? It needs to support the GD and imagemagick libraries. The upload class does support netpbm but I don't think it is used much anymore. Tom From cordiste at free.fr Fri Dec 20 14:56:21 2013 From: cordiste at free.fr (cordiste) Date: Fri, 20 Dec 2013 20:56:21 +0100 Subject: [geeklog-devel] Image Resize In-Reply-To: <03b201cefd23$f0265610$d0730230$@cogeco.net> References: <03b201cefd23$f0265610$d0730230$@cogeco.net> Message-ID: The class from Colin Verot [1] seems to be simple and powerfull. What will be the incidence about compatibility if we switch the class? Also about image resizing (on the fly), I use the timthumb script [2] and it would be nice if we could have a toll like this in Geeklog. Ben [1] http://www.verot.net/php_class_upload_docs.htm [2] http://code.google.com/p/timthumb/ 2013/12/20 Tom : > > It doesn't look like the upload class that Geeklog uses (for topic image, > and normal user images) would integrate well with retrieving images of > profiles for the oauth class. > > Can anyone recommend a good image manipulation class that can resize images > that we can use with Geeklog? > > It needs to support the GD and imagemagick libraries. The upload class does > support netpbm but I don't think it is used much anymore. > > Tom > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > From websitemaster at cogeco.net Fri Dec 20 17:29:24 2013 From: websitemaster at cogeco.net (Tom) Date: Fri, 20 Dec 2013 17:29:24 -0500 Subject: [geeklog-devel] Image Resize In-Reply-To: References: <03b201cefd23$f0265610$d0730230$@cogeco.net> Message-ID: <041301cefdd2$ef9a7640$cecf62c0$@cogeco.net> Thanks Ben, I will take a look at these. Yeah I want something that can be easily accessed by other objects when needed. If the class can crop and add watermarks all the better. Tom -----Original Message----- From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of cordiste Sent: December-20-13 2:56 PM To: Geeklog Development Subject: Re: [geeklog-devel] Image Resize The class from Colin Verot [1] seems to be simple and powerfull. What will be the incidence about compatibility if we switch the class? Also about image resizing (on the fly), I use the timthumb script [2] and it would be nice if we could have a toll like this in Geeklog. Ben [1] http://www.verot.net/php_class_upload_docs.htm [2] http://code.google.com/p/timthumb/ 2013/12/20 Tom : > > It doesn't look like the upload class that Geeklog uses (for topic > image, and normal user images) would integrate well with retrieving > images of profiles for the oauth class. > > Can anyone recommend a good image manipulation class that can resize > images that we can use with Geeklog? > > It needs to support the GD and imagemagick libraries. The upload class > does support netpbm but I don't think it is used much anymore. > > Tom > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > _______________________________________________ geeklog-devel mailing list geeklog-devel at lists.geeklog.net http://eight.pairlist.net/mailman/listinfo/geeklog-devel From websitemaster at cogeco.net Fri Dec 20 20:24:39 2013 From: websitemaster at cogeco.net (Tom) Date: Fri, 20 Dec 2013 20:24:39 -0500 Subject: [geeklog-devel] Image Resize In-Reply-To: References: <03b201cefd23$f0265610$d0730230$@cogeco.net> Message-ID: <041e01cefdeb$6b274280$4175c780$@cogeco.net> http://www.verot.net/php_class_upload_docs.htm Seems to be a nice class. I am not sure if it handles redirects or not but I have posted the question on the forum. The other issue would be that it only supports the GD library. Geeklog currently supports the GD, imagemagick and netpbm library. I have checked out a few other libraries and only a few support both GD and imagemagick. Very few support netpbm. GD is by far the most popular followed by imagemagick and in a very distant third would be netpbm. Does anyone have an opinion on any of these libraries? If I do decide to add in some sort of image class Geeklog will probably have to drop support for netpbm. Tom -----Original Message----- From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of cordiste Sent: December-20-13 2:56 PM To: Geeklog Development Subject: Re: [geeklog-devel] Image Resize The class from Colin Verot [1] seems to be simple and powerfull. What will be the incidence about compatibility if we switch the class? Also about image resizing (on the fly), I use the timthumb script [2] and it would be nice if we could have a toll like this in Geeklog. Ben [1] http://www.verot.net/php_class_upload_docs.htm [2] http://code.google.com/p/timthumb/ 2013/12/20 Tom : > > It doesn't look like the upload class that Geeklog uses (for topic > image, and normal user images) would integrate well with retrieving > images of profiles for the oauth class. > > Can anyone recommend a good image manipulation class that can resize > images that we can use with Geeklog? > > It needs to support the GD and imagemagick libraries. The upload class > does support netpbm but I don't think it is used much anymore. > > Tom > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > _______________________________________________ geeklog-devel mailing list geeklog-devel at lists.geeklog.net http://eight.pairlist.net/mailman/listinfo/geeklog-devel From cordiste at free.fr Sat Dec 21 01:16:20 2013 From: cordiste at free.fr (cordiste) Date: Sat, 21 Dec 2013 07:16:20 +0100 Subject: [geeklog-devel] Image Resize In-Reply-To: <041e01cefdeb$6b274280$4175c780$@cogeco.net> References: <03b201cefd23$f0265610$d0730230$@cogeco.net> <041e01cefdeb$6b274280$4175c780$@cogeco.net> Message-ID: I have always used the GD library, not the other. Ben 2013/12/21 Tom : > http://www.verot.net/php_class_upload_docs.htm > > Seems to be a nice class. I am not sure if it handles redirects or not but I > have posted the question on the forum. > > The other issue would be that it only supports the GD library. > > Geeklog currently supports the GD, imagemagick and netpbm library. I have > checked out a few other libraries and only a few support both GD and > imagemagick. Very few support netpbm. > > GD is by far the most popular followed by imagemagick and in a very distant > third would be netpbm. Does anyone have an opinion on any of these > libraries? If I do decide to add in some sort of image class Geeklog will > probably have to drop support for netpbm. > > Tom > > -----Original Message----- > From: geeklog-devel-bounces at lists.geeklog.net > [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of cordiste > Sent: December-20-13 2:56 PM > To: Geeklog Development > Subject: Re: [geeklog-devel] Image Resize > > The class from Colin Verot [1] seems to be simple and powerfull. > > What will be the incidence about compatibility if we switch the class? > > Also about image resizing (on the fly), I use the timthumb script [2] and it > would be nice if we could have a toll like this in Geeklog. > > Ben > > [1] http://www.verot.net/php_class_upload_docs.htm > [2] http://code.google.com/p/timthumb/ > > > > 2013/12/20 Tom : >> >> It doesn't look like the upload class that Geeklog uses (for topic >> image, and normal user images) would integrate well with retrieving >> images of profiles for the oauth class. >> >> Can anyone recommend a good image manipulation class that can resize >> images that we can use with Geeklog? >> >> It needs to support the GD and imagemagick libraries. The upload class >> does support netpbm but I don't think it is used much anymore. >> >> Tom >> >> _______________________________________________ >> geeklog-devel mailing list >> geeklog-devel at lists.geeklog.net >> http://eight.pairlist.net/mailman/listinfo/geeklog-devel >> > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > From dirk at haun-online.de Sat Dec 21 04:08:18 2013 From: dirk at haun-online.de (Dirk Haun) Date: Sat, 21 Dec 2013 10:08:18 +0100 Subject: [geeklog-devel] Image Resize In-Reply-To: <041e01cefdeb$6b274280$4175c780$@cogeco.net> References: <03b201cefd23$f0265610$d0730230$@cogeco.net> <041e01cefdeb$6b274280$4175c780$@cogeco.net> Message-ID: Tom wrote: > GD is by far the most popular followed by imagemagick and in a very distant > third would be netpbm. Does anyone have an opinion on any of these > libraries? If I do decide to add in some sort of image class Geeklog will > probably have to drop support for netpbm. I'm find with dropping netpbm. I just want to suggest that we support more than one option. gdlib is compiled into PHP, but not always available. For such a case, we should support another option, preferably something users can install themselves. netpbm may actually be easier to install than ImageMagick, though, but it appears to be rather exotic these days. bye, Dirk -- http://www.themobilepresenter.com/ From danstoner at gmail.com Sat Dec 21 15:46:35 2013 From: danstoner at gmail.com (Dan Stoner) Date: Sat, 21 Dec 2013 15:46:35 -0500 Subject: [geeklog-devel] Image Resize In-Reply-To: References: <03b201cefd23$f0265610$d0730230$@cogeco.net> <041e01cefdeb$6b274280$4175c780$@cogeco.net> Message-ID: I use/like ImageMagick. - Dan Stoner On Dec 21, 2013 3:12 AM, "Dirk Haun" wrote: > Tom wrote: > > > GD is by far the most popular followed by imagemagick and in a very > distant > > third would be netpbm. Does anyone have an opinion on any of these > > libraries? If I do decide to add in some sort of image class Geeklog will > > probably have to drop support for netpbm. > > > I'm find with dropping netpbm. > > I just want to suggest that we support more than one option. gdlib is > compiled into PHP, but not always available. For such a case, we should > support another option, preferably something users can install themselves. > netpbm may actually be easier to install than ImageMagick, though, but it > appears to be rather exotic these days. > > bye, Dirk > > > -- > http://www.themobilepresenter.com/ > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From websitemaster at cogeco.net Sun Dec 22 11:33:43 2013 From: websitemaster at cogeco.net (Tom) Date: Sun, 22 Dec 2013 11:33:43 -0500 Subject: [geeklog-devel] Image Resize In-Reply-To: <03b201cefd23$f0265610$d0730230$@cogeco.net> References: <03b201cefd23$f0265610$d0730230$@cogeco.net> Message-ID: <002a01ceff33$94464050$bcd2c0f0$@cogeco.net> I like Ben's class recommendation but there is no release date for imagemagick support. I haven't found any other classes online that support both libraries and have a compatible license for Geeklog. I should have checked out Pear sooner and I see they have an Image Transform package that does what we need. http://pear.php.net/package/Image_Transform/ This package was written to provide a simpler and cross-library interface to doing image transformations and manipulations. It provides : * support for GD, ImageMagick, Imagick and NetPBM * files related functions * addText * Scale (by length, percentage, maximum X/Y) * Resize * Rotate (custom angle) * Crop * Mirror (Most drivers) * Flip (Most drivers) * Add border (soon) * Add shadow (soon) Does anyone have an opinion on this package? Tom -----Original Message----- From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom Sent: December-19-13 8:37 PM To: 'Geeklog Development' Subject: [geeklog-devel] Image Resize It doesn't look like the upload class that Geeklog uses (for topic image, and normal user images) would integrate well with retrieving images of profiles for the oauth class. Can anyone recommend a good image manipulation class that can resize images that we can use with Geeklog? It needs to support the GD and imagemagick libraries. The upload class does support netpbm but I don't think it is used much anymore. Tom _______________________________________________ geeklog-devel mailing list geeklog-devel at lists.geeklog.net http://eight.pairlist.net/mailman/listinfo/geeklog-devel From komma at ivywe.co.jp Thu Dec 26 13:46:37 2013 From: komma at ivywe.co.jp (=?ISO-2022-JP?B?GyRCOiM2cEUvO1IbKEI=?=) Date: Fri, 27 Dec 2013 03:46:37 +0900 Subject: [geeklog-devel] Geeklog 2.1.0 In-Reply-To: <019601cebb73$e5caf640$b160e2c0$@cogeco.net> References: <007801cea253$03007530$09015f90$@cogeco.net> <1E9EFDC6-687E-43ED-A523-3D053FF324C1@haun-online.de> <017b01cea71d$a36134f0$ea239ed0$@cogeco.net> <019601cebb73$e5caf640$b160e2c0$@cogeco.net> Message-ID: Hi, Auto input id is very usefull in English site, but in multi language site, so hard to use. title input or change or onli click, then id is reset as bellow. --------------- so I want to mode to use. -- Ivy 2013/9/27 Tom : > I think we are getting close to the first beta release. The only thing left > on my feature list to do (for this release anyways) is add caching for > stories. > > Does anyone have any other features they are working on at the moment? > > Lwc added a few bug reports that could be looked at along with > > http://project.geeklog.net/tracking/view.php?id=1590 > > http://project.geeklog.net/tracking/view.php?id=1522 (comments please) > > Does anyone have any other bugs they want to see squashed (and have the time > to do it)? > > IMO Geeklog 2.1.0 is really stable at the moment it has a number of new > features, it fixes a lot of issues found in 2.0.0, has a big speed > increase, and fixes multi-language sites. I needed the speed increase on my > site so I have been running 2.1.0 on one of my live sites for a while now > and things are really stable. > > I am hoping we can release the first beta in a month after I finish up the > caching of articles (unless someone else is currently working on something). > > > Here is a partial list of what has been added/fixed in Geeklog 2.1.0 > > - Integrated Caching Template Library original developed by Joe Mucchiello > [Tom] > - Support for themes to specify a default theme. Default themes template and > css > files will be used unless they are included in the new theme directory > [Tom] > - Added configruable caching support for blocks (regular and gldefault), > staticpages and articles [Tom] > - Speed increases by caching topic tree structire [Tom] > - What's Related article block now includes all Topics. Can set length of > titles > [Tom] > - Articles now list what Topics they are filed under. [Tom] > - New related_topics autotag. It displays all topics an item belongs too. > [To] > - New related_items autotag. It displays all other related items based on > what > topics the defined item belongs too [Tom] > - Updated Command & Control layout. Plugins can now organized into groups. > [Tom] > - New OAuth login methods supported (Google, Microsoft, Yahoo). OAuth > supported > now includes 1.0, 1.0a, and 2.0 (depends on what the provider supports) > [Tom] > - Javascript and css can now be loaded in a specified order. [Tom] > - Numerous fixes for multi-language support [Tom] > - Added CKEditor as the default advanced editor for Geeklog [Dengen] > - New article render which fixes entities etc... from showing up where they > shouldn't [Dengen] > - New Advanced Editor System that allows developers to easily to add new > javascript editors [Dengen] > - Updated Hebrew language files, provided by LWC > - jQuery can now be included in the header [Tom] > - Updated to jQuery 1.10.2 and jQuery UI to 1.10.3 [Tom] > > > Tom > > -----Original Message----- > From: geeklog-devel-bounces at lists.geeklog.net > [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom > Sent: September-01-13 10:15 AM > To: 'Geeklog Development' > Subject: Re: [geeklog-devel] Geeklog 2.1.0 > > Thanks. > > I have now updated the Geeklog repository so the next version of Geeklog > will be 2.1.0. > > I just remembered that jQuery and jQuery UI should be updated to the latest > version before the first RC release. > > > Tom > > -----Original Message----- > From: geeklog-devel-bounces at lists.geeklog.net > [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Dirk Haun > Sent: September-01-13 4:51 AM > To: Geeklog Development > Subject: Re: [geeklog-devel] Geeklog 2.1.0 > > Tom wrote: > >> I plan on switching the code in the repository from version 2.0.1 to >> 2.1.0 soon (as discussed previously on this mailing list). What's the >> best way to deal with the bug tracker since everything up to this >> point has been marked as 2.0.1? > > I simply deleted the old 2.1.0 version and renamed 2.0.1 to 2.1.0. There > were 3 issues with a target release of (the old) 2.1.0 that I had to > manually update afterwards. > > Not elegant, but seems to have done the trick :) > > >> Also can you update the language files again? > > > Will do. > > bye, Dirk > > > -- > http://www.themobilepresenter.com/ > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel From websitemaster at cogeco.net Thu Dec 26 15:04:44 2013 From: websitemaster at cogeco.net (Tom) Date: Thu, 26 Dec 2013 15:04:44 -0500 Subject: [geeklog-devel] Geeklog 2.1.0 In-Reply-To: References: <007801cea253$03007530$09015f90$@cogeco.net> <1E9EFDC6-687E-43ED-A523-3D053FF324C1@haun-online.de> <017b01cea71d$a36134f0$ea239ed0$@cogeco.net> <019601cebb73$e5caf640$b160e2c0$@cogeco.net> Message-ID: <01b401cf0275$b8a16d90$29e448b0$@cogeco.net> I can see that. Another few things to consider with the auto generated ids: - Trim any dashes from start and end of id - Option to disable This configuration option would have to be site wide and apply to anything that uses that javascript. (ie Topic Ids and I believe staticpage ids) Tom -----Original Message----- From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of ???? Sent: December-26-13 1:47 PM To: Geeklog Development Subject: Re: [geeklog-devel] Geeklog 2.1.0 Hi, Auto input id is very usefull in English site, but in multi language site, so hard to use. title input or change or onli click, then id is reset as bellow. --------------- so I want to mode to use. -- Ivy 2013/9/27 Tom : > I think we are getting close to the first beta release. The only thing > left on my feature list to do (for this release anyways) is add > caching for stories. > > Does anyone have any other features they are working on at the moment? > > Lwc added a few bug reports that could be looked at along with > > http://project.geeklog.net/tracking/view.php?id=1590 > > http://project.geeklog.net/tracking/view.php?id=1522 (comments please) > > Does anyone have any other bugs they want to see squashed (and have > the time to do it)? > > IMO Geeklog 2.1.0 is really stable at the moment it has a number of > new features, it fixes a lot of issues found in 2.0.0, has a big > speed increase, and fixes multi-language sites. I needed the speed > increase on my site so I have been running 2.1.0 on one of my live > sites for a while now and things are really stable. > > I am hoping we can release the first beta in a month after I finish up > the caching of articles (unless someone else is currently working on something). > > > Here is a partial list of what has been added/fixed in Geeklog 2.1.0 > > - Integrated Caching Template Library original developed by Joe > Mucchiello [Tom] > - Support for themes to specify a default theme. Default themes > template and css > files will be used unless they are included in the new theme > directory [Tom] > - Added configruable caching support for blocks (regular and gldefault), > staticpages and articles [Tom] > - Speed increases by caching topic tree structire [Tom] > - What's Related article block now includes all Topics. Can set length > of titles > [Tom] > - Articles now list what Topics they are filed under. [Tom] > - New related_topics autotag. It displays all topics an item belongs too. > [To] > - New related_items autotag. It displays all other related items based > on what > topics the defined item belongs too [Tom] > - Updated Command & Control layout. Plugins can now organized into groups. > [Tom] > - New OAuth login methods supported (Google, Microsoft, Yahoo). OAuth > supported > now includes 1.0, 1.0a, and 2.0 (depends on what the provider > supports) [Tom] > - Javascript and css can now be loaded in a specified order. [Tom] > - Numerous fixes for multi-language support [Tom] > - Added CKEditor as the default advanced editor for Geeklog [Dengen] > - New article render which fixes entities etc... from showing up where they > shouldn't [Dengen] > - New Advanced Editor System that allows developers to easily to add new > javascript editors [Dengen] > - Updated Hebrew language files, provided by LWC > - jQuery can now be included in the header [Tom] > - Updated to jQuery 1.10.2 and jQuery UI to 1.10.3 [Tom] > > > Tom > > -----Original Message----- > From: geeklog-devel-bounces at lists.geeklog.net > [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom > Sent: September-01-13 10:15 AM > To: 'Geeklog Development' > Subject: Re: [geeklog-devel] Geeklog 2.1.0 > > Thanks. > > I have now updated the Geeklog repository so the next version of > Geeklog will be 2.1.0. > > I just remembered that jQuery and jQuery UI should be updated to the > latest version before the first RC release. > > > Tom > > -----Original Message----- > From: geeklog-devel-bounces at lists.geeklog.net > [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Dirk > Haun > Sent: September-01-13 4:51 AM > To: Geeklog Development > Subject: Re: [geeklog-devel] Geeklog 2.1.0 > > Tom wrote: > >> I plan on switching the code in the repository from version 2.0.1 to >> 2.1.0 soon (as discussed previously on this mailing list). What's the >> best way to deal with the bug tracker since everything up to this >> point has been marked as 2.0.1? > > I simply deleted the old 2.1.0 version and renamed 2.0.1 to 2.1.0. > There were 3 issues with a target release of (the old) 2.1.0 that I > had to manually update afterwards. > > Not elegant, but seems to have done the trick :) > > >> Also can you update the language files again? > > > Will do. > > bye, Dirk > > > -- > http://www.themobilepresenter.com/ > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel _______________________________________________ geeklog-devel mailing list geeklog-devel at lists.geeklog.net http://eight.pairlist.net/mailman/listinfo/geeklog-devel From cordiste at free.fr Thu Dec 26 15:06:05 2013 From: cordiste at free.fr (cordiste) Date: Thu, 26 Dec 2013 21:06:05 +0100 Subject: [geeklog-devel] Geeklog 2.1.0 In-Reply-To: References: <007801cea253$03007530$09015f90$@cogeco.net> <1E9EFDC6-687E-43ED-A523-3D053FF324C1@haun-online.de> <017b01cea71d$a36134f0$ea239ed0$@cogeco.net> <019601cebb73$e5caf640$b160e2c0$@cogeco.net> Message-ID: Hi Ivy, Sorry but I do not undestand what you mean. Can you explain: >> title input or change or onli click, then id is reset as bellow. >> --------------- >> >> so I want to mode to use. Thanks, Ben 2013/12/26 ???? : > Hi, > > Auto input id is very usefull in English site, > but in multi language site, so hard to use. > > title input or change or onli click, then id is reset as bellow. > --------------- > > so I want to mode to use. > > -- > Ivy > > > 2013/9/27 Tom : >> I think we are getting close to the first beta release. The only thing left >> on my feature list to do (for this release anyways) is add caching for >> stories. >> >> Does anyone have any other features they are working on at the moment? >> >> Lwc added a few bug reports that could be looked at along with >> >> http://project.geeklog.net/tracking/view.php?id=1590 >> >> http://project.geeklog.net/tracking/view.php?id=1522 (comments please) >> >> Does anyone have any other bugs they want to see squashed (and have the time >> to do it)? >> >> IMO Geeklog 2.1.0 is really stable at the moment it has a number of new >> features, it fixes a lot of issues found in 2.0.0, has a big speed >> increase, and fixes multi-language sites. I needed the speed increase on my >> site so I have been running 2.1.0 on one of my live sites for a while now >> and things are really stable. >> >> I am hoping we can release the first beta in a month after I finish up the >> caching of articles (unless someone else is currently working on something). >> >> >> Here is a partial list of what has been added/fixed in Geeklog 2.1.0 >> >> - Integrated Caching Template Library original developed by Joe Mucchiello >> [Tom] >> - Support for themes to specify a default theme. Default themes template and >> css >> files will be used unless they are included in the new theme directory >> [Tom] >> - Added configruable caching support for blocks (regular and gldefault), >> staticpages and articles [Tom] >> - Speed increases by caching topic tree structire [Tom] >> - What's Related article block now includes all Topics. Can set length of >> titles >> [Tom] >> - Articles now list what Topics they are filed under. [Tom] >> - New related_topics autotag. It displays all topics an item belongs too. >> [To] >> - New related_items autotag. It displays all other related items based on >> what >> topics the defined item belongs too [Tom] >> - Updated Command & Control layout. Plugins can now organized into groups. >> [Tom] >> - New OAuth login methods supported (Google, Microsoft, Yahoo). OAuth >> supported >> now includes 1.0, 1.0a, and 2.0 (depends on what the provider supports) >> [Tom] >> - Javascript and css can now be loaded in a specified order. [Tom] >> - Numerous fixes for multi-language support [Tom] >> - Added CKEditor as the default advanced editor for Geeklog [Dengen] >> - New article render which fixes entities etc... from showing up where they >> shouldn't [Dengen] >> - New Advanced Editor System that allows developers to easily to add new >> javascript editors [Dengen] >> - Updated Hebrew language files, provided by LWC >> - jQuery can now be included in the header [Tom] >> - Updated to jQuery 1.10.2 and jQuery UI to 1.10.3 [Tom] >> >> >> Tom >> >> -----Original Message----- >> From: geeklog-devel-bounces at lists.geeklog.net >> [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom >> Sent: September-01-13 10:15 AM >> To: 'Geeklog Development' >> Subject: Re: [geeklog-devel] Geeklog 2.1.0 >> >> Thanks. >> >> I have now updated the Geeklog repository so the next version of Geeklog >> will be 2.1.0. >> >> I just remembered that jQuery and jQuery UI should be updated to the latest >> version before the first RC release. >> >> >> Tom >> >> -----Original Message----- >> From: geeklog-devel-bounces at lists.geeklog.net >> [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Dirk Haun >> Sent: September-01-13 4:51 AM >> To: Geeklog Development >> Subject: Re: [geeklog-devel] Geeklog 2.1.0 >> >> Tom wrote: >> >>> I plan on switching the code in the repository from version 2.0.1 to >>> 2.1.0 soon (as discussed previously on this mailing list). What's the >>> best way to deal with the bug tracker since everything up to this >>> point has been marked as 2.0.1? >> >> I simply deleted the old 2.1.0 version and renamed 2.0.1 to 2.1.0. There >> were 3 issues with a target release of (the old) 2.1.0 that I had to >> manually update afterwards. >> >> Not elegant, but seems to have done the trick :) >> >> >>> Also can you update the language files again? >> >> >> Will do. >> >> bye, Dirk >> >> >> -- >> http://www.themobilepresenter.com/ >> >> _______________________________________________ >> geeklog-devel mailing list >> geeklog-devel at lists.geeklog.net >> http://eight.pairlist.net/mailman/listinfo/geeklog-devel >> >> _______________________________________________ >> geeklog-devel mailing list >> geeklog-devel at lists.geeklog.net >> http://eight.pairlist.net/mailman/listinfo/geeklog-devel >> >> _______________________________________________ >> geeklog-devel mailing list >> geeklog-devel at lists.geeklog.net >> http://eight.pairlist.net/mailman/listinfo/geeklog-devel > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > From websitemaster at cogeco.net Thu Dec 26 15:50:32 2013 From: websitemaster at cogeco.net (Tom) Date: Thu, 26 Dec 2013 15:50:32 -0500 Subject: [geeklog-devel] Image Resize In-Reply-To: <002a01ceff33$94464050$bcd2c0f0$@cogeco.net> References: <03b201cefd23$f0265610$d0730230$@cogeco.net> <002a01ceff33$94464050$bcd2c0f0$@cogeco.net> Message-ID: <01b601cf027c$1e510460$5af30d20$@cogeco.net> Okay I was able to modify the upload class a bit to make it work with the OAuth class so profile photos now get resized and respect what the config options are for images. This means no new class and I didn't have to add any new pear libraries. Tom -----Original Message----- From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom Sent: December-22-13 11:34 AM To: 'Geeklog Development' Subject: Re: [geeklog-devel] Image Resize I like Ben's class recommendation but there is no release date for imagemagick support. I haven't found any other classes online that support both libraries and have a compatible license for Geeklog. I should have checked out Pear sooner and I see they have an Image Transform package that does what we need. http://pear.php.net/package/Image_Transform/ This package was written to provide a simpler and cross-library interface to doing image transformations and manipulations. It provides : * support for GD, ImageMagick, Imagick and NetPBM * files related functions * addText * Scale (by length, percentage, maximum X/Y) * Resize * Rotate (custom angle) * Crop * Mirror (Most drivers) * Flip (Most drivers) * Add border (soon) * Add shadow (soon) Does anyone have an opinion on this package? Tom -----Original Message----- From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom Sent: December-19-13 8:37 PM To: 'Geeklog Development' Subject: [geeklog-devel] Image Resize It doesn't look like the upload class that Geeklog uses (for topic image, and normal user images) would integrate well with retrieving images of profiles for the oauth class. Can anyone recommend a good image manipulation class that can resize images that we can use with Geeklog? It needs to support the GD and imagemagick libraries. The upload class does support netpbm but I don't think it is used much anymore. Tom _______________________________________________ geeklog-devel mailing list geeklog-devel at lists.geeklog.net http://eight.pairlist.net/mailman/listinfo/geeklog-devel _______________________________________________ geeklog-devel mailing list geeklog-devel at lists.geeklog.net http://eight.pairlist.net/mailman/listinfo/geeklog-devel From cordiste at free.fr Thu Dec 26 16:33:06 2013 From: cordiste at free.fr (cordiste) Date: Thu, 26 Dec 2013 22:33:06 +0100 Subject: [geeklog-devel] Image Resize In-Reply-To: <01b601cf027c$1e510460$5af30d20$@cogeco.net> References: <03b201cefd23$f0265610$d0730230$@cogeco.net> <002a01ceff33$94464050$bcd2c0f0$@cogeco.net> <01b601cf027c$1e510460$5af30d20$@cogeco.net> Message-ID: Good news. No update needed in the plugins :) Thanks. Ben 2013/12/26 Tom : > Okay I was able to modify the upload class a bit to make it work with the > OAuth class so profile photos now get resized and respect what the config > options are for images. This means no new class and I didn't have to add any > new pear libraries. > > Tom > > -----Original Message----- > From: geeklog-devel-bounces at lists.geeklog.net > [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom > Sent: December-22-13 11:34 AM > To: 'Geeklog Development' > Subject: Re: [geeklog-devel] Image Resize > > I like Ben's class recommendation but there is no release date for > imagemagick support. I haven't found any other classes online that support > both libraries and have a compatible license for Geeklog. > > I should have checked out Pear sooner and I see they have an Image Transform > package that does what we need. > > http://pear.php.net/package/Image_Transform/ > > > This package was written to provide a simpler and cross-library interface to > doing image transformations and manipulations. > It provides : > > * support for GD, ImageMagick, Imagick and NetPBM > * files related functions > * addText > * Scale (by length, percentage, maximum X/Y) > * Resize > * Rotate (custom angle) > * Crop > * Mirror (Most drivers) > * Flip (Most drivers) > * Add border (soon) > * Add shadow (soon) > > > Does anyone have an opinion on this package? > > Tom > > > -----Original Message----- > From: geeklog-devel-bounces at lists.geeklog.net > [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom > Sent: December-19-13 8:37 PM > To: 'Geeklog Development' > Subject: [geeklog-devel] Image Resize > > > It doesn't look like the upload class that Geeklog uses (for topic image, > and normal user images) would integrate well with retrieving images of > profiles for the oauth class. > > Can anyone recommend a good image manipulation class that can resize images > that we can use with Geeklog? > > It needs to support the GD and imagemagick libraries. The upload class does > support netpbm but I don't think it is used much anymore. > > Tom > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > From komma at ivywe.co.jp Fri Dec 27 02:18:19 2013 From: komma at ivywe.co.jp (=?ISO-2022-JP?B?GyRCOiM2cEUvO1IbKEI=?=) Date: Fri, 27 Dec 2013 16:18:19 +0900 Subject: [geeklog-devel] Geeklog 2.1.0 In-Reply-To: References: <007801cea253$03007530$09015f90$@cogeco.net> <1E9EFDC6-687E-43ED-A523-3D053FF324C1@haun-online.de> <017b01cea71d$a36134f0$ea239ed0$@cogeco.net> <019601cebb73$e5caf640$b160e2c0$@cogeco.net> Message-ID: Hiro has registed to Geeklog bug tracker. http://project.geeklog.net/tracking/view.php?id=1732 (Story and Staticpage IDs Javascript) 2013/12/27 ???? > > Hi Ben, > > Please input multi langage character to title, like "?????", > then ID is automatically set "-----" by Javascript. > > > > -- > Ivy > > > 2013/12/27 cordiste : > > > Hi Ivy, > > > > Sorry but I do not undestand what you mean. Can you explain: > > > >>> title input or change or onli click, then id is reset as bellow. > >>> --------------- > >>> > >>> so I want to mode to use. > > > > Thanks, > > > > Ben > > > > 2013/12/26 ???? : > >> Hi, > >> > >> Auto input id is very usefull in English site, > >> but in multi language site, so hard to use. > >> > >> title input or change or onli click, then id is reset as bellow. > >> --------------- > >> > >> so I want to mode to use. > >> > >> -- > >> Ivy > >> > >> > >> 2013/9/27 Tom : > >>> I think we are getting close to the first beta release. The only thing left > >>> on my feature list to do (for this release anyways) is add caching for > >>> stories. > >>> > >>> Does anyone have any other features they are working on at the moment? > >>> > >>> Lwc added a few bug reports that could be looked at along with > >>> > >>> http://project.geeklog.net/tracking/view.php?id=1590 > >>> > >>> http://project.geeklog.net/tracking/view.php?id=1522 (comments please) > >>> > >>> Does anyone have any other bugs they want to see squashed (and have the time > >>> to do it)? > >>> > >>> IMO Geeklog 2.1.0 is really stable at the moment it has a number of new > >>> features, it fixes a lot of issues found in 2.0.0, has a big speed > >>> increase, and fixes multi-language sites. I needed the speed increase on my > >>> site so I have been running 2.1.0 on one of my live sites for a while now > >>> and things are really stable. > >>> > >>> I am hoping we can release the first beta in a month after I finish up the > >>> caching of articles (unless someone else is currently working on something). > >>> > >>> > >>> Here is a partial list of what has been added/fixed in Geeklog 2.1.0 > >>> > >>> - Integrated Caching Template Library original developed by Joe Mucchiello > >>> [Tom] > >>> - Support for themes to specify a default theme. Default themes template and > >>> css > >>> files will be used unless they are included in the new theme directory > >>> [Tom] > >>> - Added configruable caching support for blocks (regular and gldefault), > >>> staticpages and articles [Tom] > >>> - Speed increases by caching topic tree structire [Tom] > >>> - What's Related article block now includes all Topics. Can set length of > >>> titles > >>> [Tom] > >>> - Articles now list what Topics they are filed under. [Tom] > >>> - New related_topics autotag. It displays all topics an item belongs too. > >>> [To] > >>> - New related_items autotag. It displays all other related items based on > >>> what > >>> topics the defined item belongs too [Tom] > >>> - Updated Command & Control layout. Plugins can now organized into groups. > >>> [Tom] > >>> - New OAuth login methods supported (Google, Microsoft, Yahoo). OAuth > >>> supported > >>> now includes 1.0, 1.0a, and 2.0 (depends on what the provider supports) > >>> [Tom] > >>> - Javascript and css can now be loaded in a specified order. [Tom] > >>> - Numerous fixes for multi-language support [Tom] > >>> - Added CKEditor as the default advanced editor for Geeklog [Dengen] > >>> - New article render which fixes entities etc... from showing up where they > >>> shouldn't [Dengen] > >>> - New Advanced Editor System that allows developers to easily to add new > >>> javascript editors [Dengen] > >>> - Updated Hebrew language files, provided by LWC > >>> - jQuery can now be included in the header [Tom] > >>> - Updated to jQuery 1.10.2 and jQuery UI to 1.10.3 [Tom] > >>> > >>> > >>> Tom > >>> > >>> -----Original Message----- > >>> From: geeklog-devel-bounces at lists.geeklog.net > >>> [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom > >>> Sent: September-01-13 10:15 AM > >>> To: 'Geeklog Development' > >>> Subject: Re: [geeklog-devel] Geeklog 2.1.0 > >>> > >>> Thanks. > >>> > >>> I have now updated the Geeklog repository so the next version of Geeklog > >>> will be 2.1.0. > >>> > >>> I just remembered that jQuery and jQuery UI should be updated to the latest > >>> version before the first RC release. > >>> > >>> > >>> Tom > >>> > >>> -----Original Message----- > >>> From: geeklog-devel-bounces at lists.geeklog.net > >>> [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Dirk Haun > >>> Sent: September-01-13 4:51 AM > >>> To: Geeklog Development > >>> Subject: Re: [geeklog-devel] Geeklog 2.1.0 > >>> > >>> Tom wrote: > >>> > >>>> I plan on switching the code in the repository from version 2.0.1 to > >>>> 2.1.0 soon (as discussed previously on this mailing list). What's the > >>>> best way to deal with the bug tracker since everything up to this > >>>> point has been marked as 2.0.1? > >>> > >>> I simply deleted the old 2.1.0 version and renamed 2.0.1 to 2.1.0. There > >>> were 3 issues with a target release of (the old) 2.1.0 that I had to > >>> manually update afterwards. > >>> > >>> Not elegant, but seems to have done the trick :) > >>> > >>> > >>>> Also can you update the language files again? > >>> > >>> > >>> Will do. > >>> > >>> bye, Dirk > >>> > >>> > >>> -- > >>> http://www.themobilepresenter.com/ > >>> > >>> _______________________________________________ > >>> geeklog-devel mailing list > >>> geeklog-devel at lists.geeklog.net > >>> http://eight.pairlist.net/mailman/listinfo/geeklog-devel > >>> > >>> _______________________________________________ > >>> geeklog-devel mailing list > >>> geeklog-devel at lists.geeklog.net > >>> http://eight.pairlist.net/mailman/listinfo/geeklog-devel > >>> > >>> _______________________________________________ > >>> geeklog-devel mailing list > >>> geeklog-devel at lists.geeklog.net > >>> http://eight.pairlist.net/mailman/listinfo/geeklog-devel > >> _______________________________________________ > >> geeklog-devel mailing list > >> geeklog-devel at lists.geeklog.net > >> http://eight.pairlist.net/mailman/listinfo/geeklog-devel > >> > > _______________________________________________ > > geeklog-devel mailing list > > geeklog-devel at lists.geeklog.net > > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > From komma at ivywe.co.jp Thu Dec 26 15:26:09 2013 From: komma at ivywe.co.jp (=?ISO-2022-JP?B?GyRCOiM2cEUvO1IbKEI=?=) Date: Fri, 27 Dec 2013 05:26:09 +0900 Subject: [geeklog-devel] Geeklog 2.1.0 In-Reply-To: References: <007801cea253$03007530$09015f90$@cogeco.net> <1E9EFDC6-687E-43ED-A523-3D053FF324C1@haun-online.de> <017b01cea71d$a36134f0$ea239ed0$@cogeco.net> <019601cebb73$e5caf640$b160e2c0$@cogeco.net> Message-ID: Hi Ben, Please input multi langage character to title, like "?????", then ID is automatically set "-----" by Javascript. [image: ?????? 1] -- Ivy 2013/12/27 cordiste : > Hi Ivy, > > Sorry but I do not undestand what you mean. Can you explain: > >>> title input or change or onli click, then id is reset as bellow. >>> --------------- >>> >>> so I want to mode to use. > > Thanks, > > Ben > > 2013/12/26 ???? : >> Hi, >> >> Auto input id is very usefull in English site, >> but in multi language site, so hard to use. >> >> title input or change or onli click, then id is reset as bellow. >> --------------- >> >> so I want to mode to use. >> >> -- >> Ivy >> >> >> 2013/9/27 Tom : >>> I think we are getting close to the first beta release. The only thing left >>> on my feature list to do (for this release anyways) is add caching for >>> stories. >>> >>> Does anyone have any other features they are working on at the moment? >>> >>> Lwc added a few bug reports that could be looked at along with >>> >>> http://project.geeklog.net/tracking/view.php?id=1590 >>> >>> http://project.geeklog.net/tracking/view.php?id=1522 (comments please) >>> >>> Does anyone have any other bugs they want to see squashed (and have the time >>> to do it)? >>> >>> IMO Geeklog 2.1.0 is really stable at the moment it has a number of new >>> features, it fixes a lot of issues found in 2.0.0, has a big speed >>> increase, and fixes multi-language sites. I needed the speed increase on my >>> site so I have been running 2.1.0 on one of my live sites for a while now >>> and things are really stable. >>> >>> I am hoping we can release the first beta in a month after I finish up the >>> caching of articles (unless someone else is currently working on something). >>> >>> >>> Here is a partial list of what has been added/fixed in Geeklog 2.1.0 >>> >>> - Integrated Caching Template Library original developed by Joe Mucchiello >>> [Tom] >>> - Support for themes to specify a default theme. Default themes template and >>> css >>> files will be used unless they are included in the new theme directory >>> [Tom] >>> - Added configruable caching support for blocks (regular and gldefault), >>> staticpages and articles [Tom] >>> - Speed increases by caching topic tree structire [Tom] >>> - What's Related article block now includes all Topics. Can set length of >>> titles >>> [Tom] >>> - Articles now list what Topics they are filed under. [Tom] >>> - New related_topics autotag. It displays all topics an item belongs too. >>> [To] >>> - New related_items autotag. It displays all other related items based on >>> what >>> topics the defined item belongs too [Tom] >>> - Updated Command & Control layout. Plugins can now organized into groups. >>> [Tom] >>> - New OAuth login methods supported (Google, Microsoft, Yahoo). OAuth >>> supported >>> now includes 1.0, 1.0a, and 2.0 (depends on what the provider supports) >>> [Tom] >>> - Javascript and css can now be loaded in a specified order. [Tom] >>> - Numerous fixes for multi-language support [Tom] >>> - Added CKEditor as the default advanced editor for Geeklog [Dengen] >>> - New article render which fixes entities etc... from showing up where they >>> shouldn't [Dengen] >>> - New Advanced Editor System that allows developers to easily to add new >>> javascript editors [Dengen] >>> - Updated Hebrew language files, provided by LWC >>> - jQuery can now be included in the header [Tom] >>> - Updated to jQuery 1.10.2 and jQuery UI to 1.10.3 [Tom] >>> >>> >>> Tom >>> >>> -----Original Message----- >>> From: geeklog-devel-bounces at lists.geeklog.net >>> [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom >>> Sent: September-01-13 10:15 AM >>> To: 'Geeklog Development' >>> Subject: Re: [geeklog-devel] Geeklog 2.1.0 >>> >>> Thanks. >>> >>> I have now updated the Geeklog repository so the next version of Geeklog >>> will be 2.1.0. >>> >>> I just remembered that jQuery and jQuery UI should be updated to the latest >>> version before the first RC release. >>> >>> >>> Tom >>> >>> -----Original Message----- >>> From: geeklog-devel-bounces at lists.geeklog.net >>> [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Dirk Haun >>> Sent: September-01-13 4:51 AM >>> To: Geeklog Development >>> Subject: Re: [geeklog-devel] Geeklog 2.1.0 >>> >>> Tom wrote: >>> >>>> I plan on switching the code in the repository from version 2.0.1 to >>>> 2.1.0 soon (as discussed previously on this mailing list). What's the >>>> best way to deal with the bug tracker since everything up to this >>>> point has been marked as 2.0.1? >>> >>> I simply deleted the old 2.1.0 version and renamed 2.0.1 to 2.1.0. There >>> were 3 issues with a target release of (the old) 2.1.0 that I had to >>> manually update afterwards. >>> >>> Not elegant, but seems to have done the trick :) >>> >>> >>>> Also can you update the language files again? >>> >>> >>> Will do. >>> >>> bye, Dirk >>> >>> >>> -- >>> http://www.themobilepresenter.com/ >>> >>> _______________________________________________ >>> geeklog-devel mailing list >>> geeklog-devel at lists.geeklog.net >>> http://eight.pairlist.net/mailman/listinfo/geeklog-devel >>> >>> _______________________________________________ >>> geeklog-devel mailing list >>> geeklog-devel at lists.geeklog.net >>> http://eight.pairlist.net/mailman/listinfo/geeklog-devel >>> >>> _______________________________________________ >>> geeklog-devel mailing list >>> geeklog-devel at lists.geeklog.net >>> http://eight.pairlist.net/mailman/listinfo/geeklog-devel >> _______________________________________________ >> geeklog-devel mailing list >> geeklog-devel at lists.geeklog.net >> http://eight.pairlist.net/mailman/listinfo/geeklog-devel >> > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 77439 bytes Desc: not available URL: From cordiste at free.fr Fri Dec 27 23:23:48 2013 From: cordiste at free.fr (cordiste) Date: Sat, 28 Dec 2013 05:23:48 +0100 Subject: [geeklog-devel] Geeklog 2.1.0 In-Reply-To: References: <007801cea253$03007530$09015f90$@cogeco.net> <1E9EFDC6-687E-43ED-A523-3D053FF324C1@haun-online.de> <017b01cea71d$a36134f0$ea239ed0$@cogeco.net> <019601cebb73$e5caf640$b160e2c0$@cogeco.net> Message-ID: Ok I see. I notice the same issue with purepro theme witch use the feature "Title to ID". Ben 2013/12/27 ???? : > Hiro has registed to Geeklog bug tracker. > http://project.geeklog.net/tracking/view.php?id=1732 > (Story and Staticpage IDs Javascript) > > 2013/12/27 ???? >> >> Hi Ben, >> >> Please input multi langage character to title, like "?????", >> then ID is automatically set "-----" by Javascript. >> >> >> >> -- >> Ivy >> >> >> 2013/12/27 cordiste : >> >> > Hi Ivy, >> > >> > Sorry but I do not undestand what you mean. Can you explain: >> > >> >>> title input or change or onli click, then id is reset as bellow. >> >>> --------------- >> >>> >> >>> so I want to mode to use. >> > >> > Thanks, >> > >> > Ben >> > >> > 2013/12/26 ???? : >> >> Hi, >> >> >> >> Auto input id is very usefull in English site, >> >> but in multi language site, so hard to use. >> >> >> >> title input or change or onli click, then id is reset as bellow. >> >> --------------- >> >> >> >> so I want to mode to use. >> >> >> >> -- >> >> Ivy >> >> >> >> >> >> 2013/9/27 Tom : >> >>> I think we are getting close to the first beta release. The only thing left >> >>> on my feature list to do (for this release anyways) is add caching for >> >>> stories. >> >>> >> >>> Does anyone have any other features they are working on at the moment? >> >>> >> >>> Lwc added a few bug reports that could be looked at along with >> >>> >> >>> http://project.geeklog.net/tracking/view.php?id=1590 >> >>> >> >>> http://project.geeklog.net/tracking/view.php?id=1522 (comments please) >> >>> >> >>> Does anyone have any other bugs they want to see squashed (and have the time >> >>> to do it)? >> >>> >> >>> IMO Geeklog 2.1.0 is really stable at the moment it has a number of new >> >>> features, it fixes a lot of issues found in 2.0.0, has a big speed >> >>> increase, and fixes multi-language sites. I needed the speed increase on my >> >>> site so I have been running 2.1.0 on one of my live sites for a while now >> >>> and things are really stable. >> >>> >> >>> I am hoping we can release the first beta in a month after I finish up the >> >>> caching of articles (unless someone else is currently working on something). >> >>> >> >>> >> >>> Here is a partial list of what has been added/fixed in Geeklog 2.1.0 >> >>> >> >>> - Integrated Caching Template Library original developed by Joe Mucchiello >> >>> [Tom] >> >>> - Support for themes to specify a default theme. Default themes template and >> >>> css >> >>> files will be used unless they are included in the new theme directory >> >>> [Tom] >> >>> - Added configruable caching support for blocks (regular and gldefault), >> >>> staticpages and articles [Tom] >> >>> - Speed increases by caching topic tree structire [Tom] >> >>> - What's Related article block now includes all Topics. Can set length of >> >>> titles >> >>> [Tom] >> >>> - Articles now list what Topics they are filed under. [Tom] >> >>> - New related_topics autotag. It displays all topics an item belongs too. >> >>> [To] >> >>> - New related_items autotag. It displays all other related items based on >> >>> what >> >>> topics the defined item belongs too [Tom] >> >>> - Updated Command & Control layout. Plugins can now organized into groups. >> >>> [Tom] >> >>> - New OAuth login methods supported (Google, Microsoft, Yahoo). OAuth >> >>> supported >> >>> now includes 1.0, 1.0a, and 2.0 (depends on what the provider supports) >> >>> [Tom] >> >>> - Javascript and css can now be loaded in a specified order. [Tom] >> >>> - Numerous fixes for multi-language support [Tom] >> >>> - Added CKEditor as the default advanced editor for Geeklog [Dengen] >> >>> - New article render which fixes entities etc... from showing up where they >> >>> shouldn't [Dengen] >> >>> - New Advanced Editor System that allows developers to easily to add new >> >>> javascript editors [Dengen] >> >>> - Updated Hebrew language files, provided by LWC >> >>> - jQuery can now be included in the header [Tom] >> >>> - Updated to jQuery 1.10.2 and jQuery UI to 1.10.3 [Tom] >> >>> >> >>> >> >>> Tom >> >>> >> >>> -----Original Message----- >> >>> From: geeklog-devel-bounces at lists.geeklog.net >> >>> [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom >> >>> Sent: September-01-13 10:15 AM >> >>> To: 'Geeklog Development' >> >>> Subject: Re: [geeklog-devel] Geeklog 2.1.0 >> >>> >> >>> Thanks. >> >>> >> >>> I have now updated the Geeklog repository so the next version of Geeklog >> >>> will be 2.1.0. >> >>> >> >>> I just remembered that jQuery and jQuery UI should be updated to the latest >> >>> version before the first RC release. >> >>> >> >>> >> >>> Tom >> >>> >> >>> -----Original Message----- >> >>> From: geeklog-devel-bounces at lists.geeklog.net >> >>> [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Dirk Haun >> >>> Sent: September-01-13 4:51 AM >> >>> To: Geeklog Development >> >>> Subject: Re: [geeklog-devel] Geeklog 2.1.0 >> >>> >> >>> Tom wrote: >> >>> >> >>>> I plan on switching the code in the repository from version 2.0.1 to >> >>>> 2.1.0 soon (as discussed previously on this mailing list). What's the >> >>>> best way to deal with the bug tracker since everything up to this >> >>>> point has been marked as 2.0.1? >> >>> >> >>> I simply deleted the old 2.1.0 version and renamed 2.0.1 to 2.1.0. There >> >>> were 3 issues with a target release of (the old) 2.1.0 that I had to >> >>> manually update afterwards. >> >>> >> >>> Not elegant, but seems to have done the trick :) >> >>> >> >>> >> >>>> Also can you update the language files again? >> >>> >> >>> >> >>> Will do. >> >>> >> >>> bye, Dirk >> >>> >> >>> >> >>> -- >> >>> http://www.themobilepresenter.com/ >> >>> >> >>> _______________________________________________ >> >>> geeklog-devel mailing list >> >>> geeklog-devel at lists.geeklog.net >> >>> http://eight.pairlist.net/mailman/listinfo/geeklog-devel >> >>> >> >>> _______________________________________________ >> >>> geeklog-devel mailing list >> >>> geeklog-devel at lists.geeklog.net >> >>> http://eight.pairlist.net/mailman/listinfo/geeklog-devel >> >>> >> >>> _______________________________________________ >> >>> geeklog-devel mailing list >> >>> geeklog-devel at lists.geeklog.net >> >>> http://eight.pairlist.net/mailman/listinfo/geeklog-devel >> >> _______________________________________________ >> >> geeklog-devel mailing list >> >> geeklog-devel at lists.geeklog.net >> >> http://eight.pairlist.net/mailman/listinfo/geeklog-devel >> >> >> > _______________________________________________ >> > geeklog-devel mailing list >> > geeklog-devel at lists.geeklog.net >> > http://eight.pairlist.net/mailman/listinfo/geeklog-devel >> > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > From dirk at haun-online.de Tue Dec 31 13:10:26 2013 From: dirk at haun-online.de (Dirk Haun) Date: Tue, 31 Dec 2013 19:10:26 +0100 Subject: [geeklog-devel] Geeklog 2.1.0 Release Schedule In-Reply-To: <00b001ceecf9$aad80a20$00881e60$@cogeco.net> References: <00b001ceecf9$aad80a20$00881e60$@cogeco.net> Message-ID: <37C52C42-5C98-48BE-A546-76D2A0F466A0@haun-online.de> Quick update: 1) I've fixed the problem with the "lm" script (that updates the language files) that caused bug #1729 (TOPIC_ALL_OPTION etc. ending up as strings instead of as constants). That should work now. In the future, when constants are used in the language files, they need to be added to lm.php. For now, it only supports constants in the $LANG_configselects arrays. That's all in the "lm" directory under http://project.geeklog.net/cgi-bin/hgwebdir.cgi/tools/ 2) I ran the "lm" script again. Everything seems to be working now and all the language files are up to date. The only differences I'm seeing are in the Japanese language file. Some are cosmetic (comments, whitespace). And there's a $LANG_ENVCHECK array that's not used in Geeklog. I guess that is for a geeklog.jp add-on? Not sure how to proceed. Should I check in the version that the script created? It would drop the $LANG_ENVCHECK and change some of the formatting of the source code (but not the content). 3) I've also updated the PEAR packages that we use. They are in http://project.geeklog.net/cgi-bin/hgwebdir.cgi/pear/ and are added to the release tarballs automatically. The nightly tarball already includes the latest updates. bye, Dirk -- http://www.themobilepresenter.com/ From websitemaster at cogeco.net Tue Dec 31 17:43:56 2013 From: websitemaster at cogeco.net (Tom) Date: Tue, 31 Dec 2013 17:43:56 -0500 Subject: [geeklog-devel] Geeklog 2.1.0 Release Schedule In-Reply-To: <37C52C42-5C98-48BE-A546-76D2A0F466A0@haun-online.de> References: <00b001ceecf9$aad80a20$00881e60$@cogeco.net> <37C52C42-5C98-48BE-A546-76D2A0F466A0@haun-online.de> Message-ID: <004501cf0679$c9b733f0$5d259bd0$@cogeco.net> $LANG_ENVCHECK is used by the new Hosting Environment Check page (/admin/envcheck.php) and is found in both English language files. It shouldn't be dropped or filtered out. Thanks for updating the pear packages. Tom -----Original Message----- From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Dirk Haun Sent: December-31-13 1:10 PM To: Geeklog Development Subject: Re: [geeklog-devel] Geeklog 2.1.0 Release Schedule Quick update: 1) I've fixed the problem with the "lm" script (that updates the language files) that caused bug #1729 (TOPIC_ALL_OPTION etc. ending up as strings instead of as constants). That should work now. In the future, when constants are used in the language files, they need to be added to lm.php. For now, it only supports constants in the $LANG_configselects arrays. That's all in the "lm" directory under http://project.geeklog.net/cgi-bin/hgwebdir.cgi/tools/ 2) I ran the "lm" script again. Everything seems to be working now and all the language files are up to date. The only differences I'm seeing are in the Japanese language file. Some are cosmetic (comments, whitespace). And there's a $LANG_ENVCHECK array that's not used in Geeklog. I guess that is for a geeklog.jp add-on? Not sure how to proceed. Should I check in the version that the script created? It would drop the $LANG_ENVCHECK and change some of the formatting of the source code (but not the content). 3) I've also updated the PEAR packages that we use. They are in http://project.geeklog.net/cgi-bin/hgwebdir.cgi/pear/ and are added to the release tarballs automatically. The nightly tarball already includes the latest updates. bye, Dirk -- http://www.themobilepresenter.com/ _______________________________________________ geeklog-devel mailing list geeklog-devel at lists.geeklog.net http://eight.pairlist.net/mailman/listinfo/geeklog-devel From geeklog at mystral-kk.net Tue Dec 31 17:47:33 2013 From: geeklog at mystral-kk.net (Kenji ITO) Date: Wed, 1 Jan 2014 07:47:33 +0900 (JST) Subject: [geeklog-devel] Geeklog 2.1.0 Release Schedule In-Reply-To: <37C52C42-5C98-48BE-A546-76D2A0F466A0@haun-online.de> References: <00b001ceecf9$aad80a20$00881e60$@cogeco.net> <37C52C42-5C98-48BE-A546-76D2A0F466A0@haun-online.de> Message-ID: <53390.203.189.105.202.1388530053.squirrel@www.s215.xrea.com> Dirk wrote: > 2) I ran the "lm" script again. Everything seems to be working now and all > the language files are up to date. The only differences I'm seeing are in > the Japanese language file. Some are cosmetic (comments, whitespace). And > there's a $LANG_ENVCHECK array that's not used in Geeklog. I guess that is > for a geeklog.jp add-on? > > Not sure how to proceed. Should I check in the version that the script > created? It would drop the $LANG_ENVCHECK and change some of the > formatting of the source code (but not the content). As for $LANG_ENVCHECK array, it IS found in english.php, english_utf-8.php and japanese_utf-8.php. Maybe the other language files are not synced? I hope other cosmetic things will be changed. -- Kenji ITO http://mystral-kk.net/