Commit Graph

37 Commits

Author SHA1 Message Date
following 31d72d9b7c status logging 2013-05-14 13:57:16 +02:00
following 1fc7988e78 fixed trigger recursion bug 2013-05-12 13:47:10 +02:00
following a93c994aa9 XML interface update to version 1.3, see htdocs/doc/xml/xml11.html
- new caches element <wpts> for additional waypoints
- added time to logs <date> field
- renamed pictures <attributes> field to <picattr>
- added preview flag to <picattr>
- fixed errors in v1.1 and 1.2 DTDs
2013-05-10 21:03:45 +02:00
following a83cbee197 cache_logs.log_last_modified trigger improvement:
set it exactly to last_modified instead to NOW(), which can be a second ahead
2013-05-07 00:30:55 +02:00
following 13c5df34e0 fixed log_last_modified trigger and getlogs sql 2013-04-30 15:57:39 +02:00
following a3ea98874c do not count invisible caches in hidden stats 2013-04-28 22:50:39 +02:00
following 7d190bdebb fixed trigger bug introduced with commit 085c139 2013-04-25 04:42:11 +02:00
following 7fbdc2e3ed trigger comments 2013-04-22 02:02:20 +02:00
following c989c004f3 fixed logstat (#5461) and okapi_syncbases 2013-04-22 01:43:05 +02:00
following 31f5a7f036 strip log time for last-log-statistics 2013-04-13 17:19:54 +02:00
following 21d92feba0 5087: added creation date to cache reports 2013-03-25 15:01:06 +01:00
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
following 6c8a8f17d3 Gleichsetzung Produktivsystem, Teil 4 + Sicherheitsmaßnahme für temporäres Auschecken von doc/sql 2012-08-05 20:07:02 +02:00
Oliver85 cd377c291b Datenbankstruktur 2012-05-17 23:42:08 +02:00