12 Commits
Author SHA1 Message Date
jhsandClaude Opus 5 75e99dd0b8 humhub: Umfragen anlegen und auflisten (poll-create / poll-list)
Die Polls-REST-API ist auf der Instanz aktiv, der Skill kannte sie nicht.
Zwei Abweichungen vom Muster der Post-API, die beide in
HTTP 500 'Internal error while save a poll!' enden:

* Der Controller macht $poll->load(Yii::$app->request->post()) — die Felder
  gehoeren unter den Yii-Formnamen 'Poll', nicht unter 'data'.
* Die Optionen heissen beim Anlegen 'newAnswers'; 'answers' ist die Leseform
  und wird beim POST ignoriert.

Beim Lesen ist limit Pflicht: ohne Begrenzung antwortet die Instanz ab etwa
25 Umfragen ebenfalls mit 500.

Quelle: humhub/polls, controllers/rest/PollsController.php + models/Poll.php.
Verifiziert an Space inmedias (Umfrage 36).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-31 09:24:31 +02:00
skoandClaude Opus 4.8 dc3e6a0c68 redmine: Plugin für Redmine via REST-API hinzufügen
Self-contained redmine.py (me/projects/issues/show/create/update/comment/
meta) mit Namensaufloesung (Projekt/Tracker/Status/Prioritaet). SKILL.md,
plugin.json, Beispiel-Konfig; Eintrag in marketplace.json und README.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-28 09:42:25 +02:00
skoandClaude Opus 4.8 28ec699e51 README: klare-sprache-Plugin dokumentieren
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-18 04:56:06 +02:00
sko 36dcb843b9 Merge pull request 'plugins/einfaches-technisches-deutsch: Schreibstil-Skill (ASD-STE100 auf Deutsch)' (#5) from feature/einfaches-technisches-deutsch-plugin into main 2026-08-12 06:46:06 +02:00
skoandClaude Opus 4.8 919cd52bff plugins/einfaches-technisches-deutsch: Schreibstil-Skill (ASD-STE100 auf Deutsch)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-08-12 06:45:51 +02:00
skoandClaude Opus 5 64744a213d README: Einrichtung an oeffentliches Repo angepasst
Das Repo ist inzwischen oeffentlich lesbar; `/plugin marketplace add` klont
direkt ueber HTTPS. Die insteadOf-Umleitung auf SSH ist dafuer nicht mehr
noetig und steht jetzt nur noch als Rueckfallweg fuer den Fall, dass das Repo
wieder privat gestellt wird.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-11 10:11:03 +02:00
skoandClaude Opus 4.8 437bd1c1ee plugins/grill-me: grill-me als Skill (Plan/Idee gnadenlos durchfragen)
Deutsche Adaption des englischen Originals von Matt Pocock.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-29 08:43:33 +02:00
skoandClaude Opus 4.8 0fd228b962 README: mediawiki- und humhub-Plugin dokumentiert
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-16 10:17:04 +02:00
skoandClaude Opus 4.8 fdbf8d640f docs: document available plugins (gitea-tea, uv, humanizer) in README
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 07:50:23 +02:00
skoandClaude Opus 4.8 239e613100 docs: document insteadOf git config for private-repo marketplace access
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 03:32:38 +02:00
skoandClaude Opus 4.8 1afb1f58af docs: use full git URL for marketplace add (Gitea, not GitHub shorthand)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 03:27:55 +02:00
skoandClaude Opus 4.8 1a1abf5ee6 feat: initial marketplace with gitea-tea plugin
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 03:23:59 +02:00