337 Commits

Author SHA1 Message Date
ocoliver
0f8c191694 Use google maps key for mini maps in viewcache.php 2012-11-21 20:23:31 +01:00
following
319e5a2dd8 exclude viewcache links from searchbots 2012-11-19 15:14:04 +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
dd05c32fc2 Merge branch 'master' of https://github.com/OpencachingDeutschland/oc-server3 2012-11-17 23:09:11 +01:00
ocoliver
a7a02fed90 bugfix 2012-11-17 23:05:59 +01:00
ocoliver
972d3c1949 Merge pull request #54 from following5/teamliste
update teamliste
2012-11-17 13:56:54 -08:00
ocoliver
433e541e0f Merge branch 'master' of https://github.com/OpencachingDeutschland/oc-server3 2012-11-17 22:53:58 +01:00
ocoliver
39a25f997f moved waypoint assignment code to database trigger (before insert caches) 2012-11-17 22:52:49 +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
a01305e002 Merge pull request #52 from wrygiel/okapi
OKAPI Project update (r495).
2012-11-17 11:25:03 -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
c6fd59d974 removed help article; is directly linked from settings 2012-11-10 21:38:47 +01:00
following
f3e09e50cc update teamliste 2012-11-10 19:36:22 +01:00
Wojciech Rygielski
d7ed80a292 OKAPI Project update (r500). 2012-11-10 18:21:09 +01:00
Wojciech Rygielski
538bef501a OKAPI Project update (r495). 2012-11-10 11:30:48 +01:00
following
f64c34d2d1 replace blog.opencaching.de help pages by wiki.opencaching.de pages 2012-11-10 02:32:55 +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
874bfa32e2 db changes docu 2012-11-04 23:01:47 +01:00
ocoliver
61defe9ddd Merge branch 'master' of https://github.com/OpencachingDeutschland/oc-server3 2012-11-04 22:20:54 +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
ocoliver
004fc4feca robots.txt may contain individual exclusions 2012-11-01 15:43:50 +01:00
ocoliver
7a06a755d0 Merge pull request #50 from following5/seasonal-attribute
new attribute: only at certain seasons
2012-11-01 07:34:30 -07:00
ocoliver
a54e22002f Merge pull request #49 from following5/4582-row-editor-fix
fix for 4582: "uknown error" when saving user profile
2012-11-01 07:32:48 -07:00
ocoliver
58c310c39a Merge pull request #48 from following5/4607-main-menu-fix
4607: main menu was lost in article pages when logged off and caching enabled
2012-11-01 07:32:08 -07:00
ocoliver
823780099d Merge pull request #47 from following5/4873-waypoint-search
4873: avoid error message when searching for duplicate gc or nc waypoints
2012-11-01 07:31:24 -07:00
ocoliver
a10adf50fd Merge pull request #46 from following5/4638-layout-fixes
4638: layout fixes in profile pages and search form
2012-11-01 07:30:08 -07:00
ocoliver
bcd79c1e95 Merge pull request #45 from wrygiel/okapi
Update OKAPI
2012-11-01 07:29:15 -07:00
following
0722b1fb80 reset data.sql line ends from CR/LF to LF 2012-10-29 16:54:19 +01:00
following
7fa38f6b05 new attribute: only at certain seasons 2012-10-29 16:26:09 +01:00
following
42c1f54f99 fix for 4582: "uknown error" when saving user profile
Changed coordinates were detected due to direct comparison of float numbers
in row editor. This caused unexpected state when saving unchanged user
profile details.

Fixed by adding epsilon threshold.
2012-10-29 00:24:09 +01:00
following
d51b908d9f 4607: main menu was lost in article pages when logged off
and caching enabled
2012-10-28 22:18:37 +01:00
following
d7d3998cc2 4873: avoid error message when searching for duplicate gc or nc waypoints 2012-10-28 21:23:48 +01:00
following
0166d346f6 4638: layout fixes in profile pages and search form 2012-10-28 20:42:13 +01:00
Wojciech Rygielski
b3423cab11 Removed $OKAPI_SETTINGS variable from settings-dev.inc.php
It is not used anymore.
2012-10-27 16:06:35 +02:00
Wojciech Rygielski
624efe7196 Added okapi_settings.php for OCDE
Recent versions of OKAPI (since r438) are indepentant - OKAPI does NOT
include OC code at all, not even the settings file (since various OC
installations had the settings file in various locations). Instead,
OKAPI requires one new file present in the root path -
okapi_settings.php file.

More information:

[1] http://code.google.com/p/opencaching-pl/source/browse/trunk/okapi_settings.php
[2] http://code.google.com/p/opencaching-api/source/browse/trunk/okapi/settings.php
[3] http://code.google.com/p/opencaching-api/issues/detail?id=132
2012-10-27 15:37:50 +02:00
Wojciech Rygielski
8eb0201947 OKAPI Project update (r483). 2012-10-27 15:37:49 +02:00
following
b298bfccc0 changed description of 'only at specified times' attribute 2012-10-26 23:55:15 +02:00
ocoliver
64913c6c89 Merge commit '4ebbf1c6c8df2d7dc302af744006d619760cc3b7' into stable 2012-10-26 22:27:17 +02:00
ocoliver
4ebbf1c6c8 Revert "RT #379 change of seasonal cache attribute icon"
This reverts commit 8ff3e2a89ce2f236211007d0e2e192dc0c48e92f.
2012-10-26 22:02:11 +02:00
ocoliver
f3d62f671d Bugfix: New calendar icon was not used in all cases 2012-10-20 23:16:38 +02:00
ocoliver
0e76c4ec20 Bugfix: New calendar icon was not used in all cases 2012-10-20 22:52:50 +02:00
ocoliver
cafe04c966 Merge commit '8ff3e2a89ce2f236211007d0e2e192dc0c48e92f' into stable 2012-10-20 22:21:33 +02:00
ocoliver
89448cf2ff Merge pull request #44 from following5/teamliste
Update Teamliste
2012-10-20 05:04:21 -07:00
ocoliver
7e1a41ba17 Merge pull request #43 from HellstormDe/master
RT #379 and #4781
2012-10-20 04:47:42 -07:00
following
6c4bae0e06 Update Teamliste 2012-10-20 01:56:46 +02:00
HellstormDe
b300630faa #4781: new cache size "nano"
Signed-off-by: HellstormDe <david@hellstorm.de>
2012-10-12 09:30:21 +02:00
HellstormDe
8ff3e2a89c RT #379 change of seasonal cache attribute icon
original icon was a clock (time*.png), changed to a calendar
(calendar*.png)
2012-10-10 08:37:51 +02:00
Oliver
557f3f7b9c minor changes to new rss-inclusion 2012-10-07 22:16:45 +02:00