931da38bd4
Use default mariadb collation
lickx
2023-08-26 02:56:54 +00:00
5ad11ae533
Mostly changes and suggestions from Tampa
lickx
2023-08-06 10:16:13 +00:00
c1b0d5d7ca
Prefix tables with search
master
lickx
2023-03-16 18:35:06 +01:00
b702986896
Don't enclose event coordinates with angle brackets
Kevin Cozens
2022-02-13 14:31:19 -05:00
67644ca18b
Fixed handling of maturity flags when searching for classified ads.
Kevin Cozens
2021-01-31 16:05:57 -05:00
b71681da0b
Eliminated a compiler warning about duplicate Assembly.
Kevin Cozens
2020-12-01 19:32:40 -05:00
ea3f06b489
Someone reported a problem with the module when SearchURL wasn't in quotes.
Kevin Cozens
2019-01-08 16:38:38 -05:00
69e69cf928
Fixed errors when compiled using msbuild.
Kevin Cozens
2018-11-13 13:48:18 -05:00
1612abd71d
Require .NET 4.6 and updated pre-compiled binary.
Kevin Cozens
2018-07-13 22:07:34 -04:00
b21c7adff1
Corrected schema and added migrations for the popularplaces table.
Kevin Cozens
2018-05-14 15:41:08 -04:00
f9a7430e63
The popularplaces table was not being updated. This was an oversight.
Kevin Cozens
2018-05-06 21:57:59 -04:00
38d2af7146
Updated prebuild.xml to fix VS2015 build errors. Ordered Reference lines.
Kevin Cozens
2017-05-11 23:49:39 -04:00
064b845bb6
Added IF NOT EXISTS to CREATE TABLE statements in ossearch.sql (See issue #3)
Kevin Cozens
2017-04-21 15:11:04 -04:00
3a890f1b58
Fixed case error in references to regionUUID field in several tables
Kevin Cozens
2017-04-21 14:45:54 -04:00
583195154e
Updated the pre-compiled DLL
Kevin Cozens
2017-04-17 10:02:53 -04:00
b99c5d55a1
Converted the PHP files to use PDO as mysql_*() calls were removed in PHP 7
Kevin Cozens
2017-04-16 17:51:29 -04:00
63247aa640
Fixed RemoveRegion by removing event handler and removing scene inside a lock
Kevin Cozens
2017-04-16 17:36:17 -04:00
a4254be915
Deleted call to m_log.Error routine. Modules should not say they're disabled.
Kevin Cozens
2017-02-01 15:24:16 -05:00
d81faa31dc
Fixed bad commit that was sending wrong day value to PHP for upcoming events. Fixed dir_events_query in PHP file: always get current time in UTC, simplified timezone handling, and include in-progress events when passed "u" for day number. Updated pre-built OpenSimSearch.dll file.
Kevin Cozens
2016-01-13 15:10:52 -05:00
e4864fceea
Updated DLL for use with 0penSim 0.8.1-post-fixes.
kcozens
2015-06-01 19:53:30 +00:00
ea70b5018c
Changed name to avoid possible confusion with core modules of Open Simulator.
kcozens
2015-06-01 03:26:13 +00:00
f54440fc00
Updated/added assembly statements required by OpenSimulator 0.8.1-post-fixes. Bumped version number to "0.4".
kcozens
2015-06-01 03:22:31 +00:00
9b020a5e93
Fixed calculation of start time used in event searches. Searches now include 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.
kcozens
2014-05-13 23:39:49 +00:00
7c824ceb10
Updated the pre-compiled DLL to remove some debug messages left in by mistake.
kcozens
2014-05-13 15:11:54 +00:00
74a209eb1b
Updated the pre-compiled DLL.
kcozens
2014-05-13 03:06:56 +00:00
cab8b033a8
DateEvents flag, not Events, is set when searching events with viewer Search.
kcozens
2014-05-12 18:08:20 +00:00
9ee7375660
Use '/' between the parts of event landing point coordinates. Updated README. 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.
kcozens
2014-05-11 17:52:37 +00:00
132254499f
Updated the pre-compiled DLL.
kcozens
2014-03-10 17:25:32 +00:00
ae57c23fa6
Removed code related to people and groups search to prevent duplicate results. People and groups search is now handled via the core basic search module.
kcozens
2014-03-10 17:17:41 +00:00
4771cd90aa
Added 'parcelUUID' field to events table.
kcozens
2014-03-02 20:36:11 +00:00
741c62175c
Updated SQL file to create tables using UTF-8 charset and collation.
kcozens
2014-03-01 00:01:39 +00:00
c520c5cd46
Updated to enable searching for groups in 0.7.6-post-fixes.
kcozens
2014-01-18 04:17:09 +00:00
22b1bd4fe3
Updated prebuild.xml file: removed path references, removed obsolete module reference, and set frameworkVersion to 4_0 as .NET 4.0 is now default for OS.
kcozens
2013-11-16 04:47:59 +00:00
80c2e1a641
Updated the pre-compiled DLL.
kcozens
2013-07-29 06:43:42 +00:00
45480c288d
Changes to allow event markers to appear on the world map.
kcozens
2013-07-29 06:36:18 +00:00
7aaa6f8dc5
Fixed time limits of event searches and include in-progress events. 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.
kcozens
2013-07-17 20:47:16 +00:00
5d58ed32b0
Changed assembly name and bumped version. Fixed grammer of "ready" message.
kcozens
2013-07-12 15:42:42 +00:00
f4c7f1e739
Updated SQL files to use char(36) for all UUID fields. Corrected upgrade instructions in the README file.
kcozens
2013-06-23 15:43:43 +00:00
147012b8ab
Updated the compilation and configuration information in the README file.
kcozens
2013-06-23 03:16:03 +00:00
5186ec068b
Removed some obsolete information from the README file.
kcozens
2013-06-23 01:59:02 +00:00
0b56243e99
Trivial code clean up. Don't need else clause if execution gets that far.
kcozens
2013-06-23 00:50:58 +00:00
d54733be77
Updated README with optional configuration line that specifies module name.
kcozens
2013-06-23 00:44:07 +00:00
e2b4f0b60d
Removed section from README about adding lines to [Modules] section.
kcozens
2013-06-14 15:02:19 +00:00
3d7862d11a
Add new ISearchModule interface member
melanie
2013-01-15 21:25:59 +00:00
4111378172
Use of $HTTP_RAW_POST_DATA is deprecated. Get data from php://input instead. (See Forge bug #444)
kcozens
2012-12-24 18:46:58 +00:00
917cb41436
Removed obsolete "Reference name" line from prebuild file. Updated DLL file.
kcozens
2012-07-27 15:16:03 +00:00
454e748a25
Use the text string to restrict results when searching classified ads. This was previously fixed in revision 174 but got lost in some later commit. The building of the SQL query in dir_classified_query() has been simplified.
kcozens
2012-07-21 06:23:00 +00:00
79bfe13c35
This commit properly fixes searching for classified ads regardless of type (PG, Mature, or Adult). The previous commit didn't handle Adult rated ads.
kcozens
2012-07-02 18:09:01 +00:00
5da0311d08
Fix classifieds search when both PG and Mature results are being requested.
kcozens
2012-07-01 06:12:36 +00:00
08e1f7172b
Fix merge artefacts in the initialization code
melanie
2012-06-05 11:30:19 +00:00
77bde11596
Replace the spammy init code with a cleaner version. Modules MUST NOT output any messages when they are disabled.
melanie
2012-06-04 18:02:39 +00:00
e2eb4f5fc4
Changed handling of results for LandForSale and events in MapItemRequests() and DirLandQuery() to avoid triggering an exception if region name is null. (Problem spotted by Snoopy2 on #opensim-dev)
kcozens
2012-02-02 07:23:24 +00:00
ff51796212
Updated to use the new module loading method.
kcozens
2012-01-06 03:00:34 +00:00
05680c2bc2
Mature and Adult strings were swapped in process_region_type_flags().
kcozens
2012-01-06 02:40:29 +00:00
de3d2e65e8
Applied BlueWall Slade's patch to update prebuild.xml to newer build system. (See patch #435)
kcozens
2012-01-03 21:27:16 +00:00
3b4e0bec0a
Added closing ')' that got lost from a mysql_query() in revision 177.
kcozens
2011-12-01 07:33:08 +00:00
624780e42b
Set SVN properties on PHP and SQL files
kcozens
2011-11-30 02:50:37 +00:00
ca61f92e66
Stripped carriage returns from line endings.
kcozens
2011-11-30 01:49:47 +00:00
885d6ec687
webroot/query.php - 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
kcozens
2011-11-30 01:41:49 +00:00
369eddcb54
OpenSimSearch/Modules/SearchModule/OpenSearch.cs - Added support for Event mapitem queries
kcozens
2011-11-30 01:21:35 +00:00
4cbbd3c94c
webroot/query.php - Include text string from the viewer (if any) in searches for popular places.
kcozens
2011-11-18 01:18:55 +00:00
eee9f83659
webroot/query.php - Restrict classifieds search based on supplied text (if any) - Tidied up generation of SQL query for classifieds - Cleaned up generation of WHERE clauses in SQL queries for: popular places, land, events, and classifieds
kcozens
2011-11-17 22:24:28 +00:00
db93807e4e
webroot/query.php - Search event name and description for the text string from the viewer. (Based on a patch by Michelle Argus) - Adjust local time to UTC when doing date based search
kcozens
2011-11-17 03:44:15 +00:00
3bd3b6f1db
OpenSimSearch/Modules/SearchModule/OpenSearch.cs - Use enum value instead of hard-coded number for land sales
kcozens
2011-11-16 22:31:41 +00:00
1c4793a9dd
Minor formatting and whitespace changes.
kcozens
2011-11-12 06:27:22 +00:00
9dc245c528
Removed two obsolete variables.
kcozens
2011-11-12 06:20:07 +00:00
18117983d2
Fixed generation of SQL queries for events and classifieds.
kcozens
2011-11-12 06:09:37 +00:00
364e9869eb
Replaced deprecated (as of PHP 5.3.0) function mysql_escape_string with mysql_real_escape_string.
kcozens
2011-10-28 16:05:33 +00:00
be52792f0c
Changed "<?" to "<?php" for those not set to use short tags.
kcozens
2011-10-28 15:57:08 +00:00
042c15fb16
OpenSimSearch/Modules/SearchModule/OpenSearch.cs - Don't report no data for classified as we might be creating a new ad - In MapItemRequest(), get out of foreach once we find a match to the parcel uuid as only one X/Y location is added for each parcel. - Added the '*256' multiplier to the X/Y parcel location that was missing from the previous commit. This allows $ icons appear on the map for land sales. NOTE: This only seems to work when 0.6.9 is running standalone.
kcozens
2010-10-31 21:21:12 +00:00
5a2370417c
Updated pre-compiled DLL to the file provided by nebadon. It was built for and tested with the 0.7 version of OpenSim.
kcozens
2010-09-10 19:43:15 +00:00
76096b65a5
Changed handling of return from process_region_type_flags() to stop display of the "Unable to search" message when opening map. Fixed land sales search when land type is set to "All types".
kcozens
2010-09-09 21:56:40 +00:00
04dc2778ac
This commit fixes problems affecting Places search in a viewer.
kcozens
2010-09-06 21:33:07 +00:00
f9f939a4dd
Added missing value in SQL query when registering a new host.
kcozens
2010-09-06 01:49:40 +00:00
4999fd0771
Fixed queries for classifieds, events, land sales, and places. Handle region type for classifieds, events, land sales, and places. Generation of SQL queries now handle cases where OR expressions are used to select one of several values for a column based on flags in addition to AND expressions in WHERE. Corrected the size of several columns in the database schema.
kcozens
2010-09-04 14:30:24 +00:00
9041342a46
Don't mess with the README file, please ask before you start to break things in the Wiredux/README file
fly-man-
2010-08-31 17:25:59 +00:00
6838e262b5
Added comments to explain the origin and meaning of the "magic numbers". Capitalized keywords in SQL statements.
kcozens
2010-08-31 06:22:15 +00:00
0d543ae66b
Updated binary to latest version
fly-man-
2010-08-30 12:56:00 +00:00
16a5aa5ccf
Changing layout of the texts, if there's no classified mentioned, return that to the viewer (don't say we don't have ANY classifieds)
fly-man-
2010-08-30 12:51:06 +00:00
59ad99952e
Changed the layout of the file
fly-man-
2010-08-30 12:45:27 +00:00
8d474acd04
Forward port of changes in versions 138 through 141 of the opensim_069 branch.
kcozens
2010-08-30 02:04:39 +00:00
38e0cce987
Added missing comma from a SQL query. Capitalized keywords in SQL queries.
kcozens
2010-08-23 06:58:31 +00:00
b436ad12a6
webroot/parser.php: - Don't try and parse XML if the load operation failed - Capitalized SQL keywords webroot/register.php: - Reset failcounter when a region re-registers
kcozens
2010-08-23 06:52:03 +00:00
62d45767fd
- Check that CURL returned data before trying to parse it. - Check that XML has region data before trying to parse it. - Code clean ups (possible memory leak, removed dead code, de-tabified file).
kcozens
2010-08-23 04:54:45 +00:00
744f2919e7
Fixed exception error triggered when the map was opened in a viewer due to an error in variable declarations.
kcozens
2010-08-07 22:37:42 +00:00