From dirk at haun-online.de Sun Sep 1 04:50:44 2013 From: dirk at haun-online.de (Dirk Haun) Date: Sun, 1 Sep 2013 10:50:44 +0200 Subject: [geeklog-devel] Geeklog 2.1.0 In-Reply-To: <007801cea253$03007530$09015f90$@cogeco.net> References: <007801cea253$03007530$09015f90$@cogeco.net> Message-ID: <1E9EFDC6-687E-43ED-A523-3D053FF324C1@haun-online.de> 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/ From websitemaster at cogeco.net Sun Sep 1 10:14:57 2013 From: websitemaster at cogeco.net (Tom) Date: Sun, 1 Sep 2013 10:14:57 -0400 Subject: [geeklog-devel] Geeklog 2.1.0 In-Reply-To: <1E9EFDC6-687E-43ED-A523-3D053FF324C1@haun-online.de> References: <007801cea253$03007530$09015f90$@cogeco.net> <1E9EFDC6-687E-43ED-A523-3D053FF324C1@haun-online.de> Message-ID: <017b01cea71d$a36134f0$ea239ed0$@cogeco.net> 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 From taharaxp at gmail.com Mon Sep 2 11:05:28 2013 From: taharaxp at gmail.com (Yoshinori Tahara) Date: Tue, 3 Sep 2013 00:05:28 +0900 Subject: [geeklog-devel] Issue in modern_curve/style.css.php Message-ID: Hi Tom, I found an issue in the modern_curve/style.css.php. Line 54: $path_html = $_CONF['path'] . 'public_html'; This line is hard-coded with 'public_html'. If a site administrator uses 'htdocs' instead of 'public_html', page will not display correctly. -- Yoshinori Tahara - dengen -------------- next part -------------- An HTML attachment was scrubbed... URL: From websitemaster at cogeco.net Mon Sep 2 12:07:48 2013 From: websitemaster at cogeco.net (Tom) Date: Mon, 2 Sep 2013 12:07:48 -0400 Subject: [geeklog-devel] Issue in modern_curve/style.css.php In-Reply-To: References: Message-ID: <004201cea7f6$9188d420$b49a7c60$@cogeco.net> Hi Dengen Yeah I have no way to get that info without including lib-common. I wonder if Geeklog should write that config value to siteconfig.php like we do for the path and path_system. That way I can grab it easier. Hmmm I just noticed modern curve doesn't display right with etag disabled, it should I will have to check on that as well. I also just notice that sitechonfig has $_CONF_FCK['imagelibrary'] = '/images/library'; set in it. Is this needed anymore with your new way of handling the advanced editors? Thanks Tom From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Yoshinori Tahara Sent: September-02-13 11:05 AM To: Geeklog Development Subject: [geeklog-devel] Issue in modern_curve/style.css.php Hi Tom, I found an issue in the modern_curve/style.css.php. Line 54: $path_html = $_CONF['path'] . 'public_html'; This line is hard-coded with 'public_html'. If a site administrator uses 'htdocs' instead of 'public_html', page will not display correctly. -- Yoshinori Tahara - dengen -------------- next part -------------- An HTML attachment was scrubbed... URL: From taharaxp at gmail.com Wed Sep 4 09:10:25 2013 From: taharaxp at gmail.com (Yoshinori Tahara) Date: Wed, 4 Sep 2013 22:10:25 +0900 Subject: [geeklog-devel] Issue in modern_curve/style.css.php In-Reply-To: <004201cea7f6$9188d420$b49a7c60$@cogeco.net> References: <004201cea7f6$9188d420$b49a7c60$@cogeco.net> Message-ID: 2013/9/3 Tom > I also just notice that sitechonfig has **** > > $_CONF_FCK['imagelibrary'] = '/images/library';**** > > set in it. Is this needed anymore with your new way of handling the > advanced editors?**** > I also noticed for the first time. It seems the config variable related to the File Manager (File Browser) that comes with the FCKEditor. If we continue to integrate the FCKEditor with Geeklog, it would be a necessary variable. Thanks -- Yoshinori Tahara - dengen -------------- next part -------------- An HTML attachment was scrubbed... URL: From taharaxp at gmail.com Wed Sep 4 10:13:27 2013 From: taharaxp at gmail.com (Yoshinori Tahara) Date: Wed, 4 Sep 2013 23:13:27 +0900 Subject: [geeklog-devel] Issue in modern_curve/style.css.php In-Reply-To: <004201cea7f6$9188d420$b49a7c60$@cogeco.net> References: <004201cea7f6$9188d420$b49a7c60$@cogeco.net> Message-ID: 2013/9/3 Tom > I wonder if Geeklog should write that config value to siteconfig.php like > we do for the path and path_system. That way I can grab it easier. > Sounds good for me. Do the risks not increase? -- Yoshinori Tahara - dengen -------------- next part -------------- An HTML attachment was scrubbed... URL: From websitemaster at cogeco.net Wed Sep 4 17:05:39 2013 From: websitemaster at cogeco.net (Tom) Date: Wed, 4 Sep 2013 17:05:39 -0400 Subject: [geeklog-devel] Issue in modern_curve/style.css.php In-Reply-To: References: <004201cea7f6$9188d420$b49a7c60$@cogeco.net> Message-ID: <008901cea9b2$82828df0$8787a9d0$@cogeco.net> Can't this sit in the functions.php or something for the FCKEditor? Tom From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Yoshinori Tahara Sent: September-04-13 9:10 AM To: Geeklog Development Subject: Re: [geeklog-devel] Issue in modern_curve/style.css.php 2013/9/3 Tom I also just notice that sitechonfig has $_CONF_FCK['imagelibrary'] = '/images/library'; set in it. Is this needed anymore with your new way of handling the advanced editors? I also noticed for the first time. It seems the config variable related to the File Manager (File Browser) that comes with the FCKEditor. If we continue to integrate the FCKEditor with Geeklog, it would be a necessary variable. Thanks -- Yoshinori Tahara - dengen -------------- next part -------------- An HTML attachment was scrubbed... URL: From websitemaster at cogeco.net Wed Sep 4 20:23:03 2013 From: websitemaster at cogeco.net (Tom) Date: Wed, 4 Sep 2013 20:23:03 -0400 Subject: [geeklog-devel] Issue in modern_curve/style.css.php In-Reply-To: References: <004201cea7f6$9188d420$b49a7c60$@cogeco.net> Message-ID: <000601cea9ce$1614ebb0$423ec310$@cogeco.net> Yeah, I realize after I wrote that message that siteconfig is read only after a Geeklog Install or upgrade. I need the following directories for style.css.php to work - public_html - layout - for location of theme and default theme - data - where to write the etag file Loading in lib-common is out of the question since it takes too long. Writing to site config is out of the question since it is read only and is accessible by the web. I could pass these variables to style.css.php in the url but that is a security risk as well. I can also determine the layout directory and public_html by doing something like this in style.css.php: // Set Path Variables $path_html = dirname(dirname(getcwd())); $path_themes = dirname(dirname(__FILE__)) . "/"; $path_layout = $path_themes . $theme . '/'; But I would still have to guess at the data directory so that is no help. I guess I could write these variables to another file located in $_CONF['path'] and then retrieve them from there since I can retrieve $_CONF['path'] from siteconfig.php. I guess the only real solution is to write the following config values on install (or when they are changed) to $_CONF['path'] and a file called path-config.php the following variables: $_CONF['path_html'] $_CONF['path_layout'] $_CONF['path_data] I can then retrieve them in the file style.css.php and then use the information to generate the css and the etag. Does anyone have a better solution? Tom From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Yoshinori Tahara Sent: September-04-13 10:13 AM To: Geeklog Development Subject: Re: [geeklog-devel] Issue in modern_curve/style.css.php 2013/9/3 Tom I wonder if Geeklog should write that config value to siteconfig.php like we do for the path and path_system. That way I can grab it easier. Sounds good for me. Do the risks not increase? -- Yoshinori Tahara - dengen -------------- next part -------------- An HTML attachment was scrubbed... URL: From niemans at nlbox.com Thu Sep 5 04:55:37 2013 From: niemans at nlbox.com (Niemans) Date: Thu, 5 Sep 2013 10:55:37 +0200 Subject: [geeklog-devel] Issue in modern_curve/style.css.php In-Reply-To: <000601cea9ce$1614ebb0$423ec310$@cogeco.net> References: <004201cea7f6$9188d420$b49a7c60$@cogeco.net> <000601cea9ce$1614ebb0$423ec310$@cogeco.net> Message-ID: <9E31B03B-CB74-4345-A0C5-4F1DA0D251C2@nlbox.com> make sure that the use of these paths is consistent (thru $_CONF) in all code and templates. Wim Op 5 sep. 2013, om 02:23 heeft Tom het volgende geschreven: > Yeah, I realize after I wrote that message that siteconfig is read only after a Geeklog Install or upgrade. > > I need the following directories for style.css.php to work > - public_html > - layout ? for location of theme and default theme > - data ? where to write the etag file > > Loading in lib-common is out of the question since it takes too long. Writing to site config is out of the question since it is read only and is accessible by the web. > > I could pass these variables to style.css.php in the url but that is a security risk as well. > > I can also determine the layout directory and public_html by doing something like this in style.css.php: > > // Set Path Variables > $path_html = dirname(dirname(getcwd())); > $path_themes = dirname(dirname(__FILE__)) . "/"; > $path_layout = $path_themes . $theme . '/'; > > But I would still have to guess at the data directory so that is no help. > > I guess I could write these variables to another file located in $_CONF['path'] and then retrieve them from there since I can retrieve $_CONF['path'] from siteconfig.php. > > I guess the only real solution is to write the following config values on install (or when they are changed) to $_CONF['path'] and a file called path-config.php the following variables: > > $_CONF['path_html'] > $_CONF['path_layout'] > $_CONF['path_data] > > I can then retrieve them in the file style.css.php and then use the information to generate the css and the etag. > > Does anyone have a better solution? > > Tom > > > > > From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf OfYoshinori Tahara > Sent: September-04-13 10:13 AM > To: Geeklog Development > Subject: Re: [geeklog-devel] Issue in modern_curve/style.css.php > > > 2013/9/3 Tom > I wonder if Geeklog should write that config value to siteconfig.php like we do for the path and path_system. That way I can grab it easier. > Sounds good for me. > Do the risks not increase? > > -- > Yoshinori Tahara - dengen > > _______________________________________________ > 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 Thu Sep 5 20:30:33 2013 From: websitemaster at cogeco.net (Tom) Date: Thu, 5 Sep 2013 20:30:33 -0400 Subject: [geeklog-devel] Issue in modern_curve/style.css.php In-Reply-To: <9E31B03B-CB74-4345-A0C5-4F1DA0D251C2@nlbox.com> References: <004201cea7f6$9188d420$b49a7c60$@cogeco.net> <000601cea9ce$1614ebb0$423ec310$@cogeco.net> <9E31B03B-CB74-4345-A0C5-4F1DA0D251C2@nlbox.com> Message-ID: <007201ceaa98$4cb60030$e6220090$@cogeco.net> And after checking it is not. L All the themes hardcode the "layout" part of the directory which can be changed under themes. It is used properly in lib-common for the physical path but it is then hardcoded for the url path. Dirk if you are listening.. is there any reason why we allow them to change the layout path anyways? It is a pain since we also have to generate a URL from the physical path (I guess by comparing it to public_html.) I almost want to remove this config option since I see no value in it. Does anyone else? Tom From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Niemans Sent: September-05-13 4:56 AM To: Geeklog Development Subject: Re: [geeklog-devel] Issue in modern_curve/style.css.php make sure that the use of these paths is consistent (thru $_CONF) in all code and templates. Wim Op 5 sep. 2013, om 02:23 heeft Tom het volgende geschreven: Yeah, I realize after I wrote that message that siteconfig is read only after a Geeklog Install or upgrade. I need the following directories for style.css.php to work - public_html - layout - for location of theme and default theme - data - where to write the etag file Loading in lib-common is out of the question since it takes too long. Writing to site config is out of the question since it is read only and is accessible by the web. I could pass these variables to style.css.php in the url but that is a security risk as well. I can also determine the layout directory and public_html by doing something like this in style.css.php: // Set Path Variables $path_html = dirname(dirname(getcwd())); $path_themes = dirname(dirname(__FILE__)) . "/"; $path_layout = $path_themes . $theme . '/'; But I would still have to guess at the data directory so that is no help. I guess I could write these variables to another file located in $_CONF['path'] and then retrieve them from there since I can retrieve $_CONF['path'] from siteconfig.php. I guess the only real solution is to write the following config values on install (or when they are changed) to $_CONF['path'] and a file called path-config.php the following variables: $_CONF['path_html'] $_CONF['path_layout'] $_CONF['path_data] I can then retrieve them in the file style.css.php and then use the information to generate the css and the etag. Does anyone have a better solution? Tom From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf OfYoshinori Tahara Sent: September-04-13 10:13 AM To: Geeklog Development Subject: Re: [geeklog-devel] Issue in modern_curve/style.css.php 2013/9/3 Tom I wonder if Geeklog should write that config value to siteconfig.php like we do for the path and path_system. That way I can grab it easier. Sounds good for me. Do the risks not increase? -- Yoshinori Tahara - dengen _______________________________________________ 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 ironmax at spacequad.com Fri Sep 6 12:53:46 2013 From: ironmax at spacequad.com (Michael Brusletten) Date: Fri, 6 Sep 2013 12:53:46 -0400 Subject: [geeklog-devel] geeklog-devel Digest, Vol 84, Issue 7 In-Reply-To: References: Message-ID: <55DAFD23F38E4C07AF910B005E09AB03@Node5> Yoshinori Tahara - dengen Please have a look at the geeklog forum thread at http://www.geeklog.net/forum/viewtopic.php?showtopic=95187 and then look at the demo site in all browser types to verify. While on the demo, check out the other themes for possible issues as well. Michael ---------------------------------------------------------------------- Message: 1 Date: Thu, 5 Sep 2013 20:30:33 -0400 From: "Tom" Subject: Re: [geeklog-devel] Issue in modern_curve/style.css.php To: "'Geeklog Development'" Message-ID: <007201ceaa98$4cb60030$e6220090$@cogeco.net> Content-Type: text/plain; charset="us-ascii" And after checking it is not. L All the themes hardcode the "layout" part of the directory which can be changed under themes. It is used properly in lib-common for the physical path but it is then hardcoded for the url path. Dirk if you are listening.. is there any reason why we allow them to change the layout path anyways? It is a pain since we also have to generate a URL from the physical path (I guess by comparing it to public_html.) I almost want to remove this config option since I see no value in it. Does anyone else? Tom From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Niemans Sent: September-05-13 4:56 AM To: Geeklog Development Subject: Re: [geeklog-devel] Issue in modern_curve/style.css.php make sure that the use of these paths is consistent (thru $_CONF) in all code and templates. Wim Op 5 sep. 2013, om 02:23 heeft Tom het volgende geschreven: Yeah, I realize after I wrote that message that siteconfig is read only after a Geeklog Install or upgrade. I need the following directories for style.css.php to work - public_html - layout - for location of theme and default theme - data - where to write the etag file Loading in lib-common is out of the question since it takes too long. Writing to site config is out of the question since it is read only and is accessible by the web. I could pass these variables to style.css.php in the url but that is a security risk as well. I can also determine the layout directory and public_html by doing something like this in style.css.php: // Set Path Variables $path_html = dirname(dirname(getcwd())); $path_themes = dirname(dirname(__FILE__)) . "/"; $path_layout = $path_themes . $theme . '/'; But I would still have to guess at the data directory so that is no help. I guess I could write these variables to another file located in $_CONF['path'] and then retrieve them from there since I can retrieve $_CONF['path'] from siteconfig.php. I guess the only real solution is to write the following config values on install (or when they are changed) to $_CONF['path'] and a file called path-config.php the following variables: $_CONF['path_html'] $_CONF['path_layout'] $_CONF['path_data] I can then retrieve them in the file style.css.php and then use the information to generate the css and the etag. Does anyone have a better solution? Tom From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf OfYoshinori Tahara Sent: September-04-13 10:13 AM To: Geeklog Development Subject: Re: [geeklog-devel] Issue in modern_curve/style.css.php 2013/9/3 Tom I wonder if Geeklog should write that config value to siteconfig.php like we do for the path and path_system. That way I can grab it easier. Sounds good for me. Do the risks not increase? -- Yoshinori Tahara - dengen _______________________________________________ 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: ------------------------------ _______________________________________________ geeklog-devel mailing list geeklog-devel at lists.geeklog.net http://eight.pairlist.net/mailman/listinfo/geeklog-devel End of geeklog-devel Digest, Vol 84, Issue 7 ******************************************** From dirk at haun-online.de Fri Sep 6 14:55:25 2013 From: dirk at haun-online.de (Dirk Haun) Date: Fri, 6 Sep 2013 20:55:25 +0200 Subject: [geeklog-devel] Issue in modern_curve/style.css.php In-Reply-To: <007201ceaa98$4cb60030$e6220090$@cogeco.net> References: <004201cea7f6$9188d420$b49a7c60$@cogeco.net> <000601cea9ce$1614ebb0$423ec310$@cogeco.net> <9E31B03B-CB74-4345-A0C5-4F1DA0D251C2@nlbox.com> <007201ceaa98$4cb60030$e6220090$@cogeco.net> Message-ID: Tom wrote: > Dirk if you are listening?. is there any reason why we allow them to change the layout path anyways? It is a pain since we also have to generate a URL from the physical path (I guess by comparing it to public_html?) > > I almost want to remove this config option since I see no value in it. Does anyone else? I agree that the way it's currently implemented doesn't make sense. And I can't think of a good reason for making it configurable (properly) either. I don't remember ever hearing about problems with the directory name. I don't think it would hurt to remove that config variable entirely. bye, Dirk -- http://www.themobilepresenter.com/ From websitemaster at cogeco.net Fri Sep 6 21:11:22 2013 From: websitemaster at cogeco.net (Tom) Date: Fri, 6 Sep 2013 21:11:22 -0400 Subject: [geeklog-devel] Issue in modern_curve/style.css.php In-Reply-To: References: <004201cea7f6$9188d420$b49a7c60$@cogeco.net> <000601cea9ce$1614ebb0$423ec310$@cogeco.net> <9E31B03B-CB74-4345-A0C5-4F1DA0D251C2@nlbox.com> <007201ceaa98$4cb60030$e6220090$@cogeco.net> Message-ID: <00e201ceab67$2a92fba0$7fb8f2e0$@cogeco.net> Okay I think I am going to remove it then unless anyone else suggests otherwise. 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-06-13 2:55 PM To: Geeklog Development Subject: Re: [geeklog-devel] Issue in modern_curve/style.css.php Tom wrote: > Dirk if you are listening.. is there any reason why we allow them to change the layout path anyways? It is a pain since we also have to generate a URL from the physical path (I guess by comparing it to public_html.) > > I almost want to remove this config option since I see no value in it. Does anyone else? I agree that the way it's currently implemented doesn't make sense. And I can't think of a good reason for making it configurable (properly) either. I don't remember ever hearing about problems with the directory name. I don't think it would hurt to remove that config variable entirely. 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 komma at ivywe.co.jp Sat Sep 7 10:24:32 2013 From: komma at ivywe.co.jp (=?ISO-2022-JP?B?GyRCOiM2cEUvO1IbKEI=?=) Date: Sat, 7 Sep 2013 23:24:32 +0900 Subject: [geeklog-devel] about Geeklog Message-ID: Hi Tom, Please tell me more about Geeklog. "Geeklog was originally developed for the Security Geeks web site" What is the Security Geeks web site? thanks. -- Ivy From websitemaster at cogeco.net Sat Sep 7 12:17:38 2013 From: websitemaster at cogeco.net (Tom) Date: Sat, 7 Sep 2013 12:17:38 -0400 Subject: [geeklog-devel] About Geeklog anmd Geeklog.net Message-ID: <012201ceabe5$c541fe20$4fc5fa60$@cogeco.net> Hi Ivy, http://wiki.geeklog.net/index.php/Who_made_Geeklog%3F Dirk would know more about this. Maybe he can answer the question (and we can use the info as well on our About Geeklog page in the future) On a side note... Information like this along with who the developers are, etc. is stuff I have wanted to add to Geeklog.net (http://wiki.geeklog.net/index.php/Geeklog.net_Redesign) for a while now. I also want to update the file management plugin to the Downloads plugin and add in Bens menu plugin. I was hoping to work on Geeklog.net this fall but I have had to take on another job which has limited my time greatly. Which means (for me at least) updates to Geeklog.net (beyond general maintenance stuff) is out. Any spare time I get I rather work on the Geeklog code. That being said is there anyone in the community (who has the expertise and the time) who would want to tackle updating Geeklog.net? If so just let Dirk and I know and we can talk more about it privately. Thanks Tom -----Original Message----- From: ???? [mailto:komma at ivywe.co.jp] Sent: September-07-13 10:25 AM To: Tom Cc: Geeklog Development Subject: about Geeklog Hi Tom, Please tell me more about Geeklog. "Geeklog was originally developed for the Security Geeks web site" What is the Security Geeks web site? thanks. -- Ivy From komma at ivywe.co.jp Sat Sep 7 13:28:58 2013 From: komma at ivywe.co.jp (=?ISO-2022-JP?B?GyRCOiM2cEUvO1IbKEI=?=) Date: Sun, 8 Sep 2013 02:28:58 +0900 Subject: [geeklog-devel] About Geeklog anmd Geeklog.net In-Reply-To: <012201ceabe5$c541fe20$4fc5fa60$@cogeco.net> References: <012201ceabe5$c541fe20$4fc5fa60$@cogeco.net> Message-ID: Hi Tom, Thanks! http://wiki.geeklog.net/index.php/Who_made_Geeklog%3F > SecurityGeeks and NewsGeeks websites What does it means? two site "SecurityGeeks" and "NewsGeeks" ? or some SecurityGeeks and NewsGeeks websites? > Core developers > > Dirk Haun > Blaine Lang > Tom > Sami > Tim Mystral-kk and Dengen there? > Information like this along with who the developers are, etc. is stuff I > have wanted to add to Geeklog.net > (http://wiki.geeklog.net/index.php/Geeklog.net_Redesign) for a while now. > > I also want to update the file management plugin to the Downloads plugin and > add in Bens menu plugin. Nice! Do you know custommenu plugin develloped by Dengen? Geeklog.jp use custommenu plugin. [image: ?????? 2] [image: ?????? 3] custommenu plugin included in Japanese package. calendarjp plugin, too. able to use advanced editor. http://www.geeklog.jp/downloads/index.php/geeklog-2.0.0-extended-jp-1.0 > I was hoping to work on Geeklog.net this fall but I have had to take on > another job which has limited my time greatly. Which means (for me at least) > updates to Geeklog.net (beyond general maintenance stuff) is out. Any spare > time I get I rather work on the Geeklog code. > > That being said is there anyone in the community (who has the expertise and > the time) who would want to tackle updating Geeklog.net? If so just let Dirk > and I know and we can talk more about it privately. Thank you. but sorry, I can't. -- Ivy -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 100893 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 50360 bytes Desc: not available URL: From dirk at haun-online.de Sat Sep 7 13:56:54 2013 From: dirk at haun-online.de (Dirk Haun) Date: Sat, 7 Sep 2013 19:56:54 +0200 Subject: [geeklog-devel] About Geeklog anmd Geeklog.net In-Reply-To: <012201ceabe5$c541fe20$4fc5fa60$@cogeco.net> References: <012201ceabe5$c541fe20$4fc5fa60$@cogeco.net> Message-ID: Tom wrote: > http://wiki.geeklog.net/index.php/Who_made_Geeklog%3F > > Dirk would know more about this. Maybe he can answer the question (and we > can use the info as well on our About Geeklog page in the future) That was even before my time :) As far as I know, back in 2000 or thereabouts, Jason Whittenburg wanted to create 2 websites, Security Geeks and News Geeks (I don't even know their original URLs) and was looking for a CMS. When he couldn't find one that he liked, he went on to write his own - what eventually became Geeklog (actually, if you check the very end of public_html/docs/history, there's an entry that refers to another CMS, phpWebLog, which Geeklog seems to have borrowed some code from). Geeklog's security focus also dates back to those days. After all, how can you run a site about IT security if the CMS running that site is not secure? When Jason moved on (handing Geeklog over to Tony Bibbs), he also sold those two sites. I don't know what happened to them, but I don't think they're still operational. Thus ends today's (incomplete) history lesson :) HTH bye, Dirk -- http://www.themobilepresenter.com/ From websitemaster at cogeco.net Sat Sep 7 14:12:58 2013 From: websitemaster at cogeco.net (Tom) Date: Sat, 7 Sep 2013 14:12:58 -0400 Subject: [geeklog-devel] Geeklog OAuth Logins Working In-Reply-To: <016001cea6b1$4146bc20$c3d43460$@cogeco.net> References: <016001cea6b1$4146bc20$c3d43460$@cogeco.net> Message-ID: <013201ceabf5$e2052bd0$a60f8370$@cogeco.net> Okay the Facebook OAuth login method is now working perfectly. The OAuth class now uses the pear HTTP/Request2 .php library for downloading the picture since Facebook Graph was sending us a redirect to the url of the picture. Request2 can handle redirections. So this means all OAuth methods should now be working - Facebook Login - Twitter Login - LinkedIn Login - Google Login - Microsoft Login (or Live Login) - Yahoo Login - Re-synch of user account (found in My Account) using each of the above login methods BTW the OAuth library we are using supports the following OAuth servers: Bitbucket, Box.net, Disqus, Dropbox, Eventful, Facebook, Fitbit, Flickr, Foursquare, github, Google, Instagram, LinkedIn, Microsoft, RightSignature, Salesforce, Scoop.it, StockTwits, SurveyMonkey, Tumblr, Twitter, XING and Yahoo. So more OAuth login methods can be added to Geeklog, it would just mean adding in the appropriate Geeklog config values, images, and updating our wrapper class oauthhelper.class.php Tom -----Original Message----- From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom Sent: August-31-13 9:19 PM To: 'Geeklog Development' Subject: [geeklog-devel] Geeklog OAuth Logins Working Okay Yahoo is now working perfectly. As long as the attribute has public permissions we can retrieve the information. So the following should be working - Facebook Login (except photo not being pulled in for some reason) - Twitter Login - LinkedIn Login - Google Login - Microsoft Login (or Live Login) - Yahoo Login - Re-synch of user account (found in My Account) using each of the above login methods I still need to fix the Facebook Photo and I would appreciate if someone can re-test things (and update the wiki with instructions). I did update the wiki slightly to include the location of where you can create the app to retrieve the client id and secret for each OAuth Method. http://wiki.geeklog.net/index.php/OAuth Thanks Tom -----Original Message----- From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom Sent: August-28-13 9:43 PM To: 'Geeklog Development' Subject: Re: [geeklog-devel] Geeklog OAuth Logins I have just tested the Microsoft Login it works fine but I did find a bug where I missed adding the Config Validation for the 3 new oauth methods which prevented the Microsoft Client Key from saving as a string (it saved as a number). It is now fixed. Tom -----Original Message----- From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom Sent: August-25-13 1:56 AM To: 'Geeklog Development' Subject: [geeklog-devel] Geeklog OAuth Logins FYI I have merged the OAuth stuff into HEAD since I got most of it working now. Depending on what the OAuth Provider supports, Oauth version 1.0, 1.0a, or 2.0 is used. Things still needing work: - Microsoft Login has not been tested - Facebook profile image doesn't always seem to get transferred - Yahoo login doesn't work yet and a mysql error is the result due to missing data when a user account is created since the scope has not been defined (what data we want from Yahoo) Things already tested but could be tested again by someone else: - Facebook Login - Twitter Login - LinkedIn Login - Google Login - Re-synch of user account (found in My Account) using each of the above login methods Anyone who wants to test the OAuth Logins or wants to take a crack at working on the Yahoo stuff is more than welcome too. Our wiki page also needs updated to let people know how to get the ids and secrets from each of the providers (http://wiki.geeklog.net/index.php/OAuth) :-) Oh yes, I almost forgot you can change the type of buttons used for OAuth logins by updating the template file loginform_oauth.html. All you need to do is just uncomment which type you want (buttons with icons or just straight image buttons) 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 Sat Sep 7 14:47:38 2013 From: komma at ivywe.co.jp (=?ISO-2022-JP?B?GyRCOiM2cEUvO1IbKEI=?=) Date: Sun, 8 Sep 2013 03:47:38 +0900 Subject: [geeklog-devel] About Geeklog anmd Geeklog.net In-Reply-To: References: <012201ceabe5$c541fe20$4fc5fa60$@cogeco.net> Message-ID: Dirk, Thank you for the detailed explanation! -- Ivy 2013/9/8 Dirk Haun : > Tom wrote: > >> http://wiki.geeklog.net/index.php/Who_made_Geeklog%3F >> >> Dirk would know more about this. Maybe he can answer the question (and we >> can use the info as well on our About Geeklog page in the future) > > > That was even before my time :) > > As far as I know, back in 2000 or thereabouts, Jason Whittenburg wanted to create 2 websites, Security Geeks and News Geeks (I don't even know their original URLs) and was looking for a CMS. When he couldn't find one that he liked, he went on to write his own - what eventually became Geeklog (actually, if you check the very end of public_html/docs/history, there's an entry that refers to another CMS, phpWebLog, which Geeklog seems to have borrowed some code from). > > Geeklog's security focus also dates back to those days. After all, how can you run a site about IT security if the CMS running that site is not secure? > > When Jason moved on (handing Geeklog over to Tony Bibbs), he also sold those two sites. I don't know what happened to them, but I don't think they're still operational. > > Thus ends today's (incomplete) history lesson :) > > HTH > > bye, Dirk From greg.gillis at sillig.com Sun Sep 8 09:42:50 2013 From: greg.gillis at sillig.com (Greg Gillis) Date: Sun, 8 Sep 2013 08:42:50 -0500 Subject: [geeklog-devel] About Geeklog anmd Geeklog.net In-Reply-To: References: <012201ceabe5$c541fe20$4fc5fa60$@cogeco.net> Message-ID: For a snapshot of the pages you can use the following links: http://web.archive.org/web/20000615000000*/http://securitygeeks.com http://web.archive.org/web/20000601000000*/http://newsgeeks.com http://web.archive.org/web/20000815202426/http://www.newsgeeks.com/ Here is an early geeklog.newsgeeks.com page http://web.archive.org/web/20000815202436/http://geeklog.newsgeeks.com/ Regards, Greg On Sat, Sep 7, 2013 at 1:47 PM, ???? wrote: > Dirk, > > Thank you for the detailed explanation! > > -- > Ivy > > 2013/9/8 Dirk Haun : > > Tom wrote: > > > >> http://wiki.geeklog.net/index.php/Who_made_Geeklog%3F > >> > >> Dirk would know more about this. Maybe he can answer the question (and > we > >> can use the info as well on our About Geeklog page in the future) > > > > > > That was even before my time :) > > > > As far as I know, back in 2000 or thereabouts, Jason Whittenburg wanted > to create 2 websites, Security Geeks and News Geeks (I don't even know > their original URLs) and was looking for a CMS. When he couldn't find one > that he liked, he went on to write his own - what eventually became Geeklog > (actually, if you check the very end of public_html/docs/history, there's > an entry that refers to another CMS, phpWebLog, which Geeklog seems to have > borrowed some code from). > > > > Geeklog's security focus also dates back to those days. After all, how > can you run a site about IT security if the CMS running that site is not > secure? > > > > When Jason moved on (handing Geeklog over to Tony Bibbs), he also sold > those two sites. I don't know what happened to them, but I don't think > they're still operational. > > > > Thus ends today's (incomplete) history lesson :) > > > > HTH > > > > bye, Dirk > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > -- Greg Gillis Webmaster www.sillig.com Microsoft Certified Professional Network+ Certified Professional A+ Certified Professional This email message is for the sole use of the intended recipient(s) and may contain confidential, proprietary and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: From websitemaster at cogeco.net Sun Sep 8 11:24:09 2013 From: websitemaster at cogeco.net (Tom) Date: Sun, 8 Sep 2013 11:24:09 -0400 Subject: [geeklog-devel] About Geeklog anmd Geeklog.net In-Reply-To: References: <012201ceabe5$c541fe20$4fc5fa60$@cogeco.net> Message-ID: <019501ceaca7$7732fff0$6598ffd0$@cogeco.net> Thanks for the links Greg. On your last link there is a To Do list which gave me a small chuckle! Future - To Do List ------------------- - Comment moderation - Troll and flame checking - Email Story Importer - Sub Topics and Sections It only took Geeklog 13 years but we finally got Sub Topics ;-) Tom From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Greg Gillis Sent: September-08-13 9:43 AM To: Geeklog Development Subject: Re: [geeklog-devel] About Geeklog anmd Geeklog.net For a snapshot of the pages you can use the following links: http://web.archive.org/web/20000615000000*/http://securitygeeks.com http://web.archive.org/web/20000601000000*/http://newsgeeks.com http://web.archive.org/web/20000815202426/http://www.newsgeeks.com/ Here is an early geeklog.newsgeeks.com page http://web.archive.org/web/20000815202436/http://geeklog.newsgeeks.com/ Regards, Greg On Sat, Sep 7, 2013 at 1:47 PM, ???? wrote: Dirk, Thank you for the detailed explanation! -- Ivy 2013/9/8 Dirk Haun : > Tom wrote: > >> http://wiki.geeklog.net/index.php/Who_made_Geeklog%3F >> >> Dirk would know more about this. Maybe he can answer the question (and we >> can use the info as well on our About Geeklog page in the future) > > > That was even before my time :) > > As far as I know, back in 2000 or thereabouts, Jason Whittenburg wanted to create 2 websites, Security Geeks and News Geeks (I don't even know their original URLs) and was looking for a CMS. When he couldn't find one that he liked, he went on to write his own - what eventually became Geeklog (actually, if you check the very end of public_html/docs/history, there's an entry that refers to another CMS, phpWebLog, which Geeklog seems to have borrowed some code from). > > Geeklog's security focus also dates back to those days. After all, how can you run a site about IT security if the CMS running that site is not secure? > > When Jason moved on (handing Geeklog over to Tony Bibbs), he also sold those two sites. I don't know what happened to them, but I don't think they're still operational. > > Thus ends today's (incomplete) history lesson :) > > HTH > > bye, Dirk _______________________________________________ geeklog-devel mailing list geeklog-devel at lists.geeklog.net http://eight.pairlist.net/mailman/listinfo/geeklog-devel -- Greg Gillis Webmaster www.sillig.com Microsoft Certified Professional Network+ Certified Professional A+ Certified Professional This email message is for the sole use of the intended recipient(s) and may contain confidential, proprietary and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: From komma at ivywe.co.jp Sun Sep 8 11:36:07 2013 From: komma at ivywe.co.jp (=?ISO-2022-JP?B?GyRCOiM2cEUvO1IbKEI=?=) Date: Mon, 9 Sep 2013 00:36:07 +0900 Subject: [geeklog-devel] About Geeklog anmd Geeklog.net In-Reply-To: <019501ceaca7$7732fff0$6598ffd0$@cogeco.net> References: <012201ceabe5$c541fe20$4fc5fa60$@cogeco.net> <019501ceaca7$7732fff0$6598ffd0$@cogeco.net> Message-ID: Hi Greg, Thanks for the links! Tom, mystral-kk use "Kenji ITO", now. http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/ -- Ivy 2013/9/9 Tom : > Thanks for the links Greg. > > > > On your last link there is a To Do list which gave me a small chuckle! > > > > Future - To Do List > > ------------------- > > - Comment moderation > > - Troll and flame checking > > - Email Story Importer > > - Sub Topics and Sections > > > > > > It only took Geeklog 13 years but we finally got Sub Topics ;-) > > > > Tom > > > > From: geeklog-devel-bounces at lists.geeklog.net > [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Greg Gillis > Sent: September-08-13 9:43 AM > To: Geeklog Development > Subject: Re: [geeklog-devel] About Geeklog anmd Geeklog.net > > > > For a snapshot of the pages you can use the following links: > > > > http://web.archive.org/web/20000615000000*/http://securitygeeks.com > > > > http://web.archive.org/web/20000601000000*/http://newsgeeks.com > > > > http://web.archive.org/web/20000815202426/http://www.newsgeeks.com/ > > > > Here is an early geeklog.newsgeeks.com page > > http://web.archive.org/web/20000815202436/http://geeklog.newsgeeks.com/ > > > > Regards, > > > > Greg > > > > > > On Sat, Sep 7, 2013 at 1:47 PM, ???? wrote: > > Dirk, > > Thank you for the detailed explanation! > > -- > Ivy > > 2013/9/8 Dirk Haun : > >> Tom wrote: >> >>> http://wiki.geeklog.net/index.php/Who_made_Geeklog%3F >>> >>> Dirk would know more about this. Maybe he can answer the question (and >>> we >>> can use the info as well on our About Geeklog page in the future) >> >> >> That was even before my time :) >> >> As far as I know, back in 2000 or thereabouts, Jason Whittenburg wanted to >> create 2 websites, Security Geeks and News Geeks (I don't even know their >> original URLs) and was looking for a CMS. When he couldn't find one that he >> liked, he went on to write his own - what eventually became Geeklog >> (actually, if you check the very end of public_html/docs/history, there's an >> entry that refers to another CMS, phpWebLog, which Geeklog seems to have >> borrowed some code from). >> >> Geeklog's security focus also dates back to those days. After all, how can >> you run a site about IT security if the CMS running that site is not secure? >> >> When Jason moved on (handing Geeklog over to Tony Bibbs), he also sold >> those two sites. I don't know what happened to them, but I don't think >> they're still operational. >> >> Thus ends today's (incomplete) history lesson :) >> >> HTH >> >> bye, Dirk > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > > > > > > -- > Greg Gillis > Webmaster www.sillig.com > > Microsoft Certified Professional > Network+ Certified Professional > A+ Certified Professional > > This email message is for the sole use of the intended recipient(s) and may > contain confidential, proprietary and privileged information. Any > unauthorized review, use, disclosure or distribution is prohibited. If you > are not the intended recipient, please contact the sender by reply email and > destroy all copies of the original message. Thank you > > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > From niemans at nlbox.com Sun Sep 8 12:12:16 2013 From: niemans at nlbox.com (Niemans) Date: Sun, 8 Sep 2013 18:12:16 +0200 Subject: [geeklog-devel] Geeklog OAuth Logins Working In-Reply-To: <013201ceabf5$e2052bd0$a60f8370$@cogeco.net> References: <016001cea6b1$4146bc20$c3d43460$@cogeco.net> <013201ceabf5$e2052bd0$a60f8370$@cogeco.net> Message-ID: <43FFD434-940D-4F51-8D04-70BC53DD84CC@nlbox.com> There is a issue when the oAuth login does not copy the email address from the oAuth server. It would be nice that those logins would protect the users privacy by disabling the email options in the account. See http://project.geeklog.net/tracking/view.php?id=1659 Wim Op 7 sep. 2013, om 20:12 heeft Tom het volgende geschreven: > Okay the Facebook OAuth login method is now working perfectly. The OAuth > class now uses the pear HTTP/Request2 .php library for downloading the > picture since Facebook Graph was sending us a redirect to the url of the > picture. Request2 can handle redirections. > > So this means all OAuth methods should now be working > > - Facebook Login > - Twitter Login > - LinkedIn Login > - Google Login > - Microsoft Login (or Live Login) > - Yahoo Login > - Re-synch of user account (found in My Account) using each of the above > login methods > > BTW the OAuth library we are using supports the following OAuth servers: > > Bitbucket, Box.net, Disqus, Dropbox, Eventful, Facebook, Fitbit, Flickr, > Foursquare, github, Google, Instagram, LinkedIn, Microsoft, RightSignature, > Salesforce, Scoop.it, StockTwits, SurveyMonkey, Tumblr, Twitter, XING and > Yahoo. > > So more OAuth login methods can be added to Geeklog, it would just mean > adding in the appropriate Geeklog config values, images, and updating our > wrapper class oauthhelper.class.php > > Tom > > -----Original Message----- > From: geeklog-devel-bounces at lists.geeklog.net > [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom > Sent: August-31-13 9:19 PM > To: 'Geeklog Development' > Subject: [geeklog-devel] Geeklog OAuth Logins Working > > Okay Yahoo is now working perfectly. As long as the attribute has public > permissions we can retrieve the information. > > So the following should be working > > - Facebook Login (except photo not being pulled in for some reason) > - Twitter Login > - LinkedIn Login > - Google Login > - Microsoft Login (or Live Login) > - Yahoo Login > - Re-synch of user account (found in My Account) using each of the above > login methods > > I still need to fix the Facebook Photo and I would appreciate if someone can > re-test things (and update the wiki with instructions). I did update the > wiki slightly to include the location of where you can create the app to > retrieve the client id and secret for each OAuth Method. > > http://wiki.geeklog.net/index.php/OAuth > > Thanks > > Tom > > > -----Original Message----- > From: geeklog-devel-bounces at lists.geeklog.net > [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom > Sent: August-28-13 9:43 PM > To: 'Geeklog Development' > Subject: Re: [geeklog-devel] Geeklog OAuth Logins > > I have just tested the Microsoft Login it works fine but I did find a bug > where I missed adding the Config Validation for the 3 new oauth methods > which prevented the Microsoft Client Key from saving as a string (it saved > as a number). It is now fixed. > > Tom > > -----Original Message----- > From: geeklog-devel-bounces at lists.geeklog.net > [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom > Sent: August-25-13 1:56 AM > To: 'Geeklog Development' > Subject: [geeklog-devel] Geeklog OAuth Logins > > FYI > > I have merged the OAuth stuff into HEAD since I got most of it working now. > Depending on what the OAuth Provider supports, Oauth version 1.0, 1.0a, or > 2.0 is used. > > Things still needing work: > > - Microsoft Login has not been tested > - Facebook profile image doesn't always seem to get transferred > - Yahoo login doesn't work yet and a mysql error is the result due to > missing data when a user account is created since the scope has not been > defined (what data we want from Yahoo) > > Things already tested but could be tested again by someone else: > > - Facebook Login > - Twitter Login > - LinkedIn Login > - Google Login > - Re-synch of user account (found in My Account) using each of the above > login methods > > Anyone who wants to test the OAuth Logins or wants to take a crack at > working on the Yahoo stuff is more than welcome too. Our wiki page also > needs updated to let people know how to get the ids and secrets from each > of the providers (http://wiki.geeklog.net/index.php/OAuth) :-) > > Oh yes, I almost forgot you can change the type of buttons used for OAuth > logins by updating the template file loginform_oauth.html. All you need to > do is just uncomment which type you want (buttons with icons or just > straight image buttons) > > 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 > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > From komma at ivywe.co.jp Wed Sep 11 14:56:20 2013 From: komma at ivywe.co.jp (=?ISO-2022-JP?B?GyRCOiM2cEUvO1IbKEI=?=) Date: Thu, 12 Sep 2013 03:56:20 +0900 Subject: [geeklog-devel] About Geeklog logo Message-ID: Dirk, Who made Geeklog logo? When? What is the meaning? download logo and character data page: http://www.geeklog.jp/downloads/index.php/105 -- Ivy -------------- next part -------------- An HTML attachment was scrubbed... URL: From dirk at haun-online.de Wed Sep 11 15:32:36 2013 From: dirk at haun-online.de (Dirk Haun) Date: Wed, 11 Sep 2013 21:32:36 +0200 Subject: [geeklog-devel] About Geeklog logo In-Reply-To: References: Message-ID: <45E8818E-9595-4D34-BC9C-67642218C74E@haun-online.de> Ivy, > Who made Geeklog logo? > When? > What is the meaning? There's a (very) short history of the Geeklog logo on the wiki: http://wiki.geeklog.net/index.php/Geeklog_logo Does that help? There's not much of a meaning here. The stack of papers or documents is a reference to "CMS" (content = documents, management = held together by a paperclip). bye, Dirk -- http://www.themobilepresenter.com/ From komma at ivywe.co.jp Wed Sep 11 23:20:33 2013 From: komma at ivywe.co.jp (=?ISO-2022-JP?B?GyRCOiM2cEUvO1IbKEI=?=) Date: Thu, 12 Sep 2013 12:20:33 +0900 Subject: [geeklog-devel] About Geeklog logo In-Reply-To: <45E8818E-9595-4D34-BC9C-67642218C74E@haun-online.de> References: <45E8818E-9595-4D34-BC9C-67642218C74E@haun-online.de> Message-ID: Dirk, Thanks! It's interesting. -- Ivy 2013/9/12 Dirk Haun > Ivy, > > > Who made Geeklog logo? > > When? > > What is the meaning? > > There's a (very) short history of the Geeklog logo on the wiki: > > http://wiki.geeklog.net/index.php/Geeklog_logo > > Does that help? > > There's not much of a meaning here. The stack of papers or documents is a > reference to "CMS" (content = documents, management = held together by a > paperclip). > > 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 Sat Sep 14 10:12:50 2013 From: websitemaster at cogeco.net (Tom) Date: Sat, 14 Sep 2013 10:12:50 -0400 Subject: [geeklog-devel] GSOC Message-ID: <009501ceb154$7f084260$7d18c720$@cogeco.net> Any updates on the GSOC project? Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: From b.ttalic at gmail.com Sat Sep 14 11:01:29 2013 From: b.ttalic at gmail.com (Benjamin Talic) Date: Sat, 14 Sep 2013 17:01:29 +0200 Subject: [geeklog-devel] GSOC In-Reply-To: <009501ceb154$7f084260$7d18c720$@cogeco.net> References: <009501ceb154$7f084260$7d18c720$@cogeco.net> Message-ID: Hi Tom, The project is still under construction. Dirk is currently reviewing my latest work while I am working on the "final" piece - remote submissions, submitting translations from other Geeklog instances to the main Geeklog database. Ben On Sat, Sep 14, 2013 at 4:12 PM, Tom wrote: > Any updates on the GSOC project?**** > > ** ** > > Tom**** > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > > -- Regards, Benjamin home: http://summergeeek.blogspot.com/ nvandgsoc.blogspot.com skype: benjamintalic -------------- next part -------------- An HTML attachment was scrubbed... URL: From niemans at nlbox.com Mon Sep 16 10:50:15 2013 From: niemans at nlbox.com (Niemans) Date: Mon, 16 Sep 2013 16:50:15 +0200 Subject: [geeklog-devel] [private] Geeklog Caching Template Library Question In-Reply-To: <00be01cea2be$07d7eb40$1787c1c0$@cogeco.net> References: <00be01cea2be$07d7eb40$1787c1c0$@cogeco.net> Message-ID: <42BE7D2F-7D96-47F1-96C6-9F7C8E88C274@nlbox.com> Hello Tom, i'm emailing privately since I feel my questions are dumb. Nevertheless I need a answer. My understanding was always that I could set a tvar to a filename, which is taken by the class to read in as a template. Maybe I missed some php logic somehow that exactly did this, before parsing. With the Caching Template I feel still the same, reading the wiki page. Than, second, the loops and whiles suggest me that you can process several blocks with distinct values. So, have a block for the several adresses, have a block for the several email adresses....and so on. Previously this was done in php: get address, parse block, get next address, parse block. Unless the template class is able to receive a value as array (to be used in the repeat logic). Am I wrong? Wim From b.ttalic at gmail.com Fri Sep 20 06:19:43 2013 From: b.ttalic at gmail.com (Benjamin Talic) Date: Fri, 20 Sep 2013 12:19:43 +0200 Subject: [geeklog-devel] GSOC In-Reply-To: References: <009501ceb154$7f084260$7d18c720$@cogeco.net> Message-ID: Hi guys, I am proud to say that the plugin is 'done'. There are features which are not implemented jet, but I am more than willing to continue working on this after GSoC if over. For now there is a version which can be used. Giving the time frame and the challenges faced along the way it is my opinion that something really nice is produced here. I just finished doing the wiki pages for documentation and added the docs folder to the plugin. If the plugin is able to serve it's purpose I will be adding new features (as recommended on this mailing list) soon, otherwise I will fix what needs to be fixed. If it turns out that the plugin is useless,which I do not think is the case I am willing to build it bottom-up again. For now the code can be found: http://project.geeklog.net/cgi-bin/hgwebdir.cgi/gsoc-2013-btalic/summary User documentation: http://wiki.geeklog.net/index.php/Crowdsourcing_Translations Developer Documentation: http://wiki.geeklog.net/index.php/Crowdsourcing_Translations/Developer_Documentation -- Regards, Benjamin home: http://summergeeek.blogspot.com/ nvandgsoc.blogspot.com skype: benjamintalic -------------- next part -------------- An HTML attachment was scrubbed... URL: From websitemaster at cogeco.net Fri Sep 20 19:21:27 2013 From: websitemaster at cogeco.net (Tom) Date: Fri, 20 Sep 2013 19:21:27 -0400 Subject: [geeklog-devel] GSOC In-Reply-To: References: <009501ceb154$7f084260$7d18c720$@cogeco.net> Message-ID: <03bc01ceb658$218dc700$64a95500$@cogeco.net> That is great Benjamin. Thanks for your continued hard work. I can't wait to try it out this weekend. Once I do I will offer some feedback. >> If it turns out that the plugin is useless,which I do not think is the case I am willing to build it bottom-up again. I highly doubt that it is. Dirk, Ben do you think it is at the stage where we can try it out on Geeklog.net? Tom From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Benjamin Talic Sent: September-20-13 6:20 AM To: Geeklog Development Subject: Re: [geeklog-devel] GSOC Hi guys, I am proud to say that the plugin is 'done'. There are features which are not implemented jet, but I am more than willing to continue working on this after GSoC if over. For now there is a version which can be used. Giving the time frame and the challenges faced along the way it is my opinion that something really nice is produced here. I just finished doing the wiki pages for documentation and added the docs folder to the plugin. If the plugin is able to serve it's purpose I will be adding new features (as recommended on this mailing list) soon, otherwise I will fix what needs to be fixed. If it turns out that the plugin is useless,which I do not think is the case I am willing to build it bottom-up again. For now the code can be found: http://project.geeklog.net/cgi-bin/hgwebdir.cgi/gsoc-2013-btalic/summary User documentation: http://wiki.geeklog.net/index.php/Crowdsourcing_Translations Developer Documentation: http://wiki.geeklog.net/index.php/Crowdsourcing_Translations/Developer_Docum entation -- Regards, Benjamin home: http://summergeeek.blogspot.com/ nvandgsoc.blogspot.com skype: benjamintalic -------------- next part -------------- An HTML attachment was scrubbed... URL: From b.ttalic at gmail.com Sat Sep 21 08:13:38 2013 From: b.ttalic at gmail.com (Benjamin Talic) Date: Sat, 21 Sep 2013 14:13:38 +0200 Subject: [geeklog-devel] GSOC In-Reply-To: <03bc01ceb658$218dc700$64a95500$@cogeco.net> References: <009501ceb154$7f084260$7d18c720$@cogeco.net> <03bc01ceb658$218dc700$64a95500$@cogeco.net> Message-ID: >From what my testing has shown there is no reason we could not try it. The plugin does no permanent changes to Geeklog, as the previous version did. Worst case scenario you will have to uninstall it. And from what my testing on a remote server has shown it also does not interfere much with the page loading time. >Thanks for your continued hard work It was my pleasure :) Ben On Sat, Sep 21, 2013 at 1:21 AM, Tom wrote: > That is great Benjamin.**** > > ** ** > > Thanks for your continued hard work.**** > > ** ** > > I can?t wait to try it out this weekend. Once I do I will offer some > feedback.**** > > ** ** > > >> If it turns out that the plugin is useless,which I do not think is the > case I am willing to build it bottom-up again.**** > > ** ** > > I highly doubt that it is.**** > > ** ** > > Dirk, Ben do you think it is at the stage where we can try it out on > Geeklog.net?**** > > ** ** > > Tom**** > > ** ** > > *From:* geeklog-devel-bounces at lists.geeklog.net [mailto: > geeklog-devel-bounces at lists.geeklog.net] *On Behalf Of *Benjamin Talic > *Sent:* September-20-13 6:20 AM > *To:* Geeklog Development > *Subject:* Re: [geeklog-devel] GSOC**** > > ** ** > > Hi guys, > > I am proud to say that the plugin is 'done'. There are features which are > not implemented jet, but I am more than willing to continue working on this > after GSoC if over. For now there is a version which can be used. > Giving the time frame and the challenges faced along the way it is my > opinion that something really nice is produced here. > I just finished doing the wiki pages for documentation and added the docs > folder to the plugin. > > If the plugin is able to serve it's purpose I will be adding new features > (as recommended on this mailing list) soon, otherwise I will fix what needs > to be fixed. If it turns out that the plugin is useless,which I do not > think is the case I am willing to build it bottom-up again. > > For now the code can be found: > http://project.geeklog.net/cgi-bin/hgwebdir.cgi/gsoc-2013-btalic/summary** > ** > > User documentation: > http://wiki.geeklog.net/index.php/Crowdsourcing_Translations**** > > Developer Documentation: > http://wiki.geeklog.net/index.php/Crowdsourcing_Translations/Developer_Documentation > **** > > ** ** > > -- **** > > Regards,**** > > Benjamin**** > > ** ** > > ** ** > > home: http://summergeeek.blogspot.com/ nvandgsoc.blogspot.com*** > * > > skype: benjamintalic**** > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > > -- Regards, Benjamin home: http://summergeeek.blogspot.com/ nvandgsoc.blogspot.com skype: benjamintalic -------------- next part -------------- An HTML attachment was scrubbed... URL: From websitemaster at cogeco.net Sat Sep 21 10:42:10 2013 From: websitemaster at cogeco.net (Tom) Date: Sat, 21 Sep 2013 10:42:10 -0400 Subject: [geeklog-devel] GSOC In-Reply-To: References: <009501ceb154$7f084260$7d18c720$@cogeco.net> <03bc01ceb658$218dc700$64a95500$@cogeco.net> Message-ID: <03f301ceb6d8$c10a1e20$431e5a60$@cogeco.net> Just a note to others if you are trying the crowdsourcing translator plugin you will need to make sure the plugin directories are named "crowdtranslator". Dirk, we should add a post to Geeklog.net about Ben's contribution and accomplishment. Hi Ben, First of all nicely done. I really like the features and everything seems to work at first try out of the box (I didn't actually do a remote submission though). This will be a great way to get some more language translations. I have wrote done a few feature ideas and bug fixes I hope you will consider in the next update. Features - Plugin Support - Most important feature request (and a big one) - Allow plugins to be translated and remote submitted. This option will be appreciated by a number of plugin developers. The forum is in need of some fresh translations and even the Crowd Translator plugin could use it J - Second most important feature request - Instead of using a block to show the translations which doesn't have the width maybe use a jquery dialog. After the user selects the language in the Translator block they could click a link to open the dialog. The items to be translated could be loaded into it. This way the user can resize it and move it around the page if need be. On each page the user goes to the position and size of the jquery dialog would be remembered. This could also allow you to translate pages that don't have blocks enabled like the Geeklog Configuration. - Tooltips for buttons like highlight - A way to search for or jump down to something you want to translate - Add a link in the plugin admin interface to the wiki docs Bugs - Once I selected a language in the block I could not change it to something else it just kept going back to the first language - In the Geeklog Configuration crowdtranslator should be Crowd Translator - Error reported in Translator Block on Translator Submission page (09/21/13 10:24:27 - - 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `translation_id`='2'' at line 1 in C:\inetpub\GeeklogWork\public_html\crowdtranslator\lib-translator.php:1012. SQL in question: SELECT `sign` FROM gl_votes WHERE `user_id` = AND `translation_id`='2') - Admin Pages should look similar to other plugin admin pages (missing header with title, icon, menu links and descriptions . see staticpage plugin) - Guidelines I took a look a bit at the code as well. The main thing I would suggest here is to use template files. For example on the admin page you have html and text hardcoded in the page. The html should be in a template that you would load in. Related to this is the use of COM_siteHeader and COM_siteFooter. You should be using COM_createHTMLDocument as these other functions are being depreciated. You can see examples of the use of this function as well as template files in core and the core plugins Thanks again Ben Tom From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Benjamin Talic Sent: September-21-13 8:14 AM To: Geeklog Development Subject: Re: [geeklog-devel] GSOC >From what my testing has shown there is no reason we could not try it. The plugin does no permanent changes to Geeklog, as the previous version did. Worst case scenario you will have to uninstall it. And from what my testing on a remote server has shown it also does not interfere much with the page loading time. >Thanks for your continued hard work It was my pleasure :) Ben On Sat, Sep 21, 2013 at 1:21 AM, Tom wrote: That is great Benjamin. Thanks for your continued hard work. I can't wait to try it out this weekend. Once I do I will offer some feedback. >> If it turns out that the plugin is useless,which I do not think is the case I am willing to build it bottom-up again. I highly doubt that it is. Dirk, Ben do you think it is at the stage where we can try it out on Geeklog.net? Tom From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Benjamin Talic Sent: September-20-13 6:20 AM To: Geeklog Development Subject: Re: [geeklog-devel] GSOC Hi guys, I am proud to say that the plugin is 'done'. There are features which are not implemented jet, but I am more than willing to continue working on this after GSoC if over. For now there is a version which can be used. Giving the time frame and the challenges faced along the way it is my opinion that something really nice is produced here. I just finished doing the wiki pages for documentation and added the docs folder to the plugin. If the plugin is able to serve it's purpose I will be adding new features (as recommended on this mailing list) soon, otherwise I will fix what needs to be fixed. If it turns out that the plugin is useless,which I do not think is the case I am willing to build it bottom-up again. For now the code can be found: http://project.geeklog.net/cgi-bin/hgwebdir.cgi/gsoc-2013-btalic/summary User documentation: http://wiki.geeklog.net/index.php/Crowdsourcing_Translations Developer Documentation: http://wiki.geeklog.net/index.php/Crowdsourcing_Translations/Developer_Docum entation -- Regards, Benjamin home: http://summergeeek.blogspot.com/ nvandgsoc.blogspot.com skype: benjamintalic _______________________________________________ geeklog-devel mailing list geeklog-devel at lists.geeklog.net http://eight.pairlist.net/mailman/listinfo/geeklog-devel -- Regards, Benjamin home: http://summergeeek.blogspot.com/ nvandgsoc.blogspot.com skype: benjamintalic -------------- next part -------------- An HTML attachment was scrubbed... URL: From b.ttalic at gmail.com Sat Sep 21 12:26:42 2013 From: b.ttalic at gmail.com (Benjamin Talic) Date: Sat, 21 Sep 2013 18:26:42 +0200 Subject: [geeklog-devel] GSOC In-Reply-To: <03f301ceb6d8$c10a1e20$431e5a60$@cogeco.net> References: <009501ceb154$7f084260$7d18c720$@cogeco.net> <03bc01ceb658$218dc700$64a95500$@cogeco.net> <03f301ceb6d8$c10a1e20$431e5a60$@cogeco.net> Message-ID: Hi Tom, glad you like it. Let me first address the bugs. >Once I selected a language in the block I could not change it to something else it just kept going back to the >first language This should only prevent you from "choosing" a empty string as the language, but I will take a look at this. > **Error reported in Translator Block on Translator Submissio... This is a new one for me, this will be fixed ASAP but please send me an private email with a bit more data about what you translated since for now I am not able to create this. As for features > **Plugin Support This has been our goal all along, the basic structure to support it is there,but before adding more complexity I wanted to make sure everything works as it should. As for the other features I completely agree, and will add them. Thank you for the feedback and then kind words :) Ben On Sat, Sep 21, 2013 at 4:42 PM, Tom wrote: > Just a note to others if you are trying the crowdsourcing translator > plugin you will need to make sure the plugin directories are named > ?crowdtranslator?.**** > > ** ** > > Dirk, we should add a post to Geeklog.net about Ben?s contribution and > accomplishment.**** > > ** ** > > Hi Ben,**** > > ** ** > > First of all nicely done. I really like the features and everything seems > to work at first try out of the box (I didn?t actually do a remote > submission though). This will be a great way to get some more language > translations.**** > > ** ** > > I have wrote done a few feature ideas and bug fixes I hope you will > consider in the next update.**** > > ** ** > > Features**** > > ** ** > > **- **Plugin Support - Most important feature request (and a big > one) - Allow plugins to be translated and remote submitted. This option > will be appreciated by a number of plugin developers. The forum is in need > of some fresh translations and even the Crowd Translator plugin could use > it J **** > > **- **Second most important feature request - Instead of using a > block to show the translations which doesn?t have the width maybe use a > jquery dialog. After the user selects the language in the Translator block > they could click a link to open the dialog. The items to be translated > could be loaded into it. This way the user can resize it and move it around > the page if need be. On each page the user goes to the position and size of > the jquery dialog would be remembered. This could also allow you to > translate pages that don?t have blocks enabled like the Geeklog > Configuration.**** > > **- **Tooltips for buttons like highlight **** > > **- **A way to search for or jump down to something you want to > translate **** > > **- **Add a link in the plugin admin interface to the wiki docs* > *** > > ** ** > > ** ** > > Bugs**** > > **- **Once I selected a language in the block I could not change > it to something else it just kept going back to the first language**** > > **- **In the Geeklog Configuration crowdtranslator should be > Crowd Translator**** > > **- **Error reported in Translator Block on Translator > Submission page (09/21/13 10:24:27 - - 1064: You have an error in your SQL > syntax; check the manual that corresponds to your MySQL server version for > the right syntax to use near 'AND `translation_id`='2'' at line 1 in > C:\inetpub\GeeklogWork\public_html\crowdtranslator\lib-translator.php:1012. > SQL in question: SELECT `sign` FROM gl_votes WHERE `user_id` = AND > `translation_id`='2')**** > > **- **Admin Pages should look similar to other plugin admin > pages (missing header with title, icon, menu links and descriptions ? see > staticpage plugin)**** > > **- **Guidelines**** > > ** ** > > I took a look a bit at the code as well. The main thing I would suggest > here is to use template files. For example on the admin page you have html > and text hardcoded in the page. The html should be in a template that you > would load in. Related to this is the use of COM_siteHeader and > COM_siteFooter. You should be using COM_createHTMLDocument as these other > functions are being depreciated. You can see examples of the use of this > function as well as template files in core and the core plugins**** > > ** ** > > Thanks again Ben**** > > ** ** > > Tom**** > > ** ** > > ** ** > > ** ** > > ** ** > > *From:* geeklog-devel-bounces at lists.geeklog.net [mailto: > geeklog-devel-bounces at lists.geeklog.net] *On Behalf Of *Benjamin Talic > *Sent:* September-21-13 8:14 AM > > *To:* Geeklog Development > *Subject:* Re: [geeklog-devel] GSOC**** > > ** ** > > From what my testing has shown there is no reason we could not try it.**** > > The plugin does no permanent changes to Geeklog, as the previous version > did. > Worst case scenario you will have to uninstall it. > And from what my testing on a remote server has shown it also does not > interfere much with the page loading time. > > >Thanks for your continued hard work**** > > It was my pleasure :)**** > > > Ben**** > > ** ** > > On Sat, Sep 21, 2013 at 1:21 AM, Tom wrote:**** > > That is great Benjamin.**** > > **** > > Thanks for your continued hard work.**** > > **** > > I can?t wait to try it out this weekend. Once I do I will offer some > feedback.**** > > **** > > >> If it turns out that the plugin is useless,which I do not think is the > case I am willing to build it bottom-up again.**** > > **** > > I highly doubt that it is.**** > > **** > > Dirk, Ben do you think it is at the stage where we can try it out on > Geeklog.net?**** > > **** > > Tom**** > > **** > > *From:* geeklog-devel-bounces at lists.geeklog.net [mailto: > geeklog-devel-bounces at lists.geeklog.net] *On Behalf Of *Benjamin Talic > *Sent:* September-20-13 6:20 AM > *To:* Geeklog Development > *Subject:* Re: [geeklog-devel] GSOC**** > > **** > > Hi guys, > > I am proud to say that the plugin is 'done'. There are features which are > not implemented jet, but I am more than willing to continue working on this > after GSoC if over. For now there is a version which can be used. > Giving the time frame and the challenges faced along the way it is my > opinion that something really nice is produced here. > I just finished doing the wiki pages for documentation and added the docs > folder to the plugin. > > If the plugin is able to serve it's purpose I will be adding new features > (as recommended on this mailing list) soon, otherwise I will fix what needs > to be fixed. If it turns out that the plugin is useless,which I do not > think is the case I am willing to build it bottom-up again. > > For now the code can be found: > http://project.geeklog.net/cgi-bin/hgwebdir.cgi/gsoc-2013-btalic/summary** > ** > > User documentation: > http://wiki.geeklog.net/index.php/Crowdsourcing_Translations**** > > Developer Documentation: > http://wiki.geeklog.net/index.php/Crowdsourcing_Translations/Developer_Documentation > **** > > **** > > -- **** > > Regards,**** > > Benjamin**** > > **** > > **** > > home: http://summergeeek.blogspot.com/ nvandgsoc.blogspot.com*** > * > > skype: benjamintalic**** > > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel**** > > > > **** > > ** ** > > -- **** > > Regards,**** > > Benjamin**** > > ** ** > > ** ** > > home: http://summergeeek.blogspot.com/ nvandgsoc.blogspot.com*** > * > > skype: benjamintalic**** > > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > > -- Regards, Benjamin home: http://summergeeek.blogspot.com/ nvandgsoc.blogspot.com skype: benjamintalic -------------- next part -------------- An HTML attachment was scrubbed... URL: From websitemaster at cogeco.net Fri Sep 27 07:22:48 2013 From: websitemaster at cogeco.net (Tom) Date: Fri, 27 Sep 2013 07:22:48 -0400 Subject: [geeklog-devel] Geeklog 2.1.0 In-Reply-To: <017b01cea71d$a36134f0$ea239ed0$@cogeco.net> References: <007801cea253$03007530$09015f90$@cogeco.net> <1E9EFDC6-687E-43ED-A523-3D053FF324C1@haun-online.de> <017b01cea71d$a36134f0$ea239ed0$@cogeco.net> Message-ID: <019601cebb73$e5caf640$b160e2c0$@cogeco.net> 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 From ironmax at spacequad.com Fri Sep 27 22:29:41 2013 From: ironmax at spacequad.com (Michael Brusletten) Date: Fri, 27 Sep 2013 22:29:41 -0400 Subject: [geeklog-devel] Demo site(s) upgrade versions In-Reply-To: References: Message-ID: <59D79780C8E14038A9986E33FAF66BEA@Node5> Currently we have versions 1.8.2 and 2.0.0 running on the demo sites. When 2.1.0 comes out, do we drop demo support for 1.8.2? Or do we upgrade 2.0.0 to 2.1.0? Questions, comments or posers welcomed. Michael From websitemaster at cogeco.net Sat Sep 28 09:02:08 2013 From: websitemaster at cogeco.net (Tom) Date: Sat, 28 Sep 2013 09:02:08 -0400 Subject: [geeklog-devel] Demo site(s) upgrade versions In-Reply-To: <59D79780C8E14038A9986E33FAF66BEA@Node5> References: <59D79780C8E14038A9986E33FAF66BEA@Node5> Message-ID: <023801cebc4a$f08edf60$d1ac9e20$@cogeco.net> Geeklog 2.0.0 demo site should be upgraded to 2.1.0. I think we should still probably keep the demo site for Geeklog 1.8.2 since some plugins still require this version but by the following release we could drop it. Tom -----Original Message----- From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Michael Brusletten Sent: September-27-13 10:30 PM To: geeklog-devel at lists.geeklog.net Subject: [geeklog-devel] Demo site(s) upgrade versions Currently we have versions 1.8.2 and 2.0.0 running on the demo sites. When 2.1.0 comes out, do we drop demo support for 1.8.2? Or do we upgrade 2.0.0 to 2.1.0? Questions, comments or posers welcomed. Michael _______________________________________________ geeklog-devel mailing list geeklog-devel at lists.geeklog.net http://eight.pairlist.net/mailman/listinfo/geeklog-devel From cordiste at free.fr Mon Sep 30 16:43:38 2013 From: cordiste at free.fr (cordiste) Date: Mon, 30 Sep 2013 22:43:38 +0200 Subject: [geeklog-devel] Geeklog.net - File Management Plugin In-Reply-To: References: <035001ce5e5f$04171a10$0c454e30$@cogeco.net> <2A9B11A5-D6CA-43B8-B22A-F05C418ADC92@haun-online.de> <036401ce5ed3$2e95c240$8bc146c0$@cogeco.net> Message-ID: When I switched to dowloads plugin, in my .htaccessfile I wrote: Redirect permanent /filemgmt /downloads Ben 2013/6/1 Yoshinori Tahara : > > Dirk wrote: > >> But I guess the file ids would also change? >> I.e. File Management file 42 would not be same as Downloads file 42. >> If that's the case, it would make a switchover a lot harder. > > URL of File Management file 42: > http://www.geeklog.net/filemgmt/index.php/42 > > URL of Downloads file 42 after conversion: > http://www.geeklog.net/downloads/index.php/42 > > URL rewriting will be relatively easy. > > > > Tom wrote: > >> If there is a quick fix with regexps and SQL requests that would be >> great but Dengen would have to answer if the ids are the same. >> Autotags have been used so those would have to be converted over as well. > > IDs of the numeric type are converted to the string type. > It is the same as the parameter of URLs and autotags. > So, we will be able to create a conversion script. > > dengen > > > 2013/6/1 Tom >> >> Another change as you mentioned previously is the changes to your hack >> that >> automatically submits the file for a new Geeklog version. >> >> >> >> I don't care too much about incoming links - we could at least redirect >> them to the index page of the Downloads plugin and let visitors search >> from >> >> there. I care a little more about the links all over geeklog.net, >> >> though. >> >> We could do the same for both (or maybe direct them to a static page >> explaining the change with a link to the new download page and some of >> the >> more important files) and then slowly go through the articles >> (staticpages, >> comments, forum posts, faq) over time (newest to oldest). If there is a >> quick fix with regexps and SQL requests that would be great but Dengen >> would >> have to answer if the ids are the same. Autotags have been used so those >> would have to be converted over as well. >> >> I also think the files stored need a bit of cleaning. Once the conversion >> is >> complete we may want to consider updating the categories and removing some >> of the files that are really old and not useful anymore (I am thinking >> mainly of the Amplitude CMS, Add-ons here Converters, Hacks, >> Translations). >> >> We also may need to group the files together by project manually as I >> doubt >> the import function can do this. >> >> Some of the real old articles also should be reviewed anyways. A number of >> them have broken images and file links. >> >> I just thought of something that would probably save some time in the long >> run. If the IDs do not match up a better solution would be to maybe update >> the script file to modify any file management links and autotags found in >> articles (staticpages, comments, forum posts, faq) as the file management >> files are updated to downloads files. >> >> 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: June-01-13 9:14 AM >> To: Geeklog Development >> Subject: Re: [geeklog-devel] Geeklog.net - File Management Plugin >> >> Tom wrote: >> >> > What are your plans with the file management plugin on Geeklog.net? >> >> since the original File Management plugin is no longer under active >> development (and neither are its forks), it would make sense to switch to >> the Download plugin, which is maintained (and has an import function). >> >> Things to consider: Since the URLs are not compatible - how much do we >> care >> about those? >> >> I don't care too much about incoming links - we could at least redirect >> them >> to the index page of the Downloads plugin and let visitors search from >> there. I care a little more about the links all over geeklog.net, though. >> >> So my question is: How easy would it be to fix those? They're certainly >> not >> all using autotags (which were a late addition to the plugin), but that >> could probably be fixed with a few regexps and SQL requests. >> >> But I guess the file ids would also change? I.e. File Management file 42 >> would not be same as Downloads file 42. If that's the case, it would make >> a >> switchover a lot harder. We currently have 669 files in the File >> Management >> plugin. Fixing all those links manually would be a pain. >> >> So what exactly does the import function of the Downloads plugin do? Is >> there a way to hook into it and maybe create some conversion code? >> >> 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 cordiste at free.fr Mon Sep 30 16:49:02 2013 From: cordiste at free.fr (cordiste) Date: Mon, 30 Sep 2013 22:49:02 +0200 Subject: [geeklog-devel] So ... In-Reply-To: <046f01ce612b$5834b3e0$089e1ba0$@cogeco.net> References: <20130604093212.Horde.0FBIcC4iUo6in3sw1ZgCJQ8@webmail.df.eu> <046f01ce612b$5834b3e0$089e1ba0$@cogeco.net> Message-ID: Today nobody use openid in France. Many use facebook, some use twitter, few use linkedin. Some will enjoy to use google account. Ben 2013/6/4 Tom : > It is probably something we should really consider. With everyone having a > Facebook and Twitter account now OpenId really has fallen by the wayside. > Does anyone use it anymore? > > Also how about Live Journal, etc..? > > 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: June-04-13 3:32 AM > To: 'Geeklog Development' > Subject: [geeklog-devel] So ... > > Should we, too? > > https://twitter.com/Dries/status/341726669930909696 > > 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 >