pandora/pandora
Will Thompson 9ac5dc7ba9 [PATCH] Fix find()'s docs on nested subconditions
The documentation says that you need to write (P & Q) | R
like this:

{
    'conditions': [
        {
            'query': {
                'conditions': [P, Q],
                'operator': '&'
            }
        },
        R
    ],
    'operator': '|'
}

but actually you need to omit the { 'query': ... } wrapping the
subclause. Including it crashes parseCondition() at:

    v = condition['value']

for the obvious reason.
2015-03-05 14:17:02 +05:30
..
annotation add option to return item keys in findAnnotation 2015-02-16 16:10:45 +00:00
app make init_db less verbose 2015-01-19 18:03:10 +00:00
archive allow updates of file metadata for files with info 2015-02-21 15:35:01 +05:30
changelog update api docs 2014-12-19 15:05:08 +00:00
clip update api docs 2014-12-19 15:05:08 +00:00
document return document or 404 no 500 2015-02-20 15:13:23 +00:00
edit dont fail if condition does not have a value 2015-01-24 16:00:24 +05:30
entity fix import 2015-02-26 06:07:18 +00:00
event remove unused import 2014-12-23 11:28:42 +00:00
item [PATCH] Fix find()'s docs on nested subconditions 2015-03-05 14:17:02 +05:30
itemlist fix default itemview for existing lists 2015-01-29 08:54:27 +00:00
log update api docs 2014-12-19 15:05:08 +00:00
news remove unused import 2014-12-23 11:28:42 +00:00
person rename api, sortName->getSortName; add getSortTitle: fixes #2605 2014-12-22 10:29:27 +00:00
place remove unused import 2014-12-23 11:28:42 +00:00
sequence update api docs 2014-12-19 15:31:57 +00:00
templates descriptions can contain quotes 2014-10-07 12:15:45 +02:00
text update api docs (omissions, wording, typos) 2014-12-21 13:03:49 +00:00
title rename api, sortName->getSortName; add getSortTitle: fixes #2605 2014-12-22 10:29:27 +00:00
tv update api docs (omissions, wording, typos) 2014-12-21 13:03:49 +00:00
urlalias remove tests, not used 2014-09-05 13:39:43 +02:00
user remove all sessions of user on signout, fixes #2700 2015-02-25 18:17:35 +00:00
__init__.py software powering 0xdb.org and Pad.ma is called pandora now 2010-02-16 15:52:34 +05:30
config.0xdb.jsonc ui.onload -> user.script, fixes #2697 2015-02-21 10:32:48 +00:00
config.indiancinema.jsonc ui.onload -> user.script, fixes #2697 2015-02-21 10:32:48 +00:00
config.padma.jsonc ui.onload -> user.script, fixes #2697 2015-02-21 10:32:48 +00:00
config.pandora.jsonc ui.onload -> user.script, fixes #2697 2015-02-21 10:32:48 +00:00
manage.py try to avoid thread exceptions on shutdown 2013-07-13 14:46:48 +00:00
settings.py use one version of ffmpeg for all tasks, remove avconv dependency, fixes #2606 2015-01-05 16:07:55 +00:00
urls.py cropped thumbnails of image documents 2015-02-05 08:08:28 +00:00