1
Mamba
Publisher 1.02 RC-5 available for testing
  • 2015/12/25 8:58

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


The Publisher 1.02 RC5 (Release Candidate 5) is available for testing.

You can download it from GitHub.

You can also fork it from there, and submit your improvements or bug fixes.

We encourage everybody to open an account on GitHub and get used to working with Git, as this is the current Industry Standard.

Please note:

a) This version is developed and tested ONLY on XOOPS 2.5.7.1 and XOOPS 2.5.8 Beta
b) this is RC-5, so your testing and feedback is appreciated
c) the TCPDF library has been updated and moved to

/xoops_lib/vendor

If you would like to test PDF, you can download it from our SVN as well (use the "Download Snapshot" link)

We'll be offering it soon on GitHub as well.

We are also looking for help with the Tutorial for Publisher and for few other modules.

You can fork the Publisher Tutorial in GitHub, and then use GitBook to modify it, or you can modify it manually, directly in GitHub, or on your local PC with your own editor.

The beauty of this approach is that once you learn how to use GitHub, you can use these skills for both source code and for Documentation
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

2
Dante7237
Re: Publisher 1.02 RC-5 available for testing
  • 2015/12/27 1:24

  • Dante7237

  • Friend of XOOPS

  • Posts: 294

  • Since: 2008/5/28


1 last bug to squish:
When accessing "modules/publisher/backend.php" googlebots generate a 500 error.
This txt is displayed:
This XML file does not appear to have any style information associated with it. The document tree is shown below.

3
goffy
Re: Publisher 1.02 RC-5 available for testing
  • 2015/12/29 11:48

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi

found two additional bugs:
missing upload directory for category images: uploads/publisher/images/category/
I changed include/onupdate.php

after fixing this, still error when uploading category image
admin/category.php:
REM line 85
line 86: replaced Quote:
if (!is_readable($tmp_name) || !($tmp_name = $temp3['tmp_name'])) {
by Quote:
if (!is_readable($temp['tmp_name']) || ($temp['tmp_name'] == '')) {


I'll create pull request for github

4
goffy
Re: Publisher 1.02 RC-5 available for testing
  • 2016/1/10 15:09

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


once, you have selected an image for an item, it is not possible to delete the image again

I fixed this problem by modifying assets/js/publisher.js and class/item.php

I create a pull request on github

5
Mamba
Re: Publisher 1.02 RC-5 available for testing
  • 2016/1/10 23:36

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Thank you!

I've merged it...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

157 user(s) are online (106 user(s) are browsing Support Forums)


Members: 0


Guests: 157


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits