From websitemaster at cogeco.net Wed Apr 2 20:56:01 2014 From: websitemaster at cogeco.net (Tom) Date: Wed, 2 Apr 2014 20:56:01 -0400 Subject: [geeklog-devel] Next Geeklog Version - Feature Ideas In-Reply-To: References: <031d01cf4c2d$2dc75070$8955f150$@cogeco.net> <596EA234-28E5-4D30-A353-6726BFC535A9@nlbox.com> Message-ID: <04bf01cf4ed7$7c21aa70$7464ff50$@cogeco.net> Some good ideas 1. Yes some sort of comments admin list and editor would be helpful. 2. I agree. A lot of staticpages are not really static anymore. Maybe default the name to "page" with the ability to have 301 redirects from the old "staticpage" directory. I would still want the ability to keep the directory name staticpage for my older sites (or other names if someone desires). Would have to figure out the best way to do this though. The other idea here would be to introduce into Geeklog Core some sort of php routing framework like Klein (https://github.com/chriso/klein.php). The staticpage plugin could make use of it and we could eventually add topics, articles, etc... 3. Not sure exactly what you mean here. Are you looking just to update the modified files from a previous version? 4. The configuration has a data filter. I wonder if we can update it to make use of it somehow? It allows custom filters ( like number ranges, email, paths, etc). I am sure there are open source filter classes for sanitizing and validating maybe one of those would meet Geeklogs needs. There is even a PHP filter extension. We would have to look into this one further. Tom -----Original Message----- From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of cordiste Sent: March-31-14 9:22 AM To: Geeklog Development Subject: Re: [geeklog-devel] Next Geeklog Version - Feature Ideas Hi, Here are my top feature requests: 1. An admin page for comments, with comments list, delete and edition links will be helpfull. 2. Rename staticpages plugin to pages plugin or allow name customisation for the folder public_html/staticpages 3. A tool to check files from a geeklog install to get list of modified files, files that are not part of the distribution... 4. A function to filter submitted variable like /** * Filters submitted variables * * Uses geeklog functions to filter submitted variables for illegal content. Any editing is * done in place and no value is returned * * @param array $vars associative array of variable name => type (type in (number,alpha,text,html)) * @param array &$arr reference to associative array of variable name => value */ function paypal_filterVars($vars, &$arr) { // cycle through each variable applying the appropriate filter foreach ($vars as $var => $type) { switch ($type) { case 'number': $arr[$var] = COM_applyFilter($arr[$var], true); break; case 'html': $arr[$var] = COM_checkHTML($arr[$var], 'paypal.admin'); break; case 'text': $arr[$var] = htmlspecialchars(strip_tags(COM_stripslashes($arr[$var]))); break; case 'alpha': default: $arr[$var] = COM_applyFilter($arr[$var], false); break; } } } Maybe we could also publish a story on geeklog.net to ask ideas to the community and publish a poll with the 10 or 20 big ideas. Ben 2014-03-31 10:57 GMT+02:00 Wim Niemans : > > Needs that exist, not knowing if, or when yes, how they are implemented: > > - proper handling of ajax requests > - a generic template (like there is for a glPlugin) for REST api's > > - generic exception class > - proper exception handler > > - resource class for javaScript and stylesheets, integrated in a > extensionable page class > > - language class wrapper to access language array's in a multi language environment. > > - better config class: add xPath capabilities > > - add invitations (to fight spammer registrations) > - add a system Glossary (may pick up the glossary plugin) > > - support microFormats: vcf, ics, foaf, .... > > So far, so good. The following feature is highest on my list, but a huge workload: introduce accounts. > GL supports users, userGroups and accessRights. The feature has a linux look and feel and allows for read/write access configuration per user, group, 'members' and anonymous. The state of the art is very, very good. > The proposal is to add accounts (as a security and privacy measure). The idea is that a user (a human, not a bot), is just a user and that there is a different principal (the account) that is allowed to use the system. Though it resemble userGroups, it is not the same. > In order to use the system, there is a account created; this account has a owner, and manages the access rights. > New users must 'subscribe' to a account and the account owner can allow users to 'subscribe'. > Extrema are a installation with one account and a installation where every user has a different account. Both display backward compatibility, but need extra code in core. > Having accounts allows for deleting a certain user without loosing content. User are offered private content to share with their own, private, community. Several admin features will go in account scope. > Having accounts wil eliminate spamming since spam will be encapsulated into a account. > If ever GL moves into document management or stories will become documents, account are a must-have. > > If there are more interested developers four this feature, I am willing to set up a discussion to have the specs worked out. I've done this before (with a LDAP at it's heart), but it was java. > > Wim > > On 30 Mar 2014, at 17:31, Tom wrote: > >> >> What does everyone want to see in the next version of Geeklog? >> >> Ideas I have so far: >> >> - Create a page class (see pagination discussion) >> - Cleanup of Core >> - Drop support of COM_SiteHeader, COM_SiteFooter (means a >> number of popular plugins will have to get updated) >> - Drop support for LDAP and Live Journal authentication >> - Drop support for MSSQL / PGSQL ??? (One, both or none) >> - HTML 5 theme (if added drop old Professional theme) >> - Integrate GSOC Calendar project (Ben??) >> - Including the Menu Plugin with Geeklog distributions >> - Plugin Repository GSOC project >> >> These are just some of my ideas to open up a discussion on what we >> want and can accomplish. Anyone have any other ideas or comments on mine? >> >> Based on the outcome of this discussion I will update our poor >> unutilized Roadmap page :-) >> http://wiki.geeklog.net/index.php/Proposed_Roadmap >> >> 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 websitemaster at cogeco.net Sun Apr 6 09:29:50 2014 From: websitemaster at cogeco.net (Tom) Date: Sun, 6 Apr 2014 09:29:50 -0400 Subject: [geeklog-devel] Geeklog.net Testing Message-ID: <05c701cf519c$49604e30$dc20ea90$@cogeco.net> I have re-enabled template caching on Geeklog.net. The "1" shouldn't appear again but if anyone notices something amiss let me know. I have enabled caching of the Resources block and the Geeklog 2.1.0 Beta 1 featured story. If the bug is still a problem then these items may disappear. Thanks Tom From cordiste at free.fr Thu Apr 10 09:34:02 2014 From: cordiste at free.fr (cordiste) Date: Thu, 10 Apr 2014 15:34:02 +0200 Subject: [geeklog-devel] Next Geeklog Version - Feature Ideas In-Reply-To: <04bf01cf4ed7$7c21aa70$7464ff50$@cogeco.net> References: <031d01cf4c2d$2dc75070$8955f150$@cogeco.net> <596EA234-28E5-4D30-A353-6726BFC535A9@nlbox.com> <04bf01cf4ed7$7c21aa70$7464ff50$@cogeco.net> Message-ID: About a tool to check files from a geeklog install: the idea is to make sure that folders where geeklog is installed are clean. Sometimes hackers put new files or they get to edit files. So if we could check all files once a day by the geeklog internal cron, we could identify new files or modified files and limit abuses. Ben 2014-04-03 2:56 GMT+02:00 Tom : > Some good ideas > > 1. Yes some sort of comments admin list and editor would be helpful. > > 2. I agree. A lot of staticpages are not really static anymore. Maybe > default the name to "page" with the ability to have 301 redirects from the > old "staticpage" directory. I would still want the ability to keep the > directory name staticpage for my older sites (or other names if someone > desires). Would have to figure out the best way to do this though. The other > idea here would be to introduce into Geeklog Core some sort of php routing > framework like Klein (https://github.com/chriso/klein.php). The staticpage > plugin could make use of it and we could eventually add topics, articles, > etc... > > 3. Not sure exactly what you mean here. Are you looking just to update the > modified files from a previous version? > > 4. The configuration has a data filter. I wonder if we can update it to > make use of it somehow? It allows custom filters ( like number ranges, > email, paths, etc). > I am sure there are open source filter classes for sanitizing and validating > maybe one of those would meet Geeklogs needs. There is even a PHP filter > extension. We would have to look into this one further. > > Tom > -----Original Message----- > From: geeklog-devel-bounces at lists.geeklog.net > [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of cordiste > Sent: March-31-14 9:22 AM > To: Geeklog Development > Subject: Re: [geeklog-devel] Next Geeklog Version - Feature Ideas > > Hi, > > Here are my top feature requests: > > 1. An admin page for comments, with comments list, delete and edition links > will be helpfull. > 2. Rename staticpages plugin to pages plugin or allow name customisation for > the folder public_html/staticpages 3. A tool to check files from a geeklog > install to get list of modified files, files that are not part of the > distribution... > 4. A function to filter submitted variable like > > /** > * Filters submitted variables > * > * Uses geeklog functions to filter submitted variables for illegal content. > Any editing is > * done in place and no value is returned > * > * @param array $vars associative array of variable name => type (type in > (number,alpha,text,html)) > * @param array &$arr reference to associative array of variable name => > value */ function paypal_filterVars($vars, &$arr) { > // cycle through each variable applying the appropriate filter > foreach ($vars as $var => $type) { > switch ($type) { > case 'number': > $arr[$var] = COM_applyFilter($arr[$var], true); > break; > > case 'html': > $arr[$var] = COM_checkHTML($arr[$var], 'paypal.admin'); > break; > > case 'text': > $arr[$var] = > htmlspecialchars(strip_tags(COM_stripslashes($arr[$var]))); > break; > > case 'alpha': > default: > $arr[$var] = COM_applyFilter($arr[$var], false); > break; > } > } > } > > > Maybe we could also publish a story on geeklog.net to ask ideas to the > community and publish a poll with the 10 or 20 big ideas. > > Ben > > 2014-03-31 10:57 GMT+02:00 Wim Niemans : >> >> Needs that exist, not knowing if, or when yes, how they are implemented: >> >> - proper handling of ajax requests >> - a generic template (like there is for a glPlugin) for REST api's >> >> - generic exception class >> - proper exception handler >> >> - resource class for javaScript and stylesheets, integrated in a >> extensionable page class >> >> - language class wrapper to access language array's in a multi language > environment. >> >> - better config class: add xPath capabilities >> >> - add invitations (to fight spammer registrations) >> - add a system Glossary (may pick up the glossary plugin) >> >> - support microFormats: vcf, ics, foaf, .... >> >> So far, so good. The following feature is highest on my list, but a huge > workload: introduce accounts. >> GL supports users, userGroups and accessRights. The feature has a linux > look and feel and allows for read/write access configuration per user, > group, 'members' and anonymous. The state of the art is very, very good. >> The proposal is to add accounts (as a security and privacy measure). The > idea is that a user (a human, not a bot), is just a user and that there is a > different principal (the account) that is allowed to use the system. Though > it resemble userGroups, it is not the same. >> In order to use the system, there is a account created; this account has a > owner, and manages the access rights. >> New users must 'subscribe' to a account and the account owner can allow > users to 'subscribe'. >> Extrema are a installation with one account and a installation where every > user has a different account. Both display backward compatibility, but need > extra code in core. >> Having accounts allows for deleting a certain user without loosing > content. User are offered private content to share with their own, private, > community. Several admin features will go in account scope. >> Having accounts wil eliminate spamming since spam will be encapsulated > into a account. >> If ever GL moves into document management or stories will become > documents, account are a must-have. >> >> If there are more interested developers four this feature, I am willing to > set up a discussion to have the specs worked out. I've done this before > (with a LDAP at it's heart), but it was java. >> >> Wim >> >> On 30 Mar 2014, at 17:31, Tom wrote: >> >>> >>> What does everyone want to see in the next version of Geeklog? >>> >>> Ideas I have so far: >>> >>> - Create a page class (see pagination discussion) >>> - Cleanup of Core >>> - Drop support of COM_SiteHeader, COM_SiteFooter (means a >>> number of popular plugins will have to get updated) >>> - Drop support for LDAP and Live Journal authentication >>> - Drop support for MSSQL / PGSQL ??? (One, both or none) >>> - HTML 5 theme (if added drop old Professional theme) >>> - Integrate GSOC Calendar project (Ben??) >>> - Including the Menu Plugin with Geeklog distributions >>> - Plugin Repository GSOC project >>> >>> These are just some of my ideas to open up a discussion on what we >>> want and can accomplish. Anyone have any other ideas or comments on mine? >>> >>> Based on the outcome of this discussion I will update our poor >>> unutilized Roadmap page :-) >>> http://wiki.geeklog.net/index.php/Proposed_Roadmap >>> >>> 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 niemans at nlbox.com Thu Apr 10 10:31:07 2014 From: niemans at nlbox.com (Wim Niemans) Date: Thu, 10 Apr 2014 16:31:07 +0200 Subject: [geeklog-devel] Next Geeklog Version - Feature Ideas In-Reply-To: References: <031d01cf4c2d$2dc75070$8955f150$@cogeco.net> <596EA234-28E5-4D30-A353-6726BFC535A9@nlbox.com> <04bf01cf4ed7$7c21aa70$7464ff50$@cogeco.net> Message-ID: <4C127BD5-2F1F-42A7-8169-B7F13E0379D5@nlbox.com> This sounds like the usage of puppet. http://puppetlabs.com/puppet/puppet-open-source It all starts with a proper manifest. The biq Q is how to assemble such. On 10 Apr 2014, at 15:34, cordiste wrote: > About a tool to check files from a geeklog install: > the idea is to make sure that folders where geeklog is installed are > clean. Sometimes hackers put new files or they get to edit files. So > if we could check all files once a day by the geeklog internal cron, > we could identify new files or modified files and limit abuses. > > Ben > > > 2014-04-03 2:56 GMT+02:00 Tom : >> Some good ideas >> >> 1. Yes some sort of comments admin list and editor would be helpful. >> >> 2. I agree. A lot of staticpages are not really static anymore. Maybe >> default the name to "page" with the ability to have 301 redirects from the >> old "staticpage" directory. I would still want the ability to keep the >> directory name staticpage for my older sites (or other names if someone >> desires). Would have to figure out the best way to do this though. The other >> idea here would be to introduce into Geeklog Core some sort of php routing >> framework like Klein (https://github.com/chriso/klein.php). The staticpage >> plugin could make use of it and we could eventually add topics, articles, >> etc... >> >> 3. Not sure exactly what you mean here. Are you looking just to update the >> modified files from a previous version? >> >> 4. The configuration has a data filter. I wonder if we can update it to >> make use of it somehow? It allows custom filters ( like number ranges, >> email, paths, etc). >> I am sure there are open source filter classes for sanitizing and validating >> maybe one of those would meet Geeklogs needs. There is even a PHP filter >> extension. We would have to look into this one further. >> >> Tom >> -----Original Message----- >> From: geeklog-devel-bounces at lists.geeklog.net >> [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of cordiste >> Sent: March-31-14 9:22 AM >> To: Geeklog Development >> Subject: Re: [geeklog-devel] Next Geeklog Version - Feature Ideas >> >> Hi, >> >> Here are my top feature requests: >> >> 1. An admin page for comments, with comments list, delete and edition links >> will be helpfull. >> 2. Rename staticpages plugin to pages plugin or allow name customisation for >> the folder public_html/staticpages 3. A tool to check files from a geeklog >> install to get list of modified files, files that are not part of the >> distribution... >> 4. A function to filter submitted variable like >> >> /** >> * Filters submitted variables >> * >> * Uses geeklog functions to filter submitted variables for illegal content. >> Any editing is >> * done in place and no value is returned >> * >> * @param array $vars associative array of variable name => type (type in >> (number,alpha,text,html)) >> * @param array &$arr reference to associative array of variable name => >> value */ function paypal_filterVars($vars, &$arr) { >> // cycle through each variable applying the appropriate filter >> foreach ($vars as $var => $type) { >> switch ($type) { >> case 'number': >> $arr[$var] = COM_applyFilter($arr[$var], true); >> break; >> >> case 'html': >> $arr[$var] = COM_checkHTML($arr[$var], 'paypal.admin'); >> break; >> >> case 'text': >> $arr[$var] = >> htmlspecialchars(strip_tags(COM_stripslashes($arr[$var]))); >> break; >> >> case 'alpha': >> default: >> $arr[$var] = COM_applyFilter($arr[$var], false); >> break; >> } >> } >> } >> >> >> Maybe we could also publish a story on geeklog.net to ask ideas to the >> community and publish a poll with the 10 or 20 big ideas. >> >> Ben >> >> 2014-03-31 10:57 GMT+02:00 Wim Niemans : >>> >>> Needs that exist, not knowing if, or when yes, how they are implemented: >>> >>> - proper handling of ajax requests >>> - a generic template (like there is for a glPlugin) for REST api's >>> >>> - generic exception class >>> - proper exception handler >>> >>> - resource class for javaScript and stylesheets, integrated in a >>> extensionable page class >>> >>> - language class wrapper to access language array's in a multi language >> environment. >>> >>> - better config class: add xPath capabilities >>> >>> - add invitations (to fight spammer registrations) >>> - add a system Glossary (may pick up the glossary plugin) >>> >>> - support microFormats: vcf, ics, foaf, .... >>> >>> So far, so good. The following feature is highest on my list, but a huge >> workload: introduce accounts. >>> GL supports users, userGroups and accessRights. The feature has a linux >> look and feel and allows for read/write access configuration per user, >> group, 'members' and anonymous. The state of the art is very, very good. >>> The proposal is to add accounts (as a security and privacy measure). The >> idea is that a user (a human, not a bot), is just a user and that there is a >> different principal (the account) that is allowed to use the system. Though >> it resemble userGroups, it is not the same. >>> In order to use the system, there is a account created; this account has a >> owner, and manages the access rights. >>> New users must 'subscribe' to a account and the account owner can allow >> users to 'subscribe'. >>> Extrema are a installation with one account and a installation where every >> user has a different account. Both display backward compatibility, but need >> extra code in core. >>> Having accounts allows for deleting a certain user without loosing >> content. User are offered private content to share with their own, private, >> community. Several admin features will go in account scope. >>> Having accounts wil eliminate spamming since spam will be encapsulated >> into a account. >>> If ever GL moves into document management or stories will become >> documents, account are a must-have. >>> >>> If there are more interested developers four this feature, I am willing to >> set up a discussion to have the specs worked out. I've done this before >> (with a LDAP at it's heart), but it was java. >>> >>> Wim >>> >>> On 30 Mar 2014, at 17:31, Tom wrote: >>> >>>> >>>> What does everyone want to see in the next version of Geeklog? >>>> >>>> Ideas I have so far: >>>> >>>> - Create a page class (see pagination discussion) >>>> - Cleanup of Core >>>> - Drop support of COM_SiteHeader, COM_SiteFooter (means a >>>> number of popular plugins will have to get updated) >>>> - Drop support for LDAP and Live Journal authentication >>>> - Drop support for MSSQL / PGSQL ??? (One, both or none) >>>> - HTML 5 theme (if added drop old Professional theme) >>>> - Integrate GSOC Calendar project (Ben??) >>>> - Including the Menu Plugin with Geeklog distributions >>>> - Plugin Repository GSOC project >>>> >>>> These are just some of my ideas to open up a discussion on what we >>>> want and can accomplish. Anyone have any other ideas or comments on mine? >>>> >>>> Based on the outcome of this discussion I will update our poor >>>> unutilized Roadmap page :-) >>>> http://wiki.geeklog.net/index.php/Proposed_Roadmap >>>> >>>> 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 >> > _______________________________________________ > geeklog-devel mailing list > geeklog-devel at lists.geeklog.net > http://eight.pairlist.net/mailman/listinfo/geeklog-devel > From websitemaster at cogeco.net Sun Apr 13 09:46:55 2014 From: websitemaster at cogeco.net (Tom) Date: Sun, 13 Apr 2014 09:46:55 -0400 Subject: [geeklog-devel] Geeklog 2.1.0 Beta 2 Message-ID: <002b01cf571e$d5b75130$8125f390$@cogeco.net> We haven't had too many bug reports for Geeklog 2.1.0 Beta 1 which is nice. My main computer is on the fritz at the moment (fried motherboard) so I haven't had the chance to work on much. Here are the bugs I would like to see resolved before the release of beta 2. CKEditor Advanced Editor Fails on Android Devices http://project.geeklog.net/tracking/view.php?id=1753 - When it fails the fall back should work. Default Post Mode ignored when editing comments http://project.geeklog.net/tracking/view.php?id=1752 undesired password change in myAccount http://project.geeklog.net/tracking/view.php?id=1749 - We should research this one a little more add period to allowed characters in template var names (for backwards compatibility with the old template engine) http://project.geeklog.net/tracking/view.php?id=1751 - Currently the new template engine doesn't allow periods or colons in the variable name. The old one did I believe. should we allow it in the new engine? Does anyone have any others? Tom __________ Information from ESET Endpoint Antivirus, version of virus signature database 9671 (20140413) __________ The message was checked by ESET Endpoint Antivirus. http://www.eset.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From niemans at nlbox.com Thu Apr 17 07:12:46 2014 From: niemans at nlbox.com (Wim Niemans) Date: Thu, 17 Apr 2014 13:12:46 +0200 Subject: [geeklog-devel] Geeklog 2.1.0 Beta 2 In-Reply-To: <002b01cf571e$d5b75130$8125f390$@cogeco.net> References: <002b01cf571e$d5b75130$8125f390$@cogeco.net> Message-ID: <611C0D30-9F83-466D-AE35-8EF71EDC97A3@nlbox.com> http://project.geeklog.net/tracking/view.php?id=1758 Also resolve the bug in clear_var (template.class). It appears when the varname to clear is array, likewise allowed in set_var. Wim On 13 Apr 2014, at 15:46, Tom wrote: > We haven?t had too many bug reports for Geeklog 2.1.0 Beta 1 which is nice. > > My main computer is on the fritz at the moment (fried motherboard) so I haven?t had the chance to work on much. > > Here are the bugs I would like to see resolved before the release of beta 2. > > CKEditor Advanced Editor Fails on Android Devices > http://project.geeklog.net/tracking/view.php?id=1753 > - When it fails the fall back should work. > > Default Post Mode ignored when editing comments > http://project.geeklog.net/tracking/view.php?id=1752 > > undesired password change in myAccount > http://project.geeklog.net/tracking/view.php?id=1749 > - We should research this one a little more > > add period to allowed characters in template var names (for backwards compatibility with the old template engine) > http://project.geeklog.net/tracking/view.php?id=1751 > - Currently the new template engine doesn?t allow periods or colons in the variable name. The old one did I believe? should we allow it in the new engine? > > Does anyone have any others? > > Tom > > > __________ Information from ESET Endpoint Antivirus, version of virus signature database 9671 (20140413) __________ > > The message was checked by ESET Endpoint Antivirus. > > http://www.eset.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 komma at ivywe.co.jp Thu Apr 17 07:57:04 2014 From: komma at ivywe.co.jp (=?ISO-2022-JP?B?GyRCOiM2cEUvO1IbKEI=?=) Date: Thu, 17 Apr 2014 20:57:04 +0900 Subject: [geeklog-devel] Geeklog 2.1.0 Beta 2 In-Reply-To: <611C0D30-9F83-466D-AE35-8EF71EDC97A3@nlbox.com> References: <002b01cf571e$d5b75130$8125f390$@cogeco.net> <611C0D30-9F83-466D-AE35-8EF71EDC97A3@nlbox.com> Message-ID: Tom, http://project.geeklog.net/tracking/view.php?id=1735 hiroron added patch for anonymous users token. "guest" means anonymous. -- Ivy 2014-04-17 20:12 GMT+09:00 Wim Niemans : > > http://project.geeklog.net/tracking/view.php?id=1758 > > Also resolve the bug in clear_var (template.class). > It appears when the varname to clear is array, likewise allowed in set_var. > > Wim > > On 13 Apr 2014, at 15:46, Tom wrote: > > We haven't had too many bug reports for Geeklog 2.1.0 Beta 1 which is nice. > > My main computer is on the fritz at the moment (fried motherboard) so I > haven't had the chance to work on much. > > Here are the bugs I would like to see resolved before the release of beta 2. > > CKEditor Advanced Editor Fails on Android Devices > http://project.geeklog.net/tracking/view.php?id=1753 > - When it fails the fall back should work. > > Default Post Mode ignored when editing comments > http://project.geeklog.net/tracking/view.php?id=1752 > > undesired password change in myAccount > http://project.geeklog.net/tracking/view.php?id=1749 > - We should research this one a little more > > add period to allowed characters in template var names (for backwards > compatibility with the old template engine) > http://project.geeklog.net/tracking/view.php?id=1751 > - Currently the new template engine doesn't allow periods or colons > in the variable name. The old one did I believe... should we allow it in the > new engine? > > Does anyone have any others? > > Tom > > > __________ Information from ESET Endpoint Antivirus, version of virus > signature database 9671 (20140413) __________ > From websitemaster at cogeco.net Fri Apr 18 09:41:11 2014 From: websitemaster at cogeco.net (Tom) Date: Fri, 18 Apr 2014 09:41:11 -0400 Subject: [geeklog-devel] Geeklog 2.1.0 Beta 2 In-Reply-To: References: <002b01cf571e$d5b75130$8125f390$@cogeco.net> <611C0D30-9F83-466D-AE35-8EF71EDC97A3@nlbox.com> Message-ID: <012401cf5b0b$dc6b6f70$95424e50$@cogeco.net> Okay thanks Ivy and Wim. When I get a chance I will add them in. Tom From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of ???? Sent: April-17-14 7:57 AM To: Geeklog Development Subject: Re: [geeklog-devel] Geeklog 2.1.0 Beta 2 Tom, http://project.geeklog.net/tracking/view.php?id=1735 hiroron added patch for anonymous users token. "guest" means anonymous. -- Ivy 2014-04-17 20:12 GMT+09:00 Wim Niemans : > > http://project.geeklog.net/tracking/view.php?id=1758 > > Also resolve the bug in clear_var (template.class). > It appears when the varname to clear is array, likewise allowed in set_var. > > Wim > > On 13 Apr 2014, at 15:46, Tom wrote: > > We haven't had too many bug reports for Geeklog 2.1.0 Beta 1 which is nice. > > My main computer is on the fritz at the moment (fried motherboard) so I > haven't had the chance to work on much. > > Here are the bugs I would like to see resolved before the release of beta 2. > > CKEditor Advanced Editor Fails on Android Devices > http://project.geeklog.net/tracking/view.php?id=1753 > - When it fails the fall back should work. > > Default Post Mode ignored when editing comments > http://project.geeklog.net/tracking/view.php?id=1752 > > undesired password change in myAccount > http://project.geeklog.net/tracking/view.php?id=1749 > - We should research this one a little more > > add period to allowed characters in template var names (for backwards > compatibility with the old template engine) > http://project.geeklog.net/tracking/view.php?id=1751 > - Currently the new template engine doesn't allow periods or colons > in the variable name. The old one did I believe... should we allow it in the > new engine? > > Does anyone have any others? > > Tom > > > __________ Information from ESET Endpoint Antivirus, version of virus > signature database 9671 (20140413) __________ > _______________________________________________ geeklog-devel mailing list geeklog-devel at lists.geeklog.net http://eight.pairlist.net/mailman/listinfo/geeklog-devel __________ Information from ESET NOD32 Antivirus, version of virus signature database 9688 (20140417) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 9688 (20140417) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 9694 (20140418) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 9694 (20140418) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From websitemaster at cogeco.net Sat Apr 19 20:15:08 2014 From: websitemaster at cogeco.net (Tom) Date: Sat, 19 Apr 2014 20:15:08 -0400 Subject: [geeklog-devel] Geeklog 2.1.0 Beta 2 In-Reply-To: <012401cf5b0b$dc6b6f70$95424e50$@cogeco.net> References: <002b01cf571e$d5b75130$8125f390$@cogeco.net> <611C0D30-9F83-466D-AE35-8EF71EDC97A3@nlbox.com> <012401cf5b0b$dc6b6f70$95424e50$@cogeco.net> Message-ID: <002401cf5c2d$96777a90$c3666fb0$@cogeco.net> I noticed the featured story missing (about Geeklog 2.1.0 BETA 1) so I have disabled template caching for now on Geeklog.net. I am not sure why this is an issue with just the featured templates and not any of the others. The template file gets created and the default php does get added but none of the featured template information does. The issue must either be when it tries to retrieve either the modern curve featured article template file or the actual data for the featured article from the database. Has anyone else had this problem when template caching is enabled? It's a tough one to crack since I have not been able to reproduce it. It seems to happen once every couple of days just to featured story on Geeklog.net Tom From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of Tom Sent: April-18-14 9:41 AM To: 'Geeklog Development' Subject: Re: [geeklog-devel] Geeklog 2.1.0 Beta 2 Okay thanks Ivy and Wim. When I get a chance I will add them in. Tom From: geeklog-devel-bounces at lists.geeklog.net [mailto:geeklog-devel-bounces at lists.geeklog.net] On Behalf Of ???? Sent: April-17-14 7:57 AM To: Geeklog Development Subject: Re: [geeklog-devel] Geeklog 2.1.0 Beta 2 Tom, http://project.geeklog.net/tracking/view.php?id=1735 hiroron added patch for anonymous users token. "guest" means anonymous. -- Ivy 2014-04-17 20:12 GMT+09:00 Wim Niemans : > > http://project.geeklog.net/tracking/view.php?id=1758 > > Also resolve the bug in clear_var (template.class). > It appears when the varname to clear is array, likewise allowed in set_var. > > Wim > > On 13 Apr 2014, at 15:46, Tom wrote: > > We haven't had too many bug reports for Geeklog 2.1.0 Beta 1 which is nice. > > My main computer is on the fritz at the moment (fried motherboard) so I > haven't had the chance to work on much. > > Here are the bugs I would like to see resolved before the release of beta 2. > > CKEditor Advanced Editor Fails on Android Devices > http://project.geeklog.net/tracking/view.php?id=1753 > - When it fails the fall back should work. > > Default Post Mode ignored when editing comments > http://project.geeklog.net/tracking/view.php?id=1752 > > undesired password change in myAccount > http://project.geeklog.net/tracking/view.php?id=1749 > - We should research this one a little more > > add period to allowed characters in template var names (for backwards > compatibility with the old template engine) > http://project.geeklog.net/tracking/view.php?id=1751 > - Currently the new template engine doesn't allow periods or colons > in the variable name. The old one did I believe... should we allow it in the > new engine? > > Does anyone have any others? > > Tom > > > __________ Information from ESET Endpoint Antivirus, version of virus > signature database 9671 (20140413) __________ > _______________________________________________ geeklog-devel mailing list geeklog-devel at lists.geeklog.net http://eight.pairlist.net/mailman/listinfo/geeklog-devel __________ Information from ESET NOD32 Antivirus, version of virus signature database 9688 (20140417) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 9688 (20140417) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 9694 (20140418) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 9694 (20140418) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 9694 (20140418) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 9694 (20140418) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com -------------- next part -------------- An HTML attachment was scrubbed... URL: