{23} Trac comments (3729 matches)

Results (2701 - 2800 of 3729)

Ticket Posixtime Author Newvalue
#1081 1303489474000000 johnlawrenceaspden Fixed as part of feature-854-tests-for-authz-groups branch. Original behaviour was that creating/modifying user is explicitly added to the users in the authz group.
#2564 1340118952000000 aron.carroll Fixed as of df8f82c
#2781 1344510922000000 aron.carroll Fixed as of 7c86e31
#2507 1339436591000000 aron.carroll Fixed as of 2a5714b, pull request here: https://github.com/okfn/ckan/pull/22
#2455 1338998214000000 aron.carroll Fixed as of 1dbe4df
#2827 1344549139000000 toby Fixed and pushed to s031
#1484 1322059006000000 dread Fixed and added tests. Improved IntegrityError error messages. Changeset:ddca1a7 for release 1.5.1.
#2837 1344851271000000 aron.carroll Fixed alignment issues in Firefox as of a6fa5a0. Can't do anything about visual display of checkboxes as they're controlled by the vendor. We could replace them with images, if this is going to be required then please create a new ticket for the next phase.
#1786 1328640597000000 dread Fixed [master fe6829e]. Aimed for release CKAN 1.6.
#1455 1322491506000000 johnglover Fixed - commit: https://github.com/okfn/ckan/commit/05b675a4314ad269c6e6a095d57e3f2a21e771eb Note: - Includes a small change to Solr schema file. - Search index will need to be rebuilt for changes to take effect
#2467 1340981885000000 amercader Fixed (mainly by Aron)
#1518 1330020742000000 dread Fix went into CKAN 1.6
#1708 1327505889000000 dread Fix on its way. This problem also stopped simple_search and affected reading the beaker settings. Patch will make SOLR settings initialised consciously in config/environment.ini, rather than at search import time. I've also moved the search import time to be later.
#1210 1309974781000000 dread Fix in ckan for AssertionError in cset:8f6ba8ef63f3 lined up for CKAN release 1.4.2.
#1455 1324474466000000 dread Fix has gone into CKAN 1.5.1
#2668 1342172855000000 dread Fix done, ready for pull into core: http://github.com/datagovuk/ckan/commit/7da4aba97639ac29642548f7fcdb1a50d6bce027
#3029 1355243824000000 dread Fix done here: https://github.com/datagovuk/ckan/commit/b6ad63d58dd6c0cc51677fa66c575179f908d050 which you're welcome to pull.
#1505 1324474577000000 dread Fix cherry-picked for 1.5.1.
#695 1287748240000000 ollyc Fix and tests for this are here: * http://bitbucket.org/ollyc/ckan/changeset/48234e36ee61 * http://bitbucket.org/ollyc/ckan/changeset/f1447bbc9d65 * http://bitbucket.org/ollyc/ckan/changeset/1d3cb5378a2f * http://bitbucket.org/ollyc/ckan/changeset/e8409c84683d * http://bitbucket.org/ollyc/ckan/changeset/8e89cbce15c7 * http://bitbucket.org/ollyc/ckan/changeset/d1d63db64585 * http://bitbucket.org/ollyc/ckan/changeset/3d9eb4172f48
#1108 1314878772000000 zephod First, here is a repo with the new DataHub theme: https://bitbucket.org/okfn/ckanext-datahub-theme We plan to integrate this into ckan-core, thereby replacing the current theme.
#204 1260191598000000 dread First, do simple fields, department and a date field. See how it goes.
#1001 1300703779000000 rgrp First work in cset:6b8cbe465b61
#216 1260891028000000 dread First two items done in cset:f49a987492c6 Third item: If this book was correctly input the title would be 'Anna Karenina' and would match. Matching substrings isn't that useful and is difficult to achieve. Google doesn't do it, only doing similar matches. We do some of this - donkey and donkies are indexed and query the same. Fourth item: still TODO
#1703 1327425195000000 johnglover First draft complete (see ckanext-ecportal extension), ideally would need sample data from additional publishers for testing.
#178 1257439349000000 dread First batch of changes for this in cset:b5ef888e44b6. Works in basic way.
#2260 1333554069000000 johnglover Finished for this iteration, waiting for design work to be completed before making further changes.
#2304 1337158641000000 seanh Finished and merged into master
#399 1282227985000000 dread Finished all code for this today. Cost: 4.5d (+1d to fix ticket:432)
#1149 1306090663000000 kindly Failed dgu tests due to as_dict not working on deleted objects. fixed by cset:c9b9cf513e44
#163 1257415333000000 dread Facility to do this, pulling packages out of ckan over REST, is here: ckan/lib/ckan-to-talis.py (cset:752f346b47c2) Currently not implementing a cron job to do this regularly.
#1737 1335460683000000 icmurray Facet results **are** already available through the package_search action api. The facet fields need to be specified in the query, otherwise no faceting will be done (ie - the default facets specified in the .ini file are not used). This leaves "whitelist any GETable api actions, and optionally construct the query from url params rather than body" todo, which I've pulled out into another ticket, as it wasn't originally in this ticket. (#2330)
#2599 1346236806000000 johnmartin FYI: My methodology for getting the demo working in IE7 will be: get it functioning and not get it perfect
#1320 1317391018000000 zephod Extend misc.py to regex find http and https, surrounding it with <>. ALSO note that CKAN flavoured markdown will not currently recognise dataset:my_data links (still uses package).
#1670 1330603657000000 ross Explanation of how to work with the auth profile now at http://wiki.ckan.org/Working_with_the_publisher_auth_profile Needs reading/testing. Started admin guide documentation in branch feature-1670-publisher-profile-docs
#178 1257523596000000 dread Expect 1d to finish outstanding features.
#1221 1310475683000000 dread Exception details: {{{ Module ckan.controllers.user:194 in request_reset << h.flash_error(_('No such user: %s') % id) try: mailer.send_reset_link(user) h.flash_success(_('Please check your inbox for a reset code.')) redirect('/') >> mailer.send_reset_link(user) Module ckan.lib.mailer:69 in send_reset_link << def send_reset_link(user): user.reset_key = make_key() model.Session.add(user) model.Session.commit() >> user.reset_key = make_key() AttributeError: 'NoneType' object has no attribute 'reset_key' }}}
#423 1282812768000000 dread Examples for creating packages with curl are now in the API docs.
#156 1266348238000000 dread Example problem: http://ckan.net/package/patent-nber
#783 1294409399000000 thejimmyg Exact duplicate of #738.
#1388 1320174229000000 dread Etags fixed in cset:a3c8d4f7cf91 for release 1.5.
#276 1272276020000000 dread Estimate: 0.5day
#983 1297773407000000 dread Error was tracked down to cset:214a8f9fc1c2 (26-9-2010): upgrade_db called validate_authorization_setup() which calls setup_default_user_roles(System()) Fixed in cset:9f51a1c8ac83 for 1.3 branch and merged to default.
#1313 1317076432000000 rgrp Error was due to maintenance. Need both config options for recaptcha to work so either one can be used to check config. Re docs see #1358 (auto generation of docs on config from the config source). Given that only docs remain and that is part of #1358 am closing as duplicate.
#1523 1323172904000000 icmurray Erroneously created when a file upload failed.
#1788 1330624155000000 zydio Erh...sorry for some formatting errors in my comment. I used markdown formatting for links, and used the #NUMBER format to cite issues, which obviously is interpreted by Trac as references to his own issues...my bad.
#948 1300385979000000 sebbacon Emptying the trashcan (which would amount to purging deleted objects) would probably be a function of the administrative dashboard #833
#1831 1331549284000000 ross Email is not currently 'unique' in the user model. Find out if this is intentional or not.
#208 1261413421000000 dread Email addresses now URL-encoded in the package/read/id HTML. Done in cset:af07f3bd9a04
#2493 1338986768000000 aron.carroll Editing ticket title (sorry Toby I know you hate it)
#195 1258585500000000 rgrp Easy for groups because simple secondary=m2m table setup in sqlalchemy (done in cset:9e17314583ce). For packages+tags was hard because PackageTag is versioned and therefore only get the package_tags relation to work with in mappers. Tried various methods but gave up (see cset:ea4a790e9db9 for details). My conclusion was that if you want the fields ordered let's just do it by hand with a dedicated attribute or method and added packages_ordered and tags_ordered attributes to Tag and Package respectively (cset:3d3c1025a311).
#1716 1327601196000000 zephod Easily done. https://github.com/okfn/ckan/commit/2bd50d92f48ca67edb69e51a7bcfc5009d77a785
#2721 1342948657000000 shevski E.g. 'test-group' was created & deleted
#464 1282325194000000 johnbywater Duplicates #458.
#97 1318181317000000 rgrp Duplicate of: https://github.com/okfn/datapkg/issues/5
#806 1291128886000000 rgrp Duplicate of ticket:827
#268 1285070682000000 dread Duplicate of ticket:652
#730 1291139609000000 rgrp Duplicate of ticket:402
#155 1271760041000000 rgrp Duplicate of ticket:295
#308 1275302577000000 rgrp Duplicate of ticket:234.
#180 1264439377000000 dread Duplicate of ticket:223
#188 1264436473000000 dread Duplicate of ticket:219
#144 1264439281000000 dread Duplicate of ticket:215
#153 1258971895000000 dread Duplicate of ticket:195
#151 1257414545000000 dread Duplicate of ticket:175
#125 1258377621000000 dread Duplicate of ticket:152
#168 1257414795000000 dread Duplicate of ticket:145
#1610 1325852472000000 ross Duplicate of https://github.com/okfn/webstore/issues/41
#306 1318181194000000 rgrp Duplicate of https://github.com/okfn/datapkg/issues/4
#404 1294415587000000 thejimmyg Duplicate of #896
#786 1294410004000000 thejimmyg Duplicate of #884.
#788 1294410007000000 thejimmyg Duplicate of #884.
#665 1294247602000000 thejimmyg Duplicate of #884
#294 1291830960000000 thejimmyg Duplicate of #812
#768 1294409308000000 thejimmyg Duplicate of #767
#769 1294409318000000 thejimmyg Duplicate of #767
#757 1296593448000000 thejimmyg Duplicate of #754. If we added filtering we'd need to write a migration script anyway.
#755 1294408632000000 thejimmyg Duplicate of #754
#756 1294408642000000 thejimmyg Duplicate of #754
#759 1294408652000000 thejimmyg Duplicate of #754
#760 1294409111000000 thejimmyg Duplicate of #754
#451 1292587233000000 dread Duplicate of #742
#740 1296592889000000 thejimmyg Duplicate of #739.
#790 1294409709000000 thejimmyg Duplicate of #736.
#791 1294409723000000 thejimmyg Duplicate of #736
#750 1296592940000000 thejimmyg Duplicate of #728
#752 1294408472000000 thejimmyg Duplicate of #712. See #711 now.
#544 1291638966000000 rgrp Duplicate of #672
#612 1294408188000000 thejimmyg Duplicate of #569.
#617 1294408164000000 thejimmyg Duplicate of #569.
#477 1294411761000000 thejimmyg Duplicate of #476
#467 1294411656000000 thejimmyg Duplicate of #467
#535 1283167040000000 rgrp Duplicate of #434
#394 1294407189000000 thejimmyg Duplicate of #371.
#2764 1343320440000000 rgrp Duplicate of #2732
#228 1290596875000000 dread <[email protected]> Duplicate of #262
#2423 1338193199000000 ross Duplicate of #2414
#2424 1338193269000000 ross Duplicate of #2413
#1279 1338212028000000 ross Duplicate of #2366
#1586 1337079419000000 icmurray Duplicate of #2298
#301 1274832112000000 tim Duplicate of #190, although that ticket has a different implementation. It prefers comments as blog comments.
Note: See TracReports for help on using and creating reports.