User tests: Successful: Unsuccessful:
Is there a tracker on joomlacode.org?
Nice work! ;)
Great to see this work!
I just did a git clone -b pein2010 https://github.com/fxdm92/joomla-cms.git
and when visiting Content => Media Manager, I see . It appears as if the document head might be missing as the first few lines of the page source is
<div class="row-fluid">
<!-- Begin Sidebar -->
<div class="span2">
<div id="sidebar">
<div class="sidebar-nav">
Adding myself to see progress of this great project.
If I visit administrator/index.php?option=com_media&view=editor
or administrator/index.php?option=com_media&view=information
I get:
1146 Table 'joomla_media-manager.lytxr_ucm_media' doesn't exist SQL=SELECT content_id,type_alias,title,alias,body,checked_out_time,params,metadata,created_user_id,created_by_alias,created_time,modified_time,language,publish_up,publish_down,content_item_id,asset_id,images,urls,metakey,metadesc,catid,xreference,type_id FROM lytxr_ucm_media WHERE urls = ''
administrator/index.php?option=com_media&view=medialist
gives me 1146 Table 'joomla_media-manager.lytxr_ucm_media' doesn't exist SQL=SELECT urls,checked_out FROM lytxr_ucm_media WHERE urls regexp'^[^\\/:*?\"<>|]+.[a-zA-Z0-9]+$' AND alias like'%%' ORDER BY
alias``
joomla_media-manager
is the name of the database.
hi betweenbrain, I forget to add the table initialization query in installation folder so the new table for media ucm_media is not there. You can create that table and click sync database button. I will add the query next commit
Thanks everyone for your interests
Looks very cool !
I just did a quick install..Fatal error: Call to undefined method JHtml::tooltipText() in
.../administrator/components/com_media/view/media/tmpl/default.php on line 69
Trying the edit view i get: Fatal error: Class 'JObserverUpdater' not found in
.../administrator/components/com_media/tables/media.php on line 55
After creating the table and clicking sync database
, I got the thumbnails only for top level images, (e.g. sampledata/fruitshop was empty)...
But I can see where it's going - please make it testable
I'm getting the same error in view/media/tmpl/default.php
as @betweenbrain. Your component is using JHtml::tooltipText
, but this behavior is not yet available in the test branch (libraries/cms/html/html.php
). I'd say you have to update it to latest state of master.
Also I'm unable to use editor operations that use ajax.
The reason is that raw.php
is trying to save a log file on E drive and due to resulting error, JSON response is malformed.
I've noticed you are using JImage::flip
method that is not (yet) part of the Image package.
If you're planning to extend that class, I recommend using constants for flip directions like with scale methods instead of text. For example:
/**
* @const integer
* @since 3.2
*/
const FLIP_HORIZONTAL = 1;
/**
* @const integer
* @since 3.2
*/
const FLIP_VERTICAL = 2;
/**
* @const integer
* @since 3.2
*/
const FLIP_BOTH = 4;
What is the status of this? I was assuming this would be part of 3.2, since it was a GSOC project?
Nice, but is there a Feature Request on Joomlacode.org (which is the point of thruth for new features) for this ? if yes, what's the link ?
I know beta 1 is in the wild right now, but this is one last feature I like us to try and squeeze in, as it is definitely needed compared to our last extreme revisions to the media manager.
Unfortunately, it's not going to make the cut. As noted above, there are outstanding issues with the code that haven't been addressed and it doesn't appear the poster has had any activity on this basically since posting aside from a couple comments.
I am interested at looking into the remaining issues, I would really like this in. I do not have time until later next week. However I want to know if it is still likely to be accepted before I devote the time.
On Oct 11, 2013, at 4:35 PM, Michael Babker notifications@github.com wrote:
Unfortunately, it's not going to make the cut. As noted above, there are outstanding issues with the code that haven't been addressed and it doesn't appear the poster has had any activity on this basically since posting aside from a couple comments.
—
Reply to this email directly or view it on GitHub.
At this point, not for the 3.2.0 release. I can't speak for the others involved in the process, but I'd be willing to look at it for a later release myself.
Any news on this?
Status | New | ⇒ | Pending |
Build | ⇒ | . |
Category | ⇒ | Libraries |
Thank you for pointing me in the right direction.
Set to "closed" on behalf of @zero-24 by The JTracker Application at issues.joomla.org/joomla-cms/1945
Status | Pending | ⇒ | Closed |
Closing. See #3839 for an new proposal.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/1945.
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-11-16 00:48:21 |
Awesome +1