You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(2) |
Feb
(48) |
Mar
(17) |
Apr
(13) |
May
(102) |
Jun
(163) |
Jul
(203) |
Aug
(185) |
Sep
(16) |
Oct
(4) |
Nov
|
Dec
|
From: TiMax <ma...@em...> - 2003-01-09 18:33:45
|
I need to talk with you in icq but you don't be online ........ On Thu, 9 Jan 2003 19:24:58 +0100, Christoph Schwaeppe wrote: >Wow, real great work! The CVS I downloaded today seems to be= nearly >perfect. It looks very well, navigation is excelent. It seems to= get >an big success! > >Now some small mistakes I found. Some > >1) Please change themes/Experience/lang/deu/images/search.gif >'Search'-text to 'Suche'. I just have very poor knowledge about >graphics. > >2) The translations for 'Site-Name' and 'Site-Slogan' look like= this >=A0Site-Name";. Also in the DB tables > >3) The 'Home Page' link in the header of theme Experience is >pointing somewhere in the beginning, during testing it fixed >itself?! The surface of all the other links also > >4) The following geman labels are not shown on the registration >form, but they are in /modules/NS-NewUser/lang/deu/global.php.= It >seems that tey are not loaded as constants _UAUPASS= _UAUPASSCONFIRM >_UAREALNAME _REGISTRATIONAGREEMENT _TERMSOFUSE _ANDCONNECTOR >_PRIVACYPOLICY. >_UAREMARK _UAREMARKTEXT > >5) in admin language as current language English is shown, even >German is that > >6) admin language. Please have a look atthe amount of missing >translation. In that example it should be zero, not 36 To >produceLanguage fileNumber of Translation DefinesMissing >numberDefault BANNERSlanguage/$language/banners.php 36 36 36 > >Ok for now. All is written to be a constructive tester |
From: <Chr...@t-...> - 2003-01-09 18:25:11
|
Wow, real great work! The CVS I downloaded today seems to be nearly perfe= ct.=20 It looks very well, navigation is excelent. It seems to get an big succes= s! Now some small mistakes I found. Some=20 1) Please change themes/Experience/lang/deu/images/search.gif 'Search'-te= xt to=20 'Suche'. I just have very poor knowledge about graphics. 2) The translations for 'Site-Name' and 'Site-Slogan' look like this=20 Site-Name";. Also in the DB tables 3) The 'Home Page' link in the header of theme Experience is pointing=20 somewhere in the beginning, during testing it fixed itself?! The surface = of=20 all the other links also 4) The following geman labels are not shown on the registration form, but= they=20 are in /modules/NS-NewUser/lang/deu/global.php. It seems that tey are not= =20 loaded as constants _UAUPASS _UAUPASSCONFIRM _UAREALNAME _REGISTRATIONAGREEMENT=20 _TERMSOFUSE=20 _ANDCONNECTOR=20 _PRIVACYPOLICY. _UAREMARK _UAREMARKTEXT 5) in admin language as current language English is shown, even German is= that 6) admin language. Please have a look atthe amount of missing translation= =2E In=20 that example it should be zero, not 36 To produceLanguage fileNumber of Translation DefinesMissing numberDefault= =20 BANNERSlanguage/$language/banners.php 36 36 36 Ok for now. All is written to be a constructive tester --=20 Christoph Schwaeppe ICQ:=09=09=09174676647 Email:=09=09=09c...@t-... Homepage:=09=09http://www.christoph.schwaeppe.de Kulturserver Aachen:=09http://www.schwatze-katz.de |
From: Roger R. <rog...@as...> - 2002-12-11 08:04:26
|
Hello Dev Team, This is my first post so please don't yell at me for mentioning something that has been mentioned before or for posting something that may not be appropriate for this list. I am a regular poster to PostNuke and Xaraya Dev lists and only want to better my Module :) Also, I understand that you're taking over the development of Cal-Zone (or at least have adopted that project as your own) so this may help that project in the future as well. I fully support Cal-Zone and have had many great conversations with Craig during its development. I feel it's a wonderful calendar and wish it much success. I also hope to learn from any advances You make with it as I hope my advances will help you. That said, on with the post : I develop the PostCalendar module and one particular beta tester keeps reporting the following: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /home/testsite/htdocs/modules/PostCalendar/XXXXXXX on line XXX I've done everything I can to limit the amount of Memory my calendar uses and have not received any reports from users of PostNuke that memory problems Exist. One of the things I have done to alleviate the memory stress was to instantiate my pcSmarty class by reference using $tpl =& new pcSmarty throughout my code. I am thinking that it might be possible to alleviate more memory usage problems by having your eNvolution code also instantiate Smarty using references. This will allow the code to use the Smarty class as a reference rather than making a COPY of Smarty. Smarty is written in such a way that creating a new object by reference should not cause any problems as the Smarty doc itself says "If you need to create more than one Smarty object, then you're not using Smarty correctly." I've noticed that the class is instantiated a number of times throughout the code all using $foo = new Smarty; Using $foo =& new Smarty will most likely help with the problem I described above regarding memory usage. I took my local copy of eNvolution 1.1.0 that i use to test the PostCalendar code and found all the instances where smarty was instantiated and changed those instances to use references. From what I can tell, no adverse affects became of it. also... you can reference this document at the main php site for more information on references http://www.php.net/manual/en/language.references.whatdo.php Anyway - I'd love to hear your thoughts on it as you're the core devs of eNvolution and have much more knowledge of the code base at this time than I do. I'd also like to say that your work has been wonderful and has made the PostNuke and Xaraya teams FINALLY realize how important layout is. Keep up the good work and keep pushing the threshold. I wish you all the best in your future coding endeavors. Thanks, Roger Raymond PostCalendar Dev |
From: TiMax - E. <web...@en...> - 2002-12-06 06:46:26
|
prova test |