aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/indexes.py
Commit message (Collapse)AuthorAgeFilesLines
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetagsChristopher Allan Webber2011-07-301-0/+15
|\ | | | | | | | | | | | | Conflicts: mediagoblin/config_spec.ini mediagoblin/edit/views.py mediagoblin/util.py
| * updates indices to index on the slug component of the tag listCaleb Forbes Davis V2011-07-271-2/+2
| | | | | | | | | | - uses dot notation to reach into the JSON-style MediaEntry tags field object to index on the slug property of each tag
| * adds "state" to tags indicesCaleb Forbes Davis V2011-07-131-6/+8
| |
| * adds index for searching across all users' tagged imagesCaleb Forbes Davis V2011-07-131-0/+6
| |
| * adds index for tag searches by an uploaderCaleb Forbes Davis V2011-07-101-0/+7
| |
* | Adjusting documentation in indexes.py also re: more info in deprecationChristopher Allan Webber2011-07-091-4/+6
|/
* Comment indexesChristopher Allan Webber2011-06-301-0/+10
|
* Documentation updates to indexes.py's docstringChristopher Allan Webber2011-06-271-5/+19
| | | | Includes information on how to deprecate indexes.
* Adding our current indexes and removing the index that was in models.pyChristopher Allan Webber2011-06-271-6/+12
|
* Store the collection information in the ACTIVE_INDEXES keysChristopher Allan Webber2011-06-261-14/+9
|
* A base set of indexes for us to use with our new indexing tool.Christopher Allan Webber2011-06-261-0/+103