Commit Graph

25 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
1ef9aa9c9a defensively fixed trigger recursion bug introduced with commit ea2d734, and ...
fixed updating pictures.last_modified
2013-03-21 21:27:00 +01:00
following
085c13983f added caches.listing_last_modified; db-changelog fixes 2013-03-20 12:42:58 +01:00
following
37b5268a7e completed data license functions, picture fixes, public profile link
+ menu option "my profile/public profile"
- enlargit log pics
- short date format for some locales
- data license constants
* dont display license-disabled log pics
* delete log pics on declined license instead replacing
+ delete waypoint descriptions on declined license
* no cache desc replacement message if it was empty
+ license-content-disable-function for old-disabled users
+ script to process all old-deleted users due to incompatible license
+ settings for license admin functions and for license disclaimer
- fixed CC license link on english tos page
* update caches.last_modified with changes of additional waypoints
+ XML interface license disclaimer
2013-03-18 22:04:07 +01:00
following
80b8993911 added create/modify dates to waypoints and consider it for listing modification date 2013-03-16 22:46:44 +01:00
following
57489bb01d merged stable 2013-03-16 09:30:57 +01:00
following
a795ead0c4 stored procs update 2013-03-16 09:26:02 +01:00
following
f87389362a preview picturs in map view; other map detail improvements and fixes 2013-03-11 23:40:29 +01:00
following
837076515f changed archiving table definitions 2013-03-09 14:48:57 +01:00
following
09b51eccc9 changed archiving table definitions 2013-03-09 14:39:19 +01:00
following
6f87d720d7 fixed cache_desc update trigger, db-changes 2013-03-08 23:41:12 +01:00
following
7c785fcd6c added data recording for vandalism protection 2013-03-08 22:58:40 +01:00
following
112dbec4ae fix line endings 2013-01-28 15:43:01 +01:00
ocoliver
a7a02fed90 bugfix 2012-11-17 23:05:59 +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
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
9bc361c3e3 fixed rating bugs introduced with commit c32a4b06 2012-08-27 14:15:16 +02:00
following
c32a4b06ff improved start page performance; top rating statistics was very slow
needs a new database field with manual init, see db-changes.txt !

and fixed another recommendation bug:
- recommendations will not get lost when a user edits one of multiple logs
  for the same cache
2012-08-25 00:00:25 +02:00
following
f1a9818dbc fix for #4009: set is_publishdate=1 if immediately published 2012-08-08 20:49:07 +02:00
following
7fba2d69cf ... and abort on empty pw 2012-08-07 23:38:57 +02:00
following
c2d6e957f8 request DB password for reinstalling triggers 2012-08-07 20:07:35 +02:00
following
102a50ed33 #4009: Datum für Listen mit neue Caches 2012-08-06 23:42:42 +02:00
following
d2257db417 #4508: Import von data.sql überschreibt Änderungsdaten 2012-08-06 21:56:30 +02:00
Oliver85
cd377c291b Datenbankstruktur 2012-05-17 23:42:08 +02:00