Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Textpattern

We are the people behind Textpattern CMS, a flexible, elegant, fast and easy-to-use content management system written in PHP. We strive to keep the system small, nimble and tracking-free.
Collective - Host: opensource - https://opencollective.com/textpattern-collective - Website: https://textpattern.com - Code: https://github.com/textpattern

Add maxlength constraints to Category panel

See #1800.

github.com/textpattern/textpattern - ebca1ebd7d623f82169fa8e1a343048e14db442e authored over 1 year ago by Bloke <[email protected]>
Add maxlength constraints to Users panel.

See #1800.

github.com/textpattern/textpattern - 6d49cc721f1105984a8fcdebb4fc3ac51e7ba84c authored over 1 year ago by Bloke <[email protected]>
Add name maxlength constraint for Styles

Interestingly, the skin sanitizer limits the stored name to 63 chars, while the database storage...

github.com/textpattern/textpattern - 2c1cf492e2a26660181a8aadb13e6630c06dc536 authored over 1 year ago by Bloke <[email protected]>
Add name maxlength to Pages panel

See #1800.

github.com/textpattern/textpattern - 2a1354fdfde24c7ade153bbb437972b4db7dc840 authored over 1 year ago by Bloke <[email protected]>
Update README.md

bump nginx stable version

github.com/textpattern/textpattern - 766c2a93cd4a929b32f35eff3b55dcc7f1775897 authored over 1 year ago by Pete Cooper <[email protected]>
Fixes #1865

though dirtily

github.com/textpattern/textpattern - 827378c9193876908600da65cab6a7296b446657 authored over 1 year ago by etc <[email protected]>
Update taghandlers.php

github.com/textpattern/textpattern - 368b496b62f757b46ab55cd61498956b9b5c1f6c authored over 1 year ago by etc <[email protected]>
Leave input limits to the browser

See #1800.

github.com/textpattern/textpattern - 694c2a2e85349d8c29abf825d4b934aca4794d2f authored over 1 year ago by Bloke <[email protected]>
Use maxlength instead of custom data- attribute

See #1800.

github.com/textpattern/textpattern - 50c2626971d4ef54ec94d1dd234494a5286f0685 authored over 1 year ago by Bloke <[email protected]>
Try input instead of keyup for char counter

github.com/textpattern/textpattern - b03fca0c3cb1d00937c8d569d67f90368ff0e588 authored over 1 year ago by Stef Dawson <[email protected]>
Simplify the JavaScript byte counter to characters

Thanks, phiw13. See #1800.

github.com/textpattern/textpattern - afd165e88a47c71efb98fd7e89e60f6334e66681 authored over 1 year ago by Bloke <[email protected]>
Introduce field size constraints via JavaScript

Add a data-max-chars attributes to any VARCHAR input field and the counter will be invoked. It t...

github.com/textpattern/textpattern - e2634557fa58c241ed0ae572af9436c2fbb03b0e authored over 1 year ago by Bloke <[email protected]>
Move $thisversion and $txp_is_dev to constants.php

Permits dev checks to be made during setup, such as the one in this commit: only showing modifie...

github.com/textpattern/textpattern - 3ee5340c60c9c86c533c1b81c6a8938ece5b4b74 authored over 1 year ago by Bloke <[email protected]>
Perform setup redirect from docroot too

See commit 9855417.

github.com/textpattern/textpattern - 99e53ac3ffdad318331b92a3658a16d8ff415d66 authored over 1 year ago by Bloke <[email protected]>
Tentative auto-redirect to ./setup if config.php broken

github.com/textpattern/textpattern - 9855417da1f5baa81e8c33a0440dd1ae32d1f286 authored over 1 year ago by Bloke <[email protected]>
Replace prefs index with primary key

github.com/textpattern/textpattern - fb28e98d7ee7a0f1385568dc17cc3228e3f3fd90 authored over 1 year ago by Bloke <[email protected]>
Merge branch 'dev' of https://github.com/textpattern/textpattern into dev

github.com/textpattern/textpattern - 5d19468cbce89cf98ff97671c4e397f008a0506f authored over 1 year ago by Bloke <[email protected]>
Helps to remove the original Unique indexes

Replace them with primary composite indexes.

github.com/textpattern/textpattern - 34c84f3e5f60759195f033ad5bfef010eb0dda29 authored over 1 year ago by Bloke <[email protected]>
if_category level attribute

for easier recursive lists

github.com/textpattern/textpattern - 905f24ba8e659a356e9d46c0abf89ce024ee3a12 authored over 1 year ago by etc <[email protected]>
More primary indexes

github.com/textpattern/textpattern - ef5e091327abae458ac2f88a262668e949b8337b authored over 1 year ago by Stef Dawson <[email protected]>
Constrain section primary key a little

github.com/textpattern/textpattern - 73ecda277648c34e226531bd80acdeafcdcd570b authored over 1 year ago by Stef Dawson <[email protected]>
Add primary key to section table

See #1858.

github.com/textpattern/textpattern - 5a0f1d8df656d8dedf0967fe222d2a96217abb4c authored over 1 year ago by Stef Dawson <[email protected]>
Remove superfluous comment

github.com/textpattern/textpattern - e73ba27bb6a877bc3c4f7cdc9d2372cb29775743 authored over 1 year ago by Stef Dawson <[email protected]>
Tweak plugin edit save button area

github.com/textpattern/textpattern - 6029489dcb76bf59113f3ed40139ce8246ce8e8e authored over 1 year ago by Bloke <[email protected]>
Second attempt at Plugin edit panel layout

The save/cancel button pair need some love. Also need to figure out how to handle checkbox sets ...

github.com/textpattern/textpattern - 242b44b775553ddfc54ed79eb1ebdb0dd9bf30ad authored over 1 year ago by Bloke <[email protected]>
Consistency, Dawson

github.com/textpattern/textpattern - 4ee6f144834d4b979a18a67ae6f0901d1b27e744 authored over 1 year ago by Bloke <[email protected]>
Show missing/recommended extensions in Diagnostics

Thanks, petecooper. Fixes #1309.

github.com/textpattern/textpattern - 063e4ac0cf96d5368b12db1aac24cd8ab305653d authored over 1 year ago by Bloke <[email protected]>
Remove Diagnostics function error suppression

Variable error suppression will be removed in a separate commit.

github.com/textpattern/textpattern - ccce7ab360f9fac9d9972a51adca13a23e7287e2 authored over 1 year ago by Bloke <[email protected]>
Display loaded extensions in high diagnostics

See #1309.

github.com/textpattern/textpattern - 7ed26d2a9e11518908d26482f21c6956d4bd6563 authored over 1 year ago by Bloke <[email protected]>
Merge branch 'dev' of https://github.com/textpattern/textpattern into dev

github.com/textpattern/textpattern - ca533b2306dc071fbc269379a83a75d68d6d7f49 authored over 1 year ago by etc <[email protected]>
Tentative support for full plugin editing

Needs some CSS love to lay the fields out better.

github.com/textpattern/textpattern - bf356581461600f09a04a145f3048069570861ef authored over 1 year ago by Bloke <[email protected]>
Permit multiple to/cc/bcc/replyTo in mails

Thanks, jools-r. See https://github.com/textpattern/com_connect/issues/89

github.com/textpattern/textpattern - 15c8be37fc06e7fcd2be8a5b61c3cb8898b6b3f7 authored over 1 year ago by Bloke <[email protected]>
zap `return` to fix certbot

github.com/textpattern/server-config - f8f1ab65ce6e11d851cd31ce7033e04bbaffcdb2 authored over 1 year ago by Pete Cooper <[email protected]>
Update txp_article.php

github.com/textpattern/textpattern - 55ceb545ee0ec37131e63eb18655716d95d321f3 authored almost 2 years ago by etc <[email protected]>
Add plugin revert to installed code multi-edit option

github.com/textpattern/textpattern - d0851870cc02cfe1697669b99cd0cecfd4f67b7f authored almost 2 years ago by Bloke <[email protected]>
Fix plugin Modified label to show corectly in all cases

github.com/textpattern/textpattern - 788130b8ecad2932b78bbe29904916d3c2fd7093 authored almost 2 years ago by Bloke <[email protected]>
Use proper Textile class and methods if available

Thanks, jsoo and jools-r. Fixes #5.

github.com/textpattern/textpattern-plugin-template - 592e3c8420447ce7c297eda858a107af4bd20ca4 authored almost 2 years ago by Bloke <[email protected]>
prefs.save callback

github.com/textpattern/textpattern - d7f8ca433ca9ad9f37458dd03307132f9399ef98 authored almost 2 years ago by etc <[email protected]>
Remove deprecated classTextile.php

See #1867.

github.com/textpattern/textpattern - 5d5339cce7c7fbf345424a061ccd1d8dc9c76887 authored almost 2 years ago by Bloke <[email protected]>
Remove deprecated txplib_theme.php

See #1867.

github.com/textpattern/textpattern - fad1ba6d24029b7f57b49eaea2732ea6bd50d405 authored almost 2 years ago by Bloke <[email protected]>
Remove array_column polyfill

See #1867.

github.com/textpattern/textpattern - e6fadecbdedbfa718e7a2e6b6b63952664954748 authored almost 2 years ago by Bloke <[email protected]>
Bump sass from 1.57.0 to 1.59.3

Bumps [sass](https://github.com/sass/dart-sass) from 1.57.0 to 1.59.3.
- [Release notes](https:/...

github.com/textpattern/textpattern-com-website - 676a9e8e4da5987042e023eeb39751fde26b7220 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Article image tag fix

for empty height/width

github.com/textpattern/textpattern - c0c33a5f93104604d251b0e283a317fc1b259f13 authored almost 2 years ago by etc <[email protected]>
Revert "Revert "Small <txp:images /> bugfixes""

This reverts commit 035d784b8cf7854a77b439e38ca8d85c306c28ec.

github.com/textpattern/textpattern - 656c0f3e4b2611d6d58ec9e7336734c57e41d2f1 authored almost 2 years ago by etc <[email protected]>
Revert "Small <txp:images /> bugfixes"

This reverts commit ce93ea81fbf28aeafb41cf364009b8ef438081fc.

github.com/textpattern/textpattern - 035d784b8cf7854a77b439e38ca8d85c306c28ec authored almost 2 years ago by etc <[email protected]>
Small <txp:images /> bugfixes

github.com/textpattern/textpattern - ce93ea81fbf28aeafb41cf364009b8ef438081fc authored almost 2 years ago by etc <[email protected]>
Deprecate jQuery proxy

github.com/textpattern/textpattern - 21bd5c0fdb3bdf0fb72643f08d5ca47170b62312 authored almost 2 years ago by etc <[email protected]>
Update HISTORY.txt

github.com/textpattern/textpattern - 93e9ae936de8f3eefd1b45187e1857e33ecd36c0 authored almost 2 years ago by Pete Cooper <[email protected]>
Merge pull request #1866 from textpattern/dependabot/npm_and_yarn/jquery-3.6.4

Bump jquery from 3.6.3 to 3.6.4

github.com/textpattern/textpattern - c32e1eceaab95e2c7f7ee79f26a63823bbf1a291 authored almost 2 years ago by Pete Cooper <[email protected]>
Merge pull request #1864 from textpattern/dependabot/composer/phpmailer/phpmailer-6.8.0

Bump phpmailer/phpmailer from 6.7.1 to 6.8.0

github.com/textpattern/textpattern - 4f4fb317f9943b07283496344c908b2414cb3688 authored almost 2 years ago by Pete Cooper <[email protected]>
Bump jquery from 3.6.3 to 3.6.4

Bumps [jquery](https://github.com/jquery/jquery) from 3.6.3 to 3.6.4.
- [Release notes](https://...

github.com/textpattern/textpattern - b8dbdf4f1e9093b8fcfa71caec0b4ee2d7e4a0f0 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add Temp/Files directory pophelp security info

Thanks, Vienuolis.

github.com/textpattern/textpattern - 4732510b15fb0b5effe4f429d339626ec5073495 authored almost 2 years ago by Bloke <[email protected]>
Add security info to Temp/Files dir entries

Thanks, Vienuolis.

github.com/textpattern/pophelp - cc1ecc836dbf176ecb20aa8267b32cdf29008a89 authored almost 2 years ago by Bloke <[email protected]>
Tune the global auto-trim

github.com/textpattern/textpattern - 104b1aa846bc640ed90b38903c88f60841c86e09 authored almost 2 years ago by etc <[email protected]>
Rename jekyll.cron to jekyll-bot.cron

github.com/textpattern/server-config - 0760d1f1c0c1973e070883022868497767512f1d authored almost 2 years ago by Pete Cooper <[email protected]>
Bump phpmailer/phpmailer from 6.7.1 to 6.8.0

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.7.1 to 6.8.0.
- [Rele...

github.com/textpattern/textpattern - 0371b2415ac26f675a6fa86b3771826f44b58776 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add some more security advice

github.com/textpattern/textpattern.github.io - 74486039ce757222d5f33cd857dcf9ca75513c1c authored almost 2 years ago by Stef Dawson <[email protected]>
Display:none (instead of visibility) on Plugin options

Thanks, phiw13.

github.com/textpattern/textpattern - 4ed448cdb9602408388f325eca3fc6a119f2b9dc authored almost 2 years ago by Bloke <[email protected]>
Update jcr_email_enkode 0.3.1

github.com/textpattern/textpattern-curated-plugins-list - f6807be38d625d8f9777557db4e053155e477b4b authored almost 2 years ago by jools-r <[email protected]>
Update README.md

Bin Travis CI logo

github.com/textpattern/textpattern-curated-plugins-list - 58acea5aff000beaf9205b3b35674fedf21dc4ca authored almost 2 years ago by Pete Cooper <[email protected]>
Fix admin side tutorial link from public tutorial

github.com/textpattern/textpattern.github.io - 774f6b2ac1ce58d595017579fb7640087e1223ed authored almost 2 years ago by Stef Dawson <[email protected]>
Fix link to admin-side plugin doc

Thanks, lindabb

github.com/textpattern/textpattern.github.io - 2cccd4f787a39d15686c246f871446af137a3ce9 authored almost 2 years ago by Stef Dawson <[email protected]>
Restore separator for each element of the Plugin Manage column

Slight issue: plugins that have Options and upgrades available leave a gap where the Options sho...

github.com/textpattern/textpattern - ca618be0ac649f77a29a94f1555b66e6b3d9ba17 authored almost 2 years ago by Bloke <[email protected]>
Merge branch 'dev' of https://github.com/textpattern/textpattern into dev

github.com/textpattern/textpattern - e380ade07bf874f5353b037173eded91d8569172 authored almost 2 years ago by etc <[email protected]>
Suppress DB errors output

github.com/textpattern/textpattern - bd8788ac0593f8291aca2c5d1826ae6fc7913025 authored almost 2 years ago by etc <[email protected]>
Move the reset block inside the article flow

github.com/textpattern/textpattern-plugins-website - 33fef82e6cbb9f4bf9492e58bd9012095b83e63b authored almost 2 years ago by Bloke <[email protected]>
Add support for /all plugins JSON feed

github.com/textpattern/textpattern-plugins-website - 3aeaa9aa87bab7763e49a647dbe3761f2f073411 authored almost 2 years ago by Bloke <[email protected]>
Add plugin upgrades to history

github.com/textpattern/textpattern - 93d69174ba1cc0d2c1cb81ba5d156cb9c476446e authored almost 2 years ago by Bloke <[email protected]>