{23} Trac comments (3729 matches)
Results (101 - 200 of 3729)
Ticket | Posixtime | Author | Newvalue | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
#23 | 1176473102000000 | cheaptix | <a href='http://www.termargallery.com/images/media/cheap-airline-tickets.html '>cheap airline tickets</a> <a href='http://www.termargallery.com/images/media/cheap-plane-tickets.html '>cheap plane tickets</a> <a href='http://www.termargallery.com/images/media/cheap-tickets-london.html '>cheap tickets london</a> <a href='http://www.termargallery.com/images/media/cheap-airplane-tickets.html '>cheap airplane tickets</a> <a href='http://www.termargallery.com/images/media/dirt-cheap-tickets.html '>dirt cheap tickets</a> <a href='http://www.termargallery.com/images/media/cheap-concert-tickets.html '>cheap concert tickets</a> <a href='http://www.termargallery.com/images/media/cheap-flight-tickets.html '>cheap flight tickets</a> <a href='http://www.termargallery.com/images/media/cheap-flights-paris.html '>cheap flights paris</a> <a href='http://www.termargallery.com/images/media/cheap-flights-sydney.html '>cheap flights sydney</a> <a href='http://www.termargallery.com/images/media/cheap-air-flights.html '>cheap air flights</a> <a href='http://www.termargallery.com/images/media/cheap-flights-dubai.html '>cheap flights dubai</a> <a href='http://www.termargallery.com/images/media/cheap-flights-rome.html '>cheap flights rome</a> <a href='http://www.termargallery.com/images/media/cheap-flights-prague.html '>cheap flights prague</a> <a href='http://www.termargallery.com/images/media/cheap-flights-manila.html '>cheap flights manila</a> <a href='http://www.termargallery.com/images/media/cheap-air-flights-array.html '>cheap air flights array</a> <a href='http://www.termargallery.com/images/media/cheap-flights-to-europe.html '>cheap flights to europe</a> <a href='http://www.termargallery.com/images/media/cheap-flights-uk.html '>cheap flights uk</a> <a href='http://www.termargallery.com/images/media/cheap-international-flights.html '>cheap international flights</a> <a href='http://www.termargallery.com/images/media/cheap-airfares-manila.html '>cheap airfares manila</a> | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#1292 | 1315999202000000 | dread | <rgrp> i'm def +1 for removing API stuff entirely from i18n for the present | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#1293 | 1314701675000000 | johnglover | == Changes == * All templates * Routing: /package/ -> /dataset/ (including API) * Tests: h.url_for(controller='dataset') rather than package ... * One test to check redirect works? * Docs == Leave == * Stay with Package in code e.g. stay with 'PackageController' * also leave stuff like pkg = .... (gradual migration) * Leave extensions == Notes == * Package -> Dataset * Data Package -> Dataset * respect capitalization | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#1129 | 1305212467000000 | kindly | > * There seems some misunderstanding: change to have logic layer has almost nothing to do with being able to remove main stateful stuff in vdm. To be able to remove most of stateful stuff in vdm requires us to make some other changes (re foreign keys from revision objects to continuity) The logic layer does not automatically help out, however it makes our life easier if we want to handle state ourselves. For example take package tags, if we remove the stateful_m2m properties and just use normal sqlalchemy relations. We will still want statefullness (i.e active, pending, deleted) on the package_tags table. We should update those on the table ourselves in the logic layer. > * There are other simplifications we should make to vdm before embarking on this (e.g. move to SessionExtension from MapperExtension). This is easy as that work has been done in changeset branch and can be backported. I agree but event thought the MapperExtension way is not great, it is very well field tested. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#1467 | 1326120319000000 | dread | > 'parent publisher' Sorry, I meant 'parent department' | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#1154 | 1314178325000000 | johnglover | > Looking at the changeset, it now does a connection check at start-up of CKAN. If it fails then CKAN runs but doesn't show any > packages, apart from via the Tags interface, and the search page and widget on the front-page are removed. (BTW Is this a > useful thing to do? Without search, perhaps CKAN should simply not start?) When discussing the ticket we agreed that we should allow ckan to start without search. It is possible that people simply want to list/view information without searching for it and we decided not to prevent them from doing so. > I believe the problem pudo is referring to is temporary periods when the SOLR server is slow/overloaded/down. During this > time pudo and I get exception emails saying connection failed for request. Ok, other options then: * if an error occurs during search, return 0 results * if an error occurs during search, redirect to a generic 'search is unavailable' page * if an error occurs during search, retry the query a certain number of times before giving up and doing one of the above. What do you suggest? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#1154 | 1314196683000000 | johnglover | > Ok, I chatted to David about this and we feel it should go like this: notification to search indexer fails and raises an exception, > this gets passed through the notification system back up to the code that creates the package, and you do a roll back. Does this > tally with what you mentioned in the last comment or is what's there better? This sounds good to me, definitely better than what is currently there. > Thanks for the info on the queue and ckanext-solr. It sounds like this isn't deployed successfully anywhere (or does pudo > know if it is?). I'm not actually sure if the queue works or not, but if it does I'll have to write some tests for it before we could add it to core. A working queue system would be useful generally however, as there are other things that it would be useful for (such as QA), but yes, going forward the Solr extension should really be deprecated. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2255 | 1332772340000000 | ross | > What about ownership by users? Good question. WIll add to description. > > New datasets can be created from the organization form, in which case the organization will be set in the dataset form dropdown (with privacy set to private - see below) > Does this mean like the setup on groups on the datahub (i.e. forward to new dataset but with some things hard-coded, organization/group?)? Or does it mean actual new dataset form on organization page. The former, although currently we will have a slightly different form in the organizations extension, until such a time as we're ready to replace the existing one. Tried merging the two forms but it ended up with such a mess of logic that it was unmanageable. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2701 | 1343949850000000 | toby | > Would be good to decide on the "one" way to do this. As the new extension guru/deity I say helper functions are the future - my word is the law a) a missing helper just returns '' so they can be added to templates even when not implemented, a missing template gives a 500 b) helper functions hide the implementation which I think is a good thing c) helpers are just soooooooo cool - plus they are new and shiny (what am I saying?) As far as moving the phase I'm not too fussed we can be ahead on phase 4 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#234 | 1294657094000000 | memespring | @ rgrp - No, I think I suggested something simular for adding new tags to a package though. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2801 | 1344526607000000 | shevski | @Aron / Ross is it worth having a separate page for related items? E.g. like on pd.eu http://publicdata.eu/app/irail | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#920 | 1300217199000000 | thejimmyg | @David Should we implement this as a change to the way tags work or via a tidy up cron job? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2445 | 1338378161000000 | toby | @Ross you will need to do this based off the feature-2375-demo-theme branch - you can use that branch or one split from it. new templates want to be in templates/... the old templates live in templates_legacy if you need to copy them across that's fine talk to aron or I if you need to know anything | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2256 | 1334052087000000 | toby | @Rufus, Thanks, I think there is overlap and I'm happy to leave that bit of work to you (or future ticket owner) I was just adding some brief notes to this ticket on some of the outcomes I'd like to see and hence why I'd be happy to simplify the icons. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2256 | 1334051526000000 | toby | @Rufus, The idea of this ticket is to separate TDH into an extension rather than it being incorporated into core. This should help TDH by making it possible to push fixes without needing to do a new release of core. It should also help make core more stable and as slim line as possible. New features can be tested in TDH and then if they have a wider appeal they can be merged into core. There is a strong desire for this within the dev team. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#926 | 1298489517000000 | rgrp | @Seb: I believe this is now decided following discussion last week. Please could you detail results and close :) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2826 | 1344527309000000 | shevski | @Toby do you know what's happened? Don't think this was the case before. Should pre-fill with standard image when there's no group image URL | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2575 | 1340184557000000 | toby | @adria, Do you have a url or some more info as I can't reproduce this | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#1462 | 1326283656000000 | rgrp | @amercader: update? Could you also either close or move sprint (or to backlog as appropriate). | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2774 | 1343993956000000 | toby | @aron I've created some js translations note that they are untranslated except for zh_TW which is mangled. At the moment they are just a json blob in public/base/i18n/<locale>.js What more do you need? It seems to me that you just need either `some_var = {json}` or `some_function({json})` let me know your preference or do we want this purely as an ajax call? If it's ajax I think we want a common approach like in http://trac.ckan.org/ticket/2698 which I prefer to a unhelpful response | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2802 | 1344258233000000 | toby | @aron I've done most of this to test get strings {{{ python setup.py extract_messages }}} mangle the zh_TW creates .po/.mo files - I may need to fix plurals {{{ paster trans mangle -c .ini }}} create .js files only zh_TW will be correct due to other .po/.mo files being 1.7 ones {{{ paster trans js -c .ini }}} /api/i18n/zh_TW should be correct please note we do not have en.js I'm returning {} I think this is the correct response (maybe something else as we should just use the default _('...') strings - maybe we need to do something else for what it's worth pojson does not provide the format you wanted so I adapted it reassign if you need fixes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2710 | 1342784018000000 | toby | @aron I've done this - it needs a bit of work ie breadcrumb and you won't like what I did with the css classes/js- a better solution is needed but this gives a quick example that we can improve on let me know your thoughts https://github.com/okfn/ckan/commit/cec57f36094327611ff9bc8935c061a61ca3e961 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2661 | 1342685899000000 | toby | @aron can you change this so that we now post to the href if confirmed should then work for group, dataset, related resource will pretend to work but not actually delete yet | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2781 | 1343947526000000 | toby | @aron please try with ckan.plugins = stats in your .ini ie without the demo theme being used | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2419 | 1337863024000000 | toby | @aron the reason for this is that controller/package.py renders the form `package/new_package_form.html` as part of it's work and then makes this available a `c.form` to the template. I'm not sure I like this as an approach but it is how it is currently done. If you split your form into a new template `package/new_package_form.html` then you get all the errors etc. I think for now we should do this and then look at if doing it all in one template pass might be more sensible. reassign to me if you want me to do this else I'll leave it with you | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2714 | 1342794216000000 | toby | @aron what was the problem? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2700 | 1344358941000000 | toby | @aron you should have the flags close if complete | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2445 | 1338474490000000 | toby | @aron I'm fine with the redirect thinking it's just the specific 303 rather than just whatever pylons does. @ross, templates_legacy are there for ckan users who have their own templates as we are completely rewriting all the existing templates there is a lovely .ini setting to switch between the new and legacy modes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2665 | 1342077077000000 | toby | @aron I've done some of this I'll reassign to you when I'm done | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2824 | 1344527130000000 | shevski | @aron any ideas? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2667 | 1342456802000000 | toby | @aron can you merge your branch into 2375-demo-theme-development - there are conflicts so i can't do a `git am patch` then reassign thanks | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2576 | 1340369674000000 | toby | @aron the resources sidebox is still broken breadcrumb is fixed though | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2647 | 1342169056000000 | toby | @aron this button is now working on core http://localhost:5000/dataset/newcastle-city-council-payments-over-500/resource/0c2bd47a-6ac5-412e-a337-1b45a952e07e please note it is hidden in ckanext-demo also your `modal` think stops the link working - can you get it so that we open the href in a lightbox or somesuch. Also for now whilst waiting for the modal stuff to be implemented it'd be nice if it didn't block the link | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2667 | 1342525152000000 | toby | @aron, Almost got this sucker - can you add an error summary to the top of the form - put in a crappy date to trigger an error do that the close this unless you find something | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2704 | 1343948227000000 | toby | @aron, I don't like auto submit as people may think (reasonably) that their changes are discarded. We could catch all clicks and then ask the user if they've changed something but this feels a little crazy - better than the browser dialog. hmmm maybe we should discuss this ticket with the other backlog of undecided/unsure personally I think we need to review the whole edit/view/delete logic as it feels real poor from my perspective - I need to edit something to delete it - that is a wtf imho let's work out what we are doing before wasting energy on this | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2454 | 1339431487000000 | toby | @aron, I'd like to close this as a won't fix - your thoughts | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2836 | 1344853957000000 | toby | @aron, I'd love it if we could pass it as an arg ie form.input(...., extra_info=<something escaped if not literal()>) also while we're at it I'd also really like form.input(...., help_info=<something>) that would give a (?) icon with a :hover {display:block} div - that make sense? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2454 | 1339495000000000 | toby | @aron, I'm going to leave this open for the moment but not make the requested change as I need to think of the best way forward. The flash message error is quite hard coded into the logic and I need to think of a nice solution. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2765 | 1343735917000000 | toby | @aron, I've added a data summary The data errors for empty fields are not happening due to our use of repoze.who for logins which is crap and doesn't provide feedback re loggin details so not possible without hacking repoze which i'm not doing. Could you look at cleaning up the error summary we don't supply a field name (key) as not relevant it would be nice if we could hide the : also removing the invalid fields message would be good to hide maybe add this as an option to the macro | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2706 | 1342707718000000 | toby | @aron, I've done this for you | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2493 | 1342774354000000 | toby | @aron, I've removed the breadcrumb and got it to eat flash messages as these tend to be repeated at least for some actions - maybe the flash messages is overkill. Anyhow I think it's good enough for phase 3 and we should either say it is done or move to phase 3 I think this would benefit from some design from Sam at some point and I quite like a graphic on an error page to make it a little pretty but not any rush | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2658 | 1343378208000000 | toby | @aron, If we are doing this then we should just get it done asap. I have to say I think it sucks as an idea as I know what a group and a publisher is in english and we have groups. I'd like this a wontfix | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2751 | 1344243046000000 | toby | @aron, The pip install polib is needed this is a deployment requirement so not in the pip-requirements.txt Not sure where it should live we use it elsewhere so may already be in there somewhere not sure why you needed the egg_inf | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2781 | 1343901395000000 | toby | @aron, This is possible via /ckan-admin/config but renders badly with the demo theme disabled due to hiding behind that black rectangle - maybe we can do something? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2503 | 1339495333000000 | toby | @aron, To clarify this a bit. We want this so that a extension can create a new template say dataset/read.html but rather than rewriting the `core` template in ckan it can extend it in the same way as {% extends %}. The main difference is that {% ckan_extends 'template.html' %} would `walk` the ckan template tree rather than the extensions template tree. Is that what we are thinking? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2562 | 1342090168000000 | toby | @aron, assigning to you so doesn't get lost let me know if you need anything from me for this | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2447 | 1343377924000000 | toby | @aron, can we close this as being too general - and have specific tickets? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2451 | 1343378027000000 | toby | @aron, can we close this as being too general - and have specific tickets? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2452 | 1343377943000000 | toby | @aron, can we close this as being too general - and have specific tickets? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2453 | 1343377952000000 | toby | @aron, can we close this as being too general - and have specific tickets? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2722 | 1344358667000000 | toby | @aron, can you re-add the dropdown and sort the overlap issue not sure which template it's in | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2661 | 1342515034000000 | toby | @aron, flash messages added I've changed these to being done via form javascript action: on click delete button display dialog confirm -> set hidden input name=confirm_delete value -> "yes" submit form no -> stop form submit hope that makes sense if not shout need this for dataset/group will also need for resource/related at some point soon | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2558 | 1340367843000000 | toby | @aron, metadata now saves pushing back to you - in branch | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2558 | 1340271359000000 | toby | @aron, not quite sure what your problem was. I had an integrity error on part 1 save which is fixed. my issues 1) part 1 tags not saved 2) part 2 resources not saved 3) part 3 no form shown - i thought you had one showing where did it go? will look at 1 & 2 for starters | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2665 | 1342079165000000 | toby | @aron, ok if you now pull 2375-demo... you will see I've moved the stages into the form and added some buttons - this should now be stable and ready for you to style | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2779 | 1343818990000000 | toby | @aron, pkg_dict.state I think the options are active - all good draft/draft-complete - partially created dataset deleted - deleted | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2700 | 1344258748000000 | toby | @aron, re flags it'd be nice to have more as the languages are not so fixed maybe that's too much work for this phase and is more wishlist @shevski, The language capitalisations should be correct they are from babel not us anyhow | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2442 | 1338477973000000 | toby | @aron, related items on dataset page has been added it's really basic and just displays the fields that seem useful. we may need to add the add related item feature first as they are hard to add. please make it beautiful | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2440 | 1339423966000000 | toby | @aron, tags what functionality do we want for this? I can just reuse the facet_list snippet but then we have all sorts of interactivity. Do we want this more a static list of tags (linked to somewhere but no add remove stuff)? seems more sensible I think featured datasets I've no idea I'll try to discover | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2445 | 1338975600000000 | toby | @aron, this is as good a place as anywhere to answer your question about the c.form thing. a) some of this we are sort of stuck with. datasets for example can be of different types and have different forms for different datasets. so they need to be rendered separately. I have no idea why or how much this is used but it exists as an option to complicate everything, not much we can do about it. b) I think trying to do pages as a single rendering is not going to be easy because of the way ckan has been created maybe we can change this over time. One major issue for me is that ckan does lots of crazy stuff for some reasons but these reasons are not apparent from the code. Maybe there is some documentation somewhere but I'm not convinced. anyhow we should maybe close this ticket now. You've added some stuff in the comment for me to do maybe that should be added as a new ticket? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2441 | 1338291362000000 | toby | @aron, this is now in a snippet (jinja2 allows the selected="selected" more easily) needs some work still eg translation stuff and also maybe completely rewrite the snippet at some point. Anyhow the functionality is there. I added the button for no javascript working. I'm assigning to you for beautification etc on live demo http://s031.okserver.org:2375/dataset?q=&sort=title_string+asc | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2710 | 1342779460000000 | toby | @aron, we need to have this styled a little better when non-js user maybe it needs a little thought so that the lightbox gets a snippet and the non-js user gets the snippet embedded in a page so consisten styling and looks like part of ckan | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2661 | 1342014327000000 | toby | @aron, we only can delete - see button if we have permission if you make logic/auth/delete.py package_delete() return {'success': True} then it will give everyone the permission - useful for testing | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2569 | 1340362284000000 | toby | @aron, which page is this on? can you add a url - cheers | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2853 | 1345104231000000 | toby | @both notices now blue | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#1477 | 1325186158000000 | rgrp | @davidraznick: as per our discussion last week I think we need a ticket (or item) about writing up either in docs or in wiki how to implement various standard scenarios/workflows such as: * 'Curated tag' (standard) Groups * Publisher workflow - http://wiki.ckan.org/Workflows#Moderated_Workflow * DGU setup Suggest doing this either at end of http://wiki.ckan.org/Groups_Refactor, or perhaps better,http://wiki.ckan.org/Groups_Refactor. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#1319 | 1318426807000000 | rgrp | @dread: hope it is OK to re-assign to me but this is very similar to #1386 (and is a su bticket of #1343) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#1460 | 1328001114000000 | rgrp | @dread: re-assigning to you (at least to review). Would be really good to have this closed out asap. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2722 | 1343036871000000 | toby | @ira I have disabled the sort order of group datasets in phase 2 as it is totally broken - I'll re-add it in phase 3 Also the comment you made you added bug2 - text covers order by box -PLEASE DO NOT DO THIS - all it does is make the tickets really hard to deal with - if this becomes a habit I will close all such tickets as INVALID as it makes trac unusable for developers - THIS IS REALLY IMPORTANT - cheers @aron, can you watch for feature creep in tickets and let me know if it happens - thanks | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2828 | 1344507533000000 | toby | @ira this is the correct behaviour as this is a partially added dataset - rewritten ticket as it has a nice number :) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2667 | 1342773124000000 | toby | @ira #2706 is done maybe this can be closed now | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2782 | 1343811113000000 | toby | @ira, I'm happy to discuss things on irc/email if you are unsure about things. If There are tickets that you are not sure about when they are wanted, then add them to phase 4 as they can then be ignored for now - anything added to phase 3 is a "this needs doing now" thing and as we have agreed exactly what we are doing in this phase (last week) then adding new features will likely get a negative reaction. So if not sure add it to phase 4 - aron and I may do some phase 4 tickets if we feel they will be quick and easy. As I've said small things like the breadcrumb is wrong on page xxx or bugfix tickets are fine as broken stuff needs fixing. Sometimes it may not be clear how much work something will be or who the person who needs to fix it is - so just ask first. The main problem with this ticket is that it is unclear what the ticket is about. cheers | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2699 | 1344507133000000 | toby | @ira, This is probably void now due to yesterdays dev meeting but will keep alive - moving out of phase 3 as not happening anytime soon and dependent on ross's organisation work will probably move to ckan 2.0 milestone | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2863 | 1345201502000000 | toby | @ira, I am moving this to phase 4 as it's not going to be looked at till the new permissions stuff is agreed | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2726 | 1343030906000000 | toby | @ira, I think this is probably linked to the qa plugin and auto detecting formats rather than believing the user. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2853 | 1345103841000000 | toby | @ira, I'll change to notice will do for the other one too | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2782 | 1343805253000000 | toby | @ira, I'm just closing this a) Because the ticket doesn't really mean anything what is `properly` also a link to some random website does not help. The ticket should tell me exactly what is wanted not be some sort of treasure hunt. b) This is major feature creep - we have agreed the tickets for phase 3 small things/bug fixes are fine but this possibly a massive thing. For weird stuff like this maybe you should save them up for when we have a meet up. You need to get buy-in from developers I need to have some sort of pride in what I do. c) I don't think this is a good idea from a technical perspective - maybe if you create a meaningful ticket it may make more sense. d) Also I'm not doing anything involving maps till we have proper attribution of the map we are using on the demo site because I have morals, I thought okfn did too but I'm not sure any more. Sorry to have to do this but it is for my sanity. As I have repeatedly said the tickets are really important as they are the basis of all the work that I do. They need to be of a reasonable standard. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2705 | 1342707341000000 | toby | @ira, I'm not sure about this if some one is editing a resource moving to edit the dataset seems wrong - a back to resource makes sense to me but not moving to the edit page @aron, If you want this then assign it to me if you're busy | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2743 | 1343130830000000 | toby | @ira, I've changed the wording on the button too 'Add Dataset to Group' Adds the group auto-magically this is live on s031 for testing fun | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2722 | 1343062752000000 | toby | @ira, It is much easier to work with tickets that only cover one thing - If something is found then the easiest thing is to add a new ticket. If you feel it's related to another ticket then you can add that to the new ticket eg related to #1234 If tickets need combining it is easy for us devs to do it. Basically adding something to a ticket is generally a bad thing. Sometimes it's fair enough if something is missing for a new feature being reviewed etc - but even then a new ticket is generally not a problem. Small tickets are nice to work on as we can close them quick etc. The old [super] style tickets have been banned as they generally lead to owners becoming demotivated and unproductive. It's always nice if you can find if a ticket already exists but I don't mind you opening a few duplicates if you can't find the ticket - for the demo you can probably just skim the tickets in the milestones as there aren't too many - but as you know I try to review them quite often. Also please don't reopen really old tickets just add a new one If it's been closed in the last month or so then feel free to re-open if you're sure it's not just waiting for release - you can always check with the last owner of the ticket. hope that makes sense | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2852 | 1345103409000000 | toby | @ira, Please review the fix I think adriá did | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2725 | 1343030773000000 | toby | @ira, This is a ckan issue not demo-theme I think we need a ckan day - wider team to look at many of these style issues | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2863 | 1345122384000000 | toby | @ira, This is actually working correctly but the permissions on the server s031 are not what you want I do not know how or where these are defined - he has package_update permissions from somewhere maybe ross or someone knows | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2728 | 1343031111000000 | toby | @ira, This is because you are a sysadmin - not sure why ckan does this but i'll look at it with the other group search tickets moving to phase 3 as not a user viewable issue | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2704 | 1342707398000000 | toby | @ira, again not sure this makes sense from a ux perspective @aron, reassign to me if you want it doing should be trivial | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2642 | 1344601299000000 | toby | @ira, can you review this http://s031.okserver.org:2375/harvest The add/edit form isn't perfect I have no idea how to use this extension so my testing has been limited make a new ticket for any problems - Also for now we only care about major issues @adriá would be nice if you could also see if it's working correctly | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2734 | 1343063266000000 | toby | @ira, can you try to work out exactly how to cause this problem starting with `add a dataset` and let me know how you break things tell me all the fields you filled in - also try to get it to happen using as little effort as possible eg add dataset http://s031.okserver.org:2375/dataset/new title = mooooo click next:add data resource = moo format = csv click `save & add another` click on resource just created in sidebar to edit change format to `HTML,` click `Save & add another` etc that all works fine for me what am i doing wrong? thanks also please try using a non sysadmin account | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2812 | 1344445200000000 | toby | @ira, do you want this change? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2734 | 1343126896000000 | toby | @ira, fixed and uploaded to s031 re-open if still broken | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2700 | 1344245069000000 | toby | @ira, languages are in their own language Capitalisation is English Imperialism so I think we shouldn't do this | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2737 | 1343135305000000 | toby | @ira, that url is broken. I'll fix this | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2569 | 1340376578000000 | toby | @ira, that's fixed in the dev branch just not pushed to demo we need the one i've suggested too | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2721 | 1343031299000000 | toby | @ira, this is an issue for sysadmins only - i'll look at it anyhow | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2714 | 1342706752000000 | toby | @ira, this isn't a phase 2 item - moving to phase 3 can you view the document when you download it? The message says it thinks it is corrupt | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2704 | 1342710830000000 | toby | @ira, this isn't really needed then! there is no point doing work if we need to do it again editing resources is easy enough now anyway I suggest we just close this ticket as a won't fix and #2705 as well while we're at it. I'm also not happy about these being added to the phase 2 milestone when we are at the end of finishing it and these are not bugfixes or critical functionality | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2855 | 1345103314000000 | toby | @ira, this works for me at the given link try refreshing the page in case it's a cache issue | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#1400 | 1329729653000000 | rgrp | @johnglover: I don't think Ross has done much here and he's obviously occupied with DGU at ;-) As you worked on this earlier would be able to look at this and a) check what docs there are b) add to them as necessary :-) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2581 | 1340714955000000 | toby | @kindly we actually need an extra state for full functionality can we create a new 'draft-complete' state as well? does that need any additional magic? please answer and reassign | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#2331 | 1338390995000000 | rgrp | @kindly I really don't get this but I may understand poorly. Google does not work by or-ing does it (as i add things to the search query I get *less* results not more ...). It also makes it really hard to find stuff: as I add query terms to my query I get more stuff not less which makes for terrible finding of stuff - I appreciate that there is a scoring aspect but that seems secondary. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
#1448 | 1325774155000000 | rgrp | @kindly: Any details ;-) (even when this happened, approach taken)? |
Note:
See TracReports for help on using and creating reports.