3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ckan2/trunk/README.txt: Updated installation and setup instructions following experience deploying on test.ckan.net. More... almost 18 years ago
Add an edit link on the package read page. More... almost 18 years ago
Minor fix to home page text. More... almost 18 years ago
Add py:strip="" on layout templates to get rid of repeated <html> tags. * TODO: also had to remove DOCTYPE declaration and not sure how to get it back in a genshi compatible way. More... almost 18 years ago
Simplify 'new' package action and improve by adding proper validation. * trunk/ckan/forms/__init__.py, trunk/ckan/tests/forms/test_package.py: * UniquePackageName: new validator * LowerCase: new lower case validator * package_name_validator: string a bunch of validators together using All * PackageNameSchema: schema using package_name_validator * trunk/ckan/controllers/package.py, trunk/ckan/templates/package/create.html, trunk/ckan/templates/package/new.html, trunk/ckan/tests/functional/test_package.py: 'new' and 'create' action just require name. * create page now gives link to edit page after a succesful create. More... almost 18 years ago
Add 'tags' fields on edit form and add functional test. More... almost 18 years ago
Change package controller update action to use new PackageSchema. More... almost 18 years ago
* models/test_package.py: Minor: adding a new unittest * test_add_tag_by_name_existing * Change to use unicode for tag names More... almost 18 years ago
Improve PackageSchema by adding support license and improving tag support. More... almost 18 years ago
Add tag processing support to PackageSchema. More... almost 18 years ago
Add missing __init__ files for models and forms test packages. More... almost 18 years ago
Start on improving ckan.forms.PackageSchema to handle stuff such as tags and licenses. More... almost 18 years ago
Proper solution to problem with many-to-many entries not being deleted by creating explicit 'join' tables (*not* sovled in previous commit as hoped). More... almost 18 years ago
Document weird bug found as a result of bizarre failure in tag.packages listing. More... almost 18 years ago
Create major navigation item 'Tags' linking to tag index page in layout template. More... almost 18 years ago
Added support for licenses in the web interface. More... almost 18 years ago
Sort out License domain object. * trunk/ckan/models/__init__.py: * DomainModel: create all OSI approved licenses, 3 OKD compliant licenses and a non-compliant license item in init() * trunk/ckan/models/package.py * License: add 'name' attribute and RelatedJoin packages * Package: add RelatedJoin to License * generally add _defaultOrder = 'name' where appropriate * trunk/ckan/tests/models/test_package.py: add TestLicense and TestPackageWithLicense More... almost 18 years ago
Add list action on tag controller and associated tests and template. More... almost 18 years ago
Add tag read action. More... almost 18 years ago
Create tag layout template and index page template and put under test. More... almost 18 years ago
Create tag controller (paster controller tag + a few minor modifications to get test passing). More... almost 18 years ago
Tidy up setup.py and README.txt. More... almost 18 years ago
Add Tag object to the domain model. More... almost 18 years ago
Some smallist fixes to base and package layout templates. More... almost 18 years ago
Simplify domain model by removing package versioning (so back to simple setup). More... almost 18 years ago
Minor tidying to domain model. More... almost 18 years ago
* ckan-admin: rebuild method * update to use ckan.models.dm (reflecting oldish change) More... almost 18 years ago
Implement create/new package functionality. Following map.resource separate controllers for new (form to create a new package) and create (perform creation). More... almost 18 years ago
Add package edit and update functionality. Base url (and controller) structure on map.resource with edit controller providing edit form, update controller making the actual changes. More... almost 18 years ago
Implement update functionality on domain model package objects. More... almost 18 years ago