Showing posts with label announcements. Show all posts
Showing posts with label announcements. Show all posts

Friday, November 11, 2011

ZedSeries bug tracker changes

The ZedSeries bug tracker located at dev.zedseries.com no longer allows anonymously bug reporting. This is due to two main reasons:

  • Anonymous reporter does not receive update of the ticket status through email this lead them to “forgot” about the report they did. Especially if an answer to the ticket come after some time (e.g. one week)
  • There are some annoying spammer out there

However there is no need to register if you only want to view a ticket.

For any questions do not hesitate to comment below.

Thanks.

Saturday, July 2, 2011

What’s new in ZedSeries Im.Ex. 0.8.0

Just released version 0.8.0, main features:

- direct upload to contaotemplates.com through the Im.Ex. center

- ability to mark packages as private so noone except allowed members can access it.

Monday, March 21, 2011

What’s new on ZedSeries Maps 1.2.0

ZedSeries Maps 1.2.0 contains the following changes:

  • ability to show the infowindow of the map center after map loads
  • a new item type was added: “Directions item” let you define some starting points that will be shown in the "Get directions" form

Take a look at the new features in the demo page of ZedSeries Maps

If you wish to have a preview of all the features of ZedSeries Maps download the user guide.

Sunday, March 20, 2011

Sunday, July 11, 2010

Just published api.zedseries.com

I have just uploaded the documentation for ZedSeries Library to http://api.zedseries.com.

Feel free to comment below if you find errors or if you have suggestions to improve it.

Saturday, February 27, 2010

ZedSeries Listing v. 1.6.x: search system improved

From version 1.6.x (currently in rc1) ZedSeries Listing introduces a new search system to improve the search experience of the users of your website.

Basically it allows users to select more than just one field.

The new interface is composed by two select and one text field

zedseries_listing_search_ui

Compared to the previous interface now user can choose not only the field to filter but also the comparison operator. Multiple conditions can be added easily clicking on the green plus sign or deleted clicking on the red x.

Currently the supported operators are the following:

  • equal
  • greater than
  • equal or greater then
  • lower than
  • equal or lower than
  • starts with
  • contains
  • ends with

 

Next release will contain the option to show only selected operators.

Wednesday, October 28, 2009

ZedSeries Help System released

Hi all,


today I've released ZedSeries Help System, an extension that let developers creating manuals of their own extensions and distributing them with the extension. It is available in the official repository so can be installed through the Extension Catalog

Tuesday, October 27, 2009

ZedSeries Listing: template changes from version 1.5

Starting from version 1.5 the zslist_default.tpl has changed. So if you upgrade your ZedSeries Listing extension (that is highly recommended) you need to apply the following changes to templates/zslist_default.tpl.

Please upgrade your template in this way: (remove the lines starting with a dash and add the ones which start with a plus sign)

-<input type="hidden" name="<?php echo $this->ns; ?>_order_by" value="<?php echo $this->order_by; ?>" />
-
<input type="hidden" name="<?php echo $this->ns; ?>_sort" value="<?php echo $this->sort; ?>" />
-
<input type="hidden" name="<?php echo $this->ns; ?>_per_page" value="<?php echo $this->per_page; ?>" />
-
<select name="<?php echo $this->ns; ?>_search" class="select">
+
<input type="hidden" name="<?php echo $this->nsorderby; ?>" value="<?php echo $this->Input->get($this->nsorderby); ?>" />
+
<input type="hidden" name="<?php echo $this->nsdirsort; ?>" value="<?php echo $this->Input->get($this->nsdirsort); ?>" />
+
<input type="hidden" name="<?php echo $this->nsperpage; ?>" value="<?php echo $this->per_page; ?>" />
+
<select name="<?php echo $this->nssearch; ?>" class="select">
-
<input type="text" name="<?php echo $this->ns; ?>_for" class="text" value="<?php echo $this->for; ?>" />
+
<input type="text" name="<?php echo $this->nsfor; ?>" class="text" value="<?php echo $this->for; ?>" />
-
<input type="hidden" name="<?php echo $this->ns; ?>_order_by" value="<?php echo $this->order_by; ?>" />
-
<input type="hidden" name="<?php echo $this->ns; ?>_sort" value="<?php echo $this->sort; ?>" />
-
<input type="hidden" name="<?php echo $this->ns; ?>_search" value="<?php echo $this->search; ?>" />
-
<input type="hidden" name="<?php echo $this->ns; ?>_for" value="<?php echo $this->for; ?>" />
-
<select name="<?php echo $this->ns; ?>_per_page" class="select">
-
<option value="10"<?php if ($this->per_page == 10): ?> selected="selected"<?php endif; ?>>10</option>
-
<option value="20"<?php if ($this->per_page == 20): ?> selected="selected"<?php endif; ?>>20</option>
-
<option value="50"<?php if ($this->per_page == 50): ?> selected="selected"<?php endif; ?>>50</option>
-
<option value="100"<?php if ($this->per_page == 100): ?> selected="selected"<?php endif; ?>>100</option>
-
<option value="250"<?php if ($this->per_page == 250): ?> selected="selected"<?php endif; ?>>250</option>
-
<option value="500"<?php if ($this->per_page == 500): ?> selected="selected"<?php endif; ?>>500</option>
+
<input type="hidden" name="<?php echo $this->nsorderby; ?>" value="<?php echo $this->Input->get($this->nsorderby); ?>" />
+
<input type="hidden" name="<?php echo $this->nsdirsort; ?>" value="<?php echo $this->Input->get($this->nsdirsort); ?>" />
+
<input type="hidden" name="<?php echo $this->nssearch; ?>" value="<?php echo $this->search; ?>" />
+
<input type="hidden" name="<?php echo $this->nsfor; ?>" value="<?php echo $this->for; ?>" />
+
<select name="<?php echo $this->nsperpage; ?>" class="select">
+
<?php echo $this->perPage_fields; ?>
-
<td class="body <?php echo $this->col_last; ?> col_last"><a href="<?php echo $row['details_href']; ?>"><img src="system/modules/zedseries_listing/media/images/details.gif" alt="" /></a></td>
+
<td class="body col_last"><a href="<?php echo $row['details_href']; ?>"><img src="system/modules/zedseries_listing/media/images/details.gif" alt="" /></a></td>








These changes are very easy to apply but if you need help try asking below. Thank you.

Monday, October 26, 2009

New posts are coming

Hi all,

I am moving all the articles from zedseries.com here. This place will also contain articles tips and tricks on development with TYPOlight webCMS.

Hope you enjoy it.