Unread items (80)

CBN - Dinheiro

Recent Commits to autoComplete.js:master

Recent Commits to smarty:master

  • 13/04/2026 17:31

    Re-activate unit tests for user literals.

    Re-activate unit tests for user literals.
  • 13/04/2026 16:36

    Redirect test temp dirs to system temp directory

    Redirect test temp dirs to system temp directory
    
    * Redirect test temp dirs to system temp directory. Fixes #1178
    
    Move all test-generated output (compiled templates, cache files, and
    temporary template sources) from per-test-directory folders inside the
    working tree to a parallel structure under sys_get_temp_dir()/smarty-tests/.
    
    This removes 215 boilerplate .gitignore files from the repo and ensures
    running the test suite leaves zero uncommitted files in the working tree.
    
    All 2296 tests continue to pass with identical behavior.
    
    * Isolate each test class in a unique temp directory
    
    getTempDir() now appends a per-class uniqid token to the temp path, so
    concurrent or sequential test runs never share compiled/cached output.
    The token is generated lazily on first use and reset in
    tearDownAfterClass(), giving every test class a fresh isolated directory.
    
    As a result, the Bootstrap.php pre-run cleanup of smarty-tests/ is no
    longer needed for correctness (stale paths are unreachable) and was
    harmful to concurrent runs, so it has been removed.
    
    * Remove individualFolders dead code and spurious assertTrue from cleanDirs()
    
    - Remove the never-active individualFolders code path from setUpSmarty()
      (the constant was always true, making the branch unreachable)
    - Remove define('individualFolders') from Config.php and the constructor
    - Remove $this->assertTrue(true) from cleanDirs(): it existed solely to
      make testInit() count as a passing test; now that cleanDirs() is called
      from setUpSmarty() and from test methods directly, the assertion was
      spuriously inflating assertion counts
    - Add tests/**/templates_c/, cache/, templates_tmp/ to .gitignore to
      prevent stale test output from appearing as untracked files
    
    * Clean up each test class's unique temp dir in tearDownAfterClass()
    
    Add a private static removeDir() helper and call it from
    tearDownAfterClass() to recursively delete the per-class unique temp
    directory after each test class finishes. Cleanup failures are silently
    ignored (@ suppression) so they never cause test failures.
    
    Set KEEP_SMARTY_TEST_ARTIFACTS=1 in the environment to skip cleanup and
    keep the artifacts on disk for debugging.
    
    * cleanup of unused template files, non-shared files stored in __shared folder, no longer required calls to add template folders et cetera
    
    * fixed the unit tests
    
    * Apply suggestions from code review
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * remove useless resetting of static properties in tearDownAfterClass
    
    * changed an incorrect doc and formatted some code.
    
    * add changelog
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

CBN - Economia

Recent Commits to autoComplete.js:master

  • 13/04/2026 10:20

    Docs: overhaul documentation with new recipes, accessibility, compari…

    Docs: overhaul documentation with new recipes, accessibility, comparison, and full changelog
    
    - Fix Recent Searches .reverse() mutation bug (#438), replaced with .toReversed()
    - Move security/XSS warning higher in usage.md with DOMPurify code example
    - Document full feedback object shape on selection event in configuration.md
    - Add comprehensive accessibility section (ARIA attributes, keyboard map, screen reader behavior)
    - Add 4 new interactive how-to-guide recipes (force selection, async error handling, custom rendering, multi-key search)
    - Add Fuse.js integration recipe for custom search engine usage
    - Add comparison page with competitive analysis table (Downshift, Tom Select, Select2, Choices.js, Algolia, react-select)
    - Add comparison table to README.md
    - Sync llms.txt and llms-full.txt with new patterns and comparison data
    - Consolidate CHANGELOG.md with full release history from v1.0 to v10.2.10

user-agent-switcher

Recent Commits to s3fs-fuse:master

  • 13/04/2026 8:27

    Remove call to strcpy (#2844)

    Remove call to strcpy (#2844)
    
    This is safe but the memcpy approach is more efficient.  Also enable the
    clang-tidy check.  Suggested by Claude.
  • 13/04/2026 8:26

    Use more secure std::random_device instead of rand (#2843)

    Use more secure std::random_device instead of rand (#2843)
    
    Suggested by Claude.
  • 13/04/2026 8:24

    Fix TOCTOU in mkdirp (#2842)

    Fix TOCTOU in mkdirp (#2842)
    
    It is safer to create the directory and let it fail with EEXIST than to
    check then create.  Suggested by Claude.
  • 13/04/2026 8:18

    Assign correct SSL bundle on FreeBSD (#2841)

    Assign correct SSL bundle on FreeBSD (#2841)
    
    This has always been broken, at least since
    5db550a29864248048c1ebd28e5d61f384024cfb.  Suggested by Claude.
  • 13/04/2026 8:17

    Set cache permissions to 700 (#2840)

    Set cache permissions to 700 (#2840)
    
    Claude flagged this world-writable directory.
  • 13/04/2026 8:03

    Upgrade to S3Proxy 3.1.0 (#2838)

    Upgrade to S3Proxy 3.1.0 (#2838)
    
    Also set Content-Type for s3_cp test helper curl's --data-binary
    defaults Content-Type to application/x-www-form-urlencoded, which
    causes Jetty 12 to drain the request body as form parameters before
    S3Proxy 3.1.0 can hash it for x-amz-content-sha256 verification,
    failing the check with 400 XAmzContentSHA256Mismatch. Send
    application/octet-stream instead.  Release notes:
    
    https://github.com/gaul/s3proxy/releases/tag/s3proxy-3.1.0

Recent Commits to VeraCrypt:master

Recent Commits to brotli:master

Recent Commits to VeraCrypt:master

Recent Commits to brotli:master

  • 13/04/2026 4:38

    Bump github/codeql-action from 4.31.7 to 4.35.1 (#1440)

    Bump github/codeql-action from 4.31.7 to 4.35.1 (#1440)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.7 to 4.35.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/cf1bb45a277cb3c205638b2cd5c984db1c46a412...c10b8064de6f491fea524254123dbe5e09572f13)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.35.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Eugene Kliuchnikov <eustas.ru@gmail.com>
  • 13/04/2026 4:38

    Merge branch 'master' into dependabot/github_actions/github/codeql-ac…

    Merge branch 'master' into dependabot/github_actions/github/codeql-action-4.35.1
  • 13/04/2026 4:38

    Bump github/codeql-action from 4.31.7 to 4.35.1

    Bump github/codeql-action from 4.31.7 to 4.35.1
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.7 to 4.35.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/cf1bb45a277cb3c205638b2cd5c984db1c46a412...c10b8064de6f491fea524254123dbe5e09572f13)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.35.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
  • 13/04/2026 4:37

    Bump actions/download-artifact from 6.0.0 to 8.0.1 (#1441)

    Bump actions/download-artifact from 6.0.0 to 8.0.1 (#1441)
    
    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 8.0.1.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](https://github.com/actions/download-artifact/compare/018cc2cf5baa6db3ef3c5f8a56943fffe632ef53...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: 8.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Eugene Kliuchnikov <eustas.ru@gmail.com>
  • 13/04/2026 4:37

    Bump actions/setup-python from 6.1.0 to 6.2.0 (#1442)

    Bump actions/setup-python from 6.1.0 to 6.2.0 (#1442)
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](https://github.com/actions/setup-python/compare/83679a892e2d95755f2dac6acb0bfd1e9ac5d548...a309ff8b426b58ec0e2a45f0f869d46889d02405)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: 6.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Eugene Kliuchnikov <eustas.ru@gmail.com>
  • 13/04/2026 4:35

    Bump step-security/harden-runner from 2.16.0 to 2.16.1 (#1445)

    Bump step-security/harden-runner from 2.16.0 to 2.16.1 (#1445)
    
    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.16.0 to 2.16.1.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](https://github.com/step-security/harden-runner/compare/fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594...fe104658747b27e96e4f7e80cd0a94068e53901d)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-version: 2.16.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Eugene Kliuchnikov <eustas.ru@gmail.com>
  • 13/04/2026 4:33

    Bump mymindstorm/setup-emsdk from 14 to 15 (#1446)

    Bump mymindstorm/setup-emsdk from 14 to 15 (#1446)
    
    Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 14 to 15.
    - [Release notes](https://github.com/mymindstorm/setup-emsdk/releases)
    - [Commits](https://github.com/mymindstorm/setup-emsdk/compare/6ab9eb1bda2574c4ddb79809fc9247783eaf9021...667eb33f24e84e7f362c16d8d7fff0629a73e15e)
    
    ---
    updated-dependencies:
    - dependency-name: mymindstorm/setup-emsdk
      dependency-version: '15'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Eugene Kliuchnikov <eustas.ru@gmail.com>

Recent Commits to VeraCrypt:master

Recent Commits to autoComplete.js:master

  • 12/04/2026 20:27

    Remove Community Plugins section from README

    Remove Community Plugins section from README
  • 12/04/2026 20:20

    Add Used By section with 21 verified projects across 14 industries

    Add Used By section with 21 verified projects across 14 industries
  • 12/04/2026 13:49

    Add cross-project references for Eleva.js and Skalex.js

    Add cross-project references for Eleva.js and Skalex.js
    
    Add "Also by the Author" section to both the README and docs
    homepage linking to Eleva.js and Skalex.js with brief descriptions.
  • 12/04/2026 13:04

    Fix: Docs rendering issue with tilde character

    Fix: Docs rendering issue with tilde character
  • 12/04/2026 12:56

    v10.2.10 => Resolve #442

    v10.2.10 => Resolve #442
    
    - Fixed: Async function detection fails in transpiled environments
    - Added: llms.txt and llms-full.txt for AI agent discoverability
    - Added: FAQ page with common usage patterns
    - Added: robots.txt with sitemap reference
    - Added: Twitter Card meta tags
    - Added: JSON-LD structured data (SoftwareApplication, BreadcrumbList, FAQPage)
    - Added: Canonical URL tags
    - Added: CHANGELOG.md
    - Updated: Development dependencies
    - Updated: Sitemap with current dates and missing pages
    - Updated: Meta descriptions standardized across all pages
    - Updated: OG tags with proper per-image metadata
    - Updated: All HTTP links to HTTPS
    - Updated: Protocol-relative URLs to explicit HTTPS
    - Updated: Analytics consolidated to GA4
    - Updated: Bundlephobia badge switched to shields.io
    - Updated: Documentation and copyright year
    - Fixed: Duplicate meta description in docs
    - Fixed: og:url pointing to wrong page
    - Fixed: og:type inconsistency between pages
    - Fixed: Duplicate manifest link in demo
    - Fixed: Broken msapplication-TileImage path in demo

Recent Commits to requests

Recent Commits to s3fs-fuse:master

Recent Commits to user.js:master

Recent Commits to awesome-php:master

  • 06/04/2026 15:47

    Add weekly link check schedule (Mondays 09:00 UTC)

    Add weekly link check schedule (Mondays 09:00 UTC)
  • 06/04/2026 15:44

    Replace Awesome Bot with Lychee for link checking

    Replace Awesome Bot with Lychee for link checking
    
    - Switch from awesome_bot (Ruby 2.7, unmaintained) to lychee (Rust, actively maintained)
    - Run on pull requests as well as pushes to master, so broken links are caught before merge
    - Expand whitelist with domains known to block crawlers: leanpub.com, jetbrains.com, wiki.php.net, zend.com, nusphere.com
    - Accept HTTP 429 (rate limited) as non-failure to avoid false positives
    - Upload lychee results as an artifact on failure
  • 06/04/2026 15:39

    Accept and apply changes from PRs #1391, #1356, #1308, #1321, #1227

    Accept and apply changes from PRs #1391, #1356, #1308, #1321, #1227
    
    PR #1391 — Add Anthropic PHP and Anthropic for Laravel to LLMs section
    PR #1356 — Add Trap to Debugging and Profiling, Buggregator to Error Tracking
    PR #1308 — Add Inertia.js to Framework Extras (description rewritten)
    PR #1321 — Add OctoberCMS to CMS (Tempest already present, HydePHP skipped)
    PR #1227 — Add WinterCMS to CMS (Statamic/WordPress changes superseded by ours)
  • 06/04/2026 15:25

    tidying up

    tidying up

Marina Silva

Recent Commits to requests

Recent Commits to policies:main

Marina Silva

Recent Commits to toml:main

Recent Commits to policies:main

Vang Hà

Recent Commits to requests

Recent Commits to urubu:master

Recent Commits to requests

  • 30/03/2026 15:33

    Bump github/codeql-action from 4.34.1 to 4.35.1

    Bump github/codeql-action from 4.34.1 to 4.35.1
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.34.1 to 4.35.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/38697555549f1db7851b81482ff19f1fa5c4fedc...c10b8064de6f491fea524254123dbe5e09572f13)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.35.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>

Recent Commits to urubu:master

Recent Commits to requests

Recent Commits to awesome-php:master

Log in