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
*
Add closing bracket so the whole thing doesn't break down
Jef van Schendel
2012-01-05
1
-0
/
+1
*
Remove last 960.gs leftover; fix classes for edit forms
Jef van Schendel
2012-01-05
3
-4
/
+4
*
Fix merge conflicts
Jef van Schendel
2012-01-05
27
-936
/
+201
|
\
|
*
Several changes for mobile layout
Jef van Schendel
2012-01-05
3
-24
/
+11
|
*
Random changes that break stuff and eat piglets
Jef van Schendel
2011-12-30
1
-22
/
+19
|
*
Lots of little fixes and removal of all 960.gs classes:
Jef van Schendel
2011-12-30
16
-105
/
+115
|
*
Change widths to percentages for small devices
Jef van Schendel
2011-12-18
1
-2
/
+15
|
*
Add styles to make media.html not fall apart entirely
Jef van Schendel
2011-12-18
2
-2
/
+16
|
*
Move reset.css to extlib and symlink it
Jef van Schendel
2011-12-18
2
-0
/
+1
|
*
Remove first 960.gs classes
Jef van Schendel
2011-12-18
2
-16
/
+23
|
*
Media query for everything(?) below 960px wide
Jef van Schendel
2011-12-18
1
-1
/
+1
|
*
Remove 960.gs stylesheets, add Eric Meyer's reset.css
Jef van Schendel
2011-12-18
10
-817
/
+50
|
*
First test lines for responsive design
Jef van Schendel
2011-12-18
1
-0
/
+17
*
|
Always show 'Change account settings' link
Jef van Schendel
2012-01-05
1
-7
/
+6
*
|
Fix Unit Tests for new password changing
Elrond
2012-01-05
1
-8
/
+4
*
|
Make show-password-js work for change password too
Elrond
2012-01-05
2
-2
/
+3
*
|
Fix more StrictUndefined issues
Elrond
2012-01-05
1
-2
/
+2
*
|
Add change-account-settings link to user.html
Jef van Schendel
2012-01-05
1
-0
/
+5
*
|
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Jef van Schendel
2012-01-05
5
-5
/
+10
|
\
\
|
*
|
f691: Use StrictUndefined for templates and fix some issues
Elrond
2012-01-04
3
-3
/
+8
|
*
|
Import MigrationManager from mongo in mongo backend.
Elrond
2012-01-04
2
-2
/
+2
*
|
|
Create edit_account.html
Jef van Schendel
2012-01-05
4
-21
/
+92
|
/
/
*
|
Add Markdown for submit page, edit page, profile edit page; thus fixing ticke...
Jef van Schendel
2012-01-04
4
-5
/
+16
*
|
Dot-Notation for MediaEntry.queued_media_file
Elrond
2012-01-04
3
-4
/
+4
*
|
Dot-Notation for MediaEntry.state
Elrond
2012-01-04
2
-3
/
+3
*
|
Dot-Notation for MediaEntry.media_files
Elrond
2012-01-04
10
-16
/
+16
*
|
sql convert: Use more library functions
Elrond
2012-01-01
1
-11
/
+9
*
|
Seperate jQuery bit that was still in media.html
Jef van Schendel
2012-01-01
2
-11
/
+11
*
|
Fix unit tests for new forget password flow
Elrond
2012-01-01
1
-1
/
+1
*
|
Remove fp_changed_success.html, use log in page + notification message instead
Jef van Schendel
2012-01-01
3
-33
/
+6
*
|
Remove fp_email_sent.html and refs to it
Jef van Schendel
2012-01-01
2
-32
/
+0
*
|
Factor out check_db_migrations_current
Elrond
2012-01-01
4
-22
/
+32
*
|
Forgot this one. Also disable horizontal resize for the bio field
Jef van Schendel
2012-01-01
1
-1
/
+1
*
|
Remove border-bottom from media_specs
Jef van Schendel
2012-01-01
1
-1
/
+0
*
|
Disable horizontal resize for text areas.
Jef van Schendel
2012-01-01
1
-1
/
+6
*
|
Fixed submission error handling and broken tests
Joar Wandborg
2011-12-31
3
-6
/
+12
*
|
Merge remote branch 'remotes/joar/tests'
Elrond
2011-12-31
1
-17
/
+0
|
\
\
|
*
|
Fixed broken confirm_password test
Joar Wandborg
2011-12-30
1
-17
/
+0
*
|
|
ASCII media type support & fix a bug in file submission error handling
Joar Wandborg
2011-12-31
18
-11
/
+7323
*
|
|
Change forgotten password process: different redirect, added/changed messages
Jef van Schendel
2011-12-30
1
-8
/
+16
*
|
|
Fix #712: Comment counter always uses plural
Jef van Schendel
2011-12-30
1
-40
/
+46
*
|
|
Fix #715: On media submit page, "Separate" is misspelled
Jef van Schendel
2011-12-30
2
-2
/
+2
|
/
/
*
|
Forgot to include the newly created JS file
Jef van Schendel
2011-12-29
1
-0
/
+19
*
|
Isolate JavaScript; add new show_password.js to forgot-password-page as well
Jef van Schendel
2011-12-29
3
-28
/
+8
*
|
Finished #485 and worked out bugs: password fields always update, added margi...
Jef van Schendel
2011-12-29
2
-1
/
+10
*
|
Add a .save method on the sql db objects
Elrond
2011-12-29
1
-1
/
+9
*
|
Support .get(fieldname) on sql db objects
Elrond
2011-12-29
1
-0
/
+3
*
|
Fix "bin/gmg migrate" after mongo move
Elrond
2011-12-28
1
-2
/
+2
*
|
Show --log-file option in lazyserver help.
Elrond
2011-12-28
1
-1
/
+1
*
|
SQL Model: Add relationship properties
Elrond
2011-12-28
1
-0
/
+5
[next]