index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the theme_linked_assets_dir config option point to the right place by de...
Christopher Allan Webber
2012-07-14
1
-1
/
+1
*
Making the register_themes() tool also return the current theme
Christopher Allan Webber
2012-07-14
2
-9
/
+12
*
Serve and setup the mediagoblin "linked theme" assets directory
Christopher Allan Webber
2012-07-14
2
-0
/
+7
*
Add the theme domain to the application's staticdirector
Christopher Allan Webber
2012-07-14
2
-4
/
+9
*
Update staticdirect stuff so it can handle "domains" of staticdirection
Christopher Allan Webber
2012-07-14
3
-24
/
+38
*
Kill MultiRemoteStaticDirect... nobody was really using it anyway
Christopher Allan Webber
2012-07-14
2
-27
/
+4
*
Moving staticdirect to tools/
Christopher Allan Webber
2012-07-14
2
-1
/
+1
*
Themes are now registered and can have their templates loaded properly
Christopher Allan Webber
2012-07-14
3
-6
/
+32
*
Early version of theme registry code
Christopher Allan Webber
2012-07-14
2
-0
/
+83
*
removed _make_safe in favor of functools.wraps
Jakob Kramer
2012-07-12
2
-19
/
+18
*
Processing panel improvements
Joar Wandborg
2012-07-11
6
-2
/
+198
*
Panel improvements
Joar Wandborg
2012-07-11
10
-27
/
+101
*
Minor improvements to the processing panel
Joar Wandborg
2012-07-10
4
-8
/
+33
*
Merge branch 'master' into 201207-testfixes
Brett Smith
2012-07-08
24
-52
/
+892
|
\
|
*
made the download links consistent
Jakob Kramer
2012-07-07
4
-11
/
+31
|
*
put attachments into sidebar
Jakob Kramer
2012-07-07
1
-22
/
+26
|
*
Added API documentation
Joar Wandborg
2012-07-07
14
-1
/
+731
|
*
Decoding EXIF strings as UTF-8 with replace in the ifd_tag_to_dict
Joar Wandborg
2012-07-07
1
-1
/
+14
|
*
Updated the media types documentation, added steps for audio
Joar Wandborg
2012-07-06
1
-11
/
+62
|
*
Removed .ogg extension from audio MEDIA_MANAGER.
Joar Wandborg
2012-07-06
1
-1
/
+1
|
*
Switching the syntax of this exception-raise
Christopher Allan Webber
2012-07-06
1
-2
/
+1
|
*
Removing _jointhat()... not really needed.
Christopher Allan Webber
2012-07-06
1
-14
/
+2
|
*
one more noSuchFiles->no_such_files
Christopher Allan Webber
2012-07-06
1
-1
/
+1
|
*
Merge remote-tracking branch 'refs/remotes/merge-requests/37'
Christopher Allan Webber
2012-07-06
2
-5
/
+40
|
|
\
|
|
*
changing NoSuchFiles for no_such_files
Jorge Araya Navarro
2012-07-05
1
-4
/
+4
|
|
*
fixing bug #255 as Joar and CWebber ask me to do :)
Jorge Araya Navarro
2012-06-28
3
-11
/
+41
|
|
*
Bug 255 fixed
Jorge Araya Navarro
2012-06-22
1
-1
/
+6
*
|
|
Drop our scoped session sooner to prevent SQLAlchemy re-binding warnings.
Brett Smith
2012-07-08
1
-3
/
+3
*
|
|
Don't rely on app_config if common.TESTS_ENABLED.
Brett Smith
2012-07-08
1
-3
/
+4
*
|
|
Make filestorage available to code that only imports storage.
Brett Smith
2012-07-08
1
-0
/
+2
*
|
|
Prevent SQLAlchemy non-Unicode warnings from this test.
Brett Smith
2012-07-08
1
-8
/
+8
*
|
|
Prevent SQLAlchemy non-Unicode warnings in this test.
Brett Smith
2012-07-08
1
-4
/
+4
*
|
|
More Unicode titles to prevent non-Unicode SQLAlchemy warnings.
Brett Smith
2012-07-08
1
-2
/
+6
*
|
|
Fix docstring typo.
Brett Smith
2012-07-08
1
-1
/
+1
*
|
|
Prevent non-Unicode SQLAlchemy warnings in most submission tests.
Brett Smith
2012-07-08
7
-32
/
+32
*
|
|
Level exits are Unicode too.
Brett Smith
2012-07-04
1
-3
/
+3
*
|
|
Make sure MigrationManagers always get Unicode names.
Brett Smith
2012-07-04
2
-5
/
+5
|
/
/
*
|
Explicitly state that we need a webob version >= 1.1 also.
Christopher Allan Webber
2012-07-01
1
-1
/
+1
*
|
Changing mediagoblin theme font files over to be symlinks to extlib
Christopher Allan Webber
2012-07-01
5
-97
/
+1
*
|
Clarifying that all original documentation theme files are CC0'ed.
Christopher Allan Webber
2012-07-01
1
-5
/
+6
*
|
Added some security checks to attachment upload, it's still not
Joar Wandborg
2012-06-24
1
-2
/
+29
*
|
Fixed EXIF longitude bug
Joar Wandborg
2012-06-23
2
-4
/
+16
|
/
*
First migration fix: commit after each migration.
Elrond
2012-06-14
1
-0
/
+2
*
Pull instance name from config in the notification email.
Joar Wandborg
2012-06-11
1
-3
/
+3
*
Now require sqlalchemy >= 0.7.0
Christopher Allan Webber
2012-06-11
1
-1
/
+1
*
FIXED SQL MIGRATION #2
Joar Wandborg
2012-06-10
2
-3
/
+5
*
Added SQL migrations for email notifications
Joar Wandborg
2012-06-10
1
-2
/
+14
*
Fixed some comment notification code for compliance with SQL
Joar Wandborg
2012-06-10
2
-12
/
+15
*
Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment...
Joar Wandborg
2012-06-10
9
-33
/
+146
|
\
|
*
Updates to send email comments, included translation, better validation.
Derek Moore
2012-03-25
3
-52
/
+48
[next]