You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(18) |
Jul
(7) |
Aug
(20) |
Sep
(7) |
Oct
(5) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Tim G. <tgr...@gm...> - 2008-08-27 19:52:16
|
On Wed, Aug 27, 2008 at 12:54 PM, Daniel Jordan <dan...@in...>wrote: > frontend_dev.php/ > > > *Notice*: Use of undefined constant UPLOADS_LOCATION - assumed > 'UPLOADS_LOCATION' in * > /var/www/never/wiser_platform/apps/frontend/config/config.php* on line *11 > * > It looks like frontend_dev.php is missing a few includes. Instead use wedbg.php (for debug) or index.php (for production). Tim. |
From: Daniel J. <dan...@in...> - 2008-08-27 19:20:54
|
php.ini is set to sendmail_path = sendmail_path = /usr/sbin/sendmail -t shell: sendmail -v to@domain -f fro@domin < test.mail is working Now i have the problem if i want to invite someone to a group by email :-( Daniel 2008/8/27 Daniel Jordan <dan...@in...> > Hi Tim, > > may be you right. I make a second installation and there not all emails are > working but > > actions.class.php -> executeSendNewPassword() Function is working. > > same server :-((( > > Daniel > > 2008/8/27 Daniel Jordan <dan...@in...> > > >> Tim, >> >> i just still your code only a bit different. That´s why i change the file >> >> I changed the file to direct in the script i set >> >> $mail->setBody >> >> and on the end i do >> >> $mail->send() >> >> and then it works >> >> Daniel >> >> ---------- Forwarded message ---------- >> From: Tim Greiser <tgr...@gm...> >> Date: 2008/8/27 >> Subject: Re: [Wiserplatform-support] Email Setup >> To: wis...@li... >> >> >> On Wed, Aug 27, 2008 at 10:49 AM, Daniel Jordan < >> dan...@ri...> wrote: >> >>> But a other problem: >>> >>> >>> >>> I did not get any email from the system: >>> >>> >>> >>> actions.class.php >>> >>> wiser_platform/apps/frontend/modules/mail/actions/ >>> >> >> This sounds like a system/php configuration issue. For PHP it is a bit >> different depending on if you are on *nix or win32. You can see the >> configuration settings here: >> >> http://us.php.net/manual/en/mail.configuration.php >> >> If you are on win32 you will need a SMTP server you can relay through. >> For *nix you should have a local SMTP server with sendmail wrapper. >> >> Make a simple PHP script with a mail() test to see if it is working >> properly. >> >> http://us.php.net/manual/en/function.mail.php >> >> Tim. >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Wiserplatform-support mailing list >> Wis...@li... >> https://lists.sourceforge.net/lists/listinfo/wiserplatform-support >> >> >> >> >> -- >> inovativa gmbh >> Poinger Str. 37 >> 85570 Markt Schwaben >> > > > > -- > inovativa gmbh > Poinger Str. 37 > 85570 Markt Schwaben > -- inovativa gmbh Poinger Str. 37 85570 Markt Schwaben |
From: Daniel J. <dan...@in...> - 2008-08-27 19:10:29
|
Hi Tim, may be you right. I make a second installation and there not all emails are working but actions.class.php -> executeSendNewPassword() Function is working. same server :-((( Daniel 2008/8/27 Daniel Jordan <dan...@in...> > > Tim, > > i just still your code only a bit different. That´s why i change the file > > I changed the file to direct in the script i set > > $mail->setBody > > and on the end i do > > $mail->send() > > and then it works > > Daniel > > ---------- Forwarded message ---------- > From: Tim Greiser <tgr...@gm...> > Date: 2008/8/27 > Subject: Re: [Wiserplatform-support] Email Setup > To: wis...@li... > > > On Wed, Aug 27, 2008 at 10:49 AM, Daniel Jordan < > dan...@ri...> wrote: > >> But a other problem: >> >> >> >> I did not get any email from the system: >> >> >> >> actions.class.php >> >> wiser_platform/apps/frontend/modules/mail/actions/ >> > > This sounds like a system/php configuration issue. For PHP it is a bit > different depending on if you are on *nix or win32. You can see the > configuration settings here: > > http://us.php.net/manual/en/mail.configuration.php > > If you are on win32 you will need a SMTP server you can relay through. For > *nix you should have a local SMTP server with sendmail wrapper. > > Make a simple PHP script with a mail() test to see if it is working > properly. > > http://us.php.net/manual/en/function.mail.php > > Tim. > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Wiserplatform-support mailing list > Wis...@li... > https://lists.sourceforge.net/lists/listinfo/wiserplatform-support > > > > > -- > inovativa gmbh > Poinger Str. 37 > 85570 Markt Schwaben > -- inovativa gmbh Poinger Str. 37 85570 Markt Schwaben |
From: Daniel J. <dan...@in...> - 2008-08-27 18:54:26
|
frontend_dev.php/ *Notice*: Use of undefined constant UPLOADS_LOCATION - assumed 'UPLOADS_LOCATION' in * /var/www/never/wiser_platform/apps/frontend/config/config.php* on line *11* *Fatal error*: Uncaught exception 'sfDatabaseException' with message 'connect failed [Native Error: Unknown MySQL server host '<br />' (1)] [User Info: Array]' in /var/www/never/symfony/lib/addon/creole/database/sfCreoleDatabase.class.php:160 Stack trace: #0 /var/www/never/symfony/lib/database/sfDatabase.class.php(67): sfCreoleDatabase->connect() #1 /var/www/never/symfony/lib/storage/sfMySQLSessionStorage.class.php(175): sfDatabase->getResource() #2 [internal function]: sfMySQLSessionStorage->sessionOpen('/var/lib/php5', 'symfony') #3 /var/www/never/symfony/lib/storage/sfMySQLSessionStorage.class.php(76): session_start() #4 /var/www/never/wiser_platform/cache/frontend/dev/config/config_factories.yml.php(20): sfMySQLSessionStorage->initialize(Object(sfContext), Array) #5 /var/www/never/symfony/lib/util/sfContext.class.php(70): require('/var/www/never/...') #6 /var/www/never/symfony/lib/util/sfContext.class.php(87): sfContext->initialize() #7 /var/www/never/wiser_platform/web/frontend_dev.php(10): sfContext::getInstance() #8 in * /var/www/never/symfony/lib/addon/creole/database/sfCreoleDatabase.class.php*on line *160 Change *<?php // define here a Upload then it works define('UPLOADS_LOCATION', 'uploads'); // include project configuration include(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php'); // symfony bootstraping require_once($sf_symfony_lib_dir.'/util/sfCore.class.php'); sfCore::bootstrap($sf_symfony_lib_dir, $sf_symfony_data_dir); sfConfig::add(array( 'sf_upload_dir_name' => $sf_upload_dir_name = UPLOADS_LOCATION )); * * |
From: Daniel J. <dan...@in...> - 2008-08-27 17:20:53
|
Tim, i just still your code only a bit different. That´s why i change the file I changed the file to direct in the script i set $mail->setBody and on the end i do $mail->send() and then it works Daniel ---------- Forwarded message ---------- From: Tim Greiser <tgr...@gm...> Date: 2008/8/27 Subject: Re: [Wiserplatform-support] Email Setup To: wis...@li... On Wed, Aug 27, 2008 at 10:49 AM, Daniel Jordan <dan...@ri... > wrote: > But a other problem: > > > > I did not get any email from the system: > > > > actions.class.php > > wiser_platform/apps/frontend/modules/mail/actions/ > This sounds like a system/php configuration issue. For PHP it is a bit different depending on if you are on *nix or win32. You can see the configuration settings here: http://us.php.net/manual/en/mail.configuration.php If you are on win32 you will need a SMTP server you can relay through. For *nix you should have a local SMTP server with sendmail wrapper. Make a simple PHP script with a mail() test to see if it is working properly. http://us.php.net/manual/en/function.mail.php Tim. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Wiserplatform-support mailing list Wis...@li... https://lists.sourceforge.net/lists/listinfo/wiserplatform-support -- inovativa gmbh Poinger Str. 37 85570 Markt Schwaben |
From: Tim G. <tgr...@gm...> - 2008-08-27 17:15:12
|
On Wed, Aug 27, 2008 at 10:49 AM, Daniel Jordan <dan...@ri... > wrote: > But a other problem: > > > > I did not get any email from the system: > > > > actions.class.php > > wiser_platform/apps/frontend/modules/mail/actions/ > This sounds like a system/php configuration issue. For PHP it is a bit different depending on if you are on *nix or win32. You can see the configuration settings here: http://us.php.net/manual/en/mail.configuration.php If you are on win32 you will need a SMTP server you can relay through. For *nix you should have a local SMTP server with sendmail wrapper. Make a simple PHP script with a mail() test to see if it is working properly. http://us.php.net/manual/en/function.mail.php Tim. |
From: Daniel J. <dan...@in...> - 2008-08-27 16:59:15
|
Receive Password by eMail was not working wiser_platform/apps/frontend/modules/mail/actions actions.class.php I changed it to check if there is a problem with something else: With the changes it works. $mail_domain = sfConfig::get('app_mail_domain'); $user = $this->getRequest()->getAttribute('user'); $mail = new sfMail(); $mail->initialize(); $mail->setMailer('sendmail'); $mail->setCharset('utf-8'); $mail->setSender('info@' . $mail_domain); $mail->setFrom('info@' . $mail_domain); $mail->addReplyTo('admin@' . $mail_domain); $mail->addAddress( $user->getEmail() ); $mail->setSubject('Your new password'); $mail->setBody(' Dear '.$user->getName().', You are so absentminded. Next time, try to remember your password: '.$user->getpassword().' Regards, The My Company webmaster'); // $this->username = $user->getName(); // $this->password = $user->getNewpassword(); $mail->send(); $this->mail = $mail; } Is there a patch for this file? best regards Daniel |
From: Daniel J. <dan...@in...> - 2008-08-27 16:55:01
|
It happend if the User is behind a proxy without a proxy it works fine 2008/8/27 Tim Greiser <tgr...@gm...> > On Wed, Aug 27, 2008 at 8:05 AM, Daniel Jordan <dan...@in... > > wrote: > >> Hi all, >> >> does someone have the same problem? >> >> 1. Login with admin >> 2. Click to my Profil >> 3. Click to Pictures >> >> User is switch to normal user. >> >> Bit strange - i test it from 2 different pc and firefox and ie >> > > > I can't duplicate, but I would suspect it has to do with domain names. > Does the domain name change when you click to 'Gallery'? It could be > something like you entering the site at testdomain.com and the links > redirecting you to www.testdomain.com with separate cookies being stored > on each domain. > > Make sure you have the right domain set in > wiser_platform/apps/frontend/config/app.yml. > > Tim. > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Wiserplatform-support mailing list > Wis...@li... > https://lists.sourceforge.net/lists/listinfo/wiserplatform-support > > -- inovativa gmbh Poinger Str. 37 85570 Markt Schwaben |
From: Tim G. <tgr...@gm...> - 2008-08-27 16:45:56
|
On Wed, Aug 27, 2008 at 8:05 AM, Daniel Jordan <dan...@in...>wrote: > Hi all, > > does someone have the same problem? > > 1. Login with admin > 2. Click to my Profil > 3. Click to Pictures > > User is switch to normal user. > > Bit strange - i test it from 2 different pc and firefox and ie > I can't duplicate, but I would suspect it has to do with domain names. Does the domain name change when you click to 'Gallery'? It could be something like you entering the site at testdomain.com and the links redirecting you to www.testdomain.com with separate cookies being stored on each domain. Make sure you have the right domain set in wiser_platform/apps/frontend/config/app.yml. Tim. |
From: Daniel J. <dan...@in...> - 2008-08-24 19:28:56
|
After the installation links are not working: /login /user/browser Some are working. Is there something missing ? I was using the docu from wiseplatform.org Daniel |
From: <wib...@gm...> - 2008-07-29 04:13:34
|
Got that. Thanks for the explanation guys. The reason I wanted to use XAMPP was to just play around (well... to be exact... learn to play around) with WiserPlatform offline, and that I might have the need to use the platform in an offline environment for a project. If WiserPlatform on XAMPP for Windows is not possible, can I have an offline installation and usage of it on a particular Linux distro? If yes, any recommendation of which one to use? It would be great if it can be installed on XAMPP for Linux (which will reduce the need to manually install and configure Apache, MySQL, etc. separately). Best, Bowo On 7/24/08, Rehan Iftikhar <reh...@gm...> wrote: > The more specific reason why WiserPlatform won't run on XAMPP or > Windows in general is that there are system calls embedded in the code > that are unix specific (primarily calls to ImageMagik). > > Ideally we would like to make WiserPlatform "platform-independent". > Any ideas or suggestions would be greatly appreciated. > > -Rehan > > On Wed, Jul 23, 2008 at 12:39 PM, Jonathan El-Bizri <sr...@gm...> > wrote: >> As I understand it (and I'm just a user of this project, like you - not >> affiliated with the developers) - There's no reason it couldn't run on >> XAMPP, but the installation processes are all UNIX based. >> >> You would need to create all the database connections and configurations >> yourself, for which I have not found any documentation >> >> Hope this helps more than it confuses. >> >> Jonathan El-Bizri >> >> >> On Wed, Jul 23, 2008 at 10:11 AM, Wibowo Sulistio >> <wib...@gm...> >> wrote: >>> >>> Dear Rehan and Arash, >>> >>> Can WiserPlatform be installed on top of XAMPP for Windows >>> (http://www.apachefriends.org/en/xampp-windows.html)? >>> >>> wiserplatform.org seems to be down...? >>> If so, where can one find the documentation? >>> >>> Best, >>> Bowo >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> challenge >>> Build the coolest Linux based applications with Moblin SDK & win great >>> prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the >>> world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Wiserplatform-support mailing list >>> Wis...@li... >>> https://lists.sourceforge.net/lists/listinfo/wiserplatform-support >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Wiserplatform-support mailing list >> Wis...@li... >> https://lists.sourceforge.net/lists/listinfo/wiserplatform-support >> >> > |
From: Rehan I. <reh...@gm...> - 2008-07-23 19:43:41
|
The more specific reason why WiserPlatform won't run on XAMPP or Windows in general is that there are system calls embedded in the code that are unix specific (primarily calls to ImageMagik). Ideally we would like to make WiserPlatform "platform-independent". Any ideas or suggestions would be greatly appreciated. -Rehan On Wed, Jul 23, 2008 at 12:39 PM, Jonathan El-Bizri <sr...@gm...> wrote: > As I understand it (and I'm just a user of this project, like you - not > affiliated with the developers) - There's no reason it couldn't run on > XAMPP, but the installation processes are all UNIX based. > > You would need to create all the database connections and configurations > yourself, for which I have not found any documentation > > Hope this helps more than it confuses. > > Jonathan El-Bizri > > > On Wed, Jul 23, 2008 at 10:11 AM, Wibowo Sulistio <wib...@gm...> > wrote: >> >> Dear Rehan and Arash, >> >> Can WiserPlatform be installed on top of XAMPP for Windows >> (http://www.apachefriends.org/en/xampp-windows.html)? >> >> wiserplatform.org seems to be down...? >> If so, where can one find the documentation? >> >> Best, >> Bowo >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Wiserplatform-support mailing list >> Wis...@li... >> https://lists.sourceforge.net/lists/listinfo/wiserplatform-support > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Wiserplatform-support mailing list > Wis...@li... > https://lists.sourceforge.net/lists/listinfo/wiserplatform-support > > |
From: Jonathan El-B. <sr...@gm...> - 2008-07-23 19:39:22
|
As I understand it (and I'm just a user of this project, like you - not affiliated with the developers) - There's no reason it couldn't run on XAMPP, but the installation processes are all UNIX based. You would need to create all the database connections and configurations yourself, for which I have not found any documentation Hope this helps more than it confuses. Jonathan El-Bizri On Wed, Jul 23, 2008 at 10:11 AM, Wibowo Sulistio <wib...@gm...> wrote: > Dear Rehan and Arash, > > Can WiserPlatform be installed on top of XAMPP for Windows > (http://www.apachefriends.org/en/xampp-windows.html)? > > wiserplatform.org seems to be down...? > If so, where can one find the documentation? > > Best, > Bowo > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Wiserplatform-support mailing list > Wis...@li... > https://lists.sourceforge.net/lists/listinfo/wiserplatform-support > |
From: Rehan I. <reh...@gm...> - 2008-07-23 19:39:09
|
Bowo, WiserPlatform currently only runs on *nix systems. You may have success running the platform via cygwin (http://www.cygwin.com/) but this has not been tested yet. I did some googling, and you'll have to compile apache2, php5, etc within cygwin to get the base requirements working. In regards to the documentation site being down, I had to move it to a subdirectory /documentation. I tried to post the new link everywhere I posted the old one. Given that other people may have the old site bookmarked, I added a redirect to wiserplatform.org to go to the new site. -Rehan On Wed, Jul 23, 2008 at 10:11 AM, Wibowo Sulistio <wib...@gm...> wrote: > Dear Rehan and Arash, > > Can WiserPlatform be installed on top of XAMPP for Windows > (http://www.apachefriends.org/en/xampp-windows.html)? > > wiserplatform.org seems to be down...? > If so, where can one find the documentation? > > Best, > Bowo > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Wiserplatform-support mailing list > Wis...@li... > https://lists.sourceforge.net/lists/listinfo/wiserplatform-support > |
From: Wibowo S. <wib...@gm...> - 2008-07-23 17:11:23
|
Dear Rehan and Arash, Can WiserPlatform be installed on top of XAMPP for Windows (http://www.apachefriends.org/en/xampp-windows.html)? wiserplatform.org seems to be down...? If so, where can one find the documentation? Best, Bowo |
From: Rehan I. <reh...@gm...> - 2008-07-05 18:31:52
|
Hi Paul, I had to move the documentation to a sub directory, it is now @ http://wiserplatform.org/documentation. I have updated the link from the downloads page, thank you for spotting that discrepancy. -Rehan On Sat, Jul 5, 2008 at 11:16 AM, <Pau...@no...> wrote: > I went to the wiki site and got an empty web page. Is something wrong? > > paul > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Wiserplatform-support mailing list > Wis...@li... > https://lists.sourceforge.net/lists/listinfo/wiserplatform-support > > |
From: <Pau...@no...> - 2008-07-05 18:17:16
|
I went to the wiki site and got an empty web page. Is something wrong? paul |
From: Rehan I. <reh...@gm...> - 2008-06-27 00:05:36
|
A user asked "Is there currently any way to set a default status for an entity type? For example, I want most entities created with status active, but organisms would default to status locked." If I understand this correctly, the easiest way to do this is change the default value of the 'status' column in the entity's database table. So if you wanted all your 'organism' entities to be locked when they are created, set the 'status' column in the 'organisms' table to '1'. -Rehan |
From: Rehan I. <reh...@gm...> - 2008-06-26 23:14:13
|
The documentation wiki has moved to http://wiserplatform.org/documentation/ I put up a new release (build-r69) today, the main changes being: * Upgraded tinymce to work with FF3 * Added basic validation for entity creation / editing (see wiki for more info) * MUCH simplified entity creation process (very close to out of the box functionality) New entity creation process: 1. Do the normal platform installation (install.sh & setup.sh) 2. To create a new entity, run "php clean_names.php" (the name of the script will change to something more descriptive, any ideas?) 3. Answer the 3 entity name questions and whether the entity is revisable or not. The scripts will then create the table, create the symfony module, adjust the bases of the classes etc. It should even handle irregular plural names and multi-word names too. This will give you an entity with just a name attribute. You will have create / edit / browse functionality. If you want to add more properties to the entity: * Add you new fields to the new table * Rebuild the model files (rebuild.sh) * Make changes to the actions class for the module When you have a chance, please let me know if you find any issues. |
From: Rehan I. <reh...@gm...> - 2008-06-18 02:26:46
|
I'm not the developer that implemented the mnogo solution, that would be Arash. He's out of the country at the moment, but he'll be back in july. What we have recommended to others interested in a site wide search is to use Google's custom , search. In fact, we're toying with the idea on WiserEarth. -Rehan On Tue, Jun 17, 2008 at 6:38 PM, Justin Tilson <jus...@gm...> wrote: > Wow, that is a super bummer. It's the site wide search that really makes > the WiserPlatform useful. Would you be willing to post mnogo installation > instructions on the wiserplatform.org site? I can't really go live without > it. > > thx > Justin > > > Justin, >> >> The type of search used on WiserEarth was not included with the >> WIserPlatform. This decision was made because implementing the search engine >> (mnogo search) is rather complex. >> >> The one noticeable difference in the platform, without the inclusion of >> mnogo search, is that you cannot search across entities. Since all entities >> are in their own tables, the WiserPlatform search functionality is limited >> to that scope. >> >> To search across a single entity, fron the entity's browse view, click on >> "Advanced Search" in the top right. This will allow you to do a simple >> search using LIKE statements. >> >> Hope that helps, >> -Rehan >> >> On Tue, Jun 17, 2008 at 1:30 PM, Justin Tilson <jus...@gm...> >> wrote: >> >>> I'm trying to get the same search functionality working that is live on >>> wiserearth.org. I copied the code from there but all I get is: >>> >>> Your search did not return any results. >>> >>> Any clues about where to go look? All my new entities are flagged as >>> searchable. Does the code delegate to some sort of internal search engine or >>> does it just rely on SQL LIKE statements? >>> >>> thx >>> Justin >>> >>> |
From: Justin T. <jus...@gm...> - 2008-06-18 01:38:22
|
Wow, that is a super bummer. It's the site wide search that really makes the WiserPlatform useful. Would you be willing to post mnogo installation instructions on the wiserplatform.org site? I can't really go live without it. thx Justin Justin, > > The type of search used on WiserEarth was not included with the > WIserPlatform. This decision was made because implementing the search engine > (mnogo search) is rather complex. > > The one noticeable difference in the platform, without the inclusion of > mnogo search, is that you cannot search across entities. Since all entities > are in their own tables, the WiserPlatform search functionality is limited > to that scope. > > To search across a single entity, fron the entity's browse view, click on > "Advanced Search" in the top right. This will allow you to do a simple > search using LIKE statements. > > Hope that helps, > -Rehan > > On Tue, Jun 17, 2008 at 1:30 PM, Justin Tilson <jus...@gm...> > wrote: > >> I'm trying to get the same search functionality working that is live on >> wiserearth.org. I copied the code from there but all I get is: >> >> Your search did not return any results. >> >> Any clues about where to go look? All my new entities are flagged as >> searchable. Does the code delegate to some sort of internal search engine or >> does it just rely on SQL LIKE statements? >> >> thx >> Justin >> >> |
From: Rehan I. <reh...@gm...> - 2008-06-18 00:18:02
|
Justin, The type of search used on WiserEarth was not included with the WIserPlatform. This decision was made because implementing the search engine (mnogo search) is rather complex. The one noticeable difference in the platform, without the inclusion of mnogo search, is that you cannot search across entities. Since all entities are in their own tables, the WiserPlatform search functionality is limited to that scope. To search across a single entity, fron the entity's browse view, click on "Advanced Search" in the top right. This will allow you to do a simple search using LIKE statements. Hope that helps, -Rehan On Tue, Jun 17, 2008 at 1:30 PM, Justin Tilson <jus...@gm...> wrote: > I'm trying to get the same search functionality working that is live on > wiserearth.org. I copied the code from there but all I get is: > > Your search did not return any results. > > Any clues about where to go look? All my new entities are flagged as > searchable. Does the code delegate to some sort of internal search engine or > does it just rely on SQL LIKE statements? > > thx > Justin > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Wiserplatform-support mailing list > Wis...@li... > https://lists.sourceforge.net/lists/listinfo/wiserplatform-support > > |
From: Justin T. <jus...@gm...> - 2008-06-17 20:55:21
|
My map is loading fine but I'm not seeing any people or entities on the map. The place markers are working the people and entity pages. thx Justin |
From: Justin T. <jus...@gm...> - 2008-06-17 20:31:04
|
I'm trying to get the same search functionality working that is live on wiserearth.org. I copied the code from there but all I get is: Your search did not return any results. Any clues about where to go look? All my new entities are flagged as searchable. Does the code delegate to some sort of internal search engine or does it just rely on SQL LIKE statements? thx Justin |
From: Rehan I. <reh...@gm...> - 2008-06-16 14:39:46
|
The code for those entities was too specific to WiserEarth to release into the wild for our first public release. Entities like Jobs and Resources should be generic enough to replicate. Events can be a bit of a tricky one, but I can help you through the process if you like. Eventually I'd like to have a repository of user "entities" that others can download and "drop-in" to their current WiserPlatform instance, but that's a ways off I believe... -Rehan On Mon, Jun 16, 2008 at 3:11 AM, Justin Tilson <jus...@gm...> wrote: > Ack! I just realized the code isn't there. Are there plans to release it > soon? > > thx > Justin > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Wiserplatform-support mailing list > Wis...@li... > https://lists.sourceforge.net/lists/listinfo/wiserplatform-support > > |