Custom Query (2152 matches)
      
      
  
    Results (538 - 540 of 2152)
  
  
  
    
    
      | Ticket | Resolution | Summary | Owner | Reporter | 
    
      
              
                    | #1310 | fixed | API GET of a revision that has been approved causes exception | dread | dread | 
                
                  | Reported by dread,
                      3 years ago. | 
                  
                    | Description | 
e.g. this particular revision on ckan.net: http://ckan.net/api/rest/revision/9601fbcb-03a7-4ebc-981d-5aa16df4852c
(most others have not been approved)
Causes 500 error.
 | 
              
                    | #1313 | duplicate | Tweaks to captcha configuration | zephod | dread | 
                
                  | Reported by dread,
                      3 years ago. | 
                  
                    | Description | 
Awesome to have the captcha implementation and running on thedatahub.org! Here are some further
suggestions concerning the config options, before this goes into a release:
 Document "ckan.recaptcha.publickey" and "ckan.recaptcha.privatekey" in doc/configuration.rst
Which one config option defines whether recaptcha is enabled? There is disagreement between the template and the lib. Maybe better to have a third option for this. When setting the syntax for this, I can see us wanting to use captcha for other operations, like package edit, package create, group create etc. so perhaps we'd want to be able to turn each one on/off separately, using the name of the logic action. e.g. ckan.recaptcha.enable = user_create, group_create
We got this exception last night from the template:
Module ?:37 in <Expression u'g.recaptcha_publickey'>
<<          <dd><input type="password" name="password2" value="" /></dd>
       
               <dd py:if="g.recaptcha_publickey">
                 <script type="text/javascript"
                   src="http://www.google.com/recaptcha/api/challenge?k=${g.recaptcha_publickey}">
>>  <dd py:if="g.recaptcha_publickey">
Module genshi.template.eval:324 in lookup_attr
<<                      val = obj[key]
                       except (KeyError, TypeError):
                           val = cls.undefined(key, owner=obj)
               return val
>>  val = cls.undefined(key, owner=obj)
Module genshi.template.eval:410 in undefined
<<          """Raise an ``UndefinedError`` immediately."""
               __traceback_hide__ = True
               raise UndefinedError(key, owner=owner)
>>  raise UndefinedError(key, owner=owner)
UndefinedError: <ckan.lib.app_globals.Globals object at 0xb8f1182c> has no member named "recaptcha_publickey"
 
I'm not sure why - might be something to do with the maintenance on the server, but worth double checking, since we don't want exceptions, say if one or other config variable is not defined.
 | 
              
                    | #1315 | fixed | Document /api/action | dread | dread | 
                
                  | Reported by dread,
                      3 years ago. | 
                  
                    | Description | 
We need some documentation for the /api/action. Even though it's beta and subject to change it would be good to have a guide.
 | 
      
  
  
 
      
      
      Note: See 
TracQuery
        for help on using queries.