1531
heh26
Re: Job module
  • 2020/3/7 14:09

  • heh26

  • Just popping in

  • Posts: 15

  • Since: 2020/3/2 1


Everything seems fine. I installed the module, added a database. I can add, I can display. Well done. Thank you.
I haven't checked my CV yet. I have to check later.
Regards Rafał



1532
tzvook
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/7 9:51

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Actually it seemss that it's more of an issue with "Declaration … should be compatible” warnings in PHP 7" so it's a HAPPY LINUX MODULE issue : /modules/happy_linux/class/rss_view_object.php



1533
tzvook
Re: Time for an upgrade/update host no longer supporting older php
  • 2020/3/7 8:35

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Hello
I'm still working with the happy linux modules and lately updated them to the new versions ( 10X mamba) ... but I also work with the rssc module and it's not working with php 7+ ..

The RSSC module is integrated with the Weblinks module, so it's kinda unreplacable for me ...
when I turn on the integration in WEBLINKS I get this in debug :

WarningDeclaration of happy_linux_rss_view_item_single::sanitize(&$paramshould be compatible with happy_linux_rss_view_basic::sanitize() in file /modules/happy_linux/class/rss_view_object.php line 0


I tried to fix the module, but since I was far from Xoops for the last 5 years or so ... It's a bit difficult
I'll be happy if the RSSC module will be updated too ...



1534
geekwright
Re: Github and language repository

Think about that in the other direction.

You have a your git clone of XOOPS-monxoops-Traduction-FR.
You also have your wamp accessible XoopsCore25.

Make a script (*.bat file) that will copy the htdoc directory from XOOPS-monxoops-Traduction-FR to the htdoc directory in XoopsCore25 (i.e. using robocopy). Add another line in the script to copy the upgrade directory, too. (You want to make sure you don't copy the ".git" folder as that would be bad.)

Now, adjust your workflow to edit your translation in your XOOPS-monxoops-Traduction-FR repository, then run the copy script to test everything in wamp.

If you automate this with a script, and always edit in the XOOPS-monxoops-Traduction-FR repository clone, you always have all the updates that need commited in the right place.

A couple of apologies:

Sorry that the language folders are so awkward to work with. Making the translations much easier to work with and install is a high priority in the next generation XoopsCore.

Also sorry to be vauge about the Windows commands -- last time I rebooted into Windows, I had to wait more that two hours for updates and I don't have that much time right now.



1535
Mamba
Re: Github and language repository
  • 2020/3/7 5:34

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


That's why you use something like WinMerge

The other way is to have all your language files in a one single repository, like what we have here: https://github.com/XoopsLanguages/french/tree/master/core

Just fork and clone the whole French language repository, and add a new folder (e.g. 2.5.10-Traduction) under "core, and then copy your files there, commit, and "push".
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1536
alain01
Re: Github and language repository
  • 2020/3/7 1:12

  • alain01

  • Just can't stay away

  • Posts: 530

  • Since: 2003/6/20


Humm,
you mean that the solution is to modify files in wamp then COPY my modified files in my local repository ?

Humm, so, if i missed a copy, the comit will not be full.
ok i understand this solution, but i dislike the "Copy" methode...

Any other way ?



1537
alain01
Re: Github and language repository
  • 2020/3/7 1:04

  • alain01

  • Just can't stay away

  • Posts: 530

  • Since: 2003/6/20


humm, lol, no

for modules, it's ok, i used it not just for language, but for all the code,
so i can get my local clone from Git repository modules in c:\web\www\modules

www
|__ modules
|___module1 (local fork from github)

For this it's ok (code + languages)

but for all the XOOPS Core traduction
our githab package is like that :

www
|__Frameworks/moduleclasses/moduleadmin/language/french
| __class/xoopseditor
|__install/language/french
|__language/french
|__modules
| |___pm/language/french
| |___profile/language/french
| |___protector/language/french
| |___system
|
|__themes
|__xoops_lib/modules/protector/language/french

I try to find a solution...



1538
Mamba
Re: Github and language repository
  • 2020/3/6 22:35

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


You can't mix different Git repositories like that.

The best way is to keep them all separate, or all together.

Right now you have the modules separate with each having own individual Git repository, so to work with languages on GitHub (e.g. French) , you can do following:

a) fork it to your Github account
b) clone the fork to your local PC and keep it separate from your WampServer
c) copy the French language files to your modules on WampServer (if the modules are NOT included already on GitHub French, then create a folder for them and add the language files there, similar to what Cesagonchu did for the modules in the past, see extGallery)
d) if you make changes to the languages on your WampServer, then copy the files to the "XoopsLanguages French" folder on your local PC, commit them, and then "push them to GitHub.

I hope, it helps....
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1539
alain01
Github and language repository
  • 2020/3/6 12:39

  • alain01

  • Just can't stay away

  • Posts: 530

  • Since: 2003/6/20


Hi,
Mage explained to me how fork a github module repository (info from Richard) in my local WAMP serveur.

It works fine with modules,
and now i can work directly with my fork xmnews in the folder "c:\web\www\modules\xmnews" for example.

But now, i want to work on the French traduction (the repository is here : https://github.com/MonXoops/XOOPS-monxoops-Traduction-FR,
but with my GitHub Destop application, i cant clone the repository (/htdocs/.) on a no-empty folder...
So i cant choose the "c:\web\www\ folder".

If you understand my request, could you bring me a solution to my problem.



1540
zyspec
Re: Job module
  • 2020/3/5 22:59

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


I quickly patched the JobCategory class so you should be able to add Job Categories now too...

Again - let us know if it's working or if you're still having problems. Feedback either way is appreciated.

Once I hear from you I'll commit some additional changes I've made to improve the admin side.




TopTop
« 1 ... 151 152 153 (154) 155 156 157 ... 29425 »



Login

Who's Online

529 user(s) are online (303 user(s) are browsing Support Forums)


Members: 0


Guests: 529


more...

Donat-O-Meter

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

Latest GitHub Commits