Commit Graph

51 Commits

Author SHA1 Message Date
following
62b7c973f5 improved trigger/sp updates in database versioning 2013-06-24 13:38:19 +02:00
following
33bee361aa show password prompt also when running maintain.php via dbsv-update 2013-06-23 23:30:40 +02:00
following
371894d177 XML interface and rating fixes and changes; updates #244
- XML interface update to v1.4
-- added listing_last_modified and log_last_modified fields
-- changed and fixed handling of ratings for multiple found logs of one user
-- resend log records after editing (only) rating or withdrawing rating via mytop5
-- logtype fix: convert type > 8 to 3 in XML versions < 1.3

- fixed rating handling when deleting one of multiple found logs
-- added dbmaintain update procedure for this fix
- show only one rating star when a user logged multiple founds
- added trigger update function to database versioning
2013-06-23 22:22:55 +02:00
following
373e922c8d documented modification date fields 2013-06-23 14:35:53 +02:00
following
ac62e0dac4 added maintained gc_wp field 2013-06-15 06:27:42 +02:00
following
0718e8a311 moved adoption history from logentries to new table; added adoption history to admin cache history 2013-06-10 20:11:31 +02:00
following
75cad8f07f refined email bounce processing; update #44 2013-06-04 19:33:47 +02:00
following
d658c90384 improved bounces handling; added AOL hack; updates #44 2013-06-04 15:03:44 +02:00
following
a0172b1e10 added email bounces processing, fixes #44 2013-06-03 17:12:17 +02:00
following
239003bff4 added admin reports & cache status history 2013-05-28 12:19:38 +02:00
following
04f9d86634 Merge branch 'stable' 2013-05-28 12:19:08 +02:00
following
fa7234084a fixed trigger bug introduced with commit b22beba 2013-05-28 12:18:49 +02:00
following
0a35d3a28c Merge branch 'stable' 2013-05-27 20:19:57 +02:00
following
b22beba3e0 fixed listing_last_modified and log_last_modified triggers/sps
fixes #181
2013-05-27 20:16:30 +02:00
following
687e7af4b8 redesigned user profile settings and cache lists; profile html text 2013-05-15 17:26:54 +02:00
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