Announcement

  •  » Miscellaneous
  •  » [resolved] Where to get full 13.6 source code from?

#1 2023-03-02 12:03:26

sbochnak
Member
2023-02-13
2

[resolved] Where to get full 13.6 source code from?

Hi,

first brief intro and huge thank you to the team!

I found Piwigo in December 2022 as a replacement for a QNAP NAS photo management tool. After adding couple of plugins (GDthumbs for masonry, videojs etc.) I found it really great! Enough to get me back into coding / debugging etc. to make my new photo/video environment errorless and effortless.

So in meantime I made some changes / modifications to learn Piwigo better. It seems changes are more in plugins and templates areas than in the core piwigo, but anyway I need to confirm where are my changes and which were for learning only and which were some corrections. I would try to get some of the changes back into the "mainstream".

I need to compare my source code with the official and newest version - as of today 13.6.0 . I am cloning GitHub repo from here

Code:

git clone https://github.com/Piwigo/Piwigo.git

to use it as a basis for comparison.
But this seems to clone version of 13.0.0RC4 (based on include/constants.php), while I am running on 13.5.

What am I doing wrong? How to get the src of the newest release either 13.6 OR 13.5.
(Sight - Maybe my break in soft eng was all too long and I do not see obvious things. ;)

BR,
Stan

Offline

 

#2 2023-03-02 13:58:26

erAck
Only trying to help
2015-09-06
2026

Re: [resolved] Where to get full 13.6 source code from?

Default checkout when cloning is the master branch that doesn't have a new version set yet, checkout the 13.6.0 tag:

Code:

git checkout 13.6.0

However, as the installation package may assemble some things, to compare with an existing installation rather download that:
https://piwigo.org/download/dlcounter.php?code=latest

But, if you want to contribute changes to the code base then working on branched from master is the right thing to submit pull requests.


Running Piwigo at https://erack.net/gallery/

Offline

 

#3 2023-03-02 16:01:38

sbochnak
Member
2023-02-13
2

Re: [resolved] Where to get full 13.6 source code from?

Thanks a lot erAck!
cloning 13.6.0 then...

I think I might need to check the download you pointed out as well... but that I will leave for later.

BR,
stan

Offline

 
  •  » Miscellaneous
  •  » [resolved] Where to get full 13.6 source code from?

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact