mediagoblin.git
2014-06-11 Christopher... Adding Loïc Le Ninan to the contributor list
2014-06-11 Loïc Le Ninan#303 : enhancement : add a command to delete users
2014-06-11 Rodrigo Rodrigues... Put block mediagoblin_sidebar back in user_pages/media...
2014-06-11 Christopher... Adding comments in the migration explaining a bit what...
2014-06-11 Christopher... Explicitly set the column names to "user" and "privilege"
2014-06-10 Christopher... Switch "user_id" to "privilege" and "privilege_id"...
2014-06-10 Christopher... Merge remote-tracking branch 'refs/remotes/tilly-q...
2014-06-10 Christopher... Adding Rodrigo to AUTHORS
2014-06-10 Rodrigo Rodrigues... Adding a template hook to the dropdown header
2014-06-06 Christopher... metadata here should really be stored_metadata.
2014-06-05 Christopher... psql, not postgres, in configure.ac
2014-06-02 Berker PeksagFix a typo in babel.ini.
2014-06-02 Christopher... removing zh and ja from RTL list. medicalwei reports...
2014-06-02 Christopher... git submodule fetch -> git submodule update
2014-05-29 tilly-QAdded pyld to the mediagoblin dependencies because...
2014-05-14 tilly-QMerge branch 'metadata'
2014-05-14 tilly-QFixed a small error relating to the default value of...
2014-05-14 tilly-QAdded some tests for metadata.
2014-05-14 tilly-QCleaned up the code a little bit
2014-05-14 tilly-QFixed small error in the edit.metadata javascript
2014-05-14 tilly-QSet a default value to MediaEntry.media_metadata
2014-05-14 tilly-QTweaked the metadata edit screen to run jsonschema...
2014-05-13 tilly-QAdjusted batchaddmedia to make use of more internal...
2014-05-13 tilly-QWrote a test for the compact_and_validate metadata...
2014-05-13 tilly-QAdded 'dc:created' to the list of metadata columns...
2014-05-13 tilly-QRemoved unused imports.
2014-05-13 tilly-QPrepared for input without an 'id' column and made...
2014-05-13 tilly-QMade it so that admins or moderators only would see...
2014-05-13 tilly-QAdded a line to the readme
2014-05-13 tilly-QRemoved unused imports and removed development only...
2014-05-13 tilly-QMerge branch 'master' of gitorious.org:mediagoblin...
2014-05-13 tilly-QAdded a link to the manage feature screen in the dropdo...
2014-05-13 tilly-QAdded the new plugin I've been working at all summer...
2014-05-13 tilly-QMerge branch 'template_hooks_for_moderation'
2014-05-13 tilly-QMerge branch 'permission_scheme'
2014-05-12 tilly-QMade the metadata table functional within the new metad...
2014-05-12 tilly-QMerge branch 'metadata' of gitorious.org:mediagoblin...
2014-05-12 tilly-QAdded documentation for the batchaddmedia gmg tool...
2014-05-12 Christopher... Move the metadata display table over to being contained...
2014-05-12 tilly-QCorrected the rdfa in the metadata table.
2014-05-12 tilly-QMade the metadata table look pretty
2014-05-12 tilly-QModified the batchaddmedia script so that it only looks...
2014-05-12 tilly-QCleaned up the 'batchaddmedia' command a bit
2014-05-12 tilly-QMade some changes so that the metadata editing page...
2014-05-12 tilly-QMerge branch 'metadata-editor' into metadata
2014-05-12 tilly-QChanged the format of the wtforms table slightly
2014-05-11 Christopher... Removing the prefix stuff
2014-05-09 Christopher... Splitting up compact_json from compact_and_validate
2014-05-09 Christopher... expand_json utility... yet another convenience function :)
2014-05-09 Christopher... Removing the mediagoblin.jsonld file, which really...
2014-05-09 Christopher... Compact and validate tools, loading internal json tools...
2014-05-07 Christopher... Updating batchaddmedia to use new metadata tools
2014-05-07 Christopher... Starting to add metadata tools, as well as mediagoblin...
2014-05-07 Christopher... Removing unused variables
2014-05-07 Christopher... Removing build_json_ld_metadata
2014-05-07 Christopher... The URL format checker now works correctly
2014-05-06 tilly-QAdded in a few blank lines when a user edits the metada...
2014-05-06 tilly-QFixed a slight css error.
2014-05-06 tilly-QMade it so the metadata editting page is only one step...
2014-05-06 tilly-QCreated a UI for editting a media's metadata. Had to...
2014-05-06 tilly-QSet up the metadata editor forms
2014-05-06 tilly-QCreated the media metadata editor page
2014-05-05 Jessica TallonAdd lib64/ directory to .gitignore file.
2014-05-01 tilly-QMerge branch 'permission_scheme' of gitorious.org:media...
2014-05-01 tilly-QChanged the default permission scheme to be the same...
2014-04-29 tilly-QAdded new template hooks to allow for plugin-added...
2014-04-28 tilly-QFixed some minor whitespace issues
2014-04-28 tilly-QIn this commit I made it so that each deployment can...
2014-04-23 tilly-QMade the columns properly referenced in models and...
2014-04-22 tilly-QRenamed the columns on core__privileges_users table...
2014-04-21 tilly-QIn the middle of some major changes
2014-04-21 tilly-QMade it so that the metadata table only shows terms...
2014-04-21 tilly-QCreated the basic structure of the metadata display...
2014-04-21 tilly-QFixed a problem that was causing errors in batch upload...
2014-04-21 tilly-QI had imported requests twice
2014-04-21 tilly-QMerge branch 'metadata' of gitorious.org:mediagoblin...
2014-04-21 tilly-QMade it possible to submit media with the metadata...
2014-04-21 tilly-QChanged the name of the metadata column
2014-04-21 tilly-QMoved the metadata column to MediaEntry rather than...
2014-04-21 tilly-QAdded the 'requests' library as a dependency and switch...
2014-04-21 tilly-QFixed incorrectly coded references to filesystem paths
2014-04-21 tilly-QTook out all of the references to the temporary url...
2014-04-21 tilly-QFixed a bad get of 'dcterms:rights' and am throwing...
2014-04-21 tilly-QWrote more comprehensive error messages.
2014-04-21 tilly-QFixed a minor error in the batch upload script and...
2014-04-21 tilly-QFixed up some fatal errors. Is still not ready.
2014-04-21 tilly-QAdded exception handling into the metadata format check...
2014-04-21 tilly-QBegan work on metadata validation
2014-04-21 tilly-QChanged some of the print messages as well as tweaked...
2014-04-21 tilly-QI made it so the command no longer requires the "Target...
2014-04-21 tilly-QMinor change in the wording of argparsing.
2014-04-21 tilly-QThe script now officially works! It works in many diffe...
2014-04-21 tilly-QThis branch will create a commandline bulk-upload scrip...
2014-04-21 tilly-QBig update. I added in a json-ld context file which...
2014-04-21 tilly-QIn this commit, I added a new column which will be...
2014-04-15 tilly-QChanged the name of the metadata column
2014-04-15 tilly-QMoved the metadata column to MediaEntry rather than...
2014-04-15 tilly-QAdded the 'requests' library as a dependency and switch...
2014-04-11 tilly-QFixed incorrectly coded references to filesystem paths
2014-04-10 Christopher... Adding Berker to the AUTHORS list
next