events that are still in progress but started in a previous day. Updated README
about event date, duration, and landing point format. Updated pre-compiled DLL.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@216 109abde3-1f22-4c10-b5d7-b6b0135cd00c
Allow 0 or -1 to be considered as the "Any" category for event listings.
Event markers are seen on the map again but still can't search for events.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@212 109abde3-1f22-4c10-b5d7-b6b0135cd00c
Updated note in README about format for globalPos field in events table.
Don't need to search scene list for region data in OpenSearch.cs file.
Fixed passing of event_id to viewer.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@203 109abde3-1f22-4c10-b5d7-b6b0135cd00c
Event searches for a given day now take timezone into account to get
to start of day. Updated README with mention of the timezone usage.
Updated database structure, migration file, and the pre-compiled DLL.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@202 109abde3-1f22-4c10-b5d7-b6b0135cd00c
- Fixed problems in Popular Places query:
o Use supplied text and query start position when building SQL query
o Don't include search of 'description' field as it doesn't exist
README
- Corrected format for globalPos data in events table
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@177 109abde3-1f22-4c10-b5d7-b6b0135cd00c
- Use enum value instead of hard-coded number for land sales
webroot/sql/ossearch.sql
- Changed dateUTC and covercharge fields in events table.
webroot/sql/update-events-classifieds.sql
webroot/sql/update-hostregister.sql
webroot/sql/update-parcelsales.sql - Deleted these files
webroot/sql/ossearch-migrations.sql
- Added this file which lists all search database migrations organized by
SVN version. This makes it much easier to see what has changed from one
version of code to the next.
webroot/query.php
- Search by date now works when looking for current and upcoming events, or
when searching for dates on a given day.
- Provide a default value for category when returning event info to avoid a
PHP error about use of uninitialized variable.
README
- Added comments about event listings and events database table.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@172 109abde3-1f22-4c10-b5d7-b6b0135cd00c
Added a README file and removed the OpenSimSearch/OpenSim-addition.ini.example
file as the information it contained is now in the new README file.
webroot/query.php:
The previous commit should have stated that results of a search of classifieds
are now returned in descending order based on the listing price.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@161 109abde3-1f22-4c10-b5d7-b6b0135cd00c