Timeline
06/29/11:
- 10:45 Ticket #1206 ("Content-Type json" header scuppers package POST) created by
- Compare these two requests to create a package: […] The second one gets …
- 09:28 Ticket #1205 (db upgrade problem on cz.ckan.net) created by
- When upgrading database for cz.ckan.net (psql.okfn.org/cz.okfn.org) an …
06/28/11:
- 23:30 Ticket #1204 (renaming packages seems to result in a server error) created by
- When renaming a package, and doing other changes at the same time an error …
- 15:29 Ticket #1203 (Moderated edits: html code shows as "changed" although it is not) created by
- I've installed the Moderated Edits extension (ckanext-moderatededits) and …
- 12:20 Ticket #1202 (Links to datapkg utility don't lead to info about it) created by
- In the presentation of data packages, the link in "The information on this …
06/27/11:
06/24/11:
- 15:21 Ticket #1201 (seperate out logic in atom feeds to logic layer.) created by
- Simplify the logic in the atom feed an make all feeds use logic layer to …
- 13:33 Ticket #1199 (Implement an email function for users.) closed by
- fixed: merged to default with password reset forms
06/23/11:
- 11:34 Ticket #103 (View a package at a given revision) reopened by
- Now we have this working in #1141 we can add the links from the package …
- 10:13 Ticket #1200 (Port PDEU theme to CKAN.net) created by
- PDEU has a newer layout which could be adapted to also be used on …
- 09:39 Ticket #1199 (Implement an email function for users.) created by
- We need an email function in CKAN to accept messages sent to users. The …
- 09:16 Ticket #1198 (Publisher hierarchy) created by
- 'Publisher' entities in the model. They are hierarchical. …
- 03:50 Ticket #1197 (Add JavaScript guide for CKAN) created by
- A new library, …
06/22/11:
- 11:57 Ticket #1196 (Markdown logging ignores config settings) closed by
- fixed: Reason here: …
- 11:51 Ticket #1196 (Markdown logging ignores config settings) created by
- Markdown produces Debug logging, even when the pylons logging config is …
06/21/11:
- 13:58 Milestone ckan-v1.5-sprint-2 completed
- 13:58 Milestone ckan-v1.5-sprint-1 completed
- 10:08 Ticket #1191 (Unicode in user password gives 500 error on user registration) closed by
- fixed: Done in cset:c3822feffb38 for 1.4.1 release
- 09:07 Ticket #1164 (Cloropleth Map of European Data Availability for PDEU) closed by
- fixed: Done. See it in action here: http://publicdata.eu/map
- 09:06 Ticket #1162 (Define a common extra for storing the geographic extent) closed by
- fixed
06/20/11:
- 13:32 Ticket #1195 (Storage extension to handle incorrect routes better) created by
- We've seen exceptions caused by people getting the file storage link …
- 09:49 Ticket #1194 ("Welcome back" message for newly registered user) created by
- 1. Register a new user (/user/register) 2. It redirects you to user page …
06/19/11:
- 23:20 Ticket #1193 (bug with new formalchemy causing all resouces to be deleted) created by
- The new formalchemy stores dict in a new format.
06/17/11:
- 15:29 Ticket #1192 (Convert CKAN Sphinx docs into admin/reference manual) created by
- As part of the general documentation overhaul (ticket:1142) we (APS and …
- 12:14 Ticket #1191 (Unicode in user password gives 500 error on user registration) created by
- Create/register a user with a unicode character in the password. It …
- 11:34 Ticket #1033 (Register user with blank password causes 500) closed by
- fixed: Fixed in 5c7caca30737 for v1.4.1
06/16/11:
- 12:33 Ticket #1190 ([super] CREP 0004 Data API and Data Processing System) created by
- For some time (e.g. 1y+!) we have known that we want to integrate some …
- 12:26 WikiStart edited by
- (diff)
- 01:18 Ticket #1189 (Spideroak support in CKAN Storage) created by
- Spideroak is a bulk storage platform by a company …
06/15/11:
- 15:52 Ticket #1188 (Allow diffing against initial (blank) package version) created by
- Currently the history page only allows diffing between different versions …
- 13:13 Ticket #1187 (Stop spam users with links in the 'about' field) closed by
- fixed: Also stopped creating revision for user edits. Done in cset:795ccd6405ba …
- 13:03 Ticket #1187 (Stop spam users with links in the 'about' field) created by
- When you edit a user, you should be stopped from putting links in the …
- 12:59 Ticket #1186 (Password reset facility) created by
- You can register a user with password and (optional) email address. But if …
- 04:23 Ticket #1185 (Administrators can't delete packages from web UI) created by
- Administrators have "View", "Edit" and "History" tabs. However, I can't …
06/14/11:
- 09:55 Ticket #1178 (Local storage issue with ckanext-storage) closed by
- fixed: Fixed. This was due to incorrect config of bucket option.
- 06:59 Ticket #1184 (Support Wuala as CKAN storage option) created by
- Most of CKANs storage options are tied to the USA. This brings concerns of …
06/13/11:
- 09:32 Ticket #1147 (Add expired_id to all revision tables.) closed by
- fixed
- 09:32 Ticket #1146 (make logic layer control its own state) closed by
- fixed
06/11/11:
- 11:09 Ticket #1123 (Please re-package CKAN packages as "noarch") closed by
- wontfix: This isn't necessarily a trivial thing. Let's get the build system for the …
06/10/11:
- 10:27 Ticket #1183 (Downloads "Preview" button doesn't preview.) created by
- The "Preview" button is a nice idea, but it doesn't seem to actually …
06/09/11:
- 22:24 Ticket #1182 (Comments from deleted packages appear in "Recent Comments" feed) created by
- When a package has been deleted, say for spam moderation, comments still …
- 10:27 Ticket #1173 (Offer a DCat representation for packages in the API) closed by
- fixed: Now available in ckanext-rdf and linked to from WUI.
- 10:26 Ticket #1174 (API Representation Registry) closed by
- wontfix: wontfix as thejimmyg wants to turn REST API into RPC API and this doesn't …
- 10:25 Ticket #1159 (Add RDFa to CKAN package pages) closed by
- fixed: Rudimentary RDFa has been added with seeAlso to API.
06/08/11:
- 14:43 Ticket #1180 (Links in markdown can be badly formed) closed by
- fixed: Both issues solved using a whitelist on anchor tags. Second issue was a …
- 11:33 Ticket #1181 (Link spam vulnerability in Notes and User-About fields) closed by
- fixed: Fixed in ckan default in cset:72f7d48d7f31. Have left Package url and …
- 08:52 Ticket #1181 (Link spam vulnerability in Notes and User-About fields) created by
- When viewing a user and a package, the about/notes fields contain …
06/07/11:
- 17:50 Ticket #1180 (Links in markdown can be badly formed) created by
- User can insert bad anchor tags into the User-About and Package-Notes …
- 06:47 Ticket #1179 (Support tag aliases) created by
- A small number of tags are near-duplicates of each other. Perhaps we …
06/06/11:
- 15:23 Ticket #1178 (Local storage issue with ckanext-storage) created by
- I have followed the instruction for installation a configuration of …
- 13:04 Ticket #1177 (routes.util.GenerationException) closed by
- fixed: The issue here is that the line should never be reached because …
- 11:09 Ticket #1177 (routes.util.GenerationException) created by
- Hello, I have done a recent update to mu ckan install, and I am now …
- 11:07 Ticket #1121 (JSON extras appear in package edit form mangled) closed by
- wontfix: We don't need to support JSON extras at the moment.
- 09:31 Ticket #1132 (test_authz doesn't run) closed by
- invalid: Yes, these are apparently search-related and so are skipped when testing …
- 09:12 Ticket #1176 (unicode_body exception) created by
- We seem to occasionally get this exception on ckan.net. User agents …
- 09:00 Ticket #1175 (Stats extension not working) created by
- Hi, I get a 500, Internal server error when I enable ckanext-stats. Flavio
06/02/11:
- 21:43 Ticket #1174 (API Representation Registry) created by
- As CKAN grows, more and more optional representations of packages will …
- 14:24 Ticket #1143 (Improve stats page) closed by
- fixed: All done in ckanext-stats cset:bc54790cacd4 (apart from "fix x axis to …
06/01/11:
- 15:16 Ticket #1153 (Update CKAN wiki front page) closed by
- fixed
- 15:15 Ticket #1139 (Create CKAN Theme Gallery) closed by
- fixed
- 14:47 Ticket #1173 (Offer a DCat representation for packages in the API) created by
- /api/rest/package/foo.rdf should return a DCat representation of the …
- 11:00 Ticket #1172 (Remove all try: except: blocks that don't re-raise the original exception) created by
- The current codebase has one or two try: except; blocks that don't catch …
- 09:33 Ticket #1171 (Citation instructions on dataset and resource view pages) created by
- Some sort of citation helper. Something small on the dataset and resource …
05/31/11:
- 17:53 Ticket #1170 (Production deployment docs out of date) closed by
- fixed: Done in cset:4d2d0857281f on default
- 17:49 Ticket #1170 (Production deployment docs out of date) created by
- Need to cover pip-requirements.txt on different branches in the …
- 15:18 Ticket #1156 (Scraping harvesters for Paris and Vienna Catalogues) closed by
- fixed: Both are now implemented but may need further work to adhere to developing …
05/30/11:
- 18:04 Ticket #935 ("groups" field bug in IATI) closed by
- fixed
- 17:02 Ticket #913 (Handle licenses in dcat-tools) closed by
- wontfix: moving to CKAN, still need a resolver
- 17:01 Ticket #912 (Rethink result row representation in dcat-tools/rdfsolr) closed by
- wontfix: moving to ckan
- 16:59 Ticket #944 (Upgrade IATI to CKAN 'default') closed by
- fixed: done at iati.ckan.net
- 16:32 Ticket #1155 (Harvester for data.london.gov.uk) closed by
- fixed: Now implemented based on CSV export available on the catalogue page: * …
- 11:27 Ticket #1169 (Link to csv/json dumps on ckan.net) closed by
- fixed: Done on default. Will appear on ckan.net next time it is branched and …
- 10:02 Ticket #1169 (Link to csv/json dumps on ckan.net) created by
- 09:28 Ticket #1122 (JSON Extra data not searchable) closed by
- wontfix
- 09:28 Ticket #1122 (JSON Extra data not searchable) reopened by
- Changing this to "won't fix" just to be clear
Note: See TracTimeline
for information about the timeline view.