Triligon / Blog




Triligon.org Blog

Here you'll find up to date information about our projects and other stuff.

Getting Google Earth to run on Ubuntu 7.10 with Intel GMA X3100 graphics

In order to get Google Earth running on Kubuntu or Ubuntu 7.10 on the Intel GMA X3100 in anything like an useable way, you need to start it like this
$ LIBGL_ALWAYS_INDIRECT=1 google-earth/googleearth
I hope this helps someone ;)
Filed under: Intel GMA X3100   Kubuntu   Linux   Ubuntu  

eZXinha/eZXHTML development stopped

Considering that eZ opensourced their Online Editor this summer, I have decided to stop development on my editor for now. Anyone interested in further development is free to do so of course.
Filed under: eZPublish   eZXHTML   Xinha  

eZXHTML plans for 3.8

I've been testing eZXHTML yesterday on 3.8. For all I can tell after my admittedly short test, it does work (I couldn't test the image insertion as 3.8 keeps crashing when I try to upload images, no matter if eZXHTML active  or not). This would mean that the current XHTML parser could be used with 3.8.

However, there's been a total rewrite of the whole ezsimplified ezxml  parser which should likely be reviewed by us and see if we should instead base our code on it. A Short glance over it suggests it is complex as usual. It is implementing a few new features like but I'm not so sure how important that really is.

Filed under: eZPublish   eZXHTML  

Reverted xinha back to R491

Due to the as yet unfixed IE6 crashes I downgraded Xinha back to the previous snapshot R491. The actual revision is rather arbitrary but I know it did work ;)
Filed under: eZPublish   eZXHTML  

Xinha speed issues fixed

Some people reported absolutely abysmal speed in IE6 and with big (as in: >50KB) docs even in Firefox. Turns out the CountChars plugin was solely responsible for this: http://xinha.python-hosting.com/ticket/655 I disabled it and now I can edit and scroll in huge documents (as in 100K HTML) in Firefox just fine. And even IE6 now works quite acceptably.

So in case you were wondering about the performance, grab the latest SVN! Or test here if you're skeptical of such extreme claims.

Filed under: eZPublish   eZXHTML  

Overriding the edit view for newly added objects in enhancedobjectrelation

Xavier suggested that it should also be possible to use custom templates when displaying newly created object for editing (i.e. embedded into the other object that's currently being edited) and so there's now a content/view/eoradd.tpl that you can override. The default one does exactly the same as before, so most people won't notice any difference ;)
Filed under: enhancedobjectrelation   eZPublish  

Template based selection for enhancedobjectrelation

As I had mentioned here I have been thinking about enabling custom designs for the edit part of enhancedobjectrelation. I now added two more selection modes that use a new node/view/enhancedobjectrelation.tpl view (which by default simply redirects to line view) providing for easy overriding for other classes.


As a proof of concept, I added an override for the image class. It's definitely much friendlier to actually SEE what image one just selected ;)

Filed under: enhancedobjectrelation   eZPublish  

Attribute level edit permissions

Since Kristof Coomans doesn't seem to care to blog about the cool stuff keeps on coding, I'll do it today as this time he managed to do something close to the holy grail in eZPublish hacking: attribute level edit permissions

In my limited testing just a few minutes ago, this worked perfectly and solves a long standing problem in ez.

Respect and thanks a lot for this!

Filed under: eZPublish  

enhancedobjectrelation 2.0

Some short ideas of what should go into EOR 2.0:

  • template based selection of relation. Right now, it's kinda hard to select things like images with only the name in many cases so there should be an option to provide object specific layouts to chose from (think node_view_gui view=eor), with the default likely be something like text_linked or just an alias to line
  • AJAX based key word searches: Something along the lines of how the current xeditor image insertion keyword search works wouldn't be very hard. Or possibly without AJAX, just JS based filtering?
  • AJAX browse: This is something that should be integrated into ez anyway.
I'm sure there are other things that you'd like to see, so feel free to comment ;)
Filed under: enhancedobjectrelation   eZPublish  

Two toolbox patches to sdk-public: sort order for node_list and editor's little helper

I sent the following two patches to sdk-public today (hoping they can make it into 3.8 still):

The first one is rather simple really:

"the attached patch adds choice for ascending or descending (current behavior, which makes sense for sort by published but not really for sort by name) sorting."
 

The second one is somewhat more complex:

" Editor's little helper

this patch adds the "editcreate_object" toolbox widget. It basically offers,
to anyone who has the rights for a given action, to edit, remove or create
new objects and can either be displayed in right toolbar or top/bottom
toolbar.

Note: it doesn't come with thumbnails for admin interface as I'm no graphics
artist."

Filed under: eZPublish