openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
CKAN
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 850 of 851
Search / Filter on:
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.
rgrp
More...
almost 18 years ago
Add an edit link on the package read page.
rgrp
More...
almost 18 years ago
Minor fix to home page text.
rgrp
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.
rgrp
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.
rgrp
More...
almost 18 years ago
Add 'tags' fields on edit form and add functional test.
rgrp
More...
almost 18 years ago
Change package controller update action to use new PackageSchema.
rgrp
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
rgrp
More...
almost 18 years ago
Improve PackageSchema by adding support license and improving tag support.
rgrp
More...
almost 18 years ago
Add tag processing support to PackageSchema.
rgrp
More...
almost 18 years ago
Add missing __init__ files for models and forms test packages.
rgrp
More...
almost 18 years ago
Start on improving ckan.forms.PackageSchema to handle stuff such as tags and licenses.
rgrp
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).
rgrp
More...
almost 18 years ago
Document weird bug found as a result of bizarre failure in tag.packages listing.
rgrp
More...
almost 18 years ago
Create major navigation item 'Tags' linking to tag index page in layout template.
rgrp
More...
almost 18 years ago
Added support for licenses in the web interface.
rgrp
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
rgrp
More...
almost 18 years ago
Add list action on tag controller and associated tests and template.
rgrp
More...
almost 18 years ago
Add tag read action.
rgrp
More...
almost 18 years ago
Create tag layout template and index page template and put under test.
rgrp
More...
almost 18 years ago
Create tag controller (paster controller tag + a few minor modifications to get test passing).
rgrp
More...
almost 18 years ago
Tidy up setup.py and README.txt.
rgrp
More...
almost 18 years ago
Add Tag object to the domain model.
rgrp
More...
almost 18 years ago
Some smallist fixes to base and package layout templates.
rgrp
More...
almost 18 years ago
Simplify domain model by removing package versioning (so back to simple setup).
rgrp
More...
almost 18 years ago
Minor tidying to domain model.
rgrp
More...
almost 18 years ago
* ckan-admin: rebuild method * update to use ckan.models.dm (reflecting oldish change)
rgrp
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).
rgrp
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.
rgrp
More...
almost 18 years ago
Implement update functionality on domain model package objects.
rgrp
More...
almost 18 years ago
←
1
2
…
843
844
845
846
847
848
849
850
851
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree