Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In the middle of some major changes | tilly-Q | 2014-04-21 | 1 | -6/+6 |
| | |||||
* | Made it so that the metadata table only shows terms with filled values | tilly-Q | 2014-04-21 | 1 | -7/+6 |
| | |||||
* | Created the basic structure of the metadata display table in rdfa lite | tilly-Q | 2014-04-21 | 2 | -0/+39 |
| | |||||
* | Took out all of the references to the temporary url I was using | tilly-Q | 2014-04-21 | 1 | -70/+0 |
| | | | | /metadata_context/v1 | ||||
* | Fixed a minor error in the batch upload script and modified the json-ld context. | tilly-Q | 2014-04-21 | 1 | -17/+17 |
| | |||||
* | Big update. I added in a json-ld context file which will be used in all our | tilly-Q | 2014-04-21 | 1 | -0/+70 |
| | | | | | metadata columns in the future. The context describes the dublin core elements. It still has not been finalized however. | ||||
* | Fixing the STL media page for post-skeleton merge | Christopher Allan Webber | 2014-01-26 | 1 | -0/+5 |
| | |||||
* | fixes #829 plus a little more that was somewhat related | jpope | 2014-01-13 | 2 | -1/+17 |
| | |||||
* | move "wide" view to seperate branch | jpope | 2014-01-08 | 1 | -6/+5 |
| | |||||
* | rename couple of css classes | jpope | 2014-01-07 | 4 | -5/+5 |
| | |||||
* | add warning color to delete buttons. | jpope | 2014-01-07 | 4 | -4/+4 |
| | |||||
* | style cancel "button" on attachments page | jpope | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | add a little button color and new media page layout | jpope | 2014-01-07 | 2 | -7/+19 |
| | |||||
* | skeletonize frontpage welcome | jpope | 2014-01-07 | 1 | -22/+27 |
| | |||||
* | adjust 404 page | jpope | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | adjust banned page | jpope | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | realign columns on mod user page | jpope | 2014-01-07 | 1 | -5/+5 |
| | |||||
* | debone and redo the header | jpope | 2014-01-07 | 1 | -5/+3 |
| | |||||
* | adjust mod report page | jpope | 2014-01-06 | 1 | -1/+3 |
| | |||||
* | move js back to the head | jpope | 2014-01-06 | 1 | -9/+9 |
| | |||||
* | small adjustments to user mod page again | jpope | 2014-01-06 | 1 | -4/+6 |
| | |||||
* | realign the user admin page | jpope | 2014-01-06 | 1 | -108/+124 |
| | |||||
* | migrate media page to skeleton | jpope | 2014-01-06 | 1 | -6/+9 |
| | |||||
* | more skeleton migrations | jpope | 2014-01-06 | 2 | -4/+11 |
| | |||||
* | start moving more to skeleton | jpope | 2014-01-05 | 1 | -96/+98 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into skeletongobblin | jpope | 2014-01-05 | 1 | -3/+7 |
|\ | |||||
| * | Merge remote-tracking branch 'remotes/jiyda/220_rtl_language_support' | Christopher Allan Webber | 2014-01-02 | 1 | -3/+7 |
| |\ | | | | | | | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/base.html mediagoblin/tools/template.py | ||||
| | * | Added rtl language support | Jiyda Mint Moussa | 2013-04-29 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | RTL languages like Arabic, Hebrew etc were displayed from left to right. I fixed this by adding a function to check whether the language of the locale is rtl and change the direction of the html in "base.html" accordingly. [Fixes #220] | ||||
* | | | fix misplaced body tag when I moved the javascript to bottom of page | jpope | 2014-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | incorporate skeleton layout in the galleries | jpope777 | 2014-01-01 | 3 | -27/+23 |
| | | | |||||
* | | | update base.html | jpope777 | 2013-12-31 | 1 | -0/+6 |
|/ / | |||||
* | | Remove "Create blog" from admin top bar | Sebastian Spaeth | 2013-12-12 | 1 | -1/+0 |
| | | | | | | | | | | | | This is such a rare event that we do not need a "Create blog" button in the top navbar. It suffices to have the link on the "blog dashboard" page. Also, this saves us a hook to run on all pages that we render, basically. | ||||
* | | Add the profile_hook in case of user with or without media | Sebastian Spaeth | 2013-12-12 | 1 | -5/+1 |
| | | | | | | | | | | | | | | the hook was only run in case the user had no media uploaded yet. This does not make any sense, so we run the hook in all cases now. The designers might have to think about the placement of the stuff being inserted at some point... | ||||
* | | Fix "middot" when blog plugin is disabled | Sebastian Spaeth | 2013-12-12 | 1 | -1/+0 |
| | | | | | | | | | | | | The blog plugin accidentally introduced two "middots in the admin bar, which were visible when the blog plugin was disabled. Fixing this by moving the second dot in the blog template. | ||||
* | | Convert blog plugin to use new privileges system | Sebastian Spaeth | 2013-12-12 | 1 | -1/+1 |
| | | | | | | | | | | there is no user.is_admin anymore. Adapt to use the new privileges system. | ||||
* | | Merge branch 'master' into upstream-master | Sebastian Spaeth | 2013-12-12 | 5 | -0/+233 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/base.html mediagoblin/templates/mediagoblin/user_pages/user.html | ||||
| * \ | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin | Aditi Mittal | 2013-09-18 | 2 | -3/+31 |
| |\ \ | |||||
| * | | | Separate Create Blog and Blog Dashboard links on the home page. | Aditi Mittal | 2013-09-15 | 1 | -1/+3 |
| | | | | |||||
| * | | | Introduce new generic header_actions template_hook. | Aditi Mittal | 2013-09-15 | 1 | -1/+1 |
| | | | | |||||
| * | | | Put buttons for blog create and blog dashboard on view using template_hooks ↵ | Aditi Mittal | 2013-09-07 | 1 | -8/+1 |
| | | | | | | | | | | | | | | | | for blog plugin not to be interfering with original code. | ||||
| * | | | Insert URL to blog in a user's profile page by spaetz | Aditi Mittal | 2013-09-07 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add blog dashboard button. | Aditi Mittal | 2013-09-05 | 1 | -1/+5 |
| | | | | |||||
| * | | | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin | Aditi Mittal | 2013-08-31 | 2 | -2/+2 |
| |\ \ \ | |||||
| * \ \ \ | Pull changes and resolve merge conflict. | Aditi | 2013-08-28 | 3 | -9/+57 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin | Aditi | 2013-08-25 | 3 | -6/+13 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Resolve merge conflict and merge. | Aditi | 2013-08-22 | 7 | -14/+131 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Change path for tinymce. | Aditi | 2013-08-10 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Change button names to Save and Blog. | Aditi | 2013-08-10 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin | Aditi | 2013-08-09 | 2 | -3/+7 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Replace edit blogpost url from default media_edit url to blogpost edit url. | Aditi | 2013-08-09 | 1 | -3/+3 |
| | | | | | | | | |