{23} Trac comments (3729 matches)

Results (701 - 800 of 3729)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Posixtime Author Newvalue
#1065 1303118756000000 thejimmyg This is now more urgent and I think we have enough consensus to go ahead. See #1094 too.
#1065 1311174208000000 thejimmyg Merging with #1094 so see the discussion there too.
#1069 1301909423000000 thejimmyg This is what the new "Ideas" section in the ckanext-community extension is for. Marking as duplicate of #941, can we have discussion there please.
#1069 1310133794000000 thejimmyg Yes, and this will be more important in thedatahub.org
#1087 1310134714000000 thejimmyg Child ticket of #954
#1094 1311173649000000 thejimmyg Merging with #1065 and closing.
#1096 1310125173000000 thejimmyg Renaming to CKAN Hosted because whether we introduce a site domain object for subdomain tenants or not is an implementation detail. As far as progress on CKAN hosted goes, we now have: * A build tool to package ckanext-dgu, ckanext-std etc into .deb files * The ability to apt-get install CKAN * A script that can set up multiple non-conflicting CKAN instances on the same machine What we need next is the ability to generate a ckanext-xxx repository for each new instance we want to host. At that point most of the underlying techniques for hosting multiple CKAN instances concurrently will be in place. Once we have that working and know what clients want, we can look at going further and speccing up a multisite solution off a single DB, rather than the multi-instance solution proposed here.
#1096 1311182262000000 thejimmyg Milestone ckan-v-future deleted
#1107 1310134646000000 thejimmyg Child ticket of #954
#1108 1310128678000000 thejimmyg Now that we are using ckan.net as thedatahub.org we should go full steam ahead and create a brand new UI to reflect thedatahub.org's new role. See http://ckan.org/2011/07/08/ckan-vision-update/
#1108 1311180204000000 thejimmyg See also comment on #1200 about using the pdeu theme.
#1118 1311174062000000 thejimmyg We haven't ever come across this. Perhaps if you could provide an example we can re-open it. Cheers, James
#1123 1307790563000000 thejimmyg This isn't necessarily a trivial thing. Let's get the build system for the packages stable before we start changing it all to support alternative architectures. Once the packaging is working well it would be trivial to switch those servers to amd64. I'm sorry, but this isn't worth the investment in manpower at the moment.
#1124 1323168132000000 thejimmyg Solr is now properly supported in the ckan-1.5 repository.
#1124 1323168156000000 thejimmyg Re-open this if it still affects DataGM.
#1127 1305128000000000 thejimmyg This is great idea and it has taken on well. +1 from me. We can update/create new CREP policies as needed.
#1129 1305116419000000 thejimmyg Great proposal, here's my thinking: * The current VDM model (where we have things like a single package table which logs changes to a package_revision table) is very well tested and works well and we should only consider a radical change with good reason * Although we are making a move from *model objects* being the central components to the *logic layer functions* being the central components, there is no need yet to have the database structures we store (for revisioning or otherwise) start to look like the dictized representation. The logic layer itself is designed to do that mapping. * Since we do have this logic layer though, there is less need for "magic" SQLAlchemy objects to support dicts and lists (eg the stateful objects used to make a list of tags on a package behave like a list), a few simple (and easily debuggable) queries in the logic layer would work better. In the longer term we may want to look at serialising more dictized-looking objects and that may lend itself to a more dictized changeset model or even a more dictized storage system (eg no-SQL) but for the time being we are not at that point. I recommend the following: * We continue to use the current default branch of VDM (not the changeset branch) * We continue to treat the package table (and other non-revision tables) as the most recent revision (even though the *active* revision displayed in CKAN might well be in the revision tables because more recent changes haven't been moderated yet) * We slowly stop using stateful lists and dicts in CKAN because we have move control with explicit queries in the logic layer Sound good?
#1134 1305125228000000 thejimmyg Great stuff. Yes, I agree with all this, but as initial thoughts I suggest that for phase 1, the info() method returns one more key called "form_config_interface" which takes a string representing a the type of interface for the config field on the form. If the key is missing it is treated as "None". The two possible values are: None - the field is not present and must always be stored as NULL Text - a single text field will be provided on the interface Whatever the interface, the value built will always be stored in the config column of the table. We then also provide a "get_schema()" method that returns a schema cablable of parsing the data submitted by the form and storing it as a single key named "config". ckanext-inspire will then add other functions to the schema for URL etc so that regardless of what the harvest plugin does, the key fields ckanext-harvest are always there. This then allows: * Customiseable config interfaces * Customisable valiation * A consistent place to store config in the database Sound good?
#1150 1311178163000000 thejimmyg Hi John, Can you please check that the new webstore+preview works correctly with this one too please? Cheers, James
#1166 1306847326000000 thejimmyg Also, rather than INSPIRE=true we should probably have information about the harvesting mechanism and the harvest object type? This also relates to our use of the kind field on the resource.
#1167 1306857750000000 thejimmyg Creating the AMI is really just the icing on the cake. The hard bit is getting the packaging right so that's where we need to concentrate first. Once the packaging works we just make sure apt-get upgrade is run regularly. +1 to the list above. I also agree we should install solr by default. Who has actually done a CKAN solr install? I haven't but together with whoever has I can try to package it up. Wrt to usernames and passwords, I'll look into how dpkg manages those blue pop-up screens for entering configuration options.
#1167 1311178516000000 thejimmyg I've now written a 20 page guide on using CKAN on Amazon EC2. I haven't explicitly created an AMI, but I don't think we should do that anyway for a few reasons: * it is fiddly * there is no advantage to the user as CKAN installation is so easy and so well documented * we don't want to have to maintain the image going forward * we might not want to promote a non-open approach The guide will form part of Anna PS's work on the overall documentation but you can also see the original version here: https://bitbucket.org/okfn/ckan-debs-public/src/489a5ecf369f/ec2/
#1168 1310134901000000 thejimmyg This is now working on dgu-buildbot.okfn.org. The code that manages it is partly the repo.py script from http://hg.3aims.com/public/BuildKit/ and partly the fab code in https://bitbucket.org/okfn/buildbot-scripts
#1168 1325866142000000 thejimmyg Quick update... we now have: * An automated way to build the deb packages * An automated way to install them into a fresh virtual machine We don't currently run them via buildbot or have smoke tests.
#1183 1311181719000000 thejimmyg Hi John, Can you have a look at this one too please? Cheers, James
#1189 1323173227000000 thejimmyg Closing this ticket in line with ticketing policy since it is over 6 months old. If someone would like to develop an extension that uses spideroak as a back end we can look at it again.
#1192 1310135468000000 thejimmyg This is now a child ticket of #1142
#1200 1311180218000000 thejimmyg This is a duplicate of #1108. Let's have the discussion there please.
#1204 1311179980000000 thejimmyg Sorry, is this a CKAN issue or a datacatalogs.org one? If it is datacatalogs.org do you mean a catalog rather than a package? If so, can you give an example of the sort of change you've made? Marking as invalid until we get more information.
#1208 1310124599000000 thejimmyg Rufus and Friedrich are working on this at the moment so putting into the current sprint. I'm considering this as preliminary investigation to inform the wider project that David Raznick is leading on.
#1242 1323173292000000 thejimmyg This text is no longer present on the login page.
#1285 1323173125000000 thejimmyg I could write some middleware to handle this. Can we come up with a list of exceptions not to catch or should I create a base exception called "NoEmailReportTriggeredException()" which exceptions for this purpose have to be derived from or which code has to raise?
#1415 1323167941000000 thejimmyg This is all complete now. We aren't yet allowing multiple options, but we do support proper version numbers and the domain name. Other features will be implemented as different scripts for the timebeing eg ckan-setup-solr.
#1435 1323168783000000 thejimmyg I personally can't see the benefit of switching to a generic paid service when we already have a highly customised and working infrastructure based on buildbot and buildkit - we do testing in VMs as well as continuous integration. What is the advantage? Suggest wont fix?
#1462 1323172211000000 thejimmyg Let's work together to fix the packaging aspect too.
#1464 1323169763000000 thejimmyg As part of the queue upgrade we'll also fix #1064 which explains that the current queue implementation is over-engineered.
#1467 1326104869000000 thejimmyg The publisher issue seems to be resolved now, although during investigation I also found these issues: * 9 of the records don't have a published by and I wondered why * Lots of them are state=deleted (so do we really want to include these?) * We're still showing the deprecated agency field * Many of the departments are blank Pawel is not available to work on these anyway at the moment, so let's pick them up as part of the disintegration work to migrate to CKAN. Marking the main ticket as "worksforme" since it does now.
#1521 1323174618000000 thejimmyg It would be nice if the new UX also made it clearer that a user has to login, before they click the "Add a group" link which currently takes them to the login page with the message "Unauthorized to create a group".
#23 1178929178000000 shopforu <a href='http://coop.deadsquid.com/gallery/g2data/album/01.11.2006.html '>abercrombie & fitch</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/02.11.2006.html '>air compressors</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/03.11.2006.html '>air force ones</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/04.11.2006.html '>air jordan shoes</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/05.11.2006.html '>air mattress</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/06.11.2006.html '>air purifiers</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/07.11.2006.html '>aluminum boats</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/08.11.2006.html '>aluminum dock plates</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/09.11.2006.html '>american eagle outfitters</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/10.11.2006.html '>antique engagement rings</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/11.11.2006.html '>athletic wear</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/12.11.2006.html '>atv accessories</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/13.11.2006.html '>atv tires</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/14.11.2006.html '>baby phat</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/15.11.2006.html '>ballet shoes</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/16.11.2006.html '>barely string bikini</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/17.11.2006.html '>baseball jersey</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/18.11.2006.html '>bass shoes</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/19.11.2006.html '>bath tubs</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/20.11.2006.html '>belly button</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/21.11.2006.html '>bottled water</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/22.11.2006.html '>brass knuckles</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/23.11.2006.html '>bridal bouquets</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/24.11.2006.html '>bridal gowns</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/25.11.2006.html '>bridal shoes</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/26.11.2006.html '>bridesmaid dresses</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/27.11.2006.html '>calorie counter</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/28.11.2006.html '>candle holder</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/29.11.2006.html '>ceiling fans</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/30.11.2006.html '>clarks shoes</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/31.11.2006.html '>coffee makers</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/01.12.2006.html '>coffee tables</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/02.12.2006.html '>coloring sheets</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/03.12.2006.html '>comforter sets</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/04.12.2006.html '>cork flooring</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/05.12.2006.html '>country curtains</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/06.12.2006.html '>cross stitch</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/07.12.2006.html '>curly hair</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/08.12.2006.html '>delta faucets</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/09.12.2006.html '>detox diet</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/10.12.2006.html '>dress shoes</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/11.12.2006.html '>duct tape</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/12.12.2006.html '>dune buggy</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/13.12.2006.html '>duvet covers</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/14.12.2006.html '>ear plugs</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/15.12.2006.html '>earth shoes</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/16.12.2006.html '>egr valve</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/17.12.2006.html '>electric blankets</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/18.12.2006.html '>electric fence</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/19.12.2006.html '>elliptical trainers</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/20.12.2006.html '>embroidery designs</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/21.12.2006.html '>empire carpet</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/22.12.2006.html '>exercise equipment</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/23.12.2006.html '>exhaust fans</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/24.12.2006.html '>fireplace mantels</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/25.12.2006.html '>fishing reels</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/26.12.2006.html '>fishing rods</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/27.12.2006.html '>fishing tackle</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/28.12.2006.html '>fish tanks</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/29.12.2006.html '>flax seed</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/30.12.2006.html '>floor mats</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/31.12.2006.html '>fountain pens</a> <a href='http://coop.deadsquid.com/gallery/g2data/album/31.12.20061.html '>futon covers</a>
#23 1179471344000000 shopforU <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-1.html '>aftermarket car parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-2.html '>antique car parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-3.html '>appliance parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-4.html '>atv parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-5.html '>boat trailer parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-6.html '>car parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-7.html '>chevy truck parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-8.html '>classic car parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-9.html '>corvette parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-10.html '>custom car parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-11.html '>custom motorcycle parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-12.html '>diesel truck parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-13.html '>discount motorcycle parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-14.html '>dodge parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-15.html '>dodge truck parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-16.html '>ford auto parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-17.html '>ford mustang parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-18.html '>ford oem parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-19.html '>ford ranger parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-20.html '>ford tractor parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-21.html '>ford truck parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-22.html '>ge appliance parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-23.html '>genuine toyota parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-24.html '>gm parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-25.html '>gm performance parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-26.html '>gun parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-27.html '>harley davidson parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-28.html '>honda atv parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-29.html '>honda car parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-30.html '>honda motorcycle parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-31.html '>jeep parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-32.html '>mercedes parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-33.html '>motorcycle parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-34.html '>napa auto parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-35.html '>nissan parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-36.html '>polaris atv parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-37.html '>sears appliance parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-38.html '>sears parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-39.html '>suzuki atv parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-40.html '>suzuki motorcycle parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-41.html '>toyota auto parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-42.html '>toyota oem parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-43.html '>toyota parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-44.html '>toyota truck parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-45.html '>used motorcycle parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-46.html '>volvo parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-47.html '>vw parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-48.html '>whirlpool appliance parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-49.html '>yamaha atv parts</a> <a href='http://blogs.cc.gatech.edu/achille/uploads/2006/07/wp-uploads-50.html '>yamaha motorcycle parts</a> <a href='http://volny.cz/cheaps/airline-discount-tickets.html '>airline discount tickets</a> <a href='http://volny.cz/cheaps/cheap-airfare.html '>cheap airfare</a> <a href='http://volny.cz/cheaps/cheap-air-flights-array.html '>cheap air flights array</a> <a href='http://volny.cz/cheaps/cheap-airline-flights.html '>cheap airline flights</a> <a href='http://volny.cz/cheaps/cheap-airline-tickets.html '>cheap airline tickets</a> <a href='http://volny.cz/cheaps/cheap-airplane-tickets.html '>cheap airplane tickets</a> <a href='http://volny.cz/cheaps/cheap-air-tickets.html '>cheap air tickets</a> <a href='http://volny.cz/cheaps/cheap-cell-phones.html '>cheap cell phones</a> <a href='http://volny.cz/cheaps/cheap-checks.html '>cheap checks</a> <a href='http://volny.cz/cheaps/cheap-cruises.html '>cheap cruises</a> <a href='http://volny.cz/cheaps/cheap-discount-airfare.html '>cheap discount airfare</a> <a href='http://volny.cz/cheaps/cheap-flights-dubai.html '>cheap flights dubai</a> <a href='http://volny.cz/cheaps/cheap-flights-manila.html '>cheap flights manila</a> <a href='http://volny.cz/cheaps/cheap-flights-paris.html '>cheap flights paris</a> <a href='http://volny.cz/cheaps/cheap-flights-prague.html '>cheap flights prague</a> <a href='http://volny.cz/cheaps/cheap-flights-rome.html '>cheap flights rome</a> <a href='http://volny.cz/cheaps/cheap-flights-sydney.html '>cheap flights sydney</a> <a href='http://volny.cz/cheaps/cheap-flights-to-europe.html '>cheap flights to europe</a> <a href='http://volny.cz/cheaps/cheap-flights-uk.html '>cheap flights uk</a> <a href='http://volny.cz/cheaps/cheap-flight-tickets.html '>cheap flight tickets</a> <a href='http://volny.cz/cheaps/cheap-international-flights.html '>cheap international flights</a> <a href='http://volny.cz/cheaps/cheap-plane-tickets.html '>cheap plane tickets</a> <a href='http://volny.cz/cheaps/cheap-shoes.html '>cheap shoes</a> <a href='http://volny.cz/cheaps/cheap-textbooks.html '>cheap textbooks</a> <a href='http://volny.cz/cheaps/cheap-tires.html '>cheap tires</a> <a href='http://volny.cz/cheaps/cheap-train-tickets.html '>cheap train tickets</a> <a href='http://volny.cz/cheaps/dirt-cheap-tickets.html '>dirt cheap tickets</a> <a href='http://volny.cz/cheaps/airline-tickets.html '>airline tickets</a> <a href='http://volny.cz/cheaps/airline-travel-tickets.html '>airline travel tickets</a> <a href='http://volny.cz/cheaps/europe-airline-tickets.html '>europe airline tickets</a> <a href='http://volny.cz/cheaps/charter-airline-tickets.html '>charter airline tickets</a> <a href='http://volny.cz/cheaps/booking-airline-tickets.html '>booking airline tickets</a> <a href='http://volny.cz/cheaps/airline-tickets-uk.html '>airline tickets uk</a> <a href='http://volny.cz/cheaps/low-rate-airline-tickets.html '>low rate airline tickets</a> <a href='http://volny.cz/cheaps/discount-on-airline-tickets.html '>discount on airline tickets</a> <a href='http://volny.cz/cheaps/buy-airline-tickets.html '>buy airline tickets</a> <a href='http://volny.cz/cheaps/south-america-airline-tickets.html '>south america airline tickets</a> <a href='http://volny.cz/cheaps/airline-tickets-japan.html '>airline tickets japan</a> <a href='http://volny.cz/cheaps/airline-tickets-go-american-airlines.html '>airline tickets go american airlines</a> <a href='http://volny.cz/cheaps/airline-tickets-discounts.html '>airline tickets discounts</a> <a href='http://volny.cz/cheaps/inexspensive-airline-tickets.html '>inexspensive airline tickets</a> <a href='http://volny.cz/cheaps/cheap-air-flights-cheap-airline-tickets.html '>cheap air flights cheap airline tickets</a> <a href='http://volny.cz/cheaps/chapest-airline-tickets.html '>chapest airline tickets</a> <a href='http://volny.cz/cheaps/student-airline-tickets.html '>student airline tickets</a>
#559 1310126313000000 shevski I don't understand this one. It is older than 6 months so marking invalid.
#764 1310133334000000 shevski will be done as part of #1094
#961 1310126100000000 shevski The main parts of this ticket are now done. The remaining parts can be dealt with separately as their own tickets.
#1319 1315476057000000 shevski Ideally we should also verify people's email addresses. Do we think that's overkill?
#1373 1317829572000000 shevski Apparently works locally for David Raznick on default
#1508 1323168583000000 shevski Will deploy ext-spatial, need to build geo-search for DGU for searching for UKLP datasets - will discuss at next meeting
#2302 1343315555000000 shevski My ideas for this could include one day: One page where the portal admin can choose and/or change the: 1. Portal name & tag line 2. Logo (to be displayed in header) 3. About page text 4. Featured dataset & text on homepage ? 5. Featured groups for homepage ? 6. Footer links 7. Colour scheme 8. Homepage background (?)
#2302 1343596669000000 shevski I reckon getting this live, esp with a easy to fill styled text header (see Sam's design) and a UI for changing About page text, featured dataset on homepage and welcome text is key
#2347 1339602763000000 shevski Name-wise: what do we think of 'Related Media' - that suggests news articles, apps & visualisations to me I'n not sure about relating 'ideas' to specific datasets. Looking at the way ideas work in DGU & pd.eu - it's more general and portal-wide so should flesh out user stories for this before adding ideas to related extension
#2432 1338325120000000 shevski Where do new tickets go to await triaging? Is priority set by whoever creates the ticket? Does this get revised? Will we have a field for dev time estimate or where will this go?
#2446 1352658819000000 shevski gave john basecamp project access
#2458 1343596843000000 shevski Stats important for prototypes & be good to demo a key feature
#2458 1343737692000000 shevski Do we need a design for this? Or can we just use the same format as datahub.io/stats but within the new template?
#2458 1344254847000000 shevski This looks great. 4 small things: 1. clicking on a tag in 'top tags' takes you to old unstyled page, e.g. http://s031.okserver.org:2375/en/tag/economics. Should take you to search faceted by that tag. 2. I'd love to be able to link directly to e.g. the 'top tags' view - any way to do this? 3. Is there any way to rate datasets at the moment? If not, can we hide that option for now? 4. On 'Revisions to Datasets per week' can we rename this 'Dataset revisions per week' and can we change the orange icon/index in the table to 'all dataset revisions' instead of referencing 'packages'
#2569 1340375595000000 shevski Ticket itself is for resource pages, e.g. http://s031.okserver.org:2375/dataset/afterfibre/resource/f5d81da5-2e55-4302-8ed2-58401d2c139e - there are two other resources in that other dataset, should be able to navigate between
#2569 1340878031000000 shevski Great! Can we change it so that the resource name (if available) displays instead of the URL?
#2587 1340375763000000 shevski If we have a name then yes, should be even without link.
#2612 1342005971000000 shevski This seems to be fixed, but needs proper testing
#2612 1342714613000000 shevski All looks good for now. Need to review authorisation stuff as part of demo 3
#2641 1343737625000000 shevski Design here: https://okfn.basecamphq.com/projects/9558659-demo-ckan-front-end/posts/65443876/comments
#2642 1344243797000000 shevski Would like to have this for next week for a demo if possible
#2642 1345113645000000 shevski done
#2644 1344255836000000 shevski I think this requires some thought & probably a discussion. For example need to be clear on the purpose of a user dashboard vs say a publisher dashboard. I image a publisher dashboard would have the stats to datasets belonging to that group (e.g. views, downloads, comments, shares, ratings), issues reported (when we get that extension working), call to action to add a new dataset (that adds it to the group). User dashboards I'm less clear about. May be we can talk about this on Tues/Wed? Or skype today
#2648 1342714659000000 shevski done
#2667 1342714769000000 shevski Waiting to see http://trac.ckan.org/ticket/2706 done
#2669 1343597264000000 shevski I think they should be slightly greyed out. More importantly they should be hidden to everyone not a member of ownership group
#2676 1342512315000000 shevski Yes. Not as important as getting functional bits of JS working, this is a pretty 'nice to have' that I think will bring value.
#2678 1342512234000000 shevski Worth checking with Ross on this
#2680 1342529500000000 shevski Okay thanks. Can we undelete groups?
#2681 1342512160000000 shevski I think just a file format, but want other perspectives. What do you think? & David: what do you think?
#2691 1342538699000000 shevski Also weirdly after I removed all text from the tag field and clicked on 'next: add data' i got an 404 Not Found The resource could not be found. Dataset not found error message
#2691 1342542047000000 shevski I can replicate the 404 error. Follow steps below 1. Click on add a new dataset 2. Name it and put an incorrect character in tag field "e.g. " :" 3. Click on 'Next: Add Data' 4. Error message shows, wipe tag field (i.e. delete " : " until field is blank 5. Click in 'Next: Add Data" again
#2695 1343059199000000 shevski Looks good. Anything we can go about slowness? If i type & hit enter too quickly it doesn't catch the last 1/2 characters?
#2695 1343121866000000 shevski I got a server error once updating long tags, but can't reproduce. Look fine apart from slowness already mentioned - anything we can do about that?
#2696 1343121485000000 shevski Tested. Issues are http://trac.ckan.org/ticket/2737 and http://trac.ckan.org/ticket/2734 Also just to check: does the autocomplete only look through existing tags or things previously typed too? Should only be existing tags.
#2699 1343597746000000 shevski Groups & auth notes: Datasets have an owner Dataset owner must be a group (not users) Actions on dataset are: Create: any logged in user who is a member of a group may create a dataset Choose which group will be owner on create page Read (determined by public/private flag on dataset). Private means only readable by members of owner Group Edit: any member of the owner group Admin: (change state, change owner) only can be done by Admins of owner group Resources: inherit permissions from dataset Groups: Create: Configurable whether creatable by any logged in user or just by sysadmins Edit: only group admin Read: public/private flag on group (?) Admin: (delete, update members / admins) Admin of Group Groups have users with roles/capacities on the group Admin Member System-wide sysadmin (boolean flag on your user account) who can do anything
#2700 1344244373000000 shevski Language names should all start with a cap letter, seems random currently. Slovenia flag (last one) missing a shield Is the Suomi just Finnish? May be a darker blue. I would find some pointers useful: e.g. "Shqipe (Albanian)"
#2700 1344254979000000 shevski As long as languages are actually in their own standard of capitalisation, i don't mind. currently looks random
#2702 1344255984000000 shevski this is just a placeholder reminding me that need to create these tickets. Will pick out the main things and close this eventually
#2704 1342709081000000 shevski Not an ideal UX solution, but important in the interim!
#2714 1342794133000000 shevski Got it working http://demo.ckan.org/dataset/test-dataset/resource/14244c9c-7dcd-43f0-9df0-b363baa2fa8d
#2721 1342948657000000 shevski E.g. 'test-group' was created & deleted
#2722 1342948991000000 shevski In fact, this is the wrong bug. Search doesn't seem to work *at all* in groups Tried to search http://s031.okserver.org:2375/group/data-explorer?q=&sort=views_recent+desc Bug 1: no results Bug 2: the text display covers the order by box
#2722 1343060105000000 shevski Hey, I only mentioned bug 2 here because I'm pretty certain this already exists as a separate ticket. Have definitely reported it before, but i think someone else created the ticket - so just wanted to remind that this hasn't been fixed either yet. What's the best way to do this in future?
#2726 1342949999000000 shevski Point 2 relies on the Chrome previews of PDFs, but can we not use this ability?
#2729 1342951176000000 shevski Also, why does searchign for format:csv not work? http://s031.okserver.org:2375/dataset?q=format%3ACSV&sort=relevance+asc
#2734 1343061994000000 shevski I did this with a dataset I just created, 5 mins before creating this ticket Tried it again with a new datasrt, happened again. It's when you're editing a resource
#2734 1343121017000000 shevski Wierd. It always breaks for me. Maybe we go through this on skype. I just did it with a non-admin account. Steps: 1. Create new dataset. Name whatever, resource it a link (I use http://trac.ckan.org/ticket/2734) e.g. http://s031.okserver.org:2375/dataset/format-error-test 2. Once you've *finished* the dataset creation process you are on the main dataset page. Click on the resource you added. 3. Click on "edit" 4. Change resource field to "html," for example and click on "update resource" 5. Error shows, clicking on "update resource" doesn't do anything. How about I do it and you watch via screen share?
#2734 1343127101000000 shevski ace!
#2738 1343125335000000 shevski in CKAN core there is a tickbox to add to datastore (which we don't have anywhere) David: how should this work?
#2740 1343123431000000 shevski breadcrumb should be /datasets/ dataset name / add data
#2743 1343131092000000 shevski brill, works great, thanks!
#2744 1343211810000000 shevski should probably be same width of format field, e.g. here: http://s031.okserver.org:2375/en/dataset/new_resource/gold-prices
#2751 1343597577000000 shevski Do we need two versions? 1 for thedatahub - where we stick to having "groups" resources etc and 1 for datasuite where groups are re-named as "publishers" and more emphasis on data files vs resources?
#2766 1343318862000000 shevski e.g. see 'ff' dataset http://s031.okserver.org:2375/en/user/shevski shows up in activity stream
#2779 1343737270000000 shevski Related ticket for undeleting datasets - http://trac.ckan.org/ticket/2780
#2782 1343810353000000 shevski @toby I added this post discussion about attribution. Sam says that if we actually use the app itself (currently we're using the maps from it - but primarily by taking screenshots instead of actually integrating) then the attribution would automatically show. In terms of ticket creating, I added this so people could see it and have a think about whether it's phase 3 or phase 4 (& move where necc) & whether you wanted more detail from me etc or whether it needed to be a more generic kind of ticket (i.e. 'need some low cost / low maintenance way to create backgrounds for demos'). In future, shall I email instead? Call on skype? IRC? before any tickets are created?
#2785 1344243731000000 shevski I think it's a nice to have, esp if we give it an intuitive UI Rufus is keen for this also
#2785 1344256089000000 shevski I would say leave as phase 4 for now
#2796 1345129471000000 shevski Some notes already here: http://ckan.okfnpad.org/datahub-faq
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracReports for help on using and creating reports.