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
path:
root
/
mediagoblin
/
edit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into jwandborg-f482_media_attachments
Christopher Allan Webber
2011-08-22
2
-9
/
+13
|
\
|
*
Converting all forms to use the "fake/null" gettext conversion function
Christopher Allan Webber
2011-08-10
1
-1
/
+1
|
*
Marked relevant strings in python views/forms for translation via ugettext
Christopher Allan Webber
2011-08-08
2
-10
/
+14
*
|
Feature #482 - Media attachments -
Joar Wandborg
2011-08-22
2
-23
/
+79
*
|
Feature #482 - Media attachments
Joar Wandborg
2011-08-05
2
-1
/
+20
|
/
*
Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetags
Christopher Allan Webber
2011-07-30
2
-3
/
+13
|
\
|
*
changes tags to a list of dicts in the db, adding tag slugs
Caleb Forbes Davis V
2011-07-27
1
-3
/
+5
|
*
use config_spec.ini to store tag parsing directives
Caleb Forbes Davis V
2011-07-25
1
-3
/
+3
|
*
raises tag length error in form context instead of in message queue
Caleb Forbes Davis V
2011-07-21
2
-4
/
+5
|
*
enforces maximum tag length with (in)appropriate messaging
Caleb Forbes Davis V
2011-07-13
1
-1
/
+3
|
*
uses standard functions instead of form filters and fixes taglist default
Caleb Forbes Davis V
2011-07-12
2
-5
/
+4
|
*
displays the tags on edit correctly now
Caleb Forbes Davis V
2011-07-12
2
-2
/
+2
|
*
adds filter function to parse and clean tags field input
Caleb Forbes Davis V
2011-07-12
2
-4
/
+6
|
*
F360(tagging) - adds tag fields for submission, edit and display
Caleb Forbes Davis V
2011-07-08
2
-1
/
+6
*
|
Adds license header
Will Kahn-Greene
2011-07-30
1
-0
/
+17
*
|
Use cleaned_markdown_conversion in both cases in edit/views.py
Christopher Allan Webber
2011-07-14
1
-11
/
+6
*
|
Markdown-enable user bio (Feature 410)
Aaron Williamson
2011-07-10
1
-0
/
+4
*
|
Sorry, that OptionalField belonged there.
Christopher Allan Webber
2011-07-09
1
-1
/
+2
*
|
<Elrond> Oh well... Did I really have this wtforms cruft in my setup_workbench
Christopher Allan Webber
2011-07-09
1
-2
/
+1
*
|
Merge remote branch 'remotes/gullydwarf-cfdv/b404_v3_edit_profile_submit_fail'
Christopher Allan Webber
2011-07-09
1
-1
/
+1
|
\
\
|
*
|
bug #404 - corrects querystring variable name in redirect
Caleb Forbes Davis V
2011-07-07
1
-1
/
+1
|
|
/
*
/
Bug #437 - adds required validator to slug field for media edit'
Caleb Forbes Davis V
2011-07-07
1
-1
/
+2
|
/
*
Merge remote branch 'remotes/gullydwarf-cfdv/b404_v2_redirect_after_profile_e...
Christopher Allan Webber
2011-07-06
1
-2
/
+2
|
\
|
*
edit profile submit redirects to user home page
Caleb Forbes Davis V
2011-07-06
1
-1
/
+3
*
|
B #429 - form validation allows blank profile url
Caleb Forbes Davis V
2011-07-05
1
-1
/
+2
*
|
Switching single-quoted strings to double-quote to avoid escaping the apostro...
Christopher Allan Webber
2011-07-03
1
-2
/
+2
*
|
Caution an admin when they're editing someone else's media.
Christopher Allan Webber
2011-07-03
1
-0
/
+8
*
|
uses new 'username' variable in querystring to specify the user to edit
Caleb Forbes Davis V
2011-07-03
1
-2
/
+15
|
/
*
Bug #404 - Successful profile edit is successful!
Caleb Forbes Davis V
2011-07-01
1
-1
/
+5
*
Several small UI changes to edit profile page: moved header, changed form wor...
Jef van Schendel
2011-06-22
1
-3
/
+3
*
I don't think we need the username to be part of the profile editing URL
Christopher Allan Webber
2011-06-21
1
-1
/
+1
*
Adding an extra space between function definitions
Christopher Allan Webber
2011-06-21
1
-0
/
+1
*
Merge remote-tracking branch 'origin/master' into is315
cfdv
2011-06-20
1
-2
/
+11
|
\
|
*
Made changes according to http://bugs.foocorp.net/issues/363#note-5
Joar Wandborg
2011-06-15
1
-4
/
+6
|
*
Added Markdown rendering for `media_entry`
Joar Wandborg
2011-06-12
1
-1
/
+8
*
|
enables entering user details including website url and bio
cfdv
2011-06-18
2
-5
/
+5
*
|
baby step towards enabling profile edits
cfdv
2011-06-18
3
-0
/
+29
|
/
*
I have a strong preference for aligning all parameters in a function call.
Christopher Allan Webber
2011-06-05
1
-1
/
+2
*
Create redirect shortcut and use it around
Elrond
2011-06-05
1
-5
/
+3
*
Reformat render_to_response calls
Elrond
2011-06-05
1
-5
/
+4
*
Create render_to_reponse and use it everywhere.
Elrond
2011-06-05
1
-5
/
+4
*
Moving all views over to using util.render_template()!
Christopher Allan Webber
2011-06-04
1
-5
/
+4
*
Mount media editing under /u/{username}/m/{media}/edit/
Christopher Allan Webber
2011-06-04
1
-2
/
+2
*
Let's redirect back to the media homepage using the slug instead of the id
Christopher Allan Webber
2011-06-04
1
-1
/
+1
*
I shouldn't have removed the .save() entirely :)
Christopher Allan Webber
2011-06-04
1
-0
/
+1
*
Find out if such a slug exists via a query instead of via a .save() call
Christopher Allan Webber
2011-06-03
1
-12
/
+19
*
Add GNU headers to new *.py
Elrond
2011-06-02
2
-0
/
+31
*
Handle Exceptions from save(); Move may_edit_media
Elrond
2011-06-02
2
-10
/
+13
*
Prepare for moving /edit/ under /u/.../edit/
Elrond
2011-06-02
2
-3
/
+3
*
Check for edit permission.
Elrond
2011-06-02
1
-0
/
+13
[next]