Commit Graph

63 Commits

Author SHA1 Message Date
flopp d8803d0d6b styled minimap for new caches; made minimap url configurable; fixed line-breaking in new caches list 2013-05-16 19:56:37 +02:00
following 687e7af4b8 redesigned user profile settings and cache lists; profile html text 2013-05-15 17:26:54 +02:00
following 12ad667db6 Merge branch 'stable' 2013-05-13 23:17:49 +02:00
following 8bb1b90d81 added login statistics 2013-05-13 18:53:31 +02:00
following 90a0fe479b rm #27: disable some cronjobs on develper systems 2013-05-13 16:34:43 +02:00
following 3bf236ea99 short-url in listing header and printout; listing header redesign 2013-05-07 21:35:00 +02:00
following 12e0c8ac5f increased max. picture uploads size from 150 to 250 kb 2013-04-29 00:17:39 +02:00
following e53cd87b76 updated httpd control commands 2013-04-24 23:28:25 +02:00
following e6fe66d028 fixed some locale date formats 2013-04-08 16:39:15 +02:00
following 42405d365c reordered locale settings 2013-04-08 16:26:37 +02:00
following 9e519df468 updated developer system country settings; added norwegian flag 2013-04-07 16:04:51 +02:00
following fe3e32a696 marked outdated docs 2013-04-02 01:53:56 +02:00
following b5d24350dc marked ocprop triggers 2013-03-27 23:31:16 +01:00
following 6758f42a73 switched okapi settings from lib/ to config2/settings.inc.php 2013-03-26 17:48:59 +01:00
following c1ddbcee7a oops 2013-03-24 16:04:48 +01:00
following 59217e1717 restored more conservative config handling;
fixed log removal bug on prod. system introduced with commit 5fe55ee
2013-03-23 22:23:09 +01:00
following 75891a2f02 fixed data license settings for new users; reconfigured OKAPI license link 2013-03-23 12:20:47 +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
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 78b95ce916 fixed xml sitemap generation; don't count cache visits by robots 2013-03-16 20:20:52 +01:00
following 8287bb9ef8 updated and optimized setting files; updated db changelog 2013-03-15 10:40:04 +01:00
following 10ce948a93 new log picture gallery 2013-03-14 09:44:36 +01:00
following f87389362a preview picturs in map view; other map detail improvements and fixes 2013-03-11 23:40:29 +01:00
following dd6f7991e2 merged new map 2013-03-04 02:34:05 +01:00
following c5057c884a reworked map, especially GM3 and fullscreen map 2013-03-04 01:45:51 +01:00
following e97c62ffc0 resolved merge conflict 2013-02-27 03:53:40 +01:00
following f9e2dfa9fd nicer header line display
- all items levelled in one line
- flags better centered in msie and in firefox
- removed three white pixel lines (line 0-2) in firefox
- all flags shown with a bit shadow, instead of only spain [and sweden]
- nicer display of "logged in as <user>"
- all labels in the same font instead of two fonts
- smoother gradient background, espacially in winter

Still not optimally vertical centered in chrome

also fixed print css for some earlier changes to screen css
2013-02-27 03:11:00 +01:00
following e607a3d323 layout fixes 2013-02-25 01:40:49 +01:00
following b2e3e66604 switched ocde head logo display to alpha-channel png, fixed layout
new pictures are crisp and sharp again ...
2013-02-23 22:06:01 +01:00
following 8aed447ee4 added spain and italy to oc.de node list 2013-02-19 04:25:48 +01:00
following 721dc7aeed resolved merge conflict 2013-02-16 23:50:55 +01:00
following 06d832c392 remember users' data licenses for comprehensibility 2013-02-15 22:43:09 +01:00
following d15ee5f962 4822: data privacy improvement, purge log files 2013-02-13 00:32:54 +01:00
following 5dc1772f8a default options for declined license replacement pics 2013-02-12 20:53:09 +01:00
following 561396ba0e added license-decliend replacement picture, new page for license display 2013-02-12 20:05:43 +01:00
following f9a055a08b new logo and page design 2013-02-11 15:30:36 +01:00
following 3784010ca4 added waypoint prefix to developer config 2013-02-07 20:26:10 +01:00
following 3f0db31241 added new cachemap settings for developer systems 2013-02-07 13:14:17 +01:00
following 112dbec4ae fix line endings 2013-01-28 15:43:01 +01:00
ocoliver 0f8c191694 Use google maps key for mini maps in viewcache.php 2012-11-21 20:23:31 +01:00
ocoliver cdd47304b1 definition of $opt['locale']['EN']['page']['subtitle1'] and $opt['locale']['EN']['page']['subtitle2'] is required for old template system 2012-11-18 22:19:57 +01:00
ocoliver d598648f65 Use config2/locale.inc.php instead of own definition in lib/settings.inc.php 2012-11-18 21:45:21 +01:00
ocoliver c4421fdd5d Merge pull request #55 from following5/wiki-help
replaced help links to blog.opencaching.de by links to wiki.opencaching.de
2012-11-17 11:35:56 -08: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
following f64c34d2d1 replace blog.opencaching.de help pages by wiki.opencaching.de pages 2012-11-10 02:32:55 +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
Oliver 557f3f7b9c minor changes to new rss-inclusion 2012-10-07 22:16:45 +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 3168c6b510 country and node options; developer system settings 2012-08-14 02:55:48 +02:00