Commit Graph

51 Commits

Author SHA1 Message Date
9954387e90 Removed redundant lib2/cookie.inc.php, changed all uses to new Cookie service. Except lib1 - should be phased out anyway. 2014-01-19 02:48:49 +01:00
8f779cb357 Renamed root namespace to "OpencachingDE".
Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:37:13 +01:00
396d0f5f30 Consolidated coordinate calculation methods into Conversions namespace.
Signed-off-by: Markus Birth <mbirth@gmail.com>
2014-01-12 05:36:43 +01:00
2555b45949 fixed search results header 2013-08-07 21:43:18 +02:00
21f99393aa added OConly statistics to user profile 2013-08-03 13:38:08 +02:00
8d5b827f66 search.tpl fix: use defaults of first three checkboxes 2013-07-30 23:23:55 +02:00
8695e8e5ca fixed search query caching bug introduced with commit 1bed97e4; fixes #278 2013-07-26 21:50:30 +02:00
ea0382d347 disable mapping of logs by other users; fixed default log searchtype 2013-07-26 11:12:54 +02:00
c748cda3c7 fixed initialization logtype in search form 2013-07-26 00:21:04 +02:00
4e2d4e2668 improved search sorting options logic 2013-07-19 18:42:49 +02:00
080c764876 searchall only available if logged in 2013-07-19 13:20:39 +02:00
9494e067a8 search.php: ported temptable code to lib2; added some missing drop-tables and sql-free-results; updates #238 2013-07-19 03:14:18 +02:00
9aad4c554d search.php fixes
- fixed search.php admin test
- drop temp table
- updated search js warning
- fixed grey cachetype icons
2013-07-18 20:11:13 +02:00
b7f8d0f1ae search form redesign; updates #35
and fixed fulltext options selection bug
2013-07-18 18:35:40 +02:00
a7879a0bce some search.php refactoring; fixed 'ignore' checkbox 2013-07-18 12:11:25 +02:00
22e98f5e00 docs and utils cleanup / update / lib2-ports
and added cache name trimming, see util2/cache_repairnames/repairnames.cpp
2013-07-17 17:21:10 +02:00
efbbed281b search.php docs and structure 2013-07-15 15:10:51 +02:00
72e07c0a79 search.php documentation; fixed throttle include 2013-07-15 14:08:24 +02:00
d50ed56712 updated 3rd party contribution list 2013-07-15 13:37:50 +02:00
0e84773211 added sql-debugging to lib2 search.php 2013-07-15 00:39:09 +02:00
67f3ae3ce2 consolidated page browsing code; updates #262
and
- fixed page browser display on search results page for last four pages
- set max. page count on all other pages to 15 (from 9 or none)
2013-07-14 16:41:09 +02:00
f5565a918c ported search.php & tools to lib2, and ...
- fixed logentry sorting for logs with identical date
- fixed &auml; etc. display in short descriptions on search results page
- try to select a matching language for the short descriptions
- added some translations
- hide download and map links if no search results (updates #235)
- nicer display of selectlocid page
- use site-dependent urls in GPX, LOC, TXT and KML
- unified XML encoding, now all done via two functions in lib2/util.inc.php (updates #121)
- some preventive XML encoding adjustments in GPX
- removed XML encoding in LOC CDATA section
- improved charset conversion for OVL and OV2 output
- some optimizations
- discarded lots of obsolete code
- disabled debug mode force_compile in OcSmarty class (performance)
2013-07-13 12:38:57 +02:00
63409347bc some more search.php details 2013-07-11 22:19:43 +02:00
98b466030c squashed redundant search code, search fixes;
update #259, update #253

- integrated redundant parts of lib/search.*.inc.php into search.php
- added some translations for LOC and KML
- added "locked" state to LOC output
- appended state of inactive caches to KML cache names
- display selected distance search unit in HTML and XML output
- improved GPX Google search link for protection areas
- one more searching improvement (forgotten what it was ...)
2013-07-11 21:42:39 +02:00
1c47522d65 added search option for all logs of a user
updates #37
2013-07-08 18:59:38 +02:00
24ab890163 merged stable to master 2013-06-19 19:42:17 +02:00
8607628f59 separately hide disabled and archived caches in search and map; fixes #149 2013-06-19 19:39:59 +02:00
eb4a4aec72 show search results on map; updates #30, updates #235 2013-06-19 16:48:53 +02:00
2957f11270 Merge branch 'stable' 2013-06-18 19:39:38 +02:00
0ad6c3ee20 fixed searching by finder 2013-06-18 19:39:28 +02:00
1bed97e4d9 some search.php refactoring 2013-06-18 18:31:23 +02:00
ac62e0dac4 added maintained gc_wp field 2013-06-15 06:27:42 +02:00
b381453176 fixed search form logtype translation 2013-06-09 17:55:37 +02:00
d7bbc8e14e changed search resuls headline if not called by search function; fixes #211 2013-06-03 19:19:23 +02:00
cd93caea1d Merge branch 'stable' 2013-05-31 20:18:18 +02:00
7b05652268 disabled Google Maps link for stored queries, which are not accessible from GM; fixes #5 2013-05-31 19:36:49 +02:00
759fdda706 replaced split() with explode() 2013-05-09 13:04:57 +02:00
a3ea98874c do not count invisible caches in hidden stats 2013-04-28 22:50:39 +02:00
d27d9c3fa5 added sort option by own log date; fixed sorting by last log 2013-04-28 19:28:29 +02:00
b5d24350dc marked ocprop triggers 2013-03-27 23:31:16 +01:00
eea5dcb3f2 re-added code that needs PHP 5.2 / 5.3 2013-03-25 23:16:03 +01:00
047032a78e reverted search bugfix (9a5fcd4c) - needs php 5.3 2013-03-16 17:18:12 +01:00
df313402b4 added template-wise help pages 2013-03-08 15:15:53 +01:00
cd90f63d78 fixed searchfilter-bug introduced with advanced map filtering;
fixed table def
2013-03-04 07:35:47 +01:00
dd6f7991e2 merged new map 2013-03-04 02:34:05 +01:00
c5057c884a reworked map, especially GM3 and fullscreen map 2013-03-04 01:45:51 +01:00
9a5fcd4c77 fix 3915: search problem after logout 2013-02-24 11:30:59 +01:00
fb4f866732 usability and translation improvements on search page 2013-02-22 10:38:22 +01:00
b75afd18e2 readded and fixed #4781: new cache size nano (commit b300630 got lost)
compatibility:
- is supported by new OKAPI rev. 495
- Ocprop compatibility is being checked
- is returned as "other" size in XML interface size field, and as "nano" in new size2 field
- is returned as Micro in GPX files
2013-02-17 02:30:35 +01:00
ad59dc916b updates source code license and xml docu 2012-08-16 21:04:13 +02:00