2e76016c9a
Added a line to the readme
tilly-Q
2014-05-13 15:45:50 -04:00
c5667c7300
Removed unused imports and removed development only migrations fromc archivalook plugin
tilly-Q
2014-05-13 15:34:06 -04:00
1d09e8b4f1
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin into metadata
tilly-Q
2014-05-13 15:24:59 -04:00
f3ced5db21
Added a link to the manage feature screen in the dropdown menu for those that have the appropriate privilege. Added a readme.
tilly-Q
2014-05-13 14:58:04 -04:00
b24c27d123
Added the new plugin I've been working at all summer at this link: 6dbd68dab8:
tilly-Q
2014-05-13 11:47:41 -04:00
b5dd245989
Made the metadata table functional within the new metadata_display plugin and removed all traces of it from core.
tilly-Q
2014-05-12 18:07:31 -04:00
f14519c398
Merge branch 'metadata' of gitorious.org:mediagoblin/cwebbers-mediagoblin into metadata
tilly-Q
2014-05-12 17:14:55 -04:00
8524a6bdc5
Added documentation for the batchaddmedia gmg tool to the mediagoblin docs.
tilly-Q
2014-05-12 17:02:12 -04:00
acfcaf6366
Move the metadata display table over to being contained in a plugin
Christopher Allan Webber
2014-05-12 14:50:58 -05:00
8f65028ddf
Corrected the rdfa in the metadata table.
tilly-Q
2014-05-12 14:48:46 -04:00
9ceea31c5b
Made the metadata table look pretty
tilly-Q
2014-05-12 14:27:26 -04:00
7d52eb7705
Modified the batchaddmedia script so that it only looks for one csv file instead of the previous method which looked for two files.
tilly-Q
2014-05-12 13:59:28 -04:00
e8d64d453b
Cleaned up the 'batchaddmedia' command a bit
tilly-Q
2014-05-12 13:19:03 -04:00
6b6b1b076b
Made some changes so that the metadata editing page works well with the updated metadata tools.
tilly-Q
2014-05-12 13:07:11 -04:00
7bcb3e100c
Merge branch 'metadata-editor' into metadata
tilly-Q
2014-05-12 12:26:07 -04:00
494bce47f9
Changed the format of the wtforms table slightly
tilly-Q
2014-05-12 12:20:03 -04:00
fbea284aeb
Removing the prefix stuff
Christopher Allan Webber
2014-05-11 18:47:55 -05:00
fd7069632b
Splitting up compact_json from compact_and_validate
Christopher Allan Webber
2014-05-09 17:33:58 -05:00
a468db099c
expand_json utility... yet another convenience function :)
Christopher Allan Webber
2014-05-09 16:49:42 -05:00
3850b3fb56
Removing the mediagoblin.jsonld file, which really was just the RDFa 1.1 file.
Christopher Allan Webber
2014-05-09 14:32:46 -05:00
96afe1b268
Compact and validate tools, loading internal json tools, much more
Christopher Allan Webber
2014-05-09 14:10:27 -05:00
79a97f6bc3
Merge branch 'permission_scheme' of gitorious.org:mediagoblin/npigeons-mediagoblin into permission_scheme
tilly-Q
2014-05-01 14:28:11 -04:00
ce26346a4c
Changed the default permission scheme to be the same as the scheme we use in master so that if admins have not set their mediagoblin_local.ini to include this new option, they will notice no difference in use.
tilly-Q
2014-05-01 14:21:25 -04:00
b55b1ad4ad
Added new template hooks to allow for plugin-added moderation powers
tilly-Q
2014-04-29 12:44:21 -04:00
f59d8bbef1
Fixed some minor whitespace issues
tilly-Q
2014-04-28 16:40:02 -04:00
1c7875a18d
In this commit I made it so that each deployment can have custom settings for which privileges are given to users when they are intiated. These settings are modified in mediagoblin.ini.
tilly-Q
2013-11-29 14:29:56 -05:00
9adef07e8f
Made the columns properly referenced in models and migrations.
tilly-Q
2014-04-23 14:59:53 -04:00
7918f86ac0
Renamed the columns on core__privileges_users table so that they are unique and will not cause any more problems.
tilly-Q
2014-04-22 13:32:47 -04:00
9f5d388ec0
In the middle of some major changes
tilly-Q
2014-04-21 19:07:28 -04:00
0656de6795
Made it so that the metadata table only shows terms with filled values
tilly-Q
2014-04-21 15:46:02 -04:00
8ccd560ca2
Created the basic structure of the metadata display table in rdfa lite
tilly-Q
2014-04-21 15:42:57 -04:00
7ff99dabfb
Fixed a problem that was causing errors in batch uploading remote files.
tilly-Q
2014-04-21 12:29:00 -04:00
e00ce53ef6
I had imported requests twice
tilly-Q
2014-04-21 12:18:29 -04:00
77a19712c3
Merge branch 'metadata' of gitorious.org:mediagoblin/npigeons-mediagoblin into metadata
tilly-Q
2014-04-21 12:17:39 -04:00
45f426ddee
Made it possible to submit media with the metadata provided
tilly-Q
2014-04-21 12:07:33 -04:00
0bfb4089cc
Changed the name of the metadata column
tilly-Q
2014-04-15 14:17:43 -04:00
9f3dc83a6c
Moved the metadata column to MediaEntry rather than MediaFile
tilly-Q
2014-04-15 13:51:27 -04:00
ecea4847e8
Added the 'requests' library as a dependency and switched over to using it to fetch remote pieces of media in the batchupload script
tilly-Q
2014-04-15 13:35:22 -04:00
7b1ee4711c
Took out all of the references to the temporary url I was using /metadata_context/v1
tilly-Q
2014-04-03 12:20:30 -04:00
77d51d4f33
Fixed a bad get of 'dcterms:rights' and am throwing away the idea of an external context file for the json-ld because it feels unnecessary seeing as we are just using the dc core terms
tilly-Q
2014-04-03 12:18:17 -04:00
907d9626e3
Wrote more comprehensive error messages.
tilly-Q
2014-03-27 17:29:34 -04:00
e46760d315
Fixed a minor error in the batch upload script and modified the json-ld context.
tilly-Q
2014-03-27 17:10:31 -04:00
8c7cccf6cc
Fixed up some fatal errors. Is still not ready.
tilly-Q
2014-03-27 14:11:12 -04:00
26b3d6cf27
Added exception handling into the metadata format checking function.
tilly-Q
2014-03-27 13:55:15 -04:00
3e76b2bc77
Began work on metadata validation
tilly-Q
2014-03-27 13:31:04 -04:00
5c14f62d19
Changed some of the print messages as well as tweaked the order of the commands attempts to figure out what type of file the target file is.
tilly-Q
2014-02-21 12:38:02 -05:00
28ecc53a5a
I made it so the command no longer requires the "Target type" to be provided, it now recognizes whether the target is a directory or an archive on its own.
tilly-Q
2014-02-19 14:27:14 -05:00
6c37aeaa33
Minor change in the wording of argparsing.
tilly-Q
2014-02-13 13:57:10 -05:00
268f243074
The script now officially works! It works in many different situations, whether the media is to be uploaded is stored locally or on the web. Still have to clean up the code and look for errors. I may also refactor some of this into a functi- on to be used with a GUI frontend in another project. Lastly, I need to merge this with the metadata branch I've been working on, and convert the metadata.csv information into the proper format for the new metadata column.
tilly-Q
2014-02-12 14:37:00 -05:00
8aa015978c
This branch will create a commandline bulk-upload script. So far, I have written the code to read csv files into a usable dictionary.
tilly-Q
2014-02-06 15:17:06 -05:00
ec5a385ada
Big update. I added in a json-ld context file which will be used in all our metadata columns in the future. The context describes the dublin core elements. It still has not been finalized however.
tilly-Q
2014-03-18 16:49:48 -04:00
2dd966b5e2
In this commit, I added a new column which will be used for RDFa metadata of media.
tilly-Q
2014-02-06 15:15:57 -05:00
89b6b55766
Changed the name of the metadata column
tilly-Q
2014-04-15 14:17:43 -04:00
b91df79041
Moved the metadata column to MediaEntry rather than MediaFile
tilly-Q
2014-04-15 13:51:27 -04:00
fbb13abe9a
Added the 'requests' library as a dependency and switched over to using it to fetch remote pieces of media in the batchupload script
tilly-Q
2014-04-15 13:35:22 -04:00
f4a5325e67
Tweak the trim whitespace plugin documentation.
Berker Peksag
2014-02-21 10:20:03 +02:00
2edd6b0b91
Adding a general purpose context hook for the media display page.
Christopher Allan Webber
2014-04-07 16:58:54 -05:00
bfb99d65f4
No more EXIF, for real. Use exifread. This should fix recent import EXIF failures.
Christopher Allan Webber
2014-04-06 13:58:47 -05:00
b19491c535
specify older sqlalchemy-migrate because pbr ruins everything.
Christopher Allan Webber
2014-04-03 14:20:44 -05:00
fb60426ed1
Took out all of the references to the temporary url I was using /metadata_context/v1
tilly-Q
2014-04-03 12:20:30 -04:00
8e33666813
Fixed a bad get of 'dcterms:rights' and am throwing away the idea of an external context file for the json-ld because it feels unnecessary seeing as we are just using the dc core terms
tilly-Q
2014-04-03 12:18:17 -04:00
4a0778b3c1
Move ./bootstrap.sh to experimental-bootstrap.sh
Christopher Allan Webber
2014-04-03 10:13:02 -05:00
5526150e1a
Make the MediaGoblin databse user creation more deterministic.
Christopher Allan Webber
2014-03-29 12:28:19 -05:00
0e4144abaf
Wrote more comprehensive error messages.
tilly-Q
2014-03-27 17:29:34 -04:00
32aec1e533
Fixed a minor error in the batch upload script and modified the json-ld context.
tilly-Q
2014-03-27 17:10:31 -04:00
052d3d985a
Removing extlib submodule and switching it to being a package.
Christopher Allan Webber
2014-03-27 15:04:18 -05:00
8f054a6b99
Fixed up some fatal errors. Is still not ready.
tilly-Q
2014-03-27 14:11:12 -04:00
680faaaa85
Added exception handling into the metadata format checking function.
tilly-Q
2014-03-27 13:55:15 -04:00
6b43a6f432
Began work on metadata validation
tilly-Q
2014-03-27 13:31:04 -04:00
9caaff48af
Okay, nm, that didn't fix it. Setting it back. Sigh.
Christopher Allan Webber
2014-03-26 16:41:56 -05:00
a946908d0f
I guess this also fixes it and is nicer
Christopher Allan Webber
2014-03-26 16:35:46 -05:00
0b3b9a291f
six==1.5.2
Christopher Allan Webber
2014-03-26 16:17:29 -05:00
5d04469315
Babel now requires >= 1.0
Christopher Allan Webber
2014-03-26 14:17:18 -05:00
6d27a79271
EXIF returns less data than it used to...
Christopher Allan Webber
2014-03-26 12:07:42 -05:00