Path to this page:
./
devel/php-libawl,
PHP Andrews Web Libraries
Branch: CURRENT,
Version: 0.65,
Package name: php74-libawl-0.65,
Maintainer: jymAndrew's Web Libraries are a set of hopefully lightweight libraries for
handling a variety of useful things for web programming, including:
- Session management
- User management
- DB Records
- Simple reporting
- DB Schema Updating
- iCalendar parsing
Required to run:[
converters/php-iconv] [
devel/php-gettext]
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2024-07-09) Updated to version: php74-libawl-0.65
- (2022-10-19) Updated to version: php74-libawl-0.63
- (2022-06-22) Updated to version: php74-libawl-0.60nb1
- (2021-10-07) Updated to version: php74-libawl-0.60
- (2019-05-10) Updated to version: php71-libawl-0.60
- (2018-06-22) Updated to version: php71-libawl-0.59
CVS history: (Expand)
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
|