Commit Graph

20 Commits

Author SHA1 Message Date
5af15744c2 Replaced static html2text class by Composer package. Replaced some more $rootpaths by our Config class. 2014-01-16 01:05:49 +01:00
f61aa7568e lib1/2 update 2013-08-03 23:57:45 +02:00
7ec5312960 added db errorlogging and admin-email throttling 2013-04-17 16:07:51 +02:00
e281cfadc1 log time 2013-04-07 20:53:12 +02:00
c053df0612 improved error handling and reporting 2013-03-25 16:58:26 +01:00
ce34805ee7 show user agents in sql-time warnings 2013-03-24 15:12:13 +01:00
729e3f78aa enabled sql-time warning and added sql statement do warnmail 2013-03-24 14:10:58 +01:00
40f324b779 improved db error recursion handling; use new logo in garmin download and printouts 2013-03-23 12:42:09 +01:00
252019f52d fixed another trigger recursion when updating a cache record
function touchCache() in lib/clicompatbase.inc.php updated e.g. cache_desc.last_modified
in the same statement with an access to caches table. As the cacheDescAfterUpdate trigger
updates caches.listing_last_modified, the read & write access to caches table collided.

function touchCache() is obsolete, as touching on status change is done by triggers
for all depending tables (via SQL function sp_touch_cache).
2013-03-22 10:24:04 +01:00
5fe55ee0c2 added listing archiving-and-restore function (vandalism protection), and ...
- added log-picture removal on log deletion (bugfix)
- block deletion of user accounts if archived logs or cache reports exist
- show number of archived logs and cache reports in adminuser interface
- improved cache description deletion confirmation message
2013-03-20 18:11:08 +01:00
39a25f997f moved waypoint assignment code to database trigger (before insert caches) 2012-11-17 22:52:49 +01:00
a4aee625a9 - session id is now generated from truly random value, previous used mysql UUID() had weak randomness
- added session id brute force prevention to old template engine (as used in new template engine)
- forced login->verify() in old template engine
- removed unused login/logout related codes from old template engine
- uuid of new database records is now generated in before insert trigger
2012-11-17 18:04:35 +01:00
797fa10e83 For waypoint assignment to new caches, it was required to run the cronjob first. Now, the new waypoint will be generated on demand, if the pool with unused waypoints is empty. 2012-11-05 22:24:43 +01:00
9ce354a5c9 Bugfix for waypoint generation (race condition) 2012-11-05 21:23:10 +01:00
d6ae786829 Use table cache_waypoint_pool to generate a list of unused waypoints and assign waypoints to new caches from this list. 2012-11-04 22:16:39 +01:00
b7ae9cc1f0 4071/4179: fixed waypoint generation
- removed 4-hexdigit-limit (OCFFFF)
- improved hack for WP-generation race conditions
2012-08-23 05:01:40 +02:00
629b304675 Merge branch 'stable' 2012-08-16 21:08:32 +02:00
ad59dc916b updates source code license and xml docu 2012-08-16 21:04:13 +02:00
ea2be4b47a Timezone settings #3 2012-08-13 01:06:16 +02:00
e05b7bb8f0 first init 2012-05-09 20:05:43 +02:00