#277: Integrate UK postcode lookup
-------------------------+--------------------------------------------------
Reporter: dom | Owner: Nobody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Now that a sufficiently free source of UK postcode geodata is available,
we should integrate the ability to look up coordinates from postcode
(whilst still retaining the ability for people to enter coordinates
manually to be more accurate).
--
Ticket URL: <http://dev.openguides.org/ticket/277>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#201: There should be an admin option to make preview above edit form default to
"on".
-------------------------+--------------------------------------------------
Reporter: Kake | Owner: Kake
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
At the moment, the preview appears below the edit form by default.
Although this can be swapped over in the user preferences, it can be
confusing to new users who haven't discovered the preferences yet. We
should add an admin config option so admins can choose to have their guide
default to "preview above edit form" unless a user chooses otherwise.
(Although this rearrangement could be accomplished in CSS, with suitable
rearrangement of the edit form to use <div>s instead of tables, I think
it's better to do it with conditional logic in the code/templates, since
that lets us integrate it with the user preference.)
--
Ticket URL: <http://dev.openguides.org/ticket/201>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#225: Prefs page needs test
------------------------+---------------------------------------------------
Reporter: ilmari | Owner: ilmari
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: minor | Keywords:
------------------------+---------------------------------------------------
There are currently no tests to make sure that the prefs page reflects the
contents of the user's prefs cookie.
--
Ticket URL: <http://dev.openguides.org/ticket/225>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#289: time stamp is worng in json output of nodes
------------------------+---------------------------------------------------
Reporter: bob | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords: json
------------------------+---------------------------------------------------
e.g
http://croydon.randomness.org.uk/wiki.cgi?id=Sara%27s_Diner%2C_65_Church_St…
{"os_y":"165516","os_x":"532105","website":"","city":"London","timestamp":"1970-01-01T00:00:00","summary":"Cafe
and sandwich shop on Church Street." ...
--
Ticket URL: <http://dev.openguides.org/ticket/289>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#264: Wiki::Toolkit:RSS::Reader do we want it in openguides.
------------------------+---------------------------------------------------
Reporter: bob | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
Wiki::Toolkit:RSS::Reader and its dependencies provide a lot of the pain
for a successful install from CPAN. it does very little in Openguides and
indeed all the tests pass if you remove what little it does, what
functionality it does proivide breaks easily anyway.
So there are 3 choices:-
1) remove it
2) rewrite it to be less of a pianful install
3) actually use the modules it pulls in elsewhere. i think were probably
handcrafting rss feeds currently.
--
Ticket URL: <http://dev.openguides.org/ticket/264>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#299: Build.PL should honour OPENGUIDES_CONFIG
-------------------------+--------------------------------------------------
Reporter: bob | Owner: Nobody
Type: enhancement | Status: new
Priority: highest | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords: install
-------------------------+--------------------------------------------------
for the location of wiki.conf
if set and exists shuould skip the config questions.
--
Ticket URL: <http://dev.openguides.org/ticket/299>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#296: "Missing metadata" search form should have map output
-------------------------+--------------------------------------------------
Reporter: kake | Owner: Nobody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
It should be possible to view the results of a "missing metadata" search
on a map as well as in a list.
--
Ticket URL: <http://dev.openguides.org/ticket/296>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#294: "Missing metadata" search form should offer more options
-------------------------+--------------------------------------------------
Reporter: kake | Owner: Nobody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
At the moment, the missing metadata search dropdown only allows limited
options (category, locale, address, postcode, phone number, lat, long, OS
x, OS y). It should also offer fax, image, map link, opening hours,
summary, and website.
(Requested by Janet on the openguides-oxford mailing list.)
--
Ticket URL: <http://dev.openguides.org/ticket/294>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#8: Kantor internetowy w Polsce
-------------------------+--------------------------------------------------
Reporter: dom | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Comment(by wojtekrys38):
Nasz serwis to pierwszy w Polsce [http://internetowykantor.pl/ kantor
internetowy] umożliwiający bezpieczną, tanią i szybką wymianę walut przez
Internet.
--
Ticket URL: <http://dev.openguides.org/ticket/8#comment:4>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#298: lc warns on an undef value
------------------------+---------------------------------------------------
Reporter: bob | Owner: bob
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
bobw@meredith:~/svn/openguides-trunk$ prove -b -w t/906_show_index_form.t
t/906_show_index_form.t .. Use of uninitialized value $args{"value"} in lc
at /home/bobw/svn/openguides-trunk/lib/OpenGuides/CGI.pm line 528.
Use of uninitialized value $args{"value"} in lc at /home/bobw/svn
/openguides-trunk/lib/OpenGuides/CGI.pm line 528.
t/906_show_index_form.t .. 1/40 Use of uninitialized value $args{"value"}
in lc at /home/bobw/svn/openguides-trunk/lib/OpenGuides/CGI.pm line 528.
Use of uninitialized value $args{"value"} in lc at /home/bobw/svn
/openguides-trunk/lib/OpenGuides/CGI.pm line 528.
t/906_show_index_form.t .. ok
All tests successful.
Files=1, Tests=40, 3 wallclock secs ( 0.06 usr 0.00 sys + 1.34 cusr
0.16 csys = 1.56 CPU)
Result: PASS
--
Ticket URL: <http://dev.openguides.org/ticket/298>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project