[Koha-bugs] [Bug 20897] Add generic cronjob to run plugins with a 'cronjob' method

2020-07-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20897

Martin Renvoize  changed:

   What|Removed |Added

 Status|Signed Off  |RESOLVED
 CC||martin.renvoize@ptfs-europe
   ||.com
 Resolution|--- |DUPLICATE

--- Comment #7 from Martin Renvoize  ---
Ooh.. not sure how I didn't find this one when I was creating bug 25245.. as
that one has already reached PQA I'm going to mark this one as a duplicate..
though this one works hourly whereas the alternative works 'nightly'.. hmm

*** This bug has been marked as a duplicate of bug 25245 ***

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20897] Add generic cronjob to run plugins with a 'cronjob' method

2020-04-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20897

--- Comment #6 from Jonathan Druart  
---
 FAIL   misc/cronjobs/run_cronjob_plugins.pl
   FAIL   forbidden patterns
forbidden pattern: tab char (line 48)
forbidden pattern: tab char (line 49)
forbidden pattern: tab char (line 50)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20897] Add generic cronjob to run plugins with a 'cronjob' method

2020-04-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20897

Jonathan Druart  changed:

   What|Removed |Added

 CC||jonathan.dru...@bugs.koha-c
   ||ommunity.org

--- Comment #5 from Jonathan Druart  
---
Should not it be in misc/cronjobs/crontab.example as well?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20897] Add generic cronjob to run plugins with a 'cronjob' method

2020-02-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20897

Liz Rea  changed:

   What|Removed |Added

 Blocks||24668
   See Also||https://bugs.koha-community
   ||.org/bugzilla3/show_bug.cgi
   ||?id=24668


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24668
[Bug 24668] Allow users to specify in plugins how often to run the plugin's
cron
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20897] Add generic cronjob to run plugins with a 'cronjob' method

2020-02-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20897

--- Comment #4 from Liz Rea  ---
Created attachment 99018
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99018=edit
Bug 20897 - add commented cron example to cron.hourly

To test:
Have a look at kohaclone/debian/koha-common.cron.hourly, see that there
is a job in there for running the plugin cron jobs for every Koha
instance.

Signed-off-by: Liz Rea 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20897] Add generic cronjob to run plugins with a 'cronjob' method

2020-02-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20897

Liz Rea  changed:

   What|Removed |Added

  Attachment #98803|0   |1
is obsolete||

--- Comment #3 from Liz Rea  ---
Created attachment 99017
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99017=edit
Bug 20897: Add generic cronjob to run plugins with a cronjob method

This adds a run_cronjob_plugins.pl script, which will run the
cronjob-methods of the installed plugins.

Test plan:
1) Enable plugins, upload the Bug20897 test plugin
2) Set up the run_cronjob_plugins.pl in cronjob
3) Check the cron logs to see the message "PLUGIN Bug20897: CRONJOB"
   shows up there every time the cronjob is run
4) Test that the plugins-home.pl -page can filter the cronjob plugins

Signed-off-by: Pasi Kallinen 

Signed-off-by: Liz Rea 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20897] Add generic cronjob to run plugins with a 'cronjob' method

2020-02-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20897

Liz Rea  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20897] Add generic cronjob to run plugins with a 'cronjob' method

2020-02-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20897

--- Comment #2 from paxed  ---
Created attachment 98804
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98804=edit
Plugin to test Bug 20897

This is a plugin to test bug 20897. All it does it implement the
cronjob-method, and in that method, logs a warning: "PLUGIN Bug20897: CRONJOB"

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20897] Add generic cronjob to run plugins with a 'cronjob' method

2020-02-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20897

paxed  changed:

   What|Removed |Added

   Assignee|koha-b...@lists.koha-commun |pasi.kalli...@koha-suomi.fi
   |ity.org |
 CC||pasi.kalli...@koha-suomi.fi
 Status|NEW |Needs Signoff

--- Comment #1 from paxed  ---
Created attachment 98803
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98803=edit
Bug 20897: Add generic cronjob to run plugins with a cronjob method

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20897] Add generic cronjob to run plugins with a 'cronjob' method

2018-06-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20897

Josef Moravec  changed:

   What|Removed |Added

 CC||josef.mora...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 20897] Add generic cronjob to run plugins with a 'cronjob' method

2018-06-07 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20897

Lisette  changed:

   What|Removed |Added

 CC||lisettesla...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/