Latest Tickets Added - with descriptions (78 matches)
Results (1 - 20 of 78)
| Ticket | Summary | Status | Type | Priority | Milestone | Severity | Created |
|---|---|---|---|---|---|---|---|
| #9 | Torrent Tracker Page | new | feature | minor | 4.9 | -- | 6 years |
| Description |
A page listing all the torrents on the site with the no. of seeders, downloaders, all with a nice skin. One example might be < http://indytorrents.org/> in terms of metadata, but it is a tad ugly. |
||||||
| #20 | Productions Content Item | new | feature | critical | 4.9 | -- | 6 years |
| Description |
Develop a content item for productions improve collaborative tools on EM. This will be a collaborative tool to allow producers to announce new productions. Members could add a Production, then other members could contact that Member through the Production/view template Contact form to get involved and collaborate. This can also be a fundraising for those upcoming productions. Investigate the use of the flash widget ChipIn?? for integration or simply inspiration for a fundraising tool for filmmakers to make new productions. A user could add a "Production" and then extend that object by linking to their account on ChipIn?? or something similar, which would then display their fundraising goal and how much further they have to reach it next to the description of what their production is about. Also good for people to promote the productions they are involved in. Should be listed in Member Workspace i.e. "My Productions" Fields
We could add additional info like location, required format, submissions due by etc. but i suggest we build a first version that is really simple and get it out there and build upon that. Further development could also allow people to create their own submission form on the site. ie so people could submit their films through a Plumi site. |
||||||
| #34 | Ability to add videos from other sites | new | feature | blocker | 4.6 | Ready for Testing | 6 years |
| Description |
Create the ability to take videos from Vimeo, YouTube?, blip.tv, etc and add them to a Plumi site. This will enable broader sharing of content. Videomakers will not have to re-upload their video to another site (the Plumi site) if they have already done so elsewhere. It will also allow site editors to curate content from other sites into a Plumi site.
(FIXED DELIVERABLE) |
||||||
| #43 | Festivals / Compilations Content Items | new | feature | major | 4.9 | -- | 6 years |
| Description |
Add a "Festivals" content type into Plumi. This would have these fields:
Each Festival would generate it's own RSS2 Vodcast. This ticket needs further discussion. |
||||||
| #72 | Spec Out Fundraising & Micro Payments | new | feature | major | 4.7 | New Ticket | 6 years |
| Description |
Investigate methods for implementing donations system for producers/contributors to the site for their future productions. Some areas to look at:
It's similar to chipin.com, but the plugin is lets the creator theme the widget, it automatically generates a list of donors, it sets up for automatically monthly donations, and its open source. We may be able to use Pledge Drive in Plumi.. |
||||||
| #74 | E-Commerce and Shopping Cart for DVD/Tape Distro | new | task | major | 4.9 | -- | 6 years |
| Description |
Investigate the implementation of a shopping cart and online-payment system for people to order DVD/VCD from a site. Possibilities:
Look at using PloneGetPaid?: http://www.plonegetpaid.com/features and/or integrating this with other ecommerce related tickets: http://plumi.org/ticket/153 http://plumi.org/ticket/72 |
||||||
| #208 | Translate Plumi to Malaysian | new | task | critical | 4.7 | -- | 4 years |
| Description |
Get Plumi and any core elements of Plone translated into Malaysian. |
||||||
| #209 | Translate Plumi to Tagalog | new | task | major | 4.7 | -- | 4 years |
| Description |
Get Plumi and any core elements of Plone translated into Tagalog. |
||||||
| #210 | Translate Plumi to Mandarin | new | task | major | 4.7 | -- | 4 years |
| Description |
Get Plumi and any core elements of Plone translated into Mandarin |
||||||
| #222 | Remove Action - Renaming Video Item - When in Pending/Published State | new | task | major | 4.8 | -- | 4 years |
| Description |
Attempting to change the name of a video item that is published or pending I get this: New Short Name Short name is the part that shows up in the URL of the item. New Title You are not allowed to modify the title of this item. The user does not have permission but it comes up as an option and as such is confusing. We should take this option out. In the EM skin we should look at more complex methods of giving the Member an "edit" button which then retracts the video automatically so they can edit it / rename it. |
||||||
| #251 | Design an admin area for managing content | new | feature | major | 4.7 | New Ticket | 4 years |
| Description |
Currently dealing with the content coming into a Plumi site is less than elegant. Keeping track of videos to review, in public draft, processing, people to contact about submissions or videos to delete etc. is not made easy. EM to spec up an idea for how an improved admin system might work for managing this content and interactions with contributors. See also - http://plumi.org/ticket/410#comment:7 |
||||||
| #362 | Allow mixed content languages (?) | new | enhancement | major | 4.7 | -- | 3 years |
| Description |
LinguaPlone? has been following the "mixed languages sites are evil" mantra. But most Plumi sites are unlikely to have fully translated content in all supported languages at all times. plumi.app currently disables the i18naware catalog monkey patch that LinguaPlone? applies by default, so the catalog always returns all content objects regardless of language. A better behavior for Plumi sites would be to display only the selected language version for the objects that have such a translation, or the original (canonical) version for the untranslated objects. In order to support that we would have to write a different monkey patch for the catalog. I am very concerned however with the side effects such a patch could have in terms of caching, performance, inconsistencies with other components. So I'm not entirely convinced that it's a good idea. Comments are very welcome. |
||||||
| #389 | Customise banner for collections | new | feature | major | 4.7 | New Ticket | 3 years |
| Description |
When creating a collections it'd be great to be able to add a custom banner to improve the look and feel of a topic or compilation. |
||||||
| #391 | Create iTunes compatible vodcast feed | new | task | critical | 4.9 | -- | 3 years |
| Description |
iTunes only displays items in a vodcast feed if it is in an itunes compatible format, hence avi, wmv, ogg etc. files are not made available. This ticket is to create an mp4 based itunes feed, possibly using the trancoded high-res files used for the flash player. http://plumi.org/ticket/371 |
||||||
| #392 | Progress bar for transcoding | new | feature | major | 4.8 | -- | 3 years |
| Description |
It would be great to have a bar displaying the progress of the transcoding proccess for new videos |
||||||
| #404 | PloneFTP should not run as root | reopened | task | critical | 4.6 | New Ticket | 3 years |
| Description |
PlumiFTP is running as root which is not ideal from a security perspective. Can we modify it so it can run without needing to do so? Comment from Dimo: I don't know of any way of doing that without changing how plumiftp works. The plumiftp init script will always need root privileges to bind to port 21 for listening ftp connections. Grant, do you know of any sysadmin trick to make plumiftp drop the root privileges but keep using port 21? I'm afraid we would have to modify plumiftp significantly in the next version so that it drops its root privileges right after it binds port 21. But that's beyond the scope of the current contract. Comment from Grant: Nope - no idea - the whole thing needs some research & assessment. How do other FTP daemons do it? |
||||||
| #414 | Validate template (.pt) with i18ndude tool | new | task | major | 4.7 | -- | 3 years |
| Description |
When i trying to validate the all template file (.pt) with the i18ndude tool the following command: find . -name "*pt" | xargs i18ndude find-untranslated > rebuild_i18n.log and it show me some "FATAL- - ERROR and "WARNING" the solution is validating the source code of every templates that is reported it on the file rebuild_i18n.log I attach rebuild_i18n.log file |
||||||
| #420 | Related videos | new | task | major | 4.7 | New Ticket | 3 years |
| Description |
Related Videos - currently this is displayed on the Video View page only as Videos/Clips? by this Author
|
||||||
| #433 | Favourites folder defaults to private state - should be public | new | task | critical | 4.9 | -- | 3 years |
| Description |
Requirements:
Note: notify users of change in private/public state. These changes potentially should only occur on EM.org - can move this ticket to that tracker if so. |
||||||
| #464 | REVAMPED TEMPLATE - Author / Profile Page | reopened | enhancement | major | 4.7 | New Ticket | 3 years |
| Description |
This ticket can be updated after making some more firm decisions.
Look at possibilities for this including:
these are notes from other tickets - worth looking at: The p4a portfolio product may provide us with enhanced member profile functionality and social networking. This product needs installation, investigation, testing and an assessment of whether it should be included and what, if any, modifications it would require. Contact Tab - Enhance the author page so that the option to contact an author is a separate tab. Once more ajax comes in for plone this could really work quite nicely. |
||||||
