2024-07-09 15:55:39 by Hauke Fath | Files touched by this commit (4) |
Log message:
Update devel/php-libawl to 0.65
While upstream bumped the version to '0.65', they did not publish a
release tarball, so we need to use the hash.
Upstream's changelog:
2024-03-27 Andrew Ruthven <andrew@etc.gen.nz>
* Add a request ID to each logline (resolves #27).
2024-02-28 Andrew Ruthven <andrew@etc.gen.nz>
* Further fixes for PHP 8.1 and 8.2.
2024-01-21 Andrew Ruthven <andrew@etc.gen.nz>
* Allow a user's password to be a number.
2023-07-02 Athos Ribeiro <athoscribeiro@gmail.com>
* Add support for phpunit 10.
2023-03-23 Florian Schlichting <fsfs@debian.org>
* Use array_merge.
2023-03-02 Florian Schlichting <fsfs@debian.org>
* release awl 0.64
* add Debian autopkgtests
2022-12-17 Andrew Ruthven <andrew@etc.gen.nz>
* Fix indent for for line and add some blank lines to
improve readability
2022-10-22 ruliane <ruliane+github@ruliane.net>
* Minor fix: prevent warning when argument is not defined
2023-02-04 Andrew Ruthven <andrew@etc.gen.nz>
* Handle strings to be translated over 4096 characters.
* Add unique constraints for user_role and tmp_password
2022-12-18 Andrew Ruthven <andrew@etc.gen.nz>
* Bump the version, so I can check for this in DAViCal
2022-12-16 Andrew Ruthven <andrew@etc.gen.nz>
* PHP uses . as a string concatenation operator, not +.
* Support the cas_token approach in PECL 3.0.0
* Sanity check that we have an array
* Make it explicit why Memcache isn't working
* Need to enable the Headers module for Apache2 for tests
2022-12-10 Andrew Ruthven <andrew@etc.gen.nz>
* Handle when a log line is passed in which contains
% characters, and no arguments
* Set a component for logging
* Guard incase the component isn't provided
* Ensure that rendered is defined as a property.
* Ensure that next_prefix is defined as a property.
* Debian Unstable has PostgreSQL 15 now
* Ensure that location_line and location_file are
defined as properties.
2021-08-18 linda.fliss <linda.fliss@iserv.eu>
* added missing null check to prevent warning on in_array call
|
2022-10-19 16:04:24 by Hauke Fath | Files touched by this commit (2) |
Log message:
Update devel/php-libawl to 0.63, in lockstep with davical 1.1.11
|
2022-06-22 12:19:51 by Nia Alarie | Files touched by this commit (2) |
Log message:
php-libawl: Attempt to fix GITLAB_* misuse.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2019-05-10 14:26:35 by Hauke Fath | Files touched by this commit (2) | |
Log message:
update devel/php-libawl in lockstep with davical update.
|
2018-06-22 12:10:55 by Hauke Fath | Files touched by this commit (3) |
Log message:
Update devel/php-libawl to v0.59, in lockstep with www/davical.
|
2017-12-07 14:12:44 by Hauke Fath | Files touched by this commit (2) | |
Log message:
devel/php-libawl update to 0.58, in lockstep with www/davical
Switch to gmake, because make takes offense at setting a variable with
sed output.
|
2017-06-05 18:01:56 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
Update php-libawl to 0.57.
2017-01-23 Florian Schlichting <fsfs@debian.org>
* release awl 0.57
* Update AUTHORS and ChangeLog
2017-01-10 Florian Schlichting <fsfs@debian.org>
* Browser: add ExtraRowFormat() to format additional rows differently
2017-01-08 Florian Schlichting <fsfs@debian.org>
* delete session after logout, clean up old sessions (fixes davical#65, Debian \
#643907)
* always use full the ID as username, similar to davical's
HTTPAuthSession (fix #1, fix #2, debian #703139)
2017-01-07 Florian Schlichting <fsfs@debian.org>
* Session::Log and ::Dbg are deprecated
* vComponent: add missing strtoupper, so that BEGIN:TYPE...END:TYPE
are really case-insensitive
2017-01-02 Florian Schlichting <fsfs@debian.org>
* vProperty: always escape backslash, and escape semicolon for "other"
properties (fixes Debian bug #837154)
2016-12-31 Florian Schlichting <fsfs@debian.org>
* improve debug logging: ignore components, filter by remote IP or username
2016-12-28 Florian Schlichting <fsfs@debian.org>
* eliminate trailing whitespace, expand tabs
* doc typos
2016-12-02 Florian Schlichting <fsfs@debian.org>
* Remove deprecated and unused class iCalendar along with remaining
$c->local_tzid references
2016-12-01 Paul Kallnbach <p.kallnbach@gorilla-computing.de>
* Update vProperty.php
2016-06-13 Florian Schlichting <fsfs@debian.org>
* Bump AWL version to 0.57 (API change)
* fix if-else logic, so that "Unable to Reset Password" does not get
overwritten by "Temporary Password" form
2016-06-13 Basti <basti122303@gitlab>
* Fix link after password reset in case DAViCal is not installed in
the webserver root. Closes:davical-project/davical#94
2016-05-08 Andrew McMillan <andrew@morphoss.com>
* A semi-colon might be escaped within the text value.
* Rename get_fields() function.
* Improve access to the slow query threshold.
2016-05-10 Florian Schlichting <fsfs@debian.org>
* always remake the apidoc, and remove the stale copy from git
* update Makefile to work with both php5 and php7
2016-02-22 ClemensN <c.nuebel@gorilla-computing.de>
* fixed issue with escaped ',' in CATEGORIES Property that are seperators in \
this case
|
2016-06-07 19:55:51 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
DISTNAME should not have the PHP version prefix to avoid changing
distinfo.
|