Commit Graph

12 Commits

Author SHA1 Message Date
following
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
following
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
ocoliver
39a25f997f moved waypoint assignment code to database trigger (before insert caches) 2012-11-17 22:52:49 +01:00
ocoliver
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
ocoliver
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
ocoliver
9ce354a5c9 Bugfix for waypoint generation (race condition) 2012-11-05 21:23:10 +01:00
ocoliver
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
following
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
following
629b304675 Merge branch 'stable' 2012-08-16 21:08:32 +02:00
following
ad59dc916b updates source code license and xml docu 2012-08-16 21:04:13 +02:00
following
ea2be4b47a Timezone settings #3 2012-08-13 01:06:16 +02:00
Metrax
e05b7bb8f0 first init 2012-05-09 20:05:43 +02:00