Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SQUIDGUARD DATE RANGE #427

Merged
merged 1 commit into from
Oct 16, 2017
Merged

Conversation

isacporter
Copy link
Contributor

This update is a FIX a issue on set set DATE RANGE on squidguard configurator.
Before, it was not possible to create break dates. The validation mask reported error.

line 285 - This change will fix a typo in a variable
line 1838 - This change will fix the date comparison variable in case of date range
line 1841 - This change will fix the date range comparison
line 1846 - This change is the fix to set date and date range on squidguard TIMES. It will make it possible to create the date range in all possible squidguard patterns.

Now we can have timerange in pfsense's Squidguard configurator.

This update is a FIX a issue on set set DATE RANGE on squidguard configurator.
Before, it was not possible to create break dates. The validation mask reported error.

line 285 - This change will fix a typo in a variable
line 1838 - This change will fix the date comparison variable in case of date range
line 1841 - This change will fix the date range comparison
line 1846 - This change is the fix to set date and date range on squidguard TIMES. It will make it possible to create the date range in all possible squidguard patterns.

Now we can have timerange in pfsense's Squidguard configurator.
@rbgarga
Copy link
Member

rbgarga commented Oct 16, 2017

Duplicate of #428

@rbgarga rbgarga marked this as a duplicate of #428 Oct 16, 2017
@rbgarga rbgarga closed this Oct 16, 2017
@rbgarga rbgarga reopened this Oct 16, 2017
@rbgarga rbgarga requested a review from jim-p October 16, 2017 12:11
@netgate-git-updates netgate-git-updates merged commit e52c763 into pfsense:devel Oct 16, 2017
@isacporter isacporter deleted the patch-2 branch June 13, 2019 01:14
netgate-git-updates pushed a commit that referenced this pull request May 31, 2021
  [ Ilya Lipnitsky ]
  * c_message.cc: Resolve name conflict between certain enums and oneofs
    (#427).
  * protobuf-c.h: Fix Windows DLL export issue with the
    protobuf_c_empty_string symbol (#428).
  * Standardize pkg-config for use by autotools and cmake, fix cmake tests
    (#425).
  * protobuf-c.c: Cast %lu args to unsigned long int (#429).
  * protoc-c: Remove leading underscores from structs (#430).
  * protoc-c: Fix shared lib build on windows, migrate from Travis CI to
    GitHub Actions (#459).
  * protobuf-c: Don't use ProtobufCWireType internally (#463).
  * protoc-c: Add custom options support (#466).
  * protobuf-c.c: Fix packed repeated bool parsing (#467).

  [ Markus Engel ]
  * Pack nested messages inline (#431).

  [ Daniel Axtens ]
  * Travis CI: Test on other platforms (#438).

  [ Adam Cozzette ]
  * Update the generator to fully qualify std::string (#443).

  [ Piotr Pietraszkiewicz ]
  * Install MSVC debug symbols alongside the protobuf-c.lib file (#456).

  [ ihsinme ]
  * Fix invalid unsigned arithmetic (#455).

  [ Wolfram Rösler ]
  * Avoid "unused function parameter" compiler warning (#453).

Sponsored by:	Farsight Security, Inc.
netgate-git-updates pushed a commit that referenced this pull request Aug 21, 2022
Changes since 1.0.0:

This release fixes the issue with screen flickering and insecure TLS config +
adds some features.

- feat: Ability to add worklog by @ankitpokhrel in #410
- feat: Make selection highlight customizable by @ankitpokhrel in #419

- fix: Flickering issue by @ankitpokhrel in #436
- fix: Issue with insecure TLS config by @ankitpokhrel in #413
- fix: Issue with default assignee and unassign from tui by @ankitpokhrel in
  #405
- fix(minor): Use pointer receiver to avoid heavy copying by @ankitpokhrel
  in #426

- ehc: Increase max col width + some cleanup by @ankitpokhrel in #427
- chore: Remove deprecated ioutil usage by @ankitpokhrel in #422

New Contributors
- @stavares843 made their first contribution in #423

Full Changelog: ankitpokhrel/jira-cli@v1.0.0...v1.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants