Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Exceptional handling for customizing subitles | saksham1115 | 2016-08-13 | 2 | -24/+60 | |
| | | | | | ||||||
| * | | | | Added basic tests for the subtitle plugin | saksham1115 | 2016-08-12 | 3 | -41/+51 | |
| | | | | | ||||||
| * | | | | Started the unit tests | saksham1115 | 2016-08-12 | 2 | -0/+41 | |
| | | | | | ||||||
| * | | | | Using subtitle id instead of subitle path in the url | saksham1115 | 2016-08-06 | 5 | -23/+23 | |
| | | | | | ||||||
| * | | | | Some fixes | saksham1115 | 2016-08-02 | 2 | -5/+5 | |
| | | | | | ||||||
| * | | | | Renamed plugin from custom_subtitles to subtitles | saksham1115 | 2016-07-30 | 8 | -20/+20 | |
| | | | | | ||||||
| * | | | | Checking filename and extension of subtitle uploaded | saksham1115 | 2016-07-27 | 1 | -0/+18 | |
| | | | | | ||||||
| * | | | | Removed path_subtitle from edit/views.py | saksham1115 | 2016-07-26 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Using with statement for editing files | saksham1115 | 2016-07-25 | 2 | -28/+15 | |
| | | | | | ||||||
| * | | | | Removed path_subtitle as a decorator | saksham1115 | 2016-07-19 | 2 | -29/+4 | |
| | | | | | ||||||
| * | | | | Added the feature for deleting the subtitle | saksham1115 | 2016-07-19 | 3 | -13/+39 | |
| | | | | | ||||||
| * | | | | Removed dependence on absolute path for editing | saksham1115 | 2016-07-19 | 2 | -45/+42 | |
| | | | | | ||||||
| * | | | | Deleted old templates files | saksham1115 | 2016-07-19 | 2 | -109/+0 | |
| | | | | | ||||||
| * | | | | Removed almost all of the code from core | saksham1115 | 2016-07-19 | 4 | -107/+3 | |
| | | | | | ||||||
| * | | | | Fixed media.html by using plugin hook | saksham1115 | 2016-07-19 | 1 | -31/+1 | |
| | | | | | ||||||
| * | | | | Creating plugins views.py | saksham1115 | 2016-07-19 | 1 | -0/+162 | |
| | | | | | ||||||
| * | | | | Creating plugin tools.py | saksham1115 | 2016-07-19 | 1 | -0/+20 | |
| | | | | | ||||||
| * | | | | Creating plugin templates | saksham1115 | 2016-07-19 | 3 | -0/+162 | |
| | | | | | ||||||
| * | | | | Creating models.py | saksham1115 | 2016-07-19 | 1 | -0/+49 | |
| | | | | | ||||||
| * | | | | Creating plugin forms.py | saksham1115 | 2016-07-19 | 1 | -0/+29 | |
| | | | | | ||||||
| * | | | | Making changes to plugins __init__.py | saksham1115 | 2016-07-19 | 1 | -0/+31 | |
| | | | | | ||||||
| * | | | | Converting to subtitle plugin | saksham1115 | 2016-07-19 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | Deleted some files | saksham1115 | 2016-07-19 | 2 | -73/+0 | |
| | | | | | ||||||
| * | | | | Only video uploader can edit their subtitles | saksham1115 | 2016-07-19 | 3 | -3/+7 | |
| | | | | | ||||||
| * | | | | Only video owner can upload the subtitle for the video | saksham1115 | 2016-07-19 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Modified get_path function in tools/subtitles.py | saksham1115 | 2016-07-19 | 1 | -9/+6 | |
| | | | | | ||||||
| * | | | | Removed option for adding subtitles for image etc | saksham1115 | 2016-07-19 | 1 | -25/+27 | |
| | | | | | ||||||
| * | | | | Saing subtitle after edit | saksham1115 | 2016-07-19 | 2 | -2/+15 | |
| | | | | | ||||||
| * | | | | Removed ast and fixed comments | saksham1115 | 2016-07-19 | 1 | -16/+4 | |
| | | | | | ||||||
| * | | | | Adding the migration file | saksham1115 | 2016-07-19 | 1 | -0/+36 | |
| | | | | | ||||||
| * | | | | Adding css to textarea | saksham1115 | 2016-07-19 | 2 | -1/+8 | |
| | | | | | ||||||
| * | | | | Opening ths subtitle using absolute path and open function | saksham1115 | 2016-07-19 | 2 | -5/+22 | |
| | | | | | ||||||
| * | | | | Converting the path to subtitle into a tuple | saksham1115 | 2016-07-19 | 3 | -1/+14 | |
| | | | | | ||||||
| * | | | | Removing commented code | saksham1115 | 2016-07-19 | 1 | -2/+0 | |
| | | | | | ||||||
| * | | | | Cleaning up | saksham1115 | 2016-07-19 | 4 | -37/+44 | |
| | | | | | ||||||
| * | | | | Customizing Subs using Wtforms | saksham1115 | 2016-07-19 | 5 | -3/+63 | |
| | | | | | ||||||
| * | | | | Working for firefox | saksham1115 | 2016-07-19 | 1 | -6/+9 | |
| | | | | | ||||||
| * | | | | Loading subtitle files [Not working] | saksham1115 | 2016-07-19 | 2 | -3/+37 | |
| | | | | | ||||||
| * | | | | Path decoded and sent to html page | saksham1115 | 2016-07-19 | 1 | -1/+9 | |
| | | | | | ||||||
| * | | | | Made decorators views for Customize Interface | saksham1115 | 2016-07-19 | 3 | -3/+35 | |
| | | | | | ||||||
| * | | | | Customize Interface in progress | saksham1115 | 2016-07-19 | 3 | -2/+14 | |
| | | | | | ||||||
| * | | | | Starting Customize Interface | saksham1115 | 2016-07-19 | 1 | -0/+16 | |
| | | | | | ||||||
| * | | | | Minor Change | saksham1115 | 2016-07-19 | 2 | -4/+4 | |
| | | | | | ||||||
| * | | | | Subtitle built over attachments : working | saksham1115 | 2016-07-19 | 9 | -5/+203 | |
| | | | | | ||||||
| * | | | | Subtitle interface using attachments | saksham1115 | 2016-07-19 | 2 | -1/+5 | |
| | | | | | ||||||
| * | | | | Lightbox effect for images | saksham1115 | 2016-07-19 | 3 | -1/+96 | |
| | | | | | ||||||
| * | | | | Revert "Import messages in blog views" | saksham1115 | 2016-07-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 41302ad2b622b340caeb13339338ab3a5d0f7e6b. | |||||
* | | | | | Fix server crash on blog about page [#5572] | Andrew Browning | 2018-07-08 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | Don't bother checking for user's blog if no user returned. | |||||
* | | | | | 2 bug fixes in editor views | ĎÚβĨŐÚŚ Dod | 2018-06-28 | 1 | -7/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `WTForms` instances get `__init__`-ed with `defaults` as `kwargs`. The first arg is a `request.form` (which is what one must supply if this is a `POST` and must *not* supply otherwise). The content of that form (empty on `GET`) has higher priority than the defaults (which makes the user get an empty form). * Fix `edit_profile()` to allow changing `location` from a non-blank value to blank (i.e. removing the location). (cherry picked from commit 75f3e23b92392b9bd309fab4c1a52fd38d453627) | |||||
* | | | | | Revert "cap sqlalchemy" | Boris Bobrov | 2018-06-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d803f14361ec02878afe4f6b196ce917010a1e2f. WTForms 2.2 was releases, see https://issues.mediagoblin.org/ticket/5570#comment:6 |