Ticket #3 (closed defect: fixed)

Opened 7 years ago

Last modified 5 weeks ago

Match preset location dropdown to existing coords

Reported by: ringmaster Owned by: ringmaster
Priority: normal Component: geo
Severity: normal Keywords:
Cc:

Description

The preset location dropdown on the post page needs to have the correct value selected for coordinates when an old post is edited. The values that are entered on the config page can be more precise than MySQL will hold and so they don't match for the selection comparison.

Change History

comment:1 Changed 7 years ago by ringmaster

  • Status changed from new to closed
  • Resolution set to fixed

Converted post_lat and post_lon fields in posts table to use postmeta instead. Resolves issue of storing floats as datatype in the database because postmeta data is stored as string type.

comment:2 Changed 18 months ago by boonebgorges

(In [313598]) Updates POT file to include newly gettexted strings. Fixes #3

comment:3 Changed 16 months ago by error

In [336857]:

Reverse logic for offsite_forms test; fixes #3

 http://trac.bad-behavior.ioerror.us/ticket/3

comment:4 Changed 12 months ago by boonebgorges

In [389573]:

Adds resent count. Fixes #3

comment:5 Changed 8 months ago by boonebgorges

In [441164]:

Use wp-login.php for authenticating access to logged-in content. Fixes #3.

comment:6 Changed 7 months ago by edouardb

In [453236]:

Multilingual website, close #3

  • Monkey patched the_posts() to get translated content if available.

comment:7 Changed 5 months ago by aleksanderbursak

In [474815]:

bug fixed #3

comment:8 Changed 5 weeks ago by benmcfadden

In [532608]:

Added documentation to the settings page for the callback_function attribute. Closes #3

Note: See TracTickets for help on using tickets.