update main branch #47

Merged
jorge merged 166 commits from develop into main 2021-12-01 11:20:13 +01:00
Owner

Hi @jorge

I think we can merge develop into main. What do you think?

Hi @jorge I think we can merge develop into main. What do you think?
chris added 166 commits 2021-11-30 12:20:33 +01:00
Owner

sounds good to me

right now at https://collections.arc-hive.zone/ the branch being used is main-collection wich was a fork from one month ago in orther to solve the delivery status.

sounds good to me right now at https://collections.arc-hive.zone/ the branch being used is [main-collection](https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme/src/branch/main-collection) wich was a fork from one month ago in orther to solve the delivery status.
jorge merged commit c102696a8d into main 2021-12-01 11:20:13 +01:00
Owner

I have applied main branch in https://dev-archive.hangar.org/ looks ok to me.

When trying to apply same result to https://collections.arc-hive.zone/ i've come up with this situation in the server:

:/var/www/collections.arc-hive.zone/themes/archive# git status
On branch develop
Your branch is up to date with 'origin/develop'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   view/common/block-layout/list-of-sites.phtml

no changes added to commit (use "git add" and/or "git commit -a")

We have a locally modified file wich I am not shure if has to be restored.

@chris can you please review this situation?
tx

I have applied main branch in https://dev-archive.hangar.org/ looks ok to me. When trying to apply same result to https://collections.arc-hive.zone/ i've come up with this situation in the server: ``` :/var/www/collections.arc-hive.zone/themes/archive# git status On branch develop Your branch is up to date with 'origin/develop'. Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) modified: view/common/block-layout/list-of-sites.phtml no changes added to commit (use "git add" and/or "git commit -a") ``` We have a locally modified file wich I am not shure if has to be restored. @chris can you please review this situation? tx
Author
Owner

ok. that's because of a local change I made to the file view/common/block-layout/list-of-sites.phtml

Where I changed the data-page_size

div id="site-list">
  <div
       data-vue-component="archive-list"
       data-collections='<?= $projects ?>'
       data-page_size=20>
  </div>
</div>

We're on main ! :)

ok. that's because of a local change I made to the file `view/common/block-layout/list-of-sites.phtml` Where I changed the `data-page_size` ``` div id="site-list"> <div data-vue-component="archive-list" data-collections='<?= $projects ?>' data-page_size=20> </div> </div> ``` We're on `main` ! :)
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: arcHIVE-tech/Arc-hive-omeka-theme#47
No description provided.